DetectorModelReference

class aws_cdk.aws_iotevents.DetectorModelReference(*, detector_model_name)

Bases: object

A reference to a DetectorModel resource.

Parameters:

detector_model_name (str) – The DetectorModelName of the DetectorModel resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_iotevents as iotevents

detector_model_reference = iotevents.DetectorModelReference(
    detector_model_name="detectorModelName"
)

Attributes

detector_model_name

The DetectorModelName of the DetectorModel resource.