cidr_collections_list_only
Lists cidr_collections in a region or regions, for all properties use cidr_collections
Overview
| Name | cidr_collections_list_only |
| Type | Resource |
| Description | Resource schema for AWS::Route53::CidrCollection. |
| Id | aws.route53.cidr_collections_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
id | string | UUID of the CIDR collection. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all cidr_collections in a region.
SELECT
region,
id
FROM aws.route53.cidr_collections_list_only
;
Permissions
For permissions required to operate on the cidr_collections_list_only resource, see cidr_collections