The get-table-bucket-encryption command retrieves the server-side encryption configuration for a Table Bucket.
Usage notes
This command returns an empty encryption configuration if server-side encryption is not configured for the specified Table Bucket.
Syntax
ossutil tables-api get-table-bucket-encryption --table-bucket-arn value [flags]Parameter | Type | Description |
--table-bucket-arn | string | The ARN of the Table Bucket. The format is acs:osstables:{region}:{accountId}:bucket/{name}. |
The get-table-bucket-encryption command corresponds to the GetTableBucketEncryption API operation. For more information about its parameters, see GetTableBucketEncryption.
For more information about supported global command-line options, see Common options.
Examples
This example retrieves the encryption configuration for a Table Bucket named my-table-bucket in the China (Hangzhou) region.
ossutil tables-api get-table-bucket-encryption --table-bucket-arn acs:osstables:cn-hangzhou:1234567890:bucket/my-table-bucket