AWS SDK for .NET Documentation
IgnoreMetricsTime Property
AmazonAmazon.OpsWorks.ModelAutoScalingThresholdsIgnoreMetricsTime Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property IgnoreMetricsTime.

The amount of time (in minutes) after a scaling event occurs that AWS OpsWorks should ignore metrics and not raise any additional scaling events. For example, AWS OpsWorks adds new instances following an upscaling event but the instances won't start reducing the load until they have been booted and configured. There is no point in raising additional scaling events during that operation, which typically takes several minutes.

CopyC#
IgnoreMetricsTime
allows you to direct AWS OpsWorks to not raise any scaling events long enough to get the new instances online.

Declaration Syntax
C#
public int IgnoreMetricsTime { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)