View a markdown version of this page

AWS::EventsV2::Subscriber LogConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: 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