Command option Sample:aws iam delete-role-policy

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

Deletes the specified inline policy that is embedded in the specifiedIAM role.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/iam/delete-role-policy.html

aws iam delete-role-policy \
    AWS Lambda Walkthrough Command Line Companion - Alestic.com : http://alestic.com/2014/11/aws-lambda-cli/
aws iam delete-role-policy \
    How To Deploy Lambda Using Command Line : http://asimjalis.github.io/blog/2017/09/21/how-to-deploy-lambda-using-command-line.html
aws iam delete-role-policy \
    A Tutorial on Automating Operational Tasks in AWS Lambda : http://binx.io/blog/2017/09/29/tutorial-on-automating-operational-tasks-in-aws-lambda/
aws iam delete-role-policy --policy-name
    Three time-saving AWS command-line tricks : http://claudiajs.com/tutorials/aws-cli-tricks.html
aws iam delete-role-policy --role-name Test-Role --policy-name ExamplePolicy
    delete-role — AWS CLI 1.16.7 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/iam/delete-role-policy.html
aws iam delete-role-policy --role-name
    serverless-photo-recognition/createResources.sh at master 揃 awslabs/serverless-photo-recognition 揃 GitHub : http://github.com/awslabs/serverless-photo-recognition/blob/master/setup/cognito-quickstart/createResources.sh
aws iam delete-role-policy --role-name lambda_name-executor --policy-name log-writer
    Writing Typescript Lambda deployed with CLAUDIA.JS part 2 – Embracing the cloud : http://matrot.tech/2018/02/13/writing-typescript-lambda-deployed-with-claudia-js-part-2/
aws iam delete-role-policy --role-name EMR_DefaultRole --policy-name
    Amazon EMR - 開発者ガイド : http://paperzz.com/doc/5717970/amazon-emr---鬯ョ・「繝サ8B%97繝サ8C・ア繝サ96・ー%85驛「・ァ繝サ・ャ驛「・ァ繝サ・、驛「%9D%89
aws iam delete-role-policy --role-name role-name --policy-name policyname
    AWS Identity and Access Management User Guide : http://studylib.net/doc/8360964/aws-identity-and-access-management-user-guide
aws iam delete-role-policy --role-name EMR_DefaultRole --policy-name EMR_DefaultRole
    [PDF] Amazon EMR - 開発者ガイド - Free Download PDF : http://updoc.site/download/amazon-emr_pdf
aws iam delete-role-policy \
    Build a simple web application with Amazon AWS ←  : http://www.hongyusu.com/amt/technology/web-api-with-amazon.html
aws iam delete-role-policy --role-name DocumentProcessor-lambda-execution-role --policy-name documentprocessor-cloudwatch-permissions-Policy
    Using Lambda as S3 events processor : http://www.polyglotdeveloper.com/lambda/2017-07-05-Using-Lambda-as-S3-events-processor/

aws のオプション一覧