SimpleRule - AWS IoT Events

SimpleRule

A rule that compares an input property value to a threshold value with a comparison operator.

Contents

comparisonOperator

The comparison operator.

Type: String

Valid Values: GREATER | GREATER_OR_EQUAL | LESS | LESS_OR_EQUAL | EQUAL | NOT_EQUAL

Required: Yes

inputProperty

The value on the left side of the comparison operator. You can specify an AWS IoT Events input attribute as an input property.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 512.

Required: Yes

threshold

The value on the right side of the comparison operator. You can enter a number or specify an AWS IoT Events input attribute.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 512.

Required: Yes

See Also

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