

# 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 **   <a name="awscostmanagement-Type-TagValues-Key"></a>
The key for the tag.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 1024.  
Pattern: `[\S\s]*`   
Required: No

 ** MatchOptions **   <a name="awscostmanagement-Type-TagValues-MatchOptions"></a>
The match options that you can use to filter your results. `MatchOptions` is only applicable for actions related to cost category. The default values for `MatchOptions` are `EQUALS` and `CASE_SENSITIVE`.  
Type: Array of strings  
Valid Values: `EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE | GREATER_THAN_OR_EQUAL`   
Required: No

 ** Values **   <a name="awscostmanagement-Type-TagValues-Values"></a>
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:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/ce-2017-10-25/TagValues) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/ce-2017-10-25/TagValues) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/ce-2017-10-25/TagValues) 