Delete a Table Bucket policy

更新时间:
复制 MD 格式

Deletes the resource policy of a Table Bucket.

Usage notes

  • Deleting a resource policy immediately revokes all access permissions granted by that policy.

Syntax

ossutil tables-api delete-table-bucket-policy --table-bucket-arn value [flags]

Parameter

Type

Description

--table-bucket-arn

string

The ARN of the Table Bucket in the format acs:osstables:{region}:{accountId}:bucket/{name}.

Note

Examples

The following command deletes the resource policy of a Table Bucket named my-table-bucket in the China (Hangzhou) region:

ossutil tables-api delete-table-bucket-policy --table-bucket-arn acs:osstables:cn-hangzhou:1234567890:bucket/my-table-bucket