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

ExtensionAssociationSummary

import type { ExtensionAssociationSummary } from "https://aws-api.deno.dev/v0.4/services/appconfig.ts?docs=full";

Information about an association between an extension and an AppConfig resource such as an application, environment, or configuration profile. Call GetExtensionAssociation to get more information about an association.

interface ExtensionAssociationSummary {
ExtensionArn?: string | null;
Id?: string | null;
ResourceArn?: string | null;
}

§Properties

§
ExtensionArn?: string | null
[src]

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

§
Id?: string | null
[src]

The extension association ID. This ID is used to call other ExtensionAssociation API actions such as GetExtensionAssociation or DeleteExtensionAssociation.

§
ResourceArn?: string | null
[src]

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