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

StartDeliveryStreamEncryptionInput

import type { StartDeliveryStreamEncryptionInput } from "https://aws-api.deno.dev/v0.4/services/firehose.ts?docs=full";
interface StartDeliveryStreamEncryptionInput {
DeliveryStreamEncryptionConfigurationInput?: DeliveryStreamEncryptionConfigurationInput | null;
DeliveryStreamName: string;
}

§Properties

§
DeliveryStreamEncryptionConfigurationInput?: DeliveryStreamEncryptionConfigurationInput | null
[src]

Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).

§
DeliveryStreamName: string
[src]

The name of the delivery stream for which you want to enable server-side encryption (SSE).