State - AWS IoT Events

State

Information that defines a state of a detector.

Contents

stateName

The name of the state.

Type: String

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

Required: Yes

onEnter

When entering this state, perform these actions if the condition is TRUE.

Type: OnEnterLifecycle object

Required: No

onExit

When exiting this state, perform these actions if the specified condition is TRUE.

Type: OnExitLifecycle object

Required: No

onInput

When an input is received and the condition is TRUE, perform the specified actions.

Type: OnInputLifecycle object

Required: No

See Also

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