StringMutatorType
- class aws_cdk.aws_logs.StringMutatorType(*values)
Bases:
EnumTypes of string mutation operations.
Defines various operations that can be performed to modify string values in log events.
Attributes
- LOWER_CASE
Convert strings to lowercase.
- SPLIT
Split strings by delimiter.
- SUBSTITUTE
Replace substrings in strings.
- TRIM
Trim whitespace from strings.
- UPPER_CASE
Convert strings to uppercase.