Values.PipeLogConfigurationSourceThe logging configuration settings for the pipe.
type nonrec t = {s3LogDestination : S3LogDestination.t option;The Amazon S3 logging configuration settings for the pipe.
*)firehoseLogDestination : FirehoseLogDestination.t option;The Amazon Data Firehose logging configuration settings for the pipe.
*)cloudwatchLogsLogDestination : CloudwatchLogsLogDestination.t option;The Amazon CloudWatch Logs logging configuration settings for the pipe.
*)level : LogLevel.t option;The level of logging detail to include. This applies to all log destinations for the pipe.
*)includeExecutionData : IncludeExecutionData.t option;Whether the execution data (specifically, the payload, awsRequest, and awsResponse fields) is included in the log messages for this pipe. This applies to all log destinations for the pipe. For more information, see Including execution data in logs in the Amazon EventBridge User Guide.
*)}