Show / Hide Table of Contents

Class PolicyStepAdjustmentArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PolicyStepAdjustmentArgs
Inherited Members
ResourceArgs.Empty
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 PolicyStepAdjustmentArgs : ResourceArgs

Constructors

View Source

PolicyStepAdjustmentArgs()

Declaration
public PolicyStepAdjustmentArgs()

Properties

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 Input<string> MetricIntervalLowerBound { get; set; }
Property Value
Type Description
Input<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 Input<string> MetricIntervalUpperBound { get; set; }
Property Value
Type Description
Input<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 Input<int> ScalingAdjustment { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.