CommandParameterValueCondition - Amazon IoT
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).

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_RANGE

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