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 SourceMetricIntervalLowerBound
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 |
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 |
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 |