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

TrafficSourceIdentifier

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

Describes the identifier of a traffic source.

Currently, you must specify an Amazon Resource Name (ARN) for an existing VPC Lattice target group.

interface TrafficSourceIdentifier {
Identifier?: string | null;
}

§Properties

§
Identifier?: string | null
[src]

The unique identifier of the traffic source.