@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.548Z") @Stability(value=Experimental) public class EventBridgeDestination extends software.amazon.jsii.JsiiObject implements IDestination
If no event bus is specified, the default event bus is used.
software.amazon.jsii.JsiiObject.InitializationMode
IDestination.Jsii$Default, IDestination.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
|
EventBridgeDestination()
Default: - use the default event bus
|
|
EventBridgeDestination(IEventBus eventBus)
Default: - use the default event bus
|
protected |
EventBridgeDestination(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
EventBridgeDestination(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
DestinationConfig |
bind(software.constructs.Construct _scope,
IFunction fn)
(experimental) Returns a destination configuration.
|
DestinationConfig |
bind(software.constructs.Construct _scope,
IFunction fn,
DestinationOptions _options)
(experimental) Returns a destination configuration.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected EventBridgeDestination(software.amazon.jsii.JsiiObjectRef objRef)
protected EventBridgeDestination(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) public EventBridgeDestination(@Nullable IEventBus eventBus)
eventBus
- @Stability(value=Experimental) public EventBridgeDestination()
@Stability(value=Experimental) @NotNull public DestinationConfig bind(@NotNull software.constructs.Construct _scope, @NotNull IFunction fn, @Nullable DestinationOptions _options)
bind
in interface IDestination
_scope
- This parameter is required.fn
- This parameter is required._options
- @Stability(value=Experimental) @NotNull public DestinationConfig bind(@NotNull software.constructs.Construct _scope, @NotNull IFunction fn)
bind
in interface IDestination
_scope
- This parameter is required.fn
- This parameter is required.Copyright © 2021. All rights reserved.