CloudHSM CLI で HSM からのログアウトする
CloudHSM CLI で logout コマンドを使用して、AWS CloudHSM クラスター内の各ハードウェアセキュリティモジュール (HSM) からログアウトします。
ユーザータイプ
このコマンドは、次のユーザーが実行できます。
-
管理者
-
Crypto User (CU)
Syntax
aws-cloudhsm >help logoutLogout of your cluster USAGE: logout OPTIONS: --cluster-id<CLUSTER_ID>Unique Id to choose which of the clusters in the config file to run the operation against. If not provided, will fall back to the value provided when interactive mode was started, or error -h, --help Print help information -V, --version Print version information
例
このコマンドはクラスターの HSM からログアウトします。
aws-cloudhsm >logout{ "error_code": 0, "data": "Logout successful" }