class Aws::Redshift::Types::CreateHsmClientCertificateMessage

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

data as a hash:

    {
      hsm_client_certificate_identifier: "String", # required
      tags: [
        {
          key: "String",
          value: "String",
        },
      ],
    }

@!attribute [rw] hsm_client_certificate_identifier

The identifier to be assigned to the new HSM client certificate that
the cluster will use to connect to the HSM to use the database
encryption keys.
@return [String]

@!attribute [rw] tags

A list of tag instances.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateHsmClientCertificateMessage AWS API Documentation

Constants

SENSITIVE