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

EnabledMetric

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

Describes an enabled Auto Scaling group metric.

interface EnabledMetric {
Granularity?: string | null;
Metric?: string | null;
}

§Properties

§
Granularity?: string | null
[src]

The granularity of the metric. The only valid value is 1Minute.

§
Metric?: string | null
[src]

One of the following metrics:

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

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