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

StudioEncryptionConfigurationKeyType

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

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

type StudioEncryptionConfigurationKeyType = "AWS_OWNED_KEY" | "CUSTOMER_MANAGED_KEY" | cmnP.UnexpectedEnumValue;

§Type

§
"AWS_OWNED_KEY" | "CUSTOMER_MANAGED_KEY" | cmnP.UnexpectedEnumValue
[src]