TagFilter#

The filter to select returned resources by tag key and/or value. It is used in the GetResources method.

Contents#

  • Key — The tag key. The GetResources response will contain only those resources that have a tag with the specified key.

    • Type: String

    • Constraints: Case-sensitive string, no longer than 128 Unicode-characters. May not begin with aws: and cloud:

    • Required: Yes

  • Values — The tag values. The GetResources response will contain only those resources that have a tag with the key specified in Key and one of the specified values.

    • Type: Array of strings

    • Length constraints: From 0 to 20 items

    • Constraints: Each value is a case-sensitive string, maximum 256 Unicode characters

    • Required: No