AWS::Logs::Transformer CopyValue - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::Logs::Transformer CopyValue

This processor copies values within a log event. You can also use this processor to add metadata to log events by copying the values of the following metadata keys into the log events: @logGroupName, @logGroupStream, @accountId, @regionName.

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

Syntax

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

JSON

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

Properties

Entries

An array of CopyValueEntry objects, where each object contains the information about one field value to copy.

Required: Yes

Type: Array of CopyValueEntry

Minimum: 1

Maximum: 5

Update requires: No interruption