Class CfnScalingPolicy.StepAdjustmentProperty
Inheritance
System.Object
CfnScalingPolicy.StepAdjustmentProperty
Implements
Namespace: Amazon.CDK.AWS.ApplicationAutoScaling
Assembly: Amazon.CDK.AWS.ApplicationAutoScaling.dll
Syntax (csharp)
public class StepAdjustmentProperty : Object, CfnScalingPolicy.IStepAdjustmentProperty
Syntax (vb)
Public Class StepAdjustmentProperty
Inherits Object
Implements CfnScalingPolicy.IStepAdjustmentProperty
Remarks
Synopsis
Constructors
StepAdjustmentProperty() |
Properties
MetricIntervalLowerBound |
|
MetricIntervalUpperBound |
|
ScalingAdjustment |
|
Constructors
StepAdjustmentProperty()
public StepAdjustmentProperty()
Properties
MetricIntervalLowerBound
CfnScalingPolicy.StepAdjustmentProperty.MetricIntervalLowerBound
.
public Nullable<double> MetricIntervalLowerBound { get; set; }
Property Value
System.Nullable<System.Double>
Remarks
MetricIntervalUpperBound
CfnScalingPolicy.StepAdjustmentProperty.MetricIntervalUpperBound
.
public Nullable<double> MetricIntervalUpperBound { get; set; }
Property Value
System.Nullable<System.Double>
Remarks
ScalingAdjustment
CfnScalingPolicy.StepAdjustmentProperty.ScalingAdjustment
.
public double ScalingAdjustment { get; set; }
Property Value
System.Double