TagValues
The values that are available for a tag.
If Values and Key aren't specified, the ABSENT
MatchOption is applied to all tags. That is, it's filtered on resources
with no tags.
If Key is provided and Values isn't specified, the
ABSENT
MatchOption is applied to the tag Key only. That is, it's
filtered on resources without the given tag key.
Contents
- Key
-
The key for the tag.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Pattern:
[\S\s]*Required: No
- MatchOptions
-
The match options that you can use to filter your results.
MatchOptionsis only applicable for actions related to Cost Category. The default values forMatchOptionsareEQUALSandCASE_SENSITIVE.Type: Array of strings
Valid Values:
EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE | GREATER_THAN_OR_EQUALRequired: No
- Values
-
The specific value of the tag.
Type: Array of strings
Length Constraints: Minimum length of 0. Maximum length of 1024.
Pattern:
[\S\s]*Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: