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.

The scaling configuration for an Aurora DB cluster in serverless DB engine mode.

For more information, see Using Amazon Aurora Serverless v1 in the Amazon Aurora User Guide.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.ScalingConfigurationInfo

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

Syntax

C#
public class ScalingConfigurationInfo

The ScalingConfigurationInfo type exposes the following members

Constructors

NameDescription
Public Method ScalingConfigurationInfo()

Properties

NameTypeDescription
Public Property AutoPause System.Boolean

Gets and sets the property AutoPause.

Indicates whether automatic pause is allowed for the Aurora DB cluster in serverless DB engine mode.

When the value is set to false for an Aurora Serverless v1 DB cluster, the DB cluster automatically resumes.

Public Property MaxCapacity System.Int32

Gets and sets the property MaxCapacity.

The maximum capacity for an Aurora DB cluster in serverless DB engine mode.

Public Property MinCapacity System.Int32

Gets and sets the property MinCapacity.

The minimum capacity for an Aurora DB cluster in serverless DB engine mode.

Public Property SecondsBeforeTimeout System.Int32

Gets and sets the property SecondsBeforeTimeout.

The number of seconds before scaling times out. What happens when an attempted scaling action times out is determined by the TimeoutAction setting.

Public Property SecondsUntilAutoPause System.Int32

Gets and sets the property SecondsUntilAutoPause.

The remaining amount of time, in seconds, before the Aurora DB cluster in serverless mode is paused. A DB cluster can be paused only when it's idle (it has no connections).

Public Property TimeoutAction System.String

Gets and sets the property TimeoutAction.

The action that occurs when Aurora times out while attempting to change the capacity of an Aurora Serverless v1 cluster. The value is either ForceApplyCapacityChange or RollbackCapacityChange.

ForceApplyCapacityChange, the default, sets the capacity to the specified value as soon as possible.

RollbackCapacityChange ignores the capacity change if a scaling point isn't found in the timeout period.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5