Values.InventoryTableConfigurationSourceThe inventory table configuration for an S3 Metadata configuration.
type nonrec t = {configurationState : InventoryConfigurationState.t;The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.
*)encryptionConfiguration : MetadataTableEncryptionConfiguration.t option;The encryption configuration for the inventory table.
*)}val make :
?encryptionConfiguration:??? ->
configurationState:InventoryConfigurationState.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Enum of string | `String of KmsKeyArn.t ]) list ])
list ]