Skip to content

/AWS1/CL_EKSCERTIFICATE

An object representing the certificate-authority-data for your cluster.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_DATA TYPE /AWS1/EKSSTRING /AWS1/EKSSTRING

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.


Queryable Attributes

data

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.

Accessible with the following methods

Method Description
GET_DATA() Getter for DATA, with configurable default
ASK_DATA() Getter for DATA w/ exceptions if field has no value
HAS_DATA() Determine if DATA has a value