Describe Luna Client
cloudhsm_describe_luna_client | R Documentation |
This is documentation for AWS CloudHSM Classic¶
Description¶
This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference.
For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference.
Retrieves information about an HSM client.
Usage¶
Arguments¶
ClientArn
The ARN of the client.
CertificateFingerprint
The certificate fingerprint.
Value¶
A list with the following syntax:
list(
ClientArn = "string",
Certificate = "string",
CertificateFingerprint = "string",
LastModifiedTimestamp = "string",
Label = "string"
)