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

.NET
Go
Java
Python
TypeScript