Skip to content

Create Hapg

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

Creates a high-availability partition group. A high-availability partition group is a group of partitions that spans multiple physical HSMs.

Usage

cloudhsm_create_hapg(Label)

Arguments

Label

[required] The label of the new high-availability partition group.

Value

A list with the following syntax:

list(
  HapgArn = "string"
)

Request syntax

svc$create_hapg(
  Label = "string"
)