Interface CfnDataSource.EventBridgeConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSource.EventBridgeConfigProperty.Jsii$Proxy
- Enclosing class:
CfnDataSource
@Stability(Stable)
public static interface CfnDataSource.EventBridgeConfigProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.appsync.*; EventBridgeConfigProperty eventBridgeConfigProperty = EventBridgeConfigProperty.builder() .eventBusArn("eventBusArn") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDataSource.EventBridgeConfigProperty
static final class
An implementation forCfnDataSource.EventBridgeConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEventBusArn
The event bus pipeline's ARN.For more information about event buses, see EventBridge event buses .
-
builder
-