/dhall-aws-cloudformation/cloudformation/AWS::IoTEvents::AlarmModel/AlarmEventActions.dhall
Copy path to clipboardSource
{ Type = { AlarmActions : Optional (List (./AlarmAction.dhall).Type) }
, default.AlarmActions = None (List (./AlarmAction.dhall).Type)
}