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

ProcessType

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

Describes a process type.

For more information, see Scaling processes in the Amazon EC2 Auto Scaling User Guide.

interface ProcessType {
ProcessName: string;
}

§Properties

§
ProcessName: string
[src]

One of the following processes:

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