Interface CfnDataSource.IEventBridgeConfigProperty
The data source.
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDataSource.IEventBridgeConfigProperty
Syntax (vb)
Public Interface CfnDataSource.IEventBridgeConfigProperty
Remarks
This can be an API destination, resource, or AWS service.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppSync;
var eventBridgeConfigProperty = new EventBridgeConfigProperty {
EventBusArn = "eventBusArn"
};
Synopsis
Properties
| EventBusArn | The event bus pipeline's ARN. |
Properties
EventBusArn
The event bus pipeline's ARN.
string EventBusArn { get; }
Property Value
Remarks
For more information about event buses, see EventBridge event buses .