interface DetectorModelDefinitionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.IoTEvents.CfnDetectorModel.DetectorModelDefinitionProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiotevents#CfnDetectorModel_DetectorModelDefinitionProperty |
Java | software.amazon.awscdk.services.iotevents.CfnDetectorModel.DetectorModelDefinitionProperty |
Python | aws_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
| Name | Type | Description |
|---|---|---|
| initial | string | The state that is entered at the creation of each detector (instance). |
| states | IResolvable | (IResolvable | State)[] | 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 | State)[]
Information about the states of the detector.

.NET
Go
Java
Python
TypeScript