CostCategoryValues
The Cost Categories values used for filtering the costs.
If Values
and Key
are not specified, the ABSENT
MatchOption
is applied to all Cost Categories. That is, it filters on
resources that aren't mapped to any Cost Categories.
If Values
is provided and Key
isn't specified, the
ABSENT
MatchOption
is applied to the Cost Categories Key
only. That
is, it filters on resources without the given Cost Categories key.
Contents
- Key
-
The unique name of the Cost Category.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 50.
Pattern:
^(?! )[\p{L}\p{N}\p{Z}-_]*(?<! )$
Required: No
- MatchOptions
-
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
isEQUALS
andCASE_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
-
The specific value of the Cost Category.
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: