Interface CfnDetectorModel.DetectorModelDefinitionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDetectorModel.DetectorModelDefinitionProperty.Jsii$Proxy
- Enclosing class:
CfnDetectorModel
@Stability(Stable)
public static interface CfnDetectorModel.DetectorModelDefinitionProperty
extends software.amazon.jsii.JsiiSerializable
Information that defines how a detector operates.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDetectorModel.DetectorModelDefinitionPropertystatic final classAn implementation forCfnDetectorModel.DetectorModelDefinitionProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The state that is entered at the creation of each detector (instance).Information about the states of the detector.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInitialStateName
The state that is entered at the creation of each detector (instance).- See Also:
-
getStates
Information about the states of the detector.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDetectorModel.StateProperty>- See Also:
-
builder
-