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