Show / Hide Table of Contents

Class CfnScalingPolicy.StepAdjustmentProperty

Inheritance
System.Object
CfnScalingPolicy.StepAdjustmentProperty
Implements
CfnScalingPolicy.IStepAdjustmentProperty
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-stepadjustment.html

Synopsis

Constructors

StepAdjustmentProperty()

Properties

MetricIntervalLowerBound

CfnScalingPolicy.StepAdjustmentProperty.MetricIntervalLowerBound.

MetricIntervalUpperBound

CfnScalingPolicy.StepAdjustmentProperty.MetricIntervalUpperBound.

ScalingAdjustment

CfnScalingPolicy.StepAdjustmentProperty.ScalingAdjustment.

Constructors

StepAdjustmentProperty()

public StepAdjustmentProperty()

Properties

MetricIntervalLowerBound

CfnScalingPolicy.StepAdjustmentProperty.MetricIntervalLowerBound.

public Nullable<double> MetricIntervalLowerBound { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-stepadjustment.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-stepadjustment-metricintervallowerbound

MetricIntervalUpperBound

CfnScalingPolicy.StepAdjustmentProperty.MetricIntervalUpperBound.

public Nullable<double> MetricIntervalUpperBound { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-stepadjustment.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-stepadjustment-metricintervalupperbound

ScalingAdjustment

CfnScalingPolicy.StepAdjustmentProperty.ScalingAdjustment.

public double ScalingAdjustment { get; set; }
Property Value

System.Double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-stepadjustment.html#cfn-applicationautoscaling-scalingpolicy-stepscalingpolicyconfiguration-stepadjustment-scalingadjustment

Implements

CfnScalingPolicy.IStepAdjustmentProperty
Back to top Generated by DocFX