HsmClientCertificate
public struct HsmClientCertificate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the HSM client certificate.
Declaration
Swift
public let hsmClientCertificateIdentifier: 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.
Declaration
Swift
public let hsmClientCertificatePublicKey: String?
-
The list of tags for the HSM client certificate.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(hsmClientCertificateIdentifier: String? = nil, hsmClientCertificatePublicKey: String? = nil, tags: [Tag]? = nil)