domain
Gets an individual domain
resource
Overview
Name | domain |
Type | Resource |
Description | domain |
Id | awscc.voiceid.domain |
Fields
Name | Datatype | Description |
---|---|---|
description | string | |
domain_id | string | |
name | string | |
server_side_encryption_configuration | object | |
tags | array | |
region | string | AWS 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