Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

describe_addon_configuration

describe_addon_configuration(**kwargs)

Returns configuration options.

See also: AWS API Documentation

Request Syntax

response = client.describe_addon_configuration(
    addonName='string',
    addonVersion='string'
)
Parameters
  • addonName (string) --

    [REQUIRED]

    The name of the add-on. The name must match one of the names that DescribeAddonVersions returns.

  • addonVersion (string) --

    [REQUIRED]

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

Return type

dict

Returns

Response Syntax

{
    'addonName': 'string',
    'addonVersion': 'string',
    'configurationSchema': 'string'
}

Response Structure

  • (dict) --

    • addonName (string) --

      The name of the add-on.

    • addonVersion (string) --

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

    • configurationSchema (string) --

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

Exceptions

  • EKS.Client.exceptions.ServerException
  • EKS.Client.exceptions.ResourceNotFoundException
  • EKS.Client.exceptions.InvalidParameterException