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

S3ResourceClassificationUpdate

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

The S3 resources whose classification types you want to update. This data type is used as a request parameter in the UpdateS3Resources action.

interface S3ResourceClassificationUpdate {
bucketName: string;
classificationTypeUpdate: ClassificationTypeUpdate;
prefix?: string | null;
}

§Properties

§
bucketName: string
[src]

The name of the S3 bucket whose classification types you want to update.

§
classificationTypeUpdate: ClassificationTypeUpdate
[src]

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

§
prefix?: string | null
[src]

The prefix of the S3 bucket whose classification types you want to update.