Struct cfn::aws::applicationautoscaling::scaling_policy::StepScalingPolicyConfiguration [] [src]

pub struct StepScalingPolicyConfiguration {
    pub adjustment_type: Option<Value<String>>,
    pub cooldown: Option<Value<u32>>,
    pub metric_aggregation_type: Option<Value<String>>,
    pub min_adjustment_magnitude: Option<Value<u32>>,
    pub step_adjustments: Option<ValueList<StepAdjustment>>,
}

Fields

Property AdjustmentType.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property Cooldown.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property MetricAggregationType.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property MinAdjustmentMagnitude.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property StepAdjustments.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for StepScalingPolicyConfiguration
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations