Values.PutTableBucketEncryptionRequestSourceSets the encryption configuration for a table bucket. Permissions You must have the s3tables:PutTableBucketEncryption permission to use this operation. If you choose SSE-KMS encryption you must grant the S3 Tables maintenance principal access to your KMS key. For more information, see Permissions requirements for S3 Tables SSE-KMS encryption in the Amazon Simple Storage Service User Guide.
type nonrec t = {tableBucketARN : TableBucketARN.t;The Amazon Resource Name (ARN) of the table bucket.
*)encryptionConfiguration : EncryptionConfiguration.t;The encryption configuration to apply to the table bucket.
*)}val make :
tableBucketARN:TableBucketARN.t ->
encryptionConfiguration:EncryptionConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of TableBucketARN.t
| `Structure of
(string
* [> `Enum of string
| `String of EncryptionConfigurationKmsKeyArnString.t ])
list ])
list ]