Values.S3LogDeliverySourceDetails about delivering logs to Amazon S3.
type nonrec t = {bucket : string option;The name of the S3 bucket that is the destination for log delivery.
*)enabled : bool;Specifies whether connector logs get sent to the specified Amazon S3 destination.
*)prefix : string option;The S3 prefix that is the destination for log delivery.
*)}