@Stability(value=Stable)
public static interface CfnEventIntegration.EventFilterProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getSource()
The source of the events.
|
@Stability(value=Stable) @NotNull String getSource()
@Stability(value=Stable) static CfnEventIntegration.EventFilterProperty.Builder builder()
Copyright © 2022. All rights reserved.