Command option Sample:aws s3api get-bucket-encryption

Search command sample in the internet.It is the result.

Returns the server-side encryption configuration of a bucket.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/s3api/get-bucket-encryption.html

aws s3api get-bucket-encryption --bucket
    prasincs’s gists ・ GitHub : http://gist.github.com/prasincs
aws s3api get-bucket-encryption --bucket withsin2
    Check AWS S3 encryption from CLI | Ran's Identity and Access Management blog : http://ranxing.wordpress.com/2018/08/06/check-aws-s3-encryption-from-cli/
aws s3api get-bucket-encryption --bucket "my-bucket-name"
    amazon web services - Validate if s3 bucket encryption is enabled from cli - Stack Overflow : http://stackoverflow.com/questions/44793384/validate-if-s3-bucket-encryption-is-enabled-from-cli
aws s3api get-bucket-encryption --bucket withsin
    S3デフォルト暗号化 | technote : http://tech.withsin.net/2017/12/05/s3-bucket-encryption/
aws s3api get-bucket-encryption \
    Check Multiple AWS S3 Buckets for Missing Default Encryption – Kenneth G. Hartman, CISSP : http://www.kennethghartman.com/check-multiple-aws-s3-buckets-for-missing-default-encryption/

aws のオプション一覧