View a markdown version of this page

AWS::EventsV2::Subscriber LogConfiguration - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::EventsV2::Subscriber LogConfiguration

Delivery logging configuration.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "IncludePayload" : String, "Level" : String }

YAML

IncludePayload: String Level: 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_ONLY

Update 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 | INFO

Update requires: No interruption