interface DetectorModelReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.IoTEvents.DetectorModelReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsiotevents#DetectorModelReference |
Java | software.amazon.awscdk.interfaces.iotevents.DetectorModelReference |
Python | aws_cdk.interfaces.aws_iotevents.DetectorModelReference |
TypeScript | aws-cdk-lib » interfaces » aws_iotevents » DetectorModelReference |
A reference to a DetectorModel resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotevents as interfaces_iotevents } from 'aws-cdk-lib/interfaces';
const detectorModelReference: interfaces_iotevents.DetectorModelReference = {
detectorModelName: 'detectorModelName',
};
Properties
| Name | Type | Description |
|---|---|---|
| detector | string | The DetectorModelName of the DetectorModel resource. |
detectorModelName
Type:
string
The DetectorModelName of the DetectorModel resource.

.NET
Go
Java
Python
TypeScript