AWS::VoiceID::Domain - AWS CloudFormation

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 AWS 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: String Name: String ServerSideEncryptionConfiguration: ServerSideEncryptionConfiguration Tags: - Tag

Properties

Description

The description of the domain.

Required: No

Type: String

Pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-%@]*)$

Minimum: 1

Maximum: 1024

Update requires: No interruption

Name

The name for the domain.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9][a-zA-Z0-9_-]*$

Minimum: 1

Maximum: 256

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: Array of Tag

Minimum: 0

Maximum: 200

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the DomainId of the domain.

For more information about using the Ref function, see Ref.

Fn::GetAtt

The Fn::GetAtt intrinsic 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::GetAtt intrinsic function, see Fn::GetAtt.

DomainId

The identifier of the domain.