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 a high-availability partition group.
cloudhsm_describe_hapg(HapgArn)
A list with the following syntax:
list(
HapgArn = "string",
HapgSerial = "string",
HsmsLastActionFailed = list(
"string"
),
HsmsPendingDeletion = list(
"string"
),
HsmsPendingRegistration = list(
"string"
),
Label = "string",
LastModifiedTimestamp = "string",
PartitionSerialList = list(
"string"
),
State = "READY"|"UPDATING"|"DEGRADED"
)
[required] The ARN of the high-availability partition group to describe.
svc$describe_hapg(
HapgArn = "string"
)