/AWS1/CL_RDSTARGETHEALTH¶
Information about the connection health of an RDS Proxy target.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_state TYPE /AWS1/RDSTARGETSTATE /AWS1/RDSTARGETSTATE¶
The current state of the connection health lifecycle for the RDS Proxy target. The following is a typical lifecycle example for the states of an RDS Proxy target:
registering>unavailable>available>unavailable>available
iv_reason TYPE /AWS1/RDSTARGETHEALTHREASON /AWS1/RDSTARGETHEALTHREASON¶
The reason for the current health
Stateof the RDS Proxy target.
iv_description TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING¶
A description of the health of the RDS Proxy target. If the
StateisAVAILABLE, a description is not included.
Queryable Attributes¶
State¶
The current state of the connection health lifecycle for the RDS Proxy target. The following is a typical lifecycle example for the states of an RDS Proxy target:
registering>unavailable>available>unavailable>available
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
Reason¶
The reason for the current health
Stateof the RDS Proxy target.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REASON() |
Getter for REASON, with configurable default |
ASK_REASON() |
Getter for REASON w/ exceptions if field has no value |
HAS_REASON() |
Determine if REASON has a value |
Description¶
A description of the health of the RDS Proxy target. If the
StateisAVAILABLE, a description is not included.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |