Values.S3LogDestinationSourceThe Amazon S3 logging configuration settings for the pipe.
type nonrec t = {bucketName : String_.t option;The name of the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.
*)prefix : String_.t option;The prefix text with which to begin Amazon S3 log object names. For more information, see Organizing objects using prefixes in the Amazon Simple Storage Service User Guide.
*)bucketOwner : String_.t option;The Amazon Web Services account that owns the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.
*)outputFormat : S3OutputFormat.t option;The format EventBridge uses for the log records. EventBridge currently only supports json formatting.
*)}