maxCapacity property
The maximum capacity for an Aurora DB cluster in serverless DB
engine mode.
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 maximum capacity must be greater than or equal to the minimum capacity.
Implementation
final int? maxCapacity;