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

Extension

import type { Extension } from "https://aws-api.deno.dev/v0.4/services/appconfig.ts?docs=full";
interface Extension {
Actions?: [key in ActionPoint]: Action[] | null | undefined | null;
Arn?: string | null;
Description?: string | null;
Id?: string | null;
Name?: string | null;
Parameters?: {
[key: string]: Parameter | null | undefined;
}
| null;
VersionNumber?: number | null;
}

§Properties

§
Actions?: [key in ActionPoint]: Action[] | null | undefined | null
[src]

The actions defined in the extension.

§
Arn?: string | null
[src]

The system-generated Amazon Resource Name (ARN) for the extension.

§
Description?: string | null
[src]

Information about the extension.

§
Id?: string | null
[src]

The system-generated ID of the extension.

§
Name?: string | null
[src]

The extension name.

§
Parameters?: {
[key: string]: Parameter | null | undefined;
}
| null
[src]

The parameters accepted by the extension. You specify parameter values when you associate the extension to an AppConfig resource by using the CreateExtensionAssociation API action. For Lambda extension actions, these parameters are included in the Lambda request object.

§
VersionNumber?: number | null
[src]

The extension version number.