Interface CfnDetectorModel.StateProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDetectorModel.StateProperty.Jsii$Proxy
- Enclosing class:
CfnDetectorModel
@Stability(Stable)
public static interface CfnDetectorModel.StateProperty
extends software.amazon.jsii.JsiiSerializable
Information that defines a state of a detector.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDetectorModel.StatePropertystatic final classAn implementation forCfnDetectorModel.StateProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectWhen entering this state, perform theseactionsif theconditionis TRUE.default ObjectWhen exiting this state, perform theseactionsif the specifiedconditionisTRUE.default ObjectWhen an input is received and theconditionis TRUE, perform the specifiedactions.The name of the state.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStateName
The name of the state.- See Also:
-
getOnEnter
When entering this state, perform theseactionsif theconditionis TRUE.Returns union: either
IResolvableorCfnDetectorModel.OnEnterProperty- See Also:
-
getOnExit
When exiting this state, perform theseactionsif the specifiedconditionisTRUE.Returns union: either
IResolvableorCfnDetectorModel.OnExitProperty- See Also:
-
getOnInput
When an input is received and theconditionis TRUE, perform the specifiedactions.Returns union: either
IResolvableorCfnDetectorModel.OnInputProperty- See Also:
-
builder
-