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

StreamingImageEncryptionConfiguration

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

Specifies how a streaming image is encrypted.

interface StreamingImageEncryptionConfiguration {
keyArn?: string | null;
}

§Properties

§
keyArn?: string | null
[src]

The ARN for a KMS key that is used to encrypt studio data.

§

The type of KMS key that is used to encrypt studio data.