Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeAddonConfigurationResponse

import type { DescribeAddonConfigurationResponse } from "https://aws-api.deno.dev/v0.4/services/eks.ts?docs=full";
interface DescribeAddonConfigurationResponse {
addonName?: string | null;
addonVersion?: string | null;
configurationSchema?: string | null;
}

§Properties

§
addonName?: string | null
[src]

The name of the add-on.

§
addonVersion?: string | null
[src]

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

§
configurationSchema?: string | null
[src]

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