Show / Hide Table of Contents

Class PolicyTargetTrackingScalingPolicyConfiguration

Inheritance
System.Object
PolicyTargetTrackingScalingPolicyConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.AppAutoScaling.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PolicyTargetTrackingScalingPolicyConfiguration

Fields

View Source

CustomizedMetricSpecification

A custom CloudWatch metric. Documentation can be found at: AWS Customized Metric Specification. See supported fields below.

Declaration
public readonly PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecification CustomizedMetricSpecification
Field Value
Type Description
PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecification
View Source

DisableScaleIn

Indicates whether scale in by the target tracking policy is disabled. If the value is true, scale in is disabled and the target tracking policy won't remove capacity from the scalable resource. Otherwise, scale in is enabled and the target tracking policy can remove capacity from the scalable resource. The default value is false.

Declaration
public readonly bool? DisableScaleIn
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

PredefinedMetricSpecification

A predefined metric. See supported fields below.

Declaration
public readonly PolicyTargetTrackingScalingPolicyConfigurationPredefinedMetricSpecification PredefinedMetricSpecification
Field Value
Type Description
PolicyTargetTrackingScalingPolicyConfigurationPredefinedMetricSpecification
View Source

ScaleInCooldown

The amount of time, in seconds, after a scale in activity completes before another scale in activity can start.

Declaration
public readonly int? ScaleInCooldown
Field Value
Type Description
System.Nullable<System.Int32>
View Source

ScaleOutCooldown

The amount of time, in seconds, after a scale out activity completes before another scale out activity can start.

Declaration
public readonly int? ScaleOutCooldown
Field Value
Type Description
System.Nullable<System.Int32>
View Source

TargetValue

The target value for the metric.

Declaration
public readonly double TargetValue
Field Value
Type Description
System.Double
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.