Retrieves the server-side encryption configuration of a Table Bucket.
Usage notes
-
Returns an empty encryption configuration if server-side encryption is not configured for the Table Bucket.
Syntax
ossutil tables-api get-table-bucket-encryption --table-bucket-arn value [flags]
|
Parameter |
Type |
Description |
|
--table-bucket-arn |
string |
ARN of the Table Bucket. Format: acs:osstables:{region}:{accountId}:bucket/{name}. |
Note
-
This command maps to the GetTableBucketEncryption API operation.
-
Supported global flags are listed in Common options.
Examples
Retrieve the encryption configuration of 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