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

GeneratedManifestEncryption

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

The encryption configuration to use when storing the generated manifest.

interface GeneratedManifestEncryption {
SSEKMS?: SSEKMSEncryption | null;
SSES3?: SSES3Encryption | null;
}

§Properties

§
SSEKMS?: SSEKMSEncryption | null
[src]

Configuration details on how SSE-KMS is used to encrypt generated manifest objects.

§
SSES3?: SSES3Encryption | null
[src]

Specifies the use of SSE-S3 to encrypt generated manifest objects.