/dhall-aws-cloudformation/sam/AWS::Serverless::StateMachine/LoggingConfiguration.dhall

Copy path to clipboard

Source

{ Type =
{ Destinations : List (./LogDestination.dhall).Type
, IncludeExecutionData : Bool
, Level : (./../../Fn.dhall).CfnText
}
, default = {=}
}