Command option Sample:aws organizations list-accounts

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

Lists all the accounts in the organization.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/organizations/list-accounts.html

aws organizations list-accounts \
    Listing AWS Accounts in an AWS Organization - Alestic.com : http://alestic.com/2018/02/aws-organizations-list-accounts/
aws organizations list-accounts --region us-east-1 --profile billing --query
    arc325-multiple-accounts-workshop/CLI_Commands.txt at master 揃 aws-samples/arc325-multiple-accounts-workshop 揃 GitHub : http://github.com/aws-samples/arc325-multiple-accounts-workshop/blob/master/CLI_Commands.txt
aws organizations list-accounts --query
    TIL: About AWS Organizations, trust relationships, and bastion accounts : http://medium.com/@gswallow/til-about-aws-organizations-trust-relationships-and-bastion-accounts-7888fe9e099c

aws のオプション一覧