AWS::Logs::Transformer MoveKeys
This processor moves a key from one field to another. The original key is deleted.
For more information about this processor including examples, see moveKeys in the CloudWatch Logs User Guide.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Entries" :
[ MoveKeyEntry, ... ]
}
YAML
Entries:
- MoveKeyEntry
Properties
Entries
-
An array of objects, where each object contains the information about one key to move.
Required: Yes
Type: Array of MoveKeyEntry
Minimum:
1
Maximum:
5
Update requires: No interruption