Skip to content

/AWS1/CL_EVBLOGCONFIG

The logging configuration settings for the event bus.

For more information, see Configuring logs for event buses in the EventBridge User Guide.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_includedetail TYPE /AWS1/EVBINCLUDEDETAIL /AWS1/EVBINCLUDEDETAIL

Whether EventBridge include detailed event information in the records it generates. Detailed data can be useful for troubleshooting and debugging. This information includes details of the event itself, as well as target details.

For more information, see Including detail data in event bus logs in the EventBridge User Guide.

iv_level TYPE /AWS1/EVBLEVEL /AWS1/EVBLEVEL

The level of logging detail to include. This applies to all log destinations for the event bus.

For more information, see Specifying event bus log level in the EventBridge User Guide.


Queryable Attributes

IncludeDetail

Whether EventBridge include detailed event information in the records it generates. Detailed data can be useful for troubleshooting and debugging. This information includes details of the event itself, as well as target details.

For more information, see Including detail data in event bus logs in the EventBridge User Guide.

Accessible with the following methods

Method Description
GET_INCLUDEDETAIL() Getter for INCLUDEDETAIL, with configurable default
ASK_INCLUDEDETAIL() Getter for INCLUDEDETAIL w/ exceptions if field has no value
HAS_INCLUDEDETAIL() Determine if INCLUDEDETAIL has a value

Level

The level of logging detail to include. This applies to all log destinations for the event bus.

For more information, see Specifying event bus log level in the EventBridge User Guide.

Accessible with the following methods

Method Description
GET_LEVEL() Getter for LEVEL, with configurable default
ASK_LEVEL() Getter for LEVEL w/ exceptions if field has no value
HAS_LEVEL() Determine if LEVEL has a value