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

AttachTrafficSourcesType

import type { AttachTrafficSourcesType } from "https://aws-api.deno.dev/v0.4/services/autoscaling.ts?docs=full";
interface AttachTrafficSourcesType {
AutoScalingGroupName: string;
TrafficSources: TrafficSourceIdentifier[];
}

§Properties

§
AutoScalingGroupName: string
[src]

The name of the Auto Scaling group.

§

The unique identifiers of one or more traffic sources. You can specify up to 10 traffic sources.

Currently, you must specify an Amazon Resource Name (ARN) for an existing VPC Lattice target group. Amazon EC2 Auto Scaling registers the running instances with the attached target groups. The target groups receive incoming traffic and route requests to one or more registered targets.