This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ECS::Service EBSTagSpecification
The tag specifications of an Amazon EBS volume.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "PropagateTags" :String, "ResourceType" :String, "Tags" :[ Tag, ... ]}
YAML
PropagateTags:StringResourceType:StringTags:- Tag
Properties
-
Determines whether to propagate the tags from the task definition to the Amazon EBS volume. Tags can only propagate to a
SERVICEspecified inServiceVolumeConfiguration. If no value is specified, the tags aren't propagated.Required: No
Type: String
Allowed values:
SERVICE | TASK_DEFINITIONUpdate requires: No interruption
-
The type of volume resource.
Required: Yes
Type: String
Allowed values:
volumeUpdate requires: No interruption
-
The tags applied to this Amazon EBS volume.
AmazonECSCreatedandAmazonECSManagedare reserved tags that can't be used.Required: No
Type: Array of Tag
Minimum:
0Maximum:
50Update requires: No interruption