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

ServerGroupLaunchConfiguration

import type { ServerGroupLaunchConfiguration } from "https://aws-api.deno.dev/v0.4/services/sms.ts?docs=full";

Launch configuration for a server group.

interface ServerGroupLaunchConfiguration {
launchOrder?: number | null;
serverGroupId?: string | null;
serverLaunchConfigurations?: ServerLaunchConfiguration[] | null;
}

§Properties

§
launchOrder?: number | null
[src]

The launch order of servers in the server group.

§
serverGroupId?: string | null
[src]

The ID of the server group with which the launch configuration is associated.

§
serverLaunchConfigurations?: ServerLaunchConfiguration[] | null
[src]

The launch configuration for servers in the server group.