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

StudioEncryptionConfiguration

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

Configuration of the encryption method that is used for the studio.

interface StudioEncryptionConfiguration {
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.