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();