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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPipe.FilterProperty
static final class
An implementation forCfnPipe.FilterProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPattern
The event pattern. -
builder
- Returns:
- a
CfnPipe.FilterProperty.Builder
ofCfnPipe.FilterProperty
-