CertificateResponse

data class CertificateResponse(val certificateArn: String? = null, val data: String? = null)

Definition of Certificate

Constructors

Link copied to clipboard
constructor(certificateArn: String? = null, data: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val certificateArn: String? = null

The Amazon Resource Name (ARN) of the certificate.

Link copied to clipboard
val data: String? = null

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.