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

pub struct TargetTrackingScalingPolicyConfiguration {
    pub customized_metric_specification: Option<Value<CustomizedMetricSpecification>>,
    pub disable_scale_in: Option<Value<bool>>,
    pub predefined_metric_specification: Option<Value<PredefinedMetricSpecification>>,
    pub scale_in_cooldown: Option<Value<u32>>,
    pub scale_out_cooldown: Option<Value<u32>>,
    pub target_value: Value<f64>,
}

Fields

Property CustomizedMetricSpecification.

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

Property DisableScaleIn.

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

Property PredefinedMetricSpecification.

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

Property ScaleInCooldown.

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

Property ScaleOutCooldown.

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

Property TargetValue.

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

Trait Implementations

impl Debug for TargetTrackingScalingPolicyConfiguration
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations