/dhall-aws-cloudformation/cloudformation/AWS::Batch::JobDefinition/LogConfiguration.dhall

Copy path to clipboard

Source

{ Type =
{ LogDriver : (./../../Fn.dhall).CfnText
, Options :
Optional
((./../../Prelude.dhall).Map.Type Text (./../../Fn.dhall).CfnText)
, SecretOptions : Optional (List (./Secret.dhall).Type)
}
, default =
{ Options =
None ((./../../Prelude.dhall).Map.Type Text (./../../Fn.dhall).CfnText)
, SecretOptions = None (List (./Secret.dhall).Type)
}
}