domains_list_only
Lists domains
in a region or regions, for all properties use domains
Overview
Name | domains_list_only |
Type | Resource |
Description | The AWS::VoiceID::Domain resource specifies an Amazon VoiceID Domain. |
Id | aws.voiceid.domains_list_only |
Fields
Name | Datatype | Description |
---|---|---|
description | string | |
domain_id | string | |
name | string | |
server_side_encryption_configuration | object | |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all domains
in a region.
SELECT
region,
domain_id
FROM aws.voiceid.domains_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the domains_list_only
resource, see domains