class Aws::RDS::Types::ScalingConfigurationInfo
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*.
[1]: docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html
@!attribute [rw] min_capacity
The maximum capacity for the Aurora DB cluster in `serverless` DB engine mode. @return [Integer]
@!attribute [rw] max_capacity
The maximum capacity for an Aurora DB cluster in `serverless` DB engine mode. @return [Integer]
@!attribute [rw] auto_pause
A value that 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 DB cluster, the DB cluster automatically resumes. @return [Boolean]
@!attribute [rw] seconds_until_auto_pause
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). @return [Integer]
@!attribute [rw] timeout_action
The action that occurs when Aurora times out while attempting to change the capacity of an Aurora Serverless 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. @return [String]
@!attribute [rw] seconds_before_timeout
The number of seconds before scaling times out. What happens when an attempted scaling action times out is determined by the `TimeoutAction` setting. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ScalingConfigurationInfo AWS API Documentation
Constants
- SENSITIVE