コマンドオプションサンプル:aws iam delete-login-profile

コマンドサンプルを検索した結果です。

指定されたIAMユーザーのパスワードを削除します。これにより、ユーザーがAWS ManagementConsoleを介してAWSサービスにアクセスする機能が終了します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/iam/delete-login-profile.html

aws iam delete-login-profile --user-name Bob
    get-login-profile — AWS CLI 1.16.7 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/iam/delete-login-profile.html
aws iam delete-login-profile --user-name dave
    AWS IAM / CLI / MFA Notes 揃 GitHub : http://gist.github.com/davejamesmiller/90f292d2d9a21bac5f6116296fa64657
aws iam delete-login-profile --user-name metest
    bug in deleting user and login profile: login profile deleted from state but not from aws 揃 Issue #4205 揃 terraform-providers/terraform-provider-aws 揃 GitHub : http://github.com/terraform-providers/terraform-provider-aws/issues/4205
aws iam delete-login-profile --user-name foo

    awscliを使ってIAMユーザーを作成・削除する - okochangの馬鹿でありがとう : http://okochang.hatenablog.jp/entry/2014/01/23/094604
aws iam delete-login-profile \u003cspan class=\
    【メモ】AWSのIAMユーザを棚卸し・クレンジングするときに使ったAWS CLIのコマンド : http://qiita.com/domokun70cm/items/c8d811cbeea3ccc2a936

aws のオプション一覧