/AWS1/CL_ESSLOGPUBINGOPTION¶
Log Publishing option that is set for given domain.
Attributes and their details:
- CloudWatchLogsLogGroupArn: ARN of the Cloudwatch log group to which log needs to be published.
- Enabled: Whether the log publishing for given log type is enabled or not
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_cloudwatchlogsloggrouparn TYPE /AWS1/ESSCLOUDWATCHLOGSLOGGR00 /AWS1/ESSCLOUDWATCHLOGSLOGGR00¶
ARN of the Cloudwatch log group to which log needs to be published.
iv_enabled TYPE /AWS1/ESSBOOLEAN /AWS1/ESSBOOLEAN¶
Specifies whether given log publishing option is enabled or not.
Queryable Attributes¶
CloudWatchLogsLogGroupArn¶
ARN of the Cloudwatch log group to which log needs to be published.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLOUDWATCHLOGSLOGGRPARN() |
Getter for CLOUDWATCHLOGSLOGGROUPARN, with configurable defa |
ASK_CLOUDWATCHLOGSLOGGRPARN() |
Getter for CLOUDWATCHLOGSLOGGROUPARN w/ exceptions if field |
HAS_CLOUDWATCHLOGSLOGGRPARN() |
Determine if CLOUDWATCHLOGSLOGGROUPARN has a value |
Enabled¶
Specifies whether given log publishing option is enabled or not.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TS_LOGPUBLISHINGOPTIONS_MAPROW¶
TYPES: BEGIN OF TS_LOGPUBLISHINGOPTIONS_MAPROW,
key TYPE /AWS1/ESSLOGTYPE,
value TYPE REF TO /AWS1/CL_ESSLOGPUBINGOPTION,
END OF TS_LOGPUBLISHINGOPTIONS_MAPROW.
TT_LOGPUBLISHINGOPTIONS¶
TYPES TT_LOGPUBLISHINGOPTIONS TYPE HASHED TABLE OF /AWS1/CL_ESSLOGPUBINGOPTION=>TS_LOGPUBLISHINGOPTIONS_MAPROW WITH UNIQUE KEY key
.