This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::EventsV2::Subscriber LogConfiguration
Delivery logging configuration.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "IncludePayload" :String, "Level" :String}
YAML
IncludePayload:StringLevel:String
Properties
IncludePayload-
Whether the event payload is included in emitted log records: FULL includes it in every emitted record, and ON_ERROR_ONLY includes it only in error records. The default is ON_ERROR_ONLY.
Required: No
Type: String
Allowed values:
FULL | ON_ERROR_ONLYUpdate requires: No interruption
Level-
The minimum log level: OFF (no logging), ERROR, or INFO. Records below this level are not emitted. The default is OFF.
Required: No
Type: String
Allowed values:
OFF | ERROR | INFOUpdate requires: No interruption