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

CreateDomainRequest

import type { CreateDomainRequest } from "https://aws-api.deno.dev/v0.3/services/voiceid.ts?docs=full";
interface CreateDomainRequest {
ClientToken?: string | null;
Description?: string | null;
Name: string;
ServerSideEncryptionConfiguration: ServerSideEncryptionConfiguration;
Tags?: Tag[] | null;
}

§Properties

§
ClientToken?: string | null
[src]

The idempotency token for creating a new domain. If not provided, Amazon Web Services SDK populates this field.

§
Description?: string | null
[src]

A brief description of this domain.

§
Name: string
[src]

The name of the domain.

§
ServerSideEncryptionConfiguration: ServerSideEncryptionConfiguration
[src]

The configuration, containing the KMS Key Identifier, to be used by Voice ID for the server-side encryption of your data. Refer to Amazon Connect VoiceID encryption at rest for more details on how the KMS Key is used.

§
Tags?: Tag[] | null
[src]

A list of tags you want added to the domain.