/dhall-aws-cloudformation/cloudformation/AWS::Budgets::Budget/NotificationWithSubscribers.dhall

Copy path to clipboard

Source

{ Type =
{ Notification : (./Notification.dhall).Type
, Subscribers : List (./Subscriber.dhall).Type
}
, default = {=}
}