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

DeploymentApplicationConfig

import type { DeploymentApplicationConfig } from "https://aws-api.deno.dev/v0.3/services/robomaker.ts?docs=full";

Information about a deployment application configuration.

interface DeploymentApplicationConfig {
application: string;
applicationVersion: string;
launchConfig: DeploymentLaunchConfig;
}

§Properties

§
application: string
[src]

The Amazon Resource Name (ARN) of the robot application.

§
applicationVersion: string
[src]

The version of the application.

§

The launch configuration.