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

AssociateConfigurationItemsToApplicationRequest

import type { AssociateConfigurationItemsToApplicationRequest } from "https://aws-api.deno.dev/v0.3/services/discovery.ts?docs=full";
interface AssociateConfigurationItemsToApplicationRequest {
applicationConfigurationId: string;
configurationIds: string[];
}

§Properties

§
applicationConfigurationId: string
[src]

The configuration ID of an application with which items are to be associated.

§
configurationIds: string[]
[src]

The ID of each configuration item to be associated with an application.