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

AutoScalingGroupNamesType

import type { AutoScalingGroupNamesType } from "https://aws-api.deno.dev/v0.4/services/autoscaling.ts?docs=full";
interface AutoScalingGroupNamesType {
AutoScalingGroupNames?: string[] | null;
Filters?: Filter[] | null;
MaxRecords?: number | null;
NextToken?: string | null;
}

§Properties

§
AutoScalingGroupNames?: string[] | null
[src]

The names of the Auto Scaling groups. By default, you can only specify up to 50 names. You can optionally increase this limit using the MaxRecords property.

If you omit this property, all Auto Scaling groups are described.

§
Filters?: Filter[] | null
[src]

One or more filters to limit the results based on specific tags.

§
MaxRecords?: number | null
[src]

The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.

§
NextToken?: string | null
[src]

The token for the next set of items to return. (You received this token from a previous call.)