Values.AnalyticsS3BucketDestinationSourceContains information about where to publish the analytics results.
type nonrec t = {format : AnalyticsS3ExportFileFormat.t;Specifies the file format used when exporting data to Amazon S3.
*)bucketAccountId : AccountId.t option;The account ID that owns the destination S3 bucket. If no account ID is provided, the owner is not validated before exporting data. Although this value is optional, we strongly recommend that you set it to help prevent problems if the destination bucket ownership changes.
*)bucket : BucketName.t;The Amazon Resource Name (ARN) of the bucket to which data is exported.
*)prefix : Prefix.t option;The prefix to use when exporting data. The prefix is prepended to all results.
*)}val make :
?bucketAccountId:??? ->
?prefix:??? ->
format:AnalyticsS3ExportFileFormat.t ->
bucket:BucketName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AccountId.t ]) list ]