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

DisableMetricsCollectionQuery

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

§Properties

§
AutoScalingGroupName: string
[src]

The name of the Auto Scaling group.

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

Identifies the metrics to disable.

You can specify one or more of the following metrics:

  • GroupMinSize
    
  • GroupMaxSize
    
  • GroupDesiredCapacity
    
  • GroupInServiceInstances
    
  • GroupPendingInstances
    
  • GroupStandbyInstances
    
  • GroupTerminatingInstances
    
  • GroupTotalInstances
    
  • GroupInServiceCapacity
    
  • GroupPendingCapacity
    
  • GroupStandbyCapacity
    
  • GroupTerminatingCapacity
    
  • GroupTotalCapacity
    
  • WarmPoolDesiredCapacity
    
  • WarmPoolWarmedCapacity
    
  • WarmPoolPendingCapacity
    
  • WarmPoolTerminatingCapacity
    
  • WarmPoolTotalCapacity
    
  • GroupAndWarmPoolDesiredCapacity
    
  • GroupAndWarmPoolTotalCapacity
    

If you omit this property, all metrics are disabled.

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