AWS::Lambda::EventSourceMapping SchemaValidationConfig - AWS CloudFormation

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::Lambda::EventSourceMapping SchemaValidationConfig

Specific schema validation configuration settings that tell Lambda the message attributes you want to validate and filter using your schema registry.

Syntax

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

JSON

{ "Attribute" : String }

YAML

Attribute: String

Properties

Attribute

The attributes you want your schema registry to validate and filter for. If you selected JSON as the EventRecordFormat, Lambda also deserializes the selected message attributes.

Required: No

Type: String

Allowed values: KEY | VALUE

Update requires: No interruption