Values.AnalyticsConfigurationSourceSpecifies the configuration and any analyses for the analytics filter of an Amazon S3 bucket.
type nonrec t = {id : AnalyticsId.t;The ID that identifies the analytics configuration.
*)filter : AnalyticsFilter.t option;The filter used to describe a set of objects for analyses. A filter must have exactly one prefix, one tag, or one conjunction (AnalyticsAndOperator). If no filter is provided, all objects will be considered in any analysis.
*)storageClassAnalysis : StorageClassAnalysis.t;Contains data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes.
*)}val make :
?filter:??? ->
id:AnalyticsId.t ->
storageClassAnalysis:StorageClassAnalysis.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of AnalyticsId.t
| `Structure of
(string
* [> `String of Prefix.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of ObjectKey.t ]) list ]
list
| `String of ObjectKey.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string | `String of AccountId.t ])
list ])
list ])
list ])
list ])
list ]