AlarmModelReference

class aws_cdk.interfaces.aws_iotevents.AlarmModelReference(*, alarm_model_name)

Bases: object

A reference to a AlarmModel resource.

Parameters:

alarm_model_name (str) – The AlarmModelName of the AlarmModel 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

alarm_model_reference = interfaces_aws_iotevents.AlarmModelReference(
    alarm_model_name="alarmModelName"
)

Attributes

alarm_model_name

The AlarmModelName of the AlarmModel resource.