ScalingConfigurationInfo class

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

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

Constructors

ScalingConfigurationInfo({bool? autoPause, int? maxCapacity, int? minCapacity, int? secondsUntilAutoPause, String? timeoutAction})
ScalingConfigurationInfo.fromXml(XmlElement elem)
factory

Properties

autoPause bool?
A value that indicates whether automatic pause is allowed for the Aurora DB cluster in serverless DB engine mode.
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 maximum capacity for the 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 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).
final
timeoutAction String?
The timeout action of a call to ModifyCurrentDBClusterCapacity, either ForceApplyCapacityChange or RollbackCapacityChange.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited