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

ClassificationExportConfiguration

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

Specifies where to store data classification results, and the encryption settings to use when storing results in that location. Currently, you can store classification results only in an S3 bucket.

interface ClassificationExportConfiguration {
s3Destination?: S3Destination | null;
}

§Properties

§
s3Destination?: S3Destination | null
[src]

The S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket.