AWS::ComputeOptimizer::AutomationRule Tag - AWS CloudFormation

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::ComputeOptimizer::AutomationRule Tag

A key-value pair used to categorize and organize AWS resources and automation rules.

Syntax

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

JSON

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

YAML

Key: String Value: String

Properties

Key

The tag key, which can be up to 128 characters long.

Required: Yes

Type: String

Pattern: ^[\w\s\.\-\:\/\=\+\@]+$

Minimum: 1

Maximum: 128

Update requires: No interruption

Value

The tag value, which can be up to 256 characters long.

Required: Yes

Type: String

Pattern: ^[\w\s\.\-\:\/\=\+\@]*$

Maximum: 256

Update requires: No interruption