Command option Sample:aws iam detach-user-policy

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

Removes the specified managed policy from the specified user.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/iam/detach-user-policy.html

aws iam detach-user-policy \
    AWS IAM "ReadOnlyAccess" Managed Policy Is Missing Features - Alestic.com : http://alestic.com/2015/10/aws-iam-readonly-missing-features/
aws iam detach-user-policy --user-name ECRReadOnly --policy-arn arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly
    Private Registries : http://convox.com/docs/private-registries/
aws iam detach-user-policy --user-name Bob --policy-arn arn:aws:iam::123456789012:policy/TesterPolicy
    put-user-policy — AWS CLI 1.16.7 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/iam/detach-user-policy.html
aws iam detach-user-policy --user-name terraform --policy-arn \
    Why Centralized Cloud Isn't the End State - DZone Cloud : http://dzone.com/articles/amazon-aws-eks-and-rds-postgresql-with-terraform-i
aws iam detach-user-policy \
    Delete an IAM user with AWS CLI 揃 GitHub : http://gist.github.com/kgmoore431/886aa60cd7fdc9a43bc5c05f9e956adf
aws iam detach-user-policy --user-name terraform --policy-arn arn:aws:iam::aws:policy/AdministratorAccess"
    Amazon AWS EKS and RDS PostgreSQL with terraform Ion Medium : http://medium.com/@mudrii/amazon-aws-eks-and-rds-postgresql-with-terraform-b94d6cf1be38
aws iam detach-user-policy --user-name --policy-arn
    CIS AWS Foundations Benchmark - SLIDELEGEND.COM : http://slidelegend.com/cis-aws-foundations-benchmark_59fac8061723ddedde7b2c4c.html
aws iam detach-user-policy --user-name tmp-user1 --policy-arn arn:aws:iam::123456789012:policy/s3-access-policy
    How to Control Access with AWS IAM for Users and Groups using the CLI for Granting S3 Access : http://sysadmins.co.za/how-to-control-access-with-aws-iam-for-users-and-groups-using-the-cli-for-granting-s3-access/
aws iam detach-user-policy \
    Detaching a Managed Policy from a User or a Group - Documentation - Outscale : http://wiki.outscale.net/display/DOCU/Detaching+a+Managed+Policy+from+a+User+or+a+Group

aws のオプション一覧