domain_name_v2s_list_only
Lists domain_name_v2s in a region or regions, for all properties use domain_name_v2s
Overview
| Name | domain_name_v2s_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::ApiGateway::DomainNameV2. |
| Id | aws.apigateway.domain_name_v2s_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
domain_name | string | |
domain_name_arn | string | The amazon resource name (ARN) of the domain name resource. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all domain_name_v2s in a region.
SELECT
region,
domain_name_arn
FROM aws.apigateway.domain_name_v2s_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the domain_name_v2s_list_only resource, see domain_name_v2s