Delete Table Bucket Policy
s3tables_delete_table_bucket_policy | R Documentation |
Deletes a table bucket policy¶
Description¶
Deletes a table bucket policy. For more information, see Deleting a table bucket policy in the Amazon Simple Storage Service User Guide.
Permissions¶
You must have the s3tables:DeleteTableBucketPolicy
permission to use
this operation.
Usage¶
s3tables_delete_table_bucket_policy(tableBucketARN)
Arguments¶
tableBucketARN |
[required] The Amazon Resource Name (ARN) of the table bucket. |
Value¶
An empty list.
Request syntax¶
svc$delete_table_bucket_policy(
tableBucketARN = "string"
)