AWS Fundamentals Logo
AWS Fundamentals
AWS::Route53::CidrCollection

Route53 CidrCollection

Resource Type definition for AWS::Route53::CidrCollection.

Properties

2 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
Locations
Array<Location>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon resource name (ARN) to uniquely identify the AWS resource.
IdstringUUID of the CIDR collection.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Route53::CidrCollection

Resources:
  MyResource:
    Type: AWS::Route53::CidrCollection
    Properties:
      Name: "my-name"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

route53:CreateCidrCollectionroute53:ChangeCidrCollection

read

route53:ListCidrCollectionsroute53:ListCidrBlocks

update

route53:ChangeCidrCollection

delete

route53:DeleteCidrCollectionroute53:ChangeCidrCollectionroute53:ListCidrBlocks

list

route53:ListCidrCollectionsroute53:ListCidrBlocks

Get the Route53 Cheat Sheet

Everything you need to know about Route53 on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceRoute53
Properties4
Required1
TaggingNot supported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

External Links