aws.cloudhsm.describe_hsm
Example SQL Queries
SELECT * FROMaws.cloudhsm.describe_hsm;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. You can identify the HSM by its ARN or its serial number.
Table Definition
| Column Name | Column Data Type |
|---|---|
| hsm_arn Input Column The ARN of the HSM. | VARCHAR |
| hsm_serial_number Input Column The serial number of the HSM. Either the HsmArn or the HsmSerialNumber parameter must be specified. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| availability_zone The Availability Zone that the HSM is in. | VARCHAR |
| eni_id The identifier of the elastic network interface (ENI) attached to the HSM. | VARCHAR |
| eni_ip The IP address assigned to the HSM's ENI. | VARCHAR |
| hsm_type The HSM model type. | VARCHAR |
| iam_role_arn The ARN of the IAM role assigned to the HSM. | VARCHAR |
| partitions The list of partitions on the HSM. | VARCHAR[] |
Show child fields
| |
| serial_number The serial number of the HSM. | VARCHAR |
| server_cert_last_updated The date and time that the server certificate was last updated. | VARCHAR |
| server_cert_uri The URI of the certificate server. | VARCHAR |
| software_version The HSM software version. | VARCHAR |
| ssh_key_last_updated The date and time that the SSH key was last updated. | VARCHAR |
| ssh_public_key The public SSH key. | VARCHAR |
| status The status of the HSM. | VARCHAR |
| status_details Contains additional information about the status of the HSM. | VARCHAR |
| subnet_id The identifier of the subnet that the HSM is in. | VARCHAR |
| subscription_end_date The subscription end date. | VARCHAR |
| subscription_start_date The subscription start date. | VARCHAR |
| subscription_type Specifies the type of subscription for the HSM.
| VARCHAR |
| vendor_name The name of the HSM vendor. | VARCHAR |
| vpc_id The identifier of the VPC that the HSM is in. | VARCHAR |