- Navigation Guide
@aws-sdk/client-voice-id
CreateDomainCommandInput Interface
The input for CreateDomainCommand.
Members
Name | Type | Details |
---|---|---|
Name Required | string | undefined | The name of the domain. |
ServerSideEncryptionConfiguration Required | ServerSideEncryptionConfiguration | undefined | 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 Voice ID encryption at rest for more details on how the KMS key is used. |
ClientToken | string | undefined | A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs . |
Description | string | undefined | A brief description of this domain. |
Tags | Tag[] | undefined | A list of tags you want added to the domain. |
Full Signature
export interface CreateDomainCommandInput extends CreateDomainRequest