This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::IoT::Command CommandParameterValueCondition
The CommandParameterValueCondition property type specifies Property description not available. for an AWS::IoT::Command.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ComparisonOperator" :String, "Operand" :CommandParameterValueComparisonOperand}
YAML
ComparisonOperator:StringOperand:CommandParameterValueComparisonOperand
Properties
ComparisonOperatorProperty description not available.
Required: Yes
Type: String
Allowed values:
EQUALS | NOT_EQUALS | LESS_THAN | LESS_THAN_EQUALS | GREATER_THAN | GREATER_THAN_EQUALS | IN_SET | NOT_IN_SET | IN_RANGE | NOT_IN_RANGEUpdate requires: No interruption
OperandProperty description not available.
Required: Yes
Type: CommandParameterValueComparisonOperand
Update requires: No interruption