/AWS1/CL_R5AROUTE53HEALTHCHECK¶
The Amazon Route 53 health check.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_hostedzoneid
TYPE /AWS1/R5AROUTE53HOSTEDZONEID
/AWS1/R5AROUTE53HOSTEDZONEID
¶
The Amazon Route 53 health check hosted zone ID.
iv_recordname
TYPE /AWS1/R5AROUTE53RECORDNAME
/AWS1/R5AROUTE53RECORDNAME
¶
The Amazon Route 53 record name.
iv_region
TYPE /AWS1/R5AREGION
/AWS1/R5AREGION
¶
The Amazon Route 53 Region.
Optional arguments:¶
iv_healthcheckid
TYPE /AWS1/R5AROUTE53HEALTHCHECKID
/AWS1/R5AROUTE53HEALTHCHECKID
¶
The Amazon Route 53 health check ID.
Queryable Attributes¶
hostedZoneId¶
The Amazon Route 53 health check hosted zone ID.
Accessible with the following methods¶
Method | Description |
---|---|
GET_HOSTEDZONEID() |
Getter for HOSTEDZONEID, with configurable default |
ASK_HOSTEDZONEID() |
Getter for HOSTEDZONEID w/ exceptions if field has no value |
HAS_HOSTEDZONEID() |
Determine if HOSTEDZONEID has a value |
recordName¶
The Amazon Route 53 record name.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RECORDNAME() |
Getter for RECORDNAME, with configurable default |
ASK_RECORDNAME() |
Getter for RECORDNAME w/ exceptions if field has no value |
HAS_RECORDNAME() |
Determine if RECORDNAME has a value |
healthCheckId¶
The Amazon Route 53 health check ID.
Accessible with the following methods¶
Method | Description |
---|---|
GET_HEALTHCHECKID() |
Getter for HEALTHCHECKID, with configurable default |
ASK_HEALTHCHECKID() |
Getter for HEALTHCHECKID w/ exceptions if field has no value |
HAS_HEALTHCHECKID() |
Determine if HEALTHCHECKID has a value |
region¶
The Amazon Route 53 Region.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REGION() |
Getter for REGION, with configurable default |
ASK_REGION() |
Getter for REGION w/ exceptions if field has no value |
HAS_REGION() |
Determine if REGION 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_ROUTE53HEALTHCHECKLIST
¶
TYPES TT_ROUTE53HEALTHCHECKLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_R5AROUTE53HEALTHCHECK WITH DEFAULT KEY
.