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
-
This command maps to the DeleteTableBucketPolicy API operation. For details about API parameters, see DeleteTableBucketPolicy.
-
For supported global command-line options, see ossutil global options.
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
该文章对您有帮助吗?