Interface CfnDataSource.EventBridgeConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSource.EventBridgeConfigProperty.Jsii$Proxy
- Enclosing class:
- CfnDataSource
@Stability(Stable)
public static interface CfnDataSource.EventBridgeConfigProperty
extends software.amazon.jsii.JsiiSerializable
The data source.
This can be an API destination, resource, or AWS service.
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.appsync.*;
EventBridgeConfigProperty eventBridgeConfigProperty = EventBridgeConfigProperty.builder()
.eventBusArn("eventBusArn")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSource.EventBridgeConfigPropertystatic final classAn implementation forCfnDataSource.EventBridgeConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEventBusArn
The event bus pipeline's ARN.For more information about event buses, see EventBridge event buses .
-
builder
-