Struct cfn::aws::autoscaling::scaling_policy::TargetTrackingConfiguration [] [src]

pub struct TargetTrackingConfiguration {
    pub customized_metric_specification: Option<Value<CustomizedMetricSpecification>>,
    pub disable_scale_in: Option<Value<bool>>,
    pub predefined_metric_specification: Option<Value<PredefinedMetricSpecification>>,
    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 TargetValue.

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

Trait Implementations

impl Debug for TargetTrackingConfiguration
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for TargetTrackingConfiguration
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations