/dhall-aws-cloudformation/cloudformation/AWS::AutoScaling::AutoScalingGroup/NotificationConfiguration.dhall

Copy path to clipboard

Source

{ Type =
{ NotificationTypes : Optional (List (./../../Fn.dhall).CfnText)
, TopicARN : List (./../../Fn.dhall).CfnText
}
, default.NotificationTypes = None (List (./../../Fn.dhall).CfnText)
}