EKS / Client / describe_addon_configuration
describe_addon_configuration#
- EKS.Client.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