Skip to content

Modify Hapg

cloudhsm_modify_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.

Modifies an existing high-availability partition group.

Usage

cloudhsm_modify_hapg(HapgArn, Label, PartitionSerialList)

Arguments

HapgArn

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

Label

The new label for the high-availability partition group.

PartitionSerialList

The list of partition serial numbers to make members of the high-availability partition group.

Value

A list with the following syntax:

list(
  HapgArn = "string"
)

Request syntax

svc$modify_hapg(
  HapgArn = "string",
  Label = "string",
  PartitionSerialList = list(
    "string"
  )
)