domains
Retrieves a list of domains
in a region
Overview
Name | domains |
Type | Resource |
Description | domains |
Id | awscc.voiceid.domains |
Fields
Name | Datatype | Description |
---|---|---|
domain_id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
domain_id
FROM awscc.voiceid.domains
WHERE region = 'us-east-1'
Permissions
To operate on the domains
resource, the following permissions are required:
Create
voiceid:CreateDomain,
voiceid:DescribeDomain,
voiceid:TagResource,
voiceid:ListTagsForResource,
kms:CreateGrant,
kms:DescribeKey,
kms:Decrypt
List
voiceid:ListDomains,
kms:Decrypt