HsmConfiguration class

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.

Constructors

HsmConfiguration({String? description, String? hsmConfigurationIdentifier, String? hsmIpAddress, String? hsmPartitionName, List<Tag>? tags})
HsmConfiguration.fromXml(XmlElement elem)
factory

Properties

description String?
A text description of the HSM configuration.
final
hashCode int
The hash code for this object.
no setterinherited
hsmConfigurationIdentifier String?
The name of the Amazon Redshift HSM configuration.
final
hsmIpAddress String?
The IP address that the Amazon Redshift cluster must use to access the HSM.
final
hsmPartitionName String?
The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<Tag>?
The list of tags for the HSM configuration.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited