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

Copy path to clipboard

Source

{ Type =
{ Budget : (./BudgetData.dhall).Type
, NotificationsWithSubscribers :
Optional (List (./NotificationWithSubscribers.dhall).Type)
}
, default.NotificationsWithSubscribers
= None (List (./NotificationWithSubscribers.dhall).Type)
}