Values.S3LogDeliveryDescriptionSourceThe description of the details 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 option;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.
*)}