AWS::EC2::CapacityReservationFleet TagSpecification
The tags to apply to a resource when the resource is being created.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ResourceType" :
String
, "Tags" :[ Tag, ... ]
}
YAML
ResourceType:
String
Tags:- Tag
Properties
ResourceType
-
The type of resource to tag on creation. Specify
capacity-reservation-fleet
.To tag a resource after it has been created, see CreateTags.
Required: No
Type: String
Update requires: Replacement
Tags
-
The tags to apply to the resource.
Required: No
Type: List of Tag
Update requires: Replacement