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

KMSEncryptionConfig

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

Describes an encryption key for a destination in Amazon S3.

interface KMSEncryptionConfig {
AWSKMSKeyARN: string;
}

§Properties

§
AWSKMSKeyARN: string
[src]

The Amazon Resource Name (ARN) of the encryption key. Must belong to the same Amazon Web Services Region as the destination Amazon S3 bucket. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.