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

Class: Aws::Redshift::Types::HsmConfiguration

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

Overview

Returns information about an HSM configuration, which is an object that describes to Amazon Redshift clusters the information they require to connect to an HSM where they can store database encryption keys.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A text description of the HSM configuration.

Returns:

  • (String)

    A text description of the HSM configuration.

#hsm_configuration_identifierString

The name of the Amazon Redshift HSM configuration.

Returns:

  • (String)

    The name of the 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.

#tagsArray<Types::Tag>

The list of tags for the HSM configuration.

Returns:

  • (Array<Types::Tag>)

    The list of tags for the HSM configuration.