CommandParameterValueCondition
A condition for the command parameter that must be evaluated to true for successful creation of a command execution.
Contents
- comparisonOperator
-
The comparison operator for the command parameter.
Note
IN_RANGE, and NOT_IN_RANGE operators include boundary values.
Type: String
Valid Values:
EQUALS | NOT_EQUALS | LESS_THAN | LESS_THAN_EQUALS | GREATER_THAN | GREATER_THAN_EQUALS | IN_SET | NOT_IN_SET | IN_RANGE | NOT_IN_RANGERequired: Yes
- operand
-
The comparison operand for the command parameter.
Type: CommandParameterValueComparisonOperand object
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: