CreateHsmClientCertificateMessage
public struct CreateHsmClientCertificateMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.
Declaration
Swift
public let hsmClientCertificateIdentifier: String
-
A list of tag instances.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(hsmClientCertificateIdentifier: String, tags: [Tag]? = nil)