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

TargetGroupsConfig

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

Describes the target groups to attach to a Spot Fleet. Spot Fleet registers the running Spot Instances with these target groups.

interface TargetGroupsConfig {
TargetGroups?: TargetGroup[] | null;
}

§Properties

§
TargetGroups?: TargetGroup[] | null
[src]

One or more target groups.