Skip to content

/AWS1/CL_DODSRVLESSV2FEATSSUPP

Specifies any Amazon DocumentDB Serverless properties or limits that differ between Amazon DocumentDB engine versions. You can test the values of this attribute when deciding which Amazon DocumentDB version to use in a new or upgraded cluster. You can also retrieve the version of an existing cluster and check whether that version supports certain Amazon DocumentDB Serverless 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

The minimum number of Amazon DocumentDB capacity units (DCUs) for an instance in an Amazon DocumentDB Serverless cluster. You can specify DCU values in half-step increments, such as 8, 8.5, 9, and so on.

iv_maxcapacity TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The maximum number of Amazon DocumentDB capacity units (DCUs) for an instance in an Amazon DocumentDB Serverless cluster. You can specify DCU values in half-step increments, such as 32, 32.5, 33, and so on.


Queryable Attributes

MinCapacity

The minimum number of Amazon DocumentDB capacity units (DCUs) for an instance in an Amazon DocumentDB Serverless cluster. You can specify DCU values in half-step increments, such as 8, 8.5, 9, and so on.

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

The maximum number of Amazon DocumentDB capacity units (DCUs) for an instance in an Amazon DocumentDB Serverless cluster. You can specify DCU values in half-step increments, such as 32, 32.5, 33, and so on.

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