Command option Sample:aws organizations create-policy

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

Creates a policy of a specified type that you can attach to a root, anorganizational unit (OU), or an individual AWS account.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/organizations/create-policy.html

aws organizations create-policy --name hipaa-example-policy --type SERVICE_CONTROL_POLICY --description
    How to Use Service Control Policies in AWS Organizations to Enforce Healthcare Compliance in Your AWS Account | AWS Security Blog : http://aws.amazon.com/blogs/security/how-to-use-service-control-policies-in-aws-organizations-to-enforce-healthcare-compliance-in-your-aws-account/
aws organizations create-policy --content "
    list-policies — AWS CLI 1.16.12 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/organizations/create-policy.html
aws organizations create-policy --region us-east-1 --profile billing --name DenyRDSAccess --type SERVICE_CONTROL_POLICY --description "Deny access to RDS Service" --content file://SCPDenyRDS.json
    arc325-multiple-accounts-workshop/apply-scp-ou.md at master 揃 aws-samples/arc325-multiple-accounts-workshop 揃 GitHub : http://github.com/aws-samples/arc325-multiple-accounts-workshop/blob/master/docs/apply-scp-ou.md
aws organizations create-policy --name example-prod-policy --type service_control_policy --description
    Announcing AWS Organizations: Centrally Manage Multiple AWS Accounts | Noise : http://noise.getoto.net/2016/11/30/announcing-aws-organizations-centrally-manage-multiple-aws-accounts/
aws organizations create-policy --content file://allow_hipaa_policy.json --name AllowHipaaServices --type SERVICE_CONTROL_POLICY --description "This policy allows all HIPAA services"
    Enforcing Compliance with AWS Organizations – Stelligent : http://stelligent.com/2017/08/29/aws-organizations/

aws のオプション一覧