This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Events::EventBus LogConfig
The logging configuration settings for the event bus.
For more information, see Configuring logs for event buses in the EventBridge User Guide.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "IncludeDetail" :
String
, "Level" :String
}
YAML
IncludeDetail:
String
Level:String
Properties
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.
Required: No
Type: String
Allowed values:
FULL | NONE
Update requires: No interruption
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.
Required: No
Type: String
Allowed values:
INFO | ERROR | TRACE | OFF
Update requires: No interruption