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. |
name | string | A unique name for the CIDR collection. |
arn | string | The Amazon resource name (ARN) to uniquely identify the AWS resource. |
locations | array | A complex type that contains information about the list of CIDR locations. |
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