aws-cdk-lib.aws_iotevents.CfnDetectorModel.DetectorModelDefinitionProperty

interface DetectorModelDefinitionProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTEvents.CfnDetectorModel.DetectorModelDefinitionProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotevents#CfnDetectorModel_DetectorModelDefinitionProperty
Javasoftware.amazon.awscdk.services.iotevents.CfnDetectorModel.DetectorModelDefinitionProperty
Pythonaws_cdk.aws_iotevents.CfnDetectorModel.DetectorModelDefinitionProperty
TypeScript aws-cdk-lib » aws_iotevents » CfnDetectorModel » DetectorModelDefinitionProperty

Information that defines how a detector operates.

Example

// The generated example for this type would exceed 500 lines,
// and has been elided for readability.

Properties

NameTypeDescription
initialStateNamestringThe state that is entered at the creation of each detector (instance).
statesIResolvable | IResolvable | StateProperty[]Information about the states of the detector.

initialStateName

Type: string

The state that is entered at the creation of each detector (instance).


states

Type: IResolvable | IResolvable | StateProperty[]

Information about the states of the detector.