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.
Namespace: Amazon.RDS.Model
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z
public class ScalingConfigurationInfo
The ScalingConfigurationInfo type exposes the following members
Name | Description | |
---|---|---|
![]() |
ScalingConfigurationInfo() |
Name | Type | Description | |
---|---|---|---|
![]() |
AutoPause | System.Boolean |
Gets and sets the property AutoPause.
Indicates whether automatic pause is allowed for the Aurora DB cluster in When the value is set to false for an Aurora Serverless v1 DB cluster, the DB cluster automatically resumes. |
![]() |
MaxCapacity | System.Int32 |
Gets and sets the property MaxCapacity.
The maximum capacity for an Aurora DB cluster in |
![]() |
MinCapacity | System.Int32 |
Gets and sets the property MinCapacity.
The minimum capacity for an Aurora DB cluster in |
![]() |
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 |
![]() |
SecondsUntilAutoPause | System.Int32 |
Gets and sets the property SecondsUntilAutoPause.
The remaining amount of time, in seconds, before the Aurora DB cluster in |
![]() |
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
|
.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