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 addon, and any suggested IAM policies. Use this information to create an IAM Role for the Addon.


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 addon, and any suggested IAM policies. Use this information to create an IAM Role for the Addon.

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