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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPipe.FilterPropertystatic final classAn implementation forCfnPipe.FilterProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPattern
The event pattern.- See Also:
-
builder
- Returns:
- a
CfnPipe.FilterProperty.BuilderofCfnPipe.FilterProperty
-