enum StringMutatorType
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Logs.StringMutatorType |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslogs#StringMutatorType |
![]() | software.amazon.awscdk.services.logs.StringMutatorType |
![]() | aws_cdk.aws_logs.StringMutatorType |
![]() | aws-cdk-lib » aws_logs » StringMutatorType |
Types of string mutation operations.
Defines various operations that can be performed to modify string values in log events.
Members
Name | Description |
---|---|
LOWER_CASE | Convert strings to lowercase. |
UPPER_CASE | Convert strings to uppercase. |
TRIM | Trim whitespace from strings. |
SPLIT | Split strings by delimiter. |
SUBSTITUTE | Replace substrings in strings. |
LOWER_CASE
Convert strings to lowercase.
UPPER_CASE
Convert strings to uppercase.
TRIM
Trim whitespace from strings.
SPLIT
Split strings by delimiter.
SUBSTITUTE
Replace substrings in strings.