AWS::Logs::Transformer SubstituteString - AWS CloudFormation

AWS::Logs::Transformer SubstituteString

This processor matches a key’s value against a regular expression and replaces all matches with a replacement string.

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

Syntax

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

JSON

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

Properties

Entries

An array of objects, where each object contains the information about one key to match and replace.

Required: Yes

Type: Array of SubstituteStringEntry

Minimum: 1

Maximum: 10

Update requires: No interruption