Values.MetadataConfigurationSourceThe S3 Metadata configuration for a general purpose bucket.
type nonrec t = {journalTableConfiguration : JournalTableConfiguration.t;The journal table configuration for a metadata configuration.
*)inventoryTableConfiguration : InventoryTableConfiguration.t option;The inventory table configuration for a metadata configuration.
*)}val make :
?inventoryTableConfiguration:??? ->
journalTableConfiguration:JournalTableConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `Integer of RecordExpirationDays.t
| `String of KmsKeyArn.t ])
list ])
list ])
list ]