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

EncryptionConfiguration

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

Describes the encryption for a destination in Amazon S3.

interface EncryptionConfiguration {
KMSEncryptionConfig?: KMSEncryptionConfig | null;
NoEncryptionConfig?: NoEncryptionConfig | null;
}

§Properties

§
KMSEncryptionConfig?: KMSEncryptionConfig | null
[src]

The encryption key.

§
NoEncryptionConfig?: NoEncryptionConfig | null
[src]

Specifically override existing encryption information to ensure that no encryption is used.