HsmConfiguration

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A text description of the HSM configuration.

Link copied to clipboard

The name of the Amazon Redshift HSM configuration.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val tags: List<Tag>?

The list of tags for the HSM configuration.

Functions

Link copied to clipboard
inline fun copy(block: HsmConfiguration.Builder.() -> Unit = {}): HsmConfiguration
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String