interface EventBridgeConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AppSync.Mixins.CfnDataSourcePropsMixin.EventBridgeConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsappsync/mixins#CfnDataSourcePropsMixin_EventBridgeConfigProperty |
Java | software.amazon.awscdk.mixins.preview.services.appsync.mixins.CfnDataSourcePropsMixin.EventBridgeConfigProperty |
Python | aws_cdk.mixins_preview.aws_appsync.mixins.CfnDataSourcePropsMixin.EventBridgeConfigProperty |
TypeScript | @aws-cdk/mixins-preview » aws_appsync » mixins » CfnDataSourcePropsMixin » 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 { mixins as appsync_mixins } from '@aws-cdk/mixins-preview/aws-appsync';
const eventBridgeConfigProperty: appsync_mixins.CfnDataSourcePropsMixin.EventBridgeConfigProperty = {
eventBusArn: 'eventBusArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| event | string | The event bus pipeline's ARN. |
eventBusArn?
Type:
string
(optional)
The event bus pipeline's ARN.
For more information about event buses, see EventBridge event buses .

.NET
Go
Java
Python
TypeScript