AWS::VoiceID::Domain
Creates a domain that contains all Amazon Connect Voice ID data, such as speakers, fraudsters, customer audio, and voiceprints. Every domain is created with a default watchlist that fraudsters can be a part of.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::VoiceID::Domain", "Properties" : { "Description" :String, "Name" :String, "ServerSideEncryptionConfiguration" :ServerSideEncryptionConfiguration, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::VoiceID::Domain Properties: Description:StringName:StringServerSideEncryptionConfiguration:ServerSideEncryptionConfigurationTags:- Tag
Properties
Description-
The description of the domain.
Required: No
Type: String
Update requires: No interruption
Name-
The name for the domain.
Required: Yes
Type: String
Update requires: No interruption
ServerSideEncryptionConfiguration-
The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data.
Required: Yes
Type: ServerSideEncryptionConfiguration
Update requires: No interruption
Tags-
The tags used to organize, track, or control access for this resource.
Required: No
Type: List of Tag
Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns the DomainId of the domain.
For more information about using the Reffunction, see Ref.
Fn::GetAtt
The Fn::GetAttintrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAttintrinsic function, see Fn::GetAtt.