aws-cdk-lib.aws_appsync.CfnDataSource.EventBridgeConfigProperty

interface EventBridgeConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.AppSync.CfnDataSource.EventBridgeConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappsync#CfnDataSource_EventBridgeConfigProperty
Javasoftware.amazon.awscdk.services.appsync.CfnDataSource.EventBridgeConfigProperty
Pythonaws_cdk.aws_appsync.CfnDataSource.EventBridgeConfigProperty
TypeScript aws-cdk-lib » aws_appsync » CfnDataSource » EventBridgeConfigProperty

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 { aws_appsync as appsync } from 'aws-cdk-lib';
const eventBridgeConfigProperty: appsync.CfnDataSource.EventBridgeConfigProperty = {
  eventBusArn: 'eventBusArn',
};

Properties

NameTypeDescription
eventBusArnstringThe event bus pipeline's ARN.

eventBusArn

Type: string

The event bus pipeline's ARN.

For more information about event buses, see EventBridge event buses .