/AWS1/CL_KFKREPLCLOUDWATCHLOGS¶
Details about delivering logs to CloudWatch Logs.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_enabled TYPE /AWS1/KFK__BOOLEAN /AWS1/KFK__BOOLEAN¶
Whether log delivery to CloudWatch Logs is enabled.
Optional arguments:¶
iv_loggroup TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING¶
The CloudWatch log group that is the destination for log delivery.
Queryable Attributes¶
Enabled¶
Whether log delivery to CloudWatch Logs is enabled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLED() |
Getter for ENABLED, with configurable default |
ASK_ENABLED() |
Getter for ENABLED w/ exceptions if field has no value |
HAS_ENABLED() |
Determine if ENABLED has a value |
LogGroup¶
The CloudWatch log group that is the destination for log delivery.
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 |