Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AssociateS3ResourcesRequest

import type { AssociateS3ResourcesRequest } from "https://aws-api.deno.dev/v0.3/services/macie.ts?docs=full";
interface AssociateS3ResourcesRequest {
memberAccountId?: string | null;
s3Resources: S3ResourceClassification[];
}

§Properties

§
memberAccountId?: string | null
[src]

The ID of the Amazon Macie Classic member account whose resources you want to associate with Macie Classic.

§

The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification.