Values.PutTablePolicyRequestSourceCreates a new table policy or replaces an existing table policy for a table. For more information, see Adding a table policy in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:PutTablePolicy permission to use this operation.
type nonrec t = {tableBucketARN : TableBucketARN.t;The Amazon Resource Name (ARN) of the table bucket that contains the table.
*)namespace : NamespaceName.t;The namespace associated with the table.
*)name : TableName.t;The name of the table.
*)resourcePolicy : ResourcePolicy.t;The JSON that defines the policy.
*)}val make :
tableBucketARN:TableBucketARN.t ->
namespace:NamespaceName.t ->
name:TableName.t ->
resourcePolicy:ResourcePolicy.t ->
unit ->
t