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

GetAppLaunchConfigurationResponse

import type { GetAppLaunchConfigurationResponse } from "https://aws-api.deno.dev/v0.4/services/sms.ts?docs=full";
interface GetAppLaunchConfigurationResponse {
appId?: string | null;
autoLaunch?: boolean | null;
roleName?: string | null;
serverGroupLaunchConfigurations?: ServerGroupLaunchConfiguration[] | null;
}

§Properties

§
appId?: string | null
[src]

The ID of the application.

§
autoLaunch?: boolean | null
[src]

Indicates whether the application is configured to launch automatically after replication is complete.

§
roleName?: string | null
[src]

The name of the service role in the customer's account that CloudFormation uses to launch the application.

§
serverGroupLaunchConfigurations?: ServerGroupLaunchConfiguration[] | null
[src]

The launch configurations for server groups in this application.