/AWS1/CL_LSACONTAINERSVCDEPL00¶
Describes a container deployment configuration of an Amazon Lightsail container service.
A deployment specifies the settings, such as the ports and launch command, of containers that are deployed to your container service.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_containers TYPE /AWS1/CL_LSACONTAINER=>TT_CONTAINERMAP TT_CONTAINERMAP¶
An object that describes the configuration for the containers of the deployment.
io_publicendpoint TYPE REF TO /AWS1/CL_LSAENDPOINTREQUEST /AWS1/CL_LSAENDPOINTREQUEST¶
An object that describes the endpoint of the deployment.
Queryable Attributes¶
containers¶
An object that describes the configuration for the containers of the deployment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTAINERS() |
Getter for CONTAINERS, with configurable default |
ASK_CONTAINERS() |
Getter for CONTAINERS w/ exceptions if field has no value |
HAS_CONTAINERS() |
Determine if CONTAINERS has a value |
publicEndpoint¶
An object that describes the endpoint of the deployment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PUBLICENDPOINT() |
Getter for PUBLICENDPOINT |