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

AwsKinesisStreamStreamEncryptionDetails

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

Provides information about stream encryption.

interface AwsKinesisStreamStreamEncryptionDetails {
EncryptionType?: string | null;
KeyId?: string | null;
}

§Properties

§
EncryptionType?: string | null
[src]

The encryption type to use.

§
KeyId?: string | null
[src]

The globally unique identifier for the customer-managed KMS key to use for encryption.