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 thecondition
is TRUE.Type: OnEnterLifecycle object
Required: No
- onExit
-
When exiting this state, perform these
actions
if the specifiedcondition
isTRUE
.Type: OnExitLifecycle object
Required: No
- onInput
-
When an input is received and the
condition
is TRUE, perform the specifiedactions
.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: