Skip to content

/AWS1/CL_EKSDESCRADDONCONFRSP

DescribeAddonConfigurationResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_addonname TYPE /AWS1/EKSSTRING /AWS1/EKSSTRING

The name of the add-on.

iv_addonversion TYPE /AWS1/EKSSTRING /AWS1/EKSSTRING

The version of the add-on. The version must match one of the versions returned by DescribeAddonVersions .

iv_configurationschema TYPE /AWS1/EKSSTRING /AWS1/EKSSTRING

A JSON schema that's used to validate the configuration values you provide when an add-on is created or updated.

it_podidentityconfiguration TYPE /AWS1/CL_EKSADDONPODIDCONF=>TT_ADDONPODIDENTITYCONFLIST TT_ADDONPODIDENTITYCONFLIST

The Kubernetes service account name used by the add-on, and any suggested IAM policies. Use this information to create an IAM Role for the add-on.


Queryable Attributes

addonName

The name of the add-on.

Accessible with the following methods

Method Description
GET_ADDONNAME() Getter for ADDONNAME, with configurable default
ASK_ADDONNAME() Getter for ADDONNAME w/ exceptions if field has no value
HAS_ADDONNAME() Determine if ADDONNAME has a value

addonVersion

The version of the add-on. The version must match one of the versions returned by DescribeAddonVersions .

Accessible with the following methods

Method Description
GET_ADDONVERSION() Getter for ADDONVERSION, with configurable default
ASK_ADDONVERSION() Getter for ADDONVERSION w/ exceptions if field has no value
HAS_ADDONVERSION() Determine if ADDONVERSION has a value

configurationSchema

A JSON schema that's used to validate the configuration values you provide when an add-on is created or updated.

Accessible with the following methods

Method Description
GET_CONFIGURATIONSCHEMA() Getter for CONFIGURATIONSCHEMA, with configurable default
ASK_CONFIGURATIONSCHEMA() Getter for CONFIGURATIONSCHEMA w/ exceptions if field has no
HAS_CONFIGURATIONSCHEMA() Determine if CONFIGURATIONSCHEMA has a value

podIdentityConfiguration

The Kubernetes service account name used by the add-on, and any suggested IAM policies. Use this information to create an IAM Role for the add-on.

Accessible with the following methods

Method Description
GET_PODIDENTITYCONFIGURATION() Getter for PODIDENTITYCONFIGURATION, with configurable defau
ASK_PODIDENTITYCONFIGURATION() Getter for PODIDENTITYCONFIGURATION w/ exceptions if field h
HAS_PODIDENTITYCONFIGURATION() Determine if PODIDENTITYCONFIGURATION has a value