DetectorModelReference
- class aws_cdk.interfaces.aws_iotevents.DetectorModelReference(*, detector_model_name)
Bases:
objectA 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.interfaces import aws_iotevents as interfaces_aws_iotevents detector_model_reference = interfaces_aws_iotevents.DetectorModelReference( detector_model_name="detectorModelName" )
Attributes
- detector_model_name
The DetectorModelName of the DetectorModel resource.