Command option Sample:aws cloudfront get-distribution

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

Get the information about a distribution.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/cloudfront/get-distribution.html

aws cloudfront get-distribution --id [YOUR_DISTRIBUTION_ID]"
    Blue-Green Deployments for Serverless Powered Applications on AWS : http://blog.mitocgroup.com/blue-green-deployments-for-serverless-powered-applications-on-aws-22a08447aa72
aws cloudfront get-distribution --output json --id EKZEZML5DJ0UB
    aws | Casual Developers Notes : http://casualdevelopers.com/tag/aws/
aws cloudfront get-distribution --output=json --id E2PNP4A17XXXXX
    AWS CLI コマンドラインでCloudFront - vague memory : http://htnosm.hatenablog.com/entry/2015/08/24/090000
aws cloudfront get-distribution --id=E32XXXXXXXXX
    tonym.us – HTTP Redirects with Cloudfront & S3 : http://tonym.us/http-redirects-with-cloudfront-s3.html

aws のオプション一覧