Interface CfnDataSourcePropsMixin.EventBridgeConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSourcePropsMixin.EventBridgeConfigProperty.Jsii$Proxy
- Enclosing class:
CfnDataSourcePropsMixin
@Stability(Stable)
public static interface CfnDataSourcePropsMixin.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.cfnpropertymixins.services.appsync.*;
EventBridgeConfigProperty eventBridgeConfigProperty = EventBridgeConfigProperty.builder()
.eventBusArn("eventBusArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSourcePropsMixin.EventBridgeConfigPropertystatic final classAn implementation forCfnDataSourcePropsMixin.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 .
Returns union: either
StringorIEventBusRef- See Also:
-
builder
-