@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:15.845Z") @Stability(value=Stable) public interface CfnEventIntegrationProps 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.*;
CfnEventIntegrationProps cfnEventIntegrationProps = CfnEventIntegrationProps.builder()
.eventBridgeBus("eventBridgeBus")
.eventFilter(EventFilterProperty.builder()
.source("source")
.build())
.name("name")
// the properties below are optional
.description("description")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEventIntegrationProps.Builder
A builder for
CfnEventIntegrationProps |
static class |
CfnEventIntegrationProps.Jsii$Proxy
An implementation for
CfnEventIntegrationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnEventIntegrationProps.Builder |
builder() |
default String |
getDescription()
`AWS::AppIntegrations::EventIntegration.Description`.
|
String |
getEventBridgeBus()
`AWS::AppIntegrations::EventIntegration.EventBridgeBus`.
|
Object |
getEventFilter()
`AWS::AppIntegrations::EventIntegration.EventFilter`.
|
String |
getName()
`AWS::AppIntegrations::EventIntegration.Name`.
|
default List<CfnTag> |
getTags()
`AWS::AppIntegrations::EventIntegration.Tags`.
|
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @NotNull String getEventBridgeBus()
@Stability(value=Stable) @NotNull Object getEventFilter()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnEventIntegrationProps.Builder builder()
CfnEventIntegrationProps.Builder of CfnEventIntegrationPropsCopyright © 2021. All rights reserved.