/AWS1/CL_LSAENDPOINTREQUEST¶
Describes the settings of a public endpoint for an Amazon Lightsail container service.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_containername TYPE /AWS1/LSASTRING /AWS1/LSASTRING¶
The name of the container for the endpoint.
iv_containerport TYPE /AWS1/LSAINTEGER /AWS1/LSAINTEGER¶
The port of the container to which traffic is forwarded to.
Optional arguments:¶
io_healthcheck TYPE REF TO /AWS1/CL_LSACONTAINERSVCHEAL00 /AWS1/CL_LSACONTAINERSVCHEAL00¶
An object that describes the health check configuration of the container.
Queryable Attributes¶
containerName¶
The name of the container for the endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTAINERNAME() |
Getter for CONTAINERNAME, with configurable default |
ASK_CONTAINERNAME() |
Getter for CONTAINERNAME w/ exceptions if field has no value |
HAS_CONTAINERNAME() |
Determine if CONTAINERNAME has a value |
containerPort¶
The port of the container to which traffic is forwarded to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTAINERPORT() |
Getter for CONTAINERPORT, with configurable default |
ASK_CONTAINERPORT() |
Getter for CONTAINERPORT w/ exceptions if field has no value |
HAS_CONTAINERPORT() |
Determine if CONTAINERPORT has a value |
healthCheck¶
An object that describes the health check configuration of the container.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HEALTHCHECK() |
Getter for HEALTHCHECK |