This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::EC2::SubnetCidrReservation
Describes a subnet CIDR reservation.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::EC2::SubnetCidrReservation", "Properties" : { "Cidr" :String, "Description" :String, "ReservationType" :String, "SubnetId" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::EC2::SubnetCidrReservation Properties: Cidr:StringDescription:StringReservationType:StringSubnetId:StringTags:- Tag
Properties
Cidr-
The CIDR that has been reserved.
Required: Yes
Type: String
Update requires: Replacement
Description-
The description assigned to the subnet CIDR reservation.
Required: No
Type: String
Update requires: Replacement
ReservationType-
The type of reservation.
Required: Yes
Type: String
Allowed values:
prefix | explicitUpdate requires: Replacement
SubnetId-
The ID of the subnet.
Required: Yes
Type: String
Update requires: Replacement
-
The tags assigned to the subnet CIDR reservation.
Required: No
Type: Array of Tag
Update requires: No interruption
Return values
Ref
Fn::GetAtt
ArnProperty description not available.
OwnerId-
The ID of the account that owns the subnet CIDR reservation.
SubnetCidrReservationId-
The ID of the subnet CIDR reservation.