Values.JournalTableConfigurationResultSourceThe journal table configuration for the S3 Metadata configuration.
type nonrec t = {tableStatus : MetadataTableStatus.t option;The status of the journal table. The status values are: CREATING - The journal table is in the process of being created in the specified table bucket. ACTIVE - The journal table has been created successfully, and records are being delivered to the table. FAILED - Amazon S3 is unable to create the journal table, or Amazon S3 is unable to deliver records.
*)error : ErrorDetails.t option;tableName : S3TablesName.t option;The name of the journal table.
*)tableArn : S3TablesArn.t option;The Amazon Resource Name (ARN) for the journal table.
*)recordExpiration : RecordExpiration.t option;The journal table record expiration settings for the journal table.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of MetadataTableStatus.t
| `Structure of
(string
* [> `Enum of string
| `Integer of RecordExpirationDays.t
| `String of ErrorCode.t ])
list ])
list ]