StringCriteriaCondition - AWS Compute Optimizer

StringCriteriaCondition

Criteria condition for filtering based on string values, including comparison operators and target values.

Contents

comparison

The comparison operator used to evaluate the string criteria, such as equals, not equals, or contains.

Type: String

Valid Values: StringEquals | StringNotEquals | StringEqualsIgnoreCase | StringNotEqualsIgnoreCase | StringLike | StringNotLike | NumericEquals | NumericNotEquals | NumericLessThan | NumericLessThanEquals | NumericGreaterThan | NumericGreaterThanEquals

Required: No

values

List of string values to compare against when applying the criteria condition.

Type: Array of strings

Length Constraints: Minimum length of 1. Maximum length of 512.

Pattern: [\w\s\.\-\:\/\=\+\@\*\?]+

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: