TransitionEvent
Specifies the actions performed and the next state entered when a condition
evaluates to TRUE.
Contents
- condition
-
Required. A Boolean expression that when TRUE causes the actions to be performed and the
nextState
to be entered.Type: String
Length Constraints: Maximum length of 512.
Required: Yes
- eventName
-
The name of the transition event.
Type: String
Length Constraints: Maximum length of 128.
Required: Yes
- nextState
-
The next state to enter.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: Yes
- actions
-
The actions to be performed.
Type: Array of Action objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: