/dhall-aws-cloudformation/cloudformation/AWS::Pinpoint::ApplicationSettings/Limits.dhall
Copy path to clipboardSource
{ Type =
{ Daily : Optional Integer
, MaximumDuration : Optional Integer
, MessagesPerSecond : Optional Integer
, Total : Optional Integer
}
, default =
{ Daily = None Integer
, MaximumDuration = None Integer
, MessagesPerSecond = None Integer
, Total = None Integer
}
}