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

See Also: