Learn R Programming

paws.security.identity (version 0.1.12)

cloudhsm_delete_hapg: 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.

Deletes a high-availability partition group.

Usage

cloudhsm_delete_hapg(HapgArn)

Value

A list with the following syntax:

list(
  Status = "string"
)

Arguments

HapgArn

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

Request syntax

svc$delete_hapg(
  HapgArn = "string"
)