aws.route53.list_cidr_collections
Example SQL Queries
SELECT * FROMaws.route53.list_cidr_collections;Description
Returns a paginated list of CIDR collections in the Amazon Web Services account (metadata only).
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| arn The ARN of the collection summary. Can be used to reference the collection in IAM policy or cross-account. | VARCHAR |
| id Unique ID for the CIDR collection. | VARCHAR |
| name The name of a CIDR collection. | VARCHAR |
| version A sequential counter that Route 53 sets to 1 when you create a CIDR collection and increments by 1 each time you update settings for the CIDR collection. | BIGINT |