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

AutoScalingGroup

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

An Auto Scaling group that is associated with an Amazon EKS managed node group.

interface AutoScalingGroup {
name?: string | null;
}

§Properties

§
name?: string | null
[src]

The name of the Auto Scaling group associated with an Amazon EKS managed node group.