AWS::Logs::Transformer SubstituteString - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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