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

StorageLensDataExportEncryption

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

A container for the encryption of the S3 Storage Lens metrics exports.

interface StorageLensDataExportEncryption {
SSEKMS?: SSEKMS | null;
SSES3?: SSES3 | null;
}

§Properties

§
SSEKMS?: SSEKMS | null
[src]
§
SSES3?: SSES3 | null
[src]