Command option Sample:aws iam get-credential-report

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

Retrieves a credential report for the AWS account.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/iam/get-credential-report.html

aws iam get-credential-report --output text --query Content
    understeer’s gists ・ GitHub : http://gist.github.com/understeer.1
aws iam get-credential-report --query 'Content' --output text
    CIS AWS Foundations Benchmark - SLIDELEGEND.COM : http://slidelegend.com/cis-aws-foundations-benchmark_59fac8061723ddedde7b2c4c.html
aws iam get-credential-report --query 'Content' --output text
    amazon web services - Python passing a piped '|' argument in Popen - Stack Overflow : http://stackoverflow.com/questions/41858767/python-passing-a-piped-argument-in-popen
aws iam get-credential-report --query 'Content' --output text
    Securing the cloud through industry consensus - O'Reilly Media : http://www.oreilly.com/ideas/securing-the-cloud-through-industry-consensus

aws のオプション一覧