Viewing details about an Amazon S3 table bucket
You can view the general details of an Amazon S3 table bucket, such as bucket owner and type, in the console or programmatically. You can view default encryption settings, and maintenance settings programmatically by using the S3 Tables REST API, Amazon CLI or Amazon SDKs.
Viewing table bucket details
This example shows how to get details about a table bucket by using the
                    Amazon CLI. To use this example, replace the user input
                        placeholders with your own information.
aws s3tables get-table-bucket --table-bucket-arn arn:aws-cn:s3tables:us-east-1:111122223333:bucket/amzn-s3-demo-table-bucket
- Open the Amazon S3 console at https://console.amazonaws.cn/s3/ - . 
- 
                        In the left navigation pane, choose Table buckets. 
- 
                        Select your table bucket. 
- Select the Properties tab. 
Viewing table bucket encryption settings
For more information about table bucket encryption, see Using server-side encryption with Amazon KMS keys (SSE-KMS) in table buckets.
This example shows how to get details about encryption settings for a
                    table bucket by using the Amazon CLI. To use this example, replace the
                    user input placeholders with your own
                    information.
aws s3tables get-table-bucket-encryption --table-bucket-arn arn:aws-cn:s3tables:us-east-1:111122223333:bucket/amzn-s3-demo-table-bucket
Viewing table bucket maintenance configurations
For information about maintenance settings, see Maintenance for table buckets
This example shows how to get details about maintenance configuration settings
                    for a table bucket by using the Amazon CLI. To use this example, replace the
                    user input placeholders with your own
                    information.
aws s3tables get-table-bucket-maintenance-configuration --table-bucket-arn arn:aws-cn:s3tables:us-east-1:111122223333:bucket/amzn-s3-demo-table-bucket