AwsEventbridgePipeSourceFilterArgs
interface AwsEventbridgePipeSourceFilterArgs {
pattern: Input<string>;
}Filter pattern used to drop unwanted events before they reach the target.
Properties
pattern: Input<string>
JSON event pattern. Maximum length of 4096 characters.