Skip to content

Create Luna Client

cloudhsm_create_luna_client 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 an HSM client.

Usage

cloudhsm_create_luna_client(Label, Certificate)

Arguments

Label

The label for the client.

Certificate

[required] The contents of a Base64-Encoded X.509 v3 certificate to be installed on the HSMs used by this client.

Value

A list with the following syntax:

list(
  ClientArn = "string"
)

Request syntax

svc$create_luna_client(
  Label = "string",
  Certificate = "string"
)