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.

Represents the minimum and maximum capacity for a scheduled action.

Inheritance Hierarchy

System.Object
  Amazon.ApplicationAutoScaling.Model.ScalableTargetAction

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

Syntax

C#
public class ScalableTargetAction

The ScalableTargetAction type exposes the following members

Constructors

NameDescription
Public Method ScalableTargetAction()

Properties

NameTypeDescription
Public Property MaxCapacity System.Int32

Gets and sets the property MaxCapacity.

The maximum capacity.

Although you can specify a large maximum capacity, note that service quotas may impose lower limits. Each service has its own default quotas for the maximum capacity of the resource. If you want to specify a higher limit, you can request an increase. For more information, consult the documentation for that service. For information about the default quotas for each service, see Service endpoints and quotas in the Amazon Web Services General Reference.

Public Property MinCapacity System.Int32

Gets and sets the property MinCapacity.

The minimum capacity.

When the scheduled action runs, the resource will have at least this much capacity, but it might have more depending on other settings, such as the target utilization level of a target tracking scaling policy.

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