Module Values.PutTableBucketEncryptionRequestSource

Sets 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.

Sourcetype nonrec t = {
  1. tableBucketARN : TableBucketARN.t;
    (*

    The Amazon Resource Name (ARN) of the table bucket.

    *)
  2. encryptionConfiguration : EncryptionConfiguration.t;
    (*

    The encryption configuration to apply to the table bucket.

    *)
}
Sourceval context_ : string
Sourceval make : tableBucketARN:TableBucketARN.t -> encryptionConfiguration:EncryptionConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TableBucketARN.t | `Structure of (string * [> `Enum of string | `String of EncryptionConfigurationKmsKeyArnString.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t