AWS::Route53::CidrCollectionResource Type definition for AWS::Route53::CidrCollection.
2 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Locations | Array<Location> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon resource name (ARN) to uniquely identify the AWS resource. |
Id | string | UUID of the CIDR collection. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Route53::CidrCollection
Resources:
MyResource:
Type: AWS::Route53::CidrCollection
Properties:
Name: "my-name"Permissions CloudFormation needs in your IAM role to manage this resource.
route53:CreateCidrCollectionroute53:ChangeCidrCollectionroute53:ListCidrCollectionsroute53:ListCidrBlocksroute53:ChangeCidrCollectionroute53:DeleteCidrCollectionroute53:ChangeCidrCollectionroute53:ListCidrBlocksroute53:ListCidrCollectionsroute53:ListCidrBlocksEverything you need to know about Route53 on one page. HD quality, print-friendly.
Download Free InfographicIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name