AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::VoiceID::Domain

CfnDomain

> 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

import { CfnDomain } from 'aws-cdk-lib/aws-voiceid';

Or use the module namespace:

import * as voiceid from 'aws-cdk-lib/aws-voiceid';
// voiceid.CfnDomain

Properties

Configuration passed to the constructor as CfnDomainProps.

nameRequired
string

The name for the domain.

serverSideEncryptionConfigurationRequired
IResolvable | ServerSideEncryptionConfigurationProperty

The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data.

descriptionOptional
string

The description of the domain.

tagsOptional
CfnTag[]

The tags used to organize, track, or control access for this resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-voiceid
CFN TypeAWS::VoiceID::Domain
Properties4

External Links