Certificate

public struct Certificate : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Base64-encoded certificate data required to communicate with your cluster. Add this to the certificate-authority-data section of the kubeconfig file for your cluster.

    Declaration

    Swift

    public let data: String?
  • Undocumented

    Declaration

    Swift

    public init(data: String? = nil)