Values.GetTableEncryptionRequestSourceGets the encryption configuration for a table. Permissions You must have the s3tables:GetTableEncryption permission to use this operation.
type nonrec t = {tableBucketARN : TableBucketARN.t;The Amazon Resource Name (ARN) of the table bucket containing the table.
*)namespace : NamespaceName.t;The namespace associated with the table.
*)name : TableName.t;The name of the table.
*)}val make :
tableBucketARN:TableBucketARN.t ->
namespace:NamespaceName.t ->
name:TableName.t ->
unit ->
t