AWS::ECS::Service EBSTagSpecification - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 CloudFormation template, use the following syntax:

JSON

{ "PropagateTags" : String, "ResourceType" : String, "Tags" : [ Tag, ... ] }

YAML

PropagateTags: String ResourceType: String Tags: - Tag

Properties

PropagateTags

Determines whether to propagate the tags from the task definition to the Amazon EBS volume. Tags can only propagate to a SERVICE specified in ServiceVolumeConfiguration. If no value is specified, the tags aren't propagated.

Required: No

Type: String

Allowed values: SERVICE | TASK_DEFINITION

Update requires: No interruption

ResourceType

The type of volume resource.

Required: Yes

Type: String

Allowed values: volume

Update requires: No interruption

Tags

The tags applied to this Amazon EBS volume. AmazonECSCreated and AmazonECSManaged are reserved tags that can't be used.

Required: No

Type: Array of Tag

Minimum: 0

Maximum: 50

Update requires: No interruption