Show / Hide Table of Contents

Class PolicyStepAdjustment

Inheritance
System.Object
PolicyStepAdjustment
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.AutoScaling.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PolicyStepAdjustment

Fields

View Source

MetricIntervalLowerBound

The lower bound for the difference between the alarm threshold and the CloudWatch metric. Without a value, AWS will treat this bound as infinity.

Declaration
public readonly string MetricIntervalLowerBound
Field Value
Type Description
System.String
View Source

MetricIntervalUpperBound

The upper bound for the difference between the alarm threshold and the CloudWatch metric. Without a value, AWS will treat this bound as infinity. The upper bound must be greater than the lower bound.

Declaration
public readonly string MetricIntervalUpperBound
Field Value
Type Description
System.String
View Source

ScalingAdjustment

The number of members by which to scale, when the adjustment bounds are breached. A positive value scales up. A negative value scales down.

Declaration
public readonly int ScalingAdjustment
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.