public static interface CfnEventIntegration.EventFilterProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnEventIntegration.EventFilterProperty.Builder
A builder for
CfnEventIntegration.EventFilterProperty |
static class |
CfnEventIntegration.EventFilterProperty.Jsii$Proxy
An implementation for
CfnEventIntegration.EventFilterProperty |
Modifier and Type | Method and Description |
---|---|
static CfnEventIntegration.EventFilterProperty.Builder |
builder() |
java.lang.String |
getSource()
The source of the events.
|
java.lang.String getSource()
static CfnEventIntegration.EventFilterProperty.Builder builder()