Show / Hide Table of Contents

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-eventbridgeconfig.html

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

string

Remarks

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-eventbridgeconfig.html#cfn-appsync-datasource-eventbridgeconfig-eventbusarn

Back to top Generated by DocFX