Module: AWSCDK::Events::IncludeDetail

Defined in:
events/include_detail.rb

Overview

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.

Constant Summary collapse

FULL =
Deprecated.
Note:

Default:

FULL: Include all details related to event itself and the request EventBridge sends to the target.

Detailed data can be useful for troubleshooting and debugging.

Jsii::Enum.new("aws-cdk-lib.aws_events.IncludeDetail", "FULL")
NONE =
Deprecated.
Note:

Default:

NONE: Does not include any details.

Jsii::Enum.new("aws-cdk-lib.aws_events.IncludeDetail", "NONE")