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

DescribeAddonConfigurationRequest

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

§Properties

§
addonName: string
[src]

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

§
addonVersion: string
[src]

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