AWS::VoiceID::Domain> End of support notice: On May 20, 2026, AWS will end support for Amazon Connect Voice ID. After May 20, 2026, you will no longer be able to access Voice ID on the Amazon Connect console, access Voice ID features on the Amazon Connect admin website or Contact Control Panel, or access Voice ID resources. For more information, visit [Amazon Connect Voice ID end of support](https://docs.aws.amazon.com/connect/latest/adminguide/amazonconnect-voiceid-end-of-support.html) . 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.
import { CfnDomain } from 'aws-cdk-lib/aws-voiceid';Or use the module namespace:
import * as voiceid from 'aws-cdk-lib/aws-voiceid';
// voiceid.CfnDomainConfiguration passed to the constructor as CfnDomainProps.
nameRequiredstringThe name for the domain.
serverSideEncryptionConfigurationRequiredIResolvable | ServerSideEncryptionConfigurationPropertyThe server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data.
descriptionOptionalstringThe description of the domain.
tagsOptionalCfnTag[]The tags used to organize, track, or control access for this resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-voiceidAWS::VoiceID::Domain