You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Redshift::Types::CreateHsmConfigurationMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateHsmConfigurationMessage as input to an Aws::Client method, you can use a vanilla 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",
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A text description of the HSM configuration to be created.

Returns:

  • (String)

    A text description of the HSM configuration to be created.

#hsm_configuration_identifierString

The identifier to be assigned to the new Amazon Redshift HSM configuration.

Returns:

  • (String)

    The identifier to be assigned to the new Amazon Redshift HSM configuration.

#hsm_ip_addressString

The IP address that the Amazon Redshift cluster must use to access the HSM.

Returns:

  • (String)

    The IP address that the Amazon Redshift cluster must use to access the HSM.

#hsm_partition_nameString

The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

Returns:

  • (String)

    The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

#hsm_partition_passwordString

The password required to access the HSM partition.

Returns:

  • (String)

    The password required to access the HSM partition.

#hsm_server_public_certificateString

The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.

Returns:

  • (String)

    The HSMs public certificate file.

#tagsArray<Types::Tag>

A list of tag instances.

Returns:

  • (Array<Types::Tag>)

    A list of tag instances.