aws.route53.list_cidr_blocks
Example SQL Queries
SELECT * FROMaws.route53.list_cidr_blocksWHERE"collection_id" = 'VALUE';Description
Returns a paginated list of location objects and their CIDR blocks.
Table Definition
| Column Name | Column Data Type |
|---|---|
| collection_id Required Input Column The UUID of the CIDR collection. | VARCHAR |
| location_name Input Column The location name of the CIDR block. | VARCHAR |
| _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
| |
| cidr_block Value for the CIDR block. | VARCHAR |