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

ScalingProcessQuery

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

§Properties

§
AutoScalingGroupName: string
[src]

The name of the Auto Scaling group.

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

One or more of the following processes:

  • Launch
    
  • Terminate
    
  • AddToLoadBalancer
    
  • AlarmNotification
    
  • AZRebalance
    
  • HealthCheck
    
  • InstanceRefresh
    
  • ReplaceUnhealthy
    
  • ScheduledActions
    

If you omit this property, all processes are specified.