AWS::S3Express::DirectoryBucket Tag - AWS CloudFormation

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::S3Express::DirectoryBucket Tag

A key-value pair that you use to label your directory buckets. You can add tags to new directory buckets when you create them, or you can add tags to existing directory buckets. Tags can help you organize, track costs for, and control access to directory buckets. For more information, see Using tags with directory buckets.

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 of the tag. Tags are key-value pairs that you use to label your directory buckets. Tags can help you organize, track costs for, and control access to directory buckets. For more information, see Using tags with directory buckets.

Required: Yes

Type: String

Pattern: ^(?!aws:.*)([\p{L}\p{Z}\p{N}_.:=+\/\-@%]*)$

Minimum: 1

Maximum: 128

Update requires: No interruption

Value

The value of the tag. Tags are key-value pairs that you use to label your directory buckets. Tags can help you organize, track costs for, and control access to directory buckets. For more information, see Using tags with directory buckets.

Required: Yes

Type: String

Pattern: ^([\p{L}\p{Z}\p{N}_.:=+\/\-@%]*)$

Minimum: 0

Maximum: 256

Update requires: No interruption