Class CfnScalingPolicy.StepScalingPolicyConfigurationProperty
Inheritance
Namespace: Amazon.CDK.AWS.ApplicationAutoScaling
Assembly: Amazon.CDK.AWS.ApplicationAutoScaling.dll
Syntax (csharp)
public class StepScalingPolicyConfigurationProperty : Object, CfnScalingPolicy.IStepScalingPolicyConfigurationProperty
Syntax (vb)
Public Class StepScalingPolicyConfigurationProperty
Inherits Object
Implements CfnScalingPolicy.IStepScalingPolicyConfigurationProperty
Remarks
Synopsis
Constructors
StepScalingPolicyConfigurationProperty() |
Properties
AdjustmentType |
|
Cooldown |
|
MetricAggregationType |
|
MinAdjustmentMagnitude |
|
StepAdjustments |
|
Constructors
StepScalingPolicyConfigurationProperty()
public StepScalingPolicyConfigurationProperty()
Properties
AdjustmentType
CfnScalingPolicy.StepScalingPolicyConfigurationProperty.AdjustmentType
.
public string AdjustmentType { get; set; }
Property Value
System.String
Remarks
Cooldown
CfnScalingPolicy.StepScalingPolicyConfigurationProperty.Cooldown
.
public Nullable<double> Cooldown { get; set; }
Property Value
System.Nullable<System.Double>
Remarks
MetricAggregationType
CfnScalingPolicy.StepScalingPolicyConfigurationProperty.MetricAggregationType
.
public string MetricAggregationType { get; set; }
Property Value
System.String
Remarks
MinAdjustmentMagnitude
CfnScalingPolicy.StepScalingPolicyConfigurationProperty.MinAdjustmentMagnitude
.
public Nullable<double> MinAdjustmentMagnitude { get; set; }
Property Value
System.Nullable<System.Double>
Remarks
StepAdjustments
CfnScalingPolicy.StepScalingPolicyConfigurationProperty.StepAdjustments
.
public object StepAdjustments { get; set; }
Property Value
System.Object