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

ExtensionAssociation

import type { ExtensionAssociation } from "https://aws-api.deno.dev/v0.4/services/appconfig.ts?docs=full";
interface ExtensionAssociation {
Arn?: string | null;
ExtensionArn?: string | null;
ExtensionVersionNumber?: number | null;
Id?: string | null;
Parameters?: {
[key: string]: string | null | undefined;
}
| null;
ResourceArn?: string | null;
}

§Properties

§
Arn?: string | null
[src]

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

§
ExtensionArn?: string | null
[src]

The ARN of the extension defined in the association.

§
ExtensionVersionNumber?: number | null
[src]

The version number for the extension defined in the association.

§
Id?: string | null
[src]

The system-generated ID for the association.

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

The parameter names and values defined in the association.

§
ResourceArn?: string | null
[src]

The ARNs of applications, configuration profiles, or environments defined in the association.