Interface CfnDataSourcePropsMixin.EventBridgeConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDataSourcePropsMixin.EventBridgeConfigProperty.Jsii$Proxy
Enclosing class:
CfnDataSourcePropsMixin

@Stability(Stable) public static interface CfnDataSourcePropsMixin.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.cfnpropertymixins.services.appsync.*;
 EventBridgeConfigProperty eventBridgeConfigProperty = EventBridgeConfigProperty.builder()
         .eventBusArn("eventBusArn")
         .build();
 

See Also: