Interface CfnPipe.FilterProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPipe.FilterProperty.Jsii$Proxy
Enclosing class:
CfnPipe

@Stability(Stable) public static interface CfnPipe.FilterProperty extends software.amazon.jsii.JsiiSerializable
Filter events using an event pattern.

For more information, see Events and Event Patterns in the Amazon EventBridge User Guide .

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.pipes.*;
 FilterProperty filterProperty = FilterProperty.builder()
         .pattern("pattern")
         .build();