Cluster Scaling Configuration Args
Constructors
Functions
Properties
Whether to enable automatic pause. A DB cluster can be paused only when it's idle (it has no connections). If a DB cluster is paused for more than seven days, the DB cluster might be backed up with a snapshot. In this case, the DB cluster is restored when there is a request to connect to it. Defaults to true
.
Maximum capacity for an Aurora DB cluster in serverless
DB engine mode. The maximum capacity must be greater than or equal to the minimum capacity. Valid Aurora MySQL capacity values are 1
, 2
, 4
, 8
, 16
, 32
, 64
, 128
, 256
. Valid Aurora PostgreSQL capacity values are (2
, 4
, 8
, 16
, 32
, 64
, 192
, and 384
). Defaults to 16
.
Minimum capacity for an Aurora DB cluster in serverless
DB engine mode. The minimum capacity must be lesser than or equal to the maximum capacity. Valid Aurora MySQL capacity values are 1
, 2
, 4
, 8
, 16
, 32
, 64
, 128
, 256
. Valid Aurora PostgreSQL capacity values are (2
, 4
, 8
, 16
, 32
, 64
, 192
, and 384
). Defaults to 1
.
Action to take when the timeout is reached. Valid values: ForceApplyCapacityChange
, RollbackCapacityChange
. Defaults to RollbackCapacityChange
. See documentation.