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

CreateExtensionAssociationRequest

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

§Properties

§
ExtensionIdentifier: string
[src]

The name, the ID, or the Amazon Resource Name (ARN) of the extension.

§
ExtensionVersionNumber?: number | null
[src]

The version number of the extension. If not specified, AppConfig uses the maximum version of the extension.

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

The parameter names and values defined in the extensions. Extension parameters marked Required must be entered for this field.

§
ResourceIdentifier: string
[src]

The ARN of an application, configuration profile, or environment.

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

Adds one or more tags for the specified extension association. Tags are metadata that help you categorize resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define.