AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Specifies whether the scaling activities for a scalable target are in a suspended state.

Inheritance Hierarchy

System.Object
  Amazon.ApplicationAutoScaling.Model.SuspendedState

Namespace: Amazon.ApplicationAutoScaling.Model
Assembly: AWSSDK.ApplicationAutoScaling.dll
Version: 3.x.y.z

Syntax

C#
public class SuspendedState

The SuspendedState type exposes the following members

Constructors

NameDescription
Public Method SuspendedState()

Properties

NameTypeDescription
Public Property DynamicScalingInSuspended System.Boolean

Gets and sets the property DynamicScalingInSuspended.

Whether scale in by a target tracking scaling policy or a step scaling policy is suspended. Set the value to true if you don't want Application Auto Scaling to remove capacity when a scaling policy is triggered. The default is false.

Public Property DynamicScalingOutSuspended System.Boolean

Gets and sets the property DynamicScalingOutSuspended.

Whether scale out by a target tracking scaling policy or a step scaling policy is suspended. Set the value to true if you don't want Application Auto Scaling to add capacity when a scaling policy is triggered. The default is false.

Public Property ScheduledScalingSuspended System.Boolean

Gets and sets the property ScheduledScalingSuspended.

Whether scheduled scaling is suspended. Set the value to true if you don't want Application Auto Scaling to add or remove capacity by initiating scheduled actions. The default is false.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5