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

MetricCollectionType

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

Describes a metric.

interface MetricCollectionType {
Metric?: string | null;
}

§Properties

§
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