Values_2.VerifiedAccessLogS3DestinationOptionsSourceOptions for Amazon S3 as a logging destination.
type nonrec t = {enabled : Values_0.Boolean.t;Indicates whether logging is enabled.
*)bucketName : Values_0.String_.t option;The bucket name.
*)prefix : Values_0.String_.t option;The bucket prefix.
*)bucketOwner : Values_0.String_.t option;The ID of the Amazon Web Services account that owns the Amazon S3 bucket.
*)}val make :
?bucketName:??? ->
?prefix:??? ->
?bucketOwner:??? ->
enabled:Values_0.Boolean.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t | `String of Values_0.String_.t ])
list ]