AWS::Logs::Transformer RenameKeys - AWS CloudFormation

AWS::Logs::Transformer RenameKeys

Use this processor to rename keys in a log event.

For more information about this processor including examples, see renameKeys in the CloudWatch Logs User Guide.

Syntax

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

JSON

{ "Entries" : [ RenameKeyEntry, ... ] }

Properties

Entries

An array of RenameKeyEntry objects, where each object contains the information about a single key to rename.

Required: Yes

Type: Array of RenameKeyEntry

Minimum: 1

Maximum: 5

Update requires: No interruption