CreateLunaClientRequest

public struct CreateLunaClientRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The contents of a Base64-Encoded X.509 v3 certificate to be installed on the HSMs used by this client.

    Declaration

    Swift

    public let certificate: String
  • The label for the client.

    Declaration

    Swift

    public let label: String?
  • Undocumented

    Declaration

    Swift

    public init(certificate: String, label: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws