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

SSEKMSEncryption

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

Configuration for the use of SSE-KMS to encrypt generated manifest objects.

interface SSEKMSEncryption {
KeyId: string;
}

§Properties

§
KeyId: string
[src]

Specifies the ID of the Amazon Web Services Key Management Service (Amazon Web Services KMS) symmetric encryption customer managed key to use for encrypting generated manifest objects.