AWS::VoiceID::DomainThe AWS::VoiceID::Domain resource specifies an Amazon VoiceID Domain.
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
ServerSideEncryptionConfiguration | ServerSideEncryptionConfiguration | Required |
Description | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
DomainId | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::VoiceID::Domain
Resources:
MyResource:
Type: AWS::VoiceID::Domain
Properties:
Name: "my-name"
ServerSideEncryptionConfiguration: "my-serversideencryptionconfiguration"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
voiceid:CreateDomainvoiceid:DescribeDomainvoiceid:TagResourcevoiceid:ListTagsForResourcekms:CreateGrantkms:DescribeKeykms:Decryptvoiceid:DescribeDomainvoiceid:ListTagsForResourcekms:Decryptvoiceid:DescribeDomainvoiceid:UpdateDomainvoiceid:TagResourcevoiceid:UntagResourcevoiceid:ListTagsForResourcekms:CreateGrantkms:Decryptkms:DescribeKeyvoiceid:DeleteDomainvoiceid:DescribeDomainkms:Decryptvoiceid:ListDomainskms:DecryptOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDomainId