Interface CfnEventIntegration.EventFilterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEventIntegration.EventFilterProperty.Jsii$Proxy
- Enclosing class:
CfnEventIntegration
@Stability(Stable)
public static interface CfnEventIntegration.EventFilterProperty
extends software.amazon.jsii.JsiiSerializable
The event integration filter.
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.appintegrations.*;
EventFilterProperty eventFilterProperty = EventFilterProperty.builder()
.source("source")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEventIntegration.EventFilterPropertystatic final classAn implementation forCfnEventIntegration.EventFilterProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSource
The source of the events.- See Also:
-
builder
-