/AWS1/CL_RDSSUPPORTEDENGINELC¶
This data type is used as a response element in the operation
DescribeDBMajorEngineVersions.
You can use the information that this data type returns to plan for upgrades.
This data type only returns information for the open source engines Amazon RDS for MariaDB, Amazon RDS for MySQL, Amazon RDS for PostgreSQL, Aurora MySQL, and Aurora PostgreSQL.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_lifecyclesupportname TYPE /AWS1/RDSLIFECYCLESUPPORTNAME /AWS1/RDSLIFECYCLESUPPORTNAME¶
The type of lifecycle support that the engine version is in.
This parameter returns the following values:
open-source-rds-standard-support- Indicates RDS standard support or Aurora standard support.
open-source-rds-extended-support- Indicates Amazon RDS Extended Support.For Amazon RDS for MySQL, Amazon RDS for PostgreSQL, Aurora MySQL, and Aurora PostgreSQL, this parameter returns both
open-source-rds-standard-supportandopen-source-rds-extended-support.For Amazon RDS for MariaDB, this parameter only returns the value
open-source-rds-standard-support.For information about Amazon RDS Extended Support, see Amazon RDS Extended Support with Amazon RDS in the Amazon RDS User Guide and Amazon RDS Extended Support with Amazon Aurora in the Amazon Aurora User Guide.
iv_lifecyclesupportstartdate TYPE /AWS1/RDSTSTAMP /AWS1/RDSTSTAMP¶
The start date for the type of support returned by
LifecycleSupportName.
iv_lifecyclesupportenddate TYPE /AWS1/RDSTSTAMP /AWS1/RDSTSTAMP¶
The end date for the type of support returned by
LifecycleSupportName.
Queryable Attributes¶
LifecycleSupportName¶
The type of lifecycle support that the engine version is in.
This parameter returns the following values:
open-source-rds-standard-support- Indicates RDS standard support or Aurora standard support.
open-source-rds-extended-support- Indicates Amazon RDS Extended Support.For Amazon RDS for MySQL, Amazon RDS for PostgreSQL, Aurora MySQL, and Aurora PostgreSQL, this parameter returns both
open-source-rds-standard-supportandopen-source-rds-extended-support.For Amazon RDS for MariaDB, this parameter only returns the value
open-source-rds-standard-support.For information about Amazon RDS Extended Support, see Amazon RDS Extended Support with Amazon RDS in the Amazon RDS User Guide and Amazon RDS Extended Support with Amazon Aurora in the Amazon Aurora User Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LIFECYCLESUPPORTNAME() |
Getter for LIFECYCLESUPPORTNAME, with configurable default |
ASK_LIFECYCLESUPPORTNAME() |
Getter for LIFECYCLESUPPORTNAME w/ exceptions if field has n |
HAS_LIFECYCLESUPPORTNAME() |
Determine if LIFECYCLESUPPORTNAME has a value |
LifecycleSupportStartDate¶
The start date for the type of support returned by
LifecycleSupportName.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LCSUPPORTSTARTDATE() |
Getter for LIFECYCLESUPPORTSTARTDATE, with configurable defa |
ASK_LCSUPPORTSTARTDATE() |
Getter for LIFECYCLESUPPORTSTARTDATE w/ exceptions if field |
HAS_LCSUPPORTSTARTDATE() |
Determine if LIFECYCLESUPPORTSTARTDATE has a value |
LifecycleSupportEndDate¶
The end date for the type of support returned by
LifecycleSupportName.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LIFECYCLESUPPORTENDDATE() |
Getter for LIFECYCLESUPPORTENDDATE, with configurable defaul |
ASK_LIFECYCLESUPPORTENDDATE() |
Getter for LIFECYCLESUPPORTENDDATE w/ exceptions if field ha |
HAS_LIFECYCLESUPPORTENDDATE() |
Determine if LIFECYCLESUPPORTENDDATE 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_SUPPORTEDENGINELCLIST¶
TYPES TT_SUPPORTEDENGINELCLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RDSSUPPORTEDENGINELC WITH DEFAULT KEY
.