You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RDS::Types::ModifyCurrentDBClusterCapacityMessageWhen passing ModifyCurrentDBClusterCapacityMessage as input to an Aws::Client method, you can use a vanilla Hash:
{
db_cluster_identifier: "String", capacity: 1,
seconds_before_timeout: 1,
timeout_action: "String",
}
Instance Attribute Summary collapse
The DB cluster capacity.
The DB cluster identifier for the cluster being modified.
The amount of time, in seconds, that Aurora Serverless tries to find a scaling point to perform seamless scaling before enforcing the timeout action.
The action to take when the timeout is reached, either ForceApplyCapacityChange
or RollbackCapacityChange
.
The DB cluster capacity.
When you change the capacity of a paused Aurora Serverless DB cluster, it automatically resumes.
Constraints:
For Aurora MySQL, valid capacity values are 1
, 2
, 4
, 8
, 16
, 32
, 64
, 128
, and 256
.
For Aurora PostgreSQL, valid capacity values are 2
, 4
, 8
, 16
, 32
, 64
, 192
, and 384
.
The DB cluster identifier for the cluster being modified. This parameter isn\'t case-sensitive.
Constraints:
^
#seconds_before_timeout ⇒ IntegerThe amount of time, in seconds, that Aurora Serverless tries to find a scaling point to perform seamless scaling before enforcing the timeout action. The default is 300.
^
#timeout_action ⇒ StringThe action to take when the timeout is reached, 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.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4