StringCriteriaCondition - Amazon Compute Optimizer
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon SDKs, see the following: