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

CreateApplicationInstanceRequest

import type { CreateApplicationInstanceRequest } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";
interface CreateApplicationInstanceRequest {
ApplicationInstanceIdToReplace?: string | null;
DefaultRuntimeContextDevice: string;
Description?: string | null;
ManifestOverridesPayload?: ManifestOverridesPayload | null;
ManifestPayload: ManifestPayload;
Name?: string | null;
RuntimeRoleArn?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
ApplicationInstanceIdToReplace?: string | null
[src]

The ID of an application instance to replace with the new instance.

§
DefaultRuntimeContextDevice: string
[src]

A device's ID.

§
Description?: string | null
[src]

A description for the application instance.

§
ManifestOverridesPayload?: ManifestOverridesPayload | null
[src]

Setting overrides for the application manifest.

§
ManifestPayload: ManifestPayload
[src]

The application's manifest document.

§
Name?: string | null
[src]

A name for the application instance.

§
RuntimeRoleArn?: string | null
[src]

The ARN of a runtime role for the application instance.

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

Tags for the application instance.