Values.MetadataTableEncryptionConfigurationSourceThe encryption settings for an S3 Metadata journal table or inventory table configuration.
type nonrec t = {sseAlgorithm : TableSseAlgorithm.t;The encryption type specified for a metadata table. To specify server-side encryption with Key Management Service (KMS) keys (SSE-KMS), use the aws:kms value. To specify server-side encryption with Amazon S3 managed keys (SSE-S3), use the AES256 value.
*)kmsKeyArn : KmsKeyArn.t option;If server-side encryption with Key Management Service (KMS) keys (SSE-KMS) is specified, you must also specify the KMS key Amazon Resource Name (ARN). You must specify a customer-managed KMS key that's located in the same Region as the general purpose bucket that corresponds to the metadata table configuration.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of KmsKeyArn.t ]) list ]