class Aws::Redshift::Types::CreateHsmConfigurationMessage

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

data as a hash:

    {
      hsm_configuration_identifier: "String", # required
      description: "String", # required
      hsm_ip_address: "String", # required
      hsm_partition_name: "String", # required
      hsm_partition_password: "String", # required
      hsm_server_public_certificate: "String", # required
      tags: [
        {
          key: "String",
          value: "String",
        },
      ],
    }

@!attribute [rw] hsm_configuration_identifier

The identifier to be assigned to the new Amazon Redshift HSM
configuration.
@return [String]

@!attribute [rw] description

A text description of the HSM configuration to be created.
@return [String]

@!attribute [rw] hsm_ip_address

The IP address that the Amazon Redshift cluster must use to access
the HSM.
@return [String]

@!attribute [rw] hsm_partition_name

The name of the partition in the HSM where the Amazon Redshift
clusters will store their database encryption keys.
@return [String]

@!attribute [rw] hsm_partition_password

The password required to access the HSM partition.
@return [String]

@!attribute [rw] hsm_server_public_certificate

The HSMs public certificate file. When using Cloud HSM, the file
name is server.pem.
@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/CreateHsmConfigurationMessage AWS API Documentation

Constants

SENSITIVE