Class PolicyStepAdjustmentGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PolicyStepAdjustmentGetArgs : ResourceArgs
Constructors
View SourcePolicyStepAdjustmentGetArgs()
Declaration
public PolicyStepAdjustmentGetArgs()
Properties
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 Input<string> MetricIntervalLowerBound { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> MetricIntervalUpperBound { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<int> ScalingAdjustment { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |