Skip to content

/AWS1/CL_RDSSVRLSV2PLTFVRSINFO

This data type is used as a response element in the action DescribeServerlessV2PlatformVersions.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_serverlessv2pltfversion TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The version number of the serverless platform.

iv_svrlsv2pltfversiondesc TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The description of the serverless platform.

iv_engine TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The name of the database engine.

io_serverlessv2featuressupp TYPE REF TO /AWS1/CL_RDSSERVERLESSV2FTSS00 /AWS1/CL_RDSSERVERLESSV2FTSS00

Specifies any Aurora Serverless v2 properties or limits that differ between Aurora Serverless v2 platform versions. You can retrieve the platform version of an existing DB cluster and check whether that version supports certain Aurora Serverless v2 features before you attempt to use those features.

iv_status TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The status of the serverless platform. Valid statuses are the following:

  • enabled - The platform version is in use.

  • disabled - The platform version is not in use.

iv_isdefault TYPE /AWS1/RDSBOOLEAN /AWS1/RDSBOOLEAN

Indicates whether this platform version is the default version for the engine. The default platform version is the version used for new DB clusters.


Queryable Attributes

ServerlessV2PlatformVersion

The version number of the serverless platform.

Accessible with the following methods

Method Description
GET_SERVERLESSV2PLTFVERSION() Getter for SERVERLESSV2PLATFORMVERSION, with configurable de
ASK_SERVERLESSV2PLTFVERSION() Getter for SERVERLESSV2PLATFORMVERSION w/ exceptions if fiel
HAS_SERVERLESSV2PLTFVERSION() Determine if SERVERLESSV2PLATFORMVERSION has a value

ServerlessV2PlatformVersionDescription

The description of the serverless platform.

Accessible with the following methods

Method Description
GET_SVRLSV2PLTFVERSIONDESC() Getter for SVRLSV2PLATFORMVERSIONDESC, with configurable def
ASK_SVRLSV2PLTFVERSIONDESC() Getter for SVRLSV2PLATFORMVERSIONDESC w/ exceptions if field
HAS_SVRLSV2PLTFVERSIONDESC() Determine if SVRLSV2PLATFORMVERSIONDESC has a value

Engine

The name of the database engine.

Accessible with the following methods

Method Description
GET_ENGINE() Getter for ENGINE, with configurable default
ASK_ENGINE() Getter for ENGINE w/ exceptions if field has no value
HAS_ENGINE() Determine if ENGINE has a value

ServerlessV2FeaturesSupport

Specifies any Aurora Serverless v2 properties or limits that differ between Aurora Serverless v2 platform versions. You can retrieve the platform version of an existing DB cluster and check whether that version supports certain Aurora Serverless v2 features before you attempt to use those features.

Accessible with the following methods

Method Description
GET_SERVERLESSV2FEATURESSUPP() Getter for SERVERLESSV2FEATURESSUPPORT

Status

The status of the serverless platform. Valid statuses are the following:

  • enabled - The platform version is in use.

  • disabled - The platform version is not in use.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

IsDefault

Indicates whether this platform version is the default version for the engine. The default platform version is the version used for new DB clusters.

Accessible with the following methods

Method Description
GET_ISDEFAULT() Getter for ISDEFAULT, with configurable default
ASK_ISDEFAULT() Getter for ISDEFAULT w/ exceptions if field has no value
HAS_ISDEFAULT() Determine if ISDEFAULT has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_SVRLSV2PLATFORMVERSIONLIST

TYPES TT_SVRLSV2PLATFORMVERSIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RDSSVRLSV2PLTFVRSINFO WITH DEFAULT KEY
.