/AWS1/CL_ECSEXPRESSGWSVCAWSL00¶
Specifies the Amazon CloudWatch Logs configuration for the Express service container.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_loggroup TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The name of the CloudWatch Logs log group to send container logs to.
iv_logstreamprefix TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The prefix for the CloudWatch Logs log stream names. The default for an Express service is
ecs.
Queryable Attributes¶
logGroup¶
The name of the CloudWatch Logs log group to send container logs to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGGROUP() |
Getter for LOGGROUP, with configurable default |
ASK_LOGGROUP() |
Getter for LOGGROUP w/ exceptions if field has no value |
HAS_LOGGROUP() |
Determine if LOGGROUP has a value |
logStreamPrefix¶
The prefix for the CloudWatch Logs log stream names. The default for an Express service is
ecs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGSTREAMPREFIX() |
Getter for LOGSTREAMPREFIX, with configurable default |
ASK_LOGSTREAMPREFIX() |
Getter for LOGSTREAMPREFIX w/ exceptions if field has no val |
HAS_LOGSTREAMPREFIX() |
Determine if LOGSTREAMPREFIX has a value |