CloudHSM / Client / describe_luna_client
describe_luna_client#
- CloudHSM.Client.describe_luna_client(**kwargs)#
- 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. - Danger- This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity. - See also: AWS API Documentation - Request Syntax- response = client.describe_luna_client( ClientArn='string', CertificateFingerprint='string' ) - Parameters:
- ClientArn (string) – The ARN of the client. 
- CertificateFingerprint (string) – The certificate fingerprint. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'ClientArn': 'string', 'Certificate': 'string', 'CertificateFingerprint': 'string', 'LastModifiedTimestamp': 'string', 'Label': 'string' } - Response Structure- (dict) – - ClientArn (string) – - The ARN of the client. 
- Certificate (string) – - The certificate installed on the HSMs used by this client. 
- CertificateFingerprint (string) – - The certificate fingerprint. 
- LastModifiedTimestamp (string) – - The date and time the client was last modified. 
- Label (string) – - The label of the client. 
 
 
 - Exceptions- CloudHSM.Client.exceptions.CloudHsmServiceException
- CloudHSM.Client.exceptions.CloudHsmInternalException
- CloudHSM.Client.exceptions.InvalidRequestException