class Aws::FMS::Types::ResourceTag

The resource tags that Firewall Manager uses to determine if a particular resource should be included or excluded from the Firewall Manager policy. Tags enable you to categorize your Amazon Web Services 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].

[1]: docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/tag-editor.html

@note When making an API call, you may pass ResourceTag

data as a hash:

    {
      key: "ResourceTagKey", # required
      value: "ResourceTagValue",
    }

@!attribute [rw] key

The resource tag key.
@return [String]

@!attribute [rw] value

The resource tag value.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/fms-2018-01-01/ResourceTag AWS API Documentation

Constants

SENSITIVE