Skip to main content

cidr_collections_list_only

Lists cidr_collections in a region or regions, for all properties use cidr_collections

Overview

Namecidr_collections_list_only
TypeResource
DescriptionResource schema for AWS::Route53::CidrCollection.
Idaws.route53.cidr_collections_list_only

Fields

NameDatatypeDescription
idstringUUID of the CIDR collection.
namestringA unique name for the CIDR collection.
arnstringThe Amazon resource name (ARN) to uniquely identify the AWS resource.
locationsarrayA complex type that contains information about the list of CIDR locations.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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