Skip to content

/AWS1/CL_RDSSOURCEREGION

Contains an Amazon Web Services Region name as the result of a successful call to the DescribeSourceRegions action.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_REGIONNAME TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The name of the source Amazon Web Services Region.

IV_ENDPOINT TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The endpoint for the source Amazon Web Services Region endpoint.

IV_STATUS TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The status of the source Amazon Web Services Region.

IV_SUPPSDBINSTAUTOMATEDBAC00 TYPE /AWS1/RDSBOOLEAN /AWS1/RDSBOOLEAN

Indicates whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.


Queryable Attributes

RegionName

The name of the source Amazon Web Services Region.

Accessible with the following methods

Method Description
GET_REGIONNAME() Getter for REGIONNAME, with configurable default
ASK_REGIONNAME() Getter for REGIONNAME w/ exceptions if field has no value
HAS_REGIONNAME() Determine if REGIONNAME has a value

Endpoint

The endpoint for the source Amazon Web Services Region endpoint.

Accessible with the following methods

Method Description
GET_ENDPOINT() Getter for ENDPOINT, with configurable default
ASK_ENDPOINT() Getter for ENDPOINT w/ exceptions if field has no value
HAS_ENDPOINT() Determine if ENDPOINT has a value

Status

The status of the source Amazon Web Services Region.

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

SupportsDBInstanceAutomatedBackupsReplication

Indicates whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.

Accessible with the following methods

Method Description
GET_SUPPSDBINSTAUTOMATEDBA00() Getter for SUPPSDBINSTAUTOMATEDBACKUP00, with configurable d
ASK_SUPPSDBINSTAUTOMATEDBA00() Getter for SUPPSDBINSTAUTOMATEDBACKUP00 w/ exceptions if fie
HAS_SUPPSDBINSTAUTOMATEDBA00() Determine if SUPPSDBINSTAUTOMATEDBACKUP00 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_SOURCEREGIONLIST

TYPES TT_SOURCEREGIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RDSSOURCEREGION WITH DEFAULT KEY
.