Skip to content

/AWS1/CL_RDSENGINEDEFAULTS

Contains the result of a successful invocation of the DescribeEngineDefaultParameters action.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_DBPARAMETERGROUPFAMILY TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

Specifies the name of the DB parameter group family that the engine default parameters apply to.

IV_MARKER TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

An optional pagination token provided by a previous EngineDefaults request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

IT_PARAMETERS TYPE /AWS1/CL_RDSPARAMETER=>TT_PARAMETERSLIST TT_PARAMETERSLIST

Contains a list of engine default parameters.


Queryable Attributes

DBParameterGroupFamily

Specifies the name of the DB parameter group family that the engine default parameters apply to.

Accessible with the following methods

Method Description
GET_DBPARAMETERGROUPFAMILY() Getter for DBPARAMETERGROUPFAMILY, with configurable default
ASK_DBPARAMETERGROUPFAMILY() Getter for DBPARAMETERGROUPFAMILY w/ exceptions if field has
HAS_DBPARAMETERGROUPFAMILY() Determine if DBPARAMETERGROUPFAMILY has a value

Marker

An optional pagination token provided by a previous EngineDefaults request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

Accessible with the following methods

Method Description
GET_MARKER() Getter for MARKER, with configurable default
ASK_MARKER() Getter for MARKER w/ exceptions if field has no value
HAS_MARKER() Determine if MARKER has a value

Parameters

Contains a list of engine default parameters.

Accessible with the following methods

Method Description
GET_PARAMETERS() Getter for PARAMETERS, with configurable default
ASK_PARAMETERS() Getter for PARAMETERS w/ exceptions if field has no value
HAS_PARAMETERS() Determine if PARAMETERS has a value