AWS::FMS::Policy ResourceTag - AWS CloudFormation

AWS::FMS::Policy ResourceTag

The resource tags that AWS Firewall Manager uses to determine if a particular resource should be included or excluded from the AWS Firewall Manager policy. Tags enable you to categorize your AWS resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value. Firewall Manager combines the tags with "AND" so that, if you add more than one tag to a policy scope, a resource must have all the specified tags to be included or excluded. For more information, see Working with Tag Editor.

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 resource tag key.

Required: Yes

Type: String

Minimum: 1

Maximum: 128

Update requires: No interruption

Value

The resource tag value.

Required: No

Type: String

Maximum: 256

Update requires: No interruption