ScalingConfiguration class
Contains the scaling configuration of an Aurora Serverless DB cluster.
For more information, see Using Amazon Aurora Serverless in the Amazon Aurora User Guide.
Constructors
Properties
- autoPause → bool?
-
A value that indicates whether to allow or disallow automatic pause for an
Aurora DB cluster in
serverless
DB engine mode. A DB cluster can be paused only when it's idle (it has no connections).final - hashCode → int
-
The hash code for this object.
no setterinherited
- maxCapacity → int?
-
The maximum capacity for an Aurora DB cluster in
serverless
DB engine mode.final - minCapacity → int?
-
The minimum capacity for an Aurora DB cluster in
serverless
DB engine mode.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondsUntilAutoPause → int?
-
The time, in seconds, before an Aurora DB cluster in
serverless
mode is paused.final - timeoutAction → String?
-
The action to take when the timeout is reached, either
ForceApplyCapacityChange
orRollbackCapacityChange
.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited