Skip to main content

domain

Gets an individual domain resource

Overview

Namedomain
TypeResource
Descriptiondomain
Idawscc.voiceid.domain

Fields

NameDatatypeDescription
descriptionstring
domain_idstring
namestring
server_side_encryption_configurationobject
tagsarray
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
description,
domain_id,
name,
server_side_encryption_configuration,
tags
FROM awscc.voiceid.domain
WHERE data__Identifier = '<DomainId>';

Permissions

To operate on the domain resource, the following permissions are required:

Read

voiceid:DescribeDomain,
voiceid:ListTagsForResource,
kms:Decrypt

Update

voiceid:DescribeDomain,
voiceid:UpdateDomain,
voiceid:TagResource,
voiceid:UntagResource,
voiceid:ListTagsForResource,
kms:CreateGrant,
kms:Decrypt,
kms:DescribeKey

Delete

voiceid:DeleteDomain,
voiceid:DescribeDomain,
kms:Decrypt