AWSAutoScalingEnabledMetric

Objective-C

@interface AWSAutoScalingEnabledMetric

Swift

class AWSAutoScalingEnabledMetric

Describes an enabled Auto Scaling group metric.

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

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable granularity;

    Swift

    var granularity: String? { get set }
  • 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.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable metric;

    Swift

    var metric: String? { get set }