AWS::DataSync::LocationS3 Tag - AWS CloudFormation

AWS::DataSync::LocationS3 Tag

Specifies labels that help you categorize, filter, and search for your AWS resources. We recommend creating at least a name tag for your transfer location.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Key" : String, "Value" : String }

YAML

Key: String Value: String

Properties

Key

The key for an AWS resource tag.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9\s+=._:/-]+$

Minimum: 1

Maximum: 256

Update requires: No interruption

Value

The value for an AWS resource tag.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9\s+=._:@/-]+$

Minimum: 1

Maximum: 256

Update requires: No interruption