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

S3ResourceClassification

import type { S3ResourceClassification } from "https://aws-api.deno.dev/v0.3/services/macie.ts?docs=full";

The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification. This data type is used as a request parameter in the AssociateS3Resources action and a response parameter in the ListS3Resources action.

interface S3ResourceClassification {
bucketName: string;
classificationType: ClassificationType;
prefix?: string | null;
}

§Properties

§
bucketName: string
[src]

The name of the S3 bucket that you want to associate with Amazon Macie Classic.

§
classificationType: ClassificationType
[src]

The classification type that you want to specify for the resource associated with Amazon Macie Classic.

§
prefix?: string | null
[src]

The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.