注销 - AWS CloudHSM

本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。

注销

可使用 CloudHSM CLI 中的 logout 命令注销集群中的每个 HSM。

用户类型

以下用户均可运行此命令。

  • Admin

  • 加密用户 (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" }

相关 主题