StringCondition - Amazon Backup
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).

StringCondition

This contains the value of the string and can contain one or more operators.

Contents

Value

The value of the string.

Type: String

Required: Yes

Operator

A string that defines what values will be returned.

If this is included, avoid combinations of operators that will return all possible values. For example, including both EQUALS_TO and NOT_EQUALS_TO with a value of 4 will return all values.

Type: String

Valid Values: EQUALS_TO | NOT_EQUALS_TO | CONTAINS | DOES_NOT_CONTAIN | BEGINS_WITH | ENDS_WITH | DOES_NOT_BEGIN_WITH | DOES_NOT_END_WITH

Required: No

See Also

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