cidr_collection
Gets an individual cidr_collection
resource
Overview
Name | cidr_collection |
Type | Resource |
Description | cidr_collection |
Id | awscc.route53.cidr_collection |
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
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