AlarmModelReference
- class aws_cdk.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 import aws_iotevents as iotevents alarm_model_reference = iotevents.AlarmModelReference( alarm_model_name="alarmModelName" )
Attributes
- alarm_model_name
The AlarmModelName of the AlarmModel resource.