HsmClientCertificate class

Returns information about an HSM client certificate. The certificate is stored in a secure Hardware Storage Module (HSM), and used by the Amazon Redshift cluster to encrypt data files.

Constructors

HsmClientCertificate({String? hsmClientCertificateIdentifier, String? hsmClientCertificatePublicKey, List<Tag>? tags})
HsmClientCertificate.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
hsmClientCertificateIdentifier String?
The identifier of the HSM client certificate.
final
hsmClientCertificatePublicKey String?
The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<Tag>?
The list of tags for the HSM client certificate.
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