Values.JournalTableConfigurationSourceThe journal table configuration for an S3 Metadata configuration.
type nonrec t = {recordExpiration : RecordExpiration.t;The journal table record expiration settings for the journal table.
*)encryptionConfiguration : MetadataTableEncryptionConfiguration.t option;The encryption configuration for the journal table.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of RecordExpirationDays.t
| `String of KmsKeyArn.t ])
list ])
list ]