Skip to main content

cidr_collection

Gets an individual cidr_collection resource

Overview

Namecidr_collection
TypeResource
Descriptioncidr_collection
Idawscc.route53.cidr_collection

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id,
name,
arn,
locations
FROM awscc.route53.cidr_collection
WHERE data__Identifier = '<Id>';

Permissions

To operate on the cidr_collection resource, the following permissions are required:

Read

route53:ListCidrCollections,
route53:ListCidrBlocks

Update

route53:ChangeCidrCollection

Delete

route53:DeleteCidrCollection,
route53:ChangeCidrCollection