/AWS1/CL_RDSSERVERLESSV2FTSS00¶
Specifies any Aurora Serverless v2 properties or limits that differ between Aurora engine versions and platform versions. You can test the values of this attribute when deciding which Aurora version to use in a new or upgraded DB cluster. You can also retrieve the version of an existing DB cluster and check whether that version supports certain Aurora Serverless v2 features before you attempt to use those features.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_mincapacity TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
If the minimum capacity is 0 ACUs, the engine version or platform version supports the automatic pause/resume feature of Aurora Serverless v2.
iv_maxcapacity TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
Specifies the upper Aurora Serverless v2 capacity limit for a particular engine version or platform version. Depending on the engine version, the maximum capacity for an Aurora Serverless v2 cluster might be
256or128.
Queryable Attributes¶
MinCapacity¶
If the minimum capacity is 0 ACUs, the engine version or platform version supports the automatic pause/resume feature of Aurora Serverless v2.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MINCAPACITY() |
Getter for MINCAPACITY, with configurable default |
ASK_MINCAPACITY() |
Getter for MINCAPACITY w/ exceptions if field has no value |
STR_MINCAPACITY() |
String format for MINCAPACITY, with configurable default |
HAS_MINCAPACITY() |
Determine if MINCAPACITY has a value |
MaxCapacity¶
Specifies the upper Aurora Serverless v2 capacity limit for a particular engine version or platform version. Depending on the engine version, the maximum capacity for an Aurora Serverless v2 cluster might be
256or128.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXCAPACITY() |
Getter for MAXCAPACITY, with configurable default |
ASK_MAXCAPACITY() |
Getter for MAXCAPACITY w/ exceptions if field has no value |
STR_MAXCAPACITY() |
String format for MAXCAPACITY, with configurable default |
HAS_MAXCAPACITY() |
Determine if MAXCAPACITY has a value |