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

PutAppLaunchConfigurationRequest

import type { PutAppLaunchConfigurationRequest } from "https://aws-api.deno.dev/v0.4/services/sms.ts?docs=full";
interface PutAppLaunchConfigurationRequest {
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 service role in the customer's account that CloudFormation uses to launch the application.

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

Information about the launch configurations for server groups in the application.