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

StorageLensDataExport

import type { StorageLensDataExport } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";

A container to specify the properties of your S3 Storage Lens metrics export, including the destination, schema, and format.

interface StorageLensDataExport {
CloudWatchMetrics?: CloudWatchMetrics | null;
S3BucketDestination?: S3BucketDestination | null;
}

§Properties

§
CloudWatchMetrics?: CloudWatchMetrics | null
[src]

A container for enabling Amazon CloudWatch publishing for S3 Storage Lens metrics.

§
S3BucketDestination?: S3BucketDestination | null
[src]

A container for the bucket where the S3 Storage Lens metrics export will be located.

Note: This bucket must be located in the same Region as the storage lens configuration.