Class AppSyncEventBridgeDataSource

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
All Implemented Interfaces:
IGrantable, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-09-02T11:25:26.348Z") @Stability(Stable) public class AppSyncEventBridgeDataSource extends AppSyncBackedDataSource
An AppSync datasource backed by EventBridge.

Example:

 import software.amazon.awscdk.services.events.*;
 EventApi api = EventApi.Builder.create(this, "EventApiEventBridge")
         .apiName("EventBridgeEventApi")
         .build();
 EventBus eventBus = new EventBus(this, "test-bus");
 AppSyncEventBridgeDataSource dataSource = api.addEventBridgeDataSource("eventbridgeds", eventBus);
 
  • Constructor Details

    • AppSyncEventBridgeDataSource

      protected AppSyncEventBridgeDataSource(software.amazon.jsii.JsiiObjectRef objRef)
    • AppSyncEventBridgeDataSource

      protected AppSyncEventBridgeDataSource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • AppSyncEventBridgeDataSource

      @Stability(Stable) public AppSyncEventBridgeDataSource(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull AppSyncEventBridgeDataSourceProps props)
      Parameters:
      scope - This parameter is required.
      id - This parameter is required.
      props - This parameter is required.