Command option Sample:aws s3api put-bucket-encryption

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

Creates a new server-side encryption configuration (or replaces anexisting one, if present).Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/s3api/put-bucket-encryption.html

aws s3api put-bucket-encryption --bucket
    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 put-bucket-encryption --bucket my-bucket --server-side-encryption-configuration '
    amazon s3 - How do I enable s3 bucket Default Encryption programmatically with AWSSDK? - Stack Overflow : http://stackoverflow.com/a/50575861
aws s3api put-bucket-encryption --bucket withsin2 --server-side-encryption-configuration '
    S3デフォルト暗号化 | technote : http://tech.withsin.net/2017/12/05/s3-bucket-encryption/

aws のオプション一覧