class Aws::CloudHSM::Types::CreateLunaClientRequest

Contains the inputs for the CreateLunaClient action.

@note When making an API call, you may pass CreateLunaClientRequest

data as a hash:

    {
      label: "ClientLabel",
      certificate: "Certificate", # required
    }

@!attribute [rw] label

The label for the client.
@return [String]

@!attribute [rw] certificate

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

@see docs.aws.amazon.com/goto/WebAPI/cloudhsm-2014-05-30/CreateLunaClientRequest AWS API Documentation

Constants

SENSITIVE