/dhall-aws-cloudformation/cloudformation/AWS::OSIS::Pipeline/LogPublishingOptions.dhall

Copy path to clipboard

Source

{ Type =
{ CloudWatchLogDestination :
Optional (./CloudWatchLogDestination.dhall).Type
, IsLoggingEnabled : Optional Bool
}
, default =
{ CloudWatchLogDestination = None (./CloudWatchLogDestination.dhall).Type
, IsLoggingEnabled = None Bool
}
}