timeoutAction property
The action to take when the timeout is reached, either
ForceApplyCapacityChange
or
RollbackCapacityChange
.
ForceApplyCapacityChange
sets the capacity to the specified
value as soon as possible.
RollbackCapacityChange
, the default, ignores the capacity
change if a scaling point isn't found in the timeout period.
For more information, see
Autoscaling for Aurora Serverless in the Amazon Aurora User
Guide.
Implementation
final String? timeoutAction;