Skip to content

Describe Hapg

cloudhsm_describe_hapg 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 a high-availability partition group.

Usage

cloudhsm_describe_hapg(HapgArn)

Arguments

HapgArn

[required] The ARN of the high-availability partition group to describe.

Value

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"
)

Request syntax

svc$describe_hapg(
  HapgArn = "string"
)