interface SplitStringProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Logs.CfnTransformer.SplitStringProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslogs#CfnTransformer_SplitStringProperty |
![]() | software.amazon.awscdk.services.logs.CfnTransformer.SplitStringProperty |
![]() | aws_cdk.aws_logs.CfnTransformer.SplitStringProperty |
![]() | aws-cdk-lib » aws_logs » CfnTransformer » SplitStringProperty |
Use this processor to split a field into an array of strings using a delimiting character.
For more information about this processor including examples, see splitString in the CloudWatch Logs User Guide .
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_logs as logs } from 'aws-cdk-lib';
const splitStringProperty: logs.CfnTransformer.SplitStringProperty = {
entries: [{
delimiter: 'delimiter',
source: 'source',
}],
};
Properties
Name | Type | Description |
---|---|---|
entries | IResolvable | IResolvable | Split [] | An array of SplitStringEntry objects, where each object contains the information about one field to split. |
entries
Type:
IResolvable
|
IResolvable
|
Split
[]
An array of SplitStringEntry
objects, where each object contains the information about one field to split.