登出 - AWS CloudHSM

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

登出

您可以使用 CloudHSM CLI 中的 logout 命令,登出叢集內的每個 HSM。

使用者類型

下列使用者可以執行此命令。

  • 管理員

  • 加密使用者 (CU)

語法

aws-cloudhsm > help logout Logout 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" }

相關主題