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

ServerGroup

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

Logical grouping of servers.

interface ServerGroup {
name?: string | null;
serverGroupId?: string | null;
serverList?: Server[] | null;
}

§Properties

§
name?: string | null
[src]

The name of a server group.

§
serverGroupId?: string | null
[src]

The ID of a server group.

§
serverList?: Server[] | null
[src]

The servers that belong to a server group.