@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.239Z") @Stability(value=Experimental) public class EventBus extends software.amazon.jsii.JsiiObject implements IRuleTarget
| Modifier and Type | Class and Description |
|---|---|
static class |
EventBus.Builder
(experimental) A fluent builder for
EventBus. |
software.amazon.jsii.JsiiObject.InitializationModeIRuleTarget.Jsii$Default, IRuleTarget.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
EventBus(IEventBus eventBus) |
|
EventBus(IEventBus eventBus,
EventBusProps props) |
protected |
EventBus(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
EventBus(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
RuleTargetConfig |
bind(IRule rule)
(experimental) Returns the rule target specification.
|
RuleTargetConfig |
bind(IRule rule,
String _id)
(experimental) Returns the rule target specification.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected EventBus(software.amazon.jsii.JsiiObjectRef objRef)
protected EventBus(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public EventBus(@NotNull
IEventBus eventBus,
@Nullable
EventBusProps props)
eventBus - This parameter is required.props - @Stability(value=Experimental)
public EventBus(@NotNull
IEventBus eventBus)
eventBus - This parameter is required.@Stability(value=Experimental) @NotNull public RuleTargetConfig bind(@NotNull IRule rule, @Nullable String _id)
NOTE: Do not use the various inputXxx options. They can be set in a call to addTarget.
bind in interface IRuleTargetrule - This parameter is required._id - @Stability(value=Experimental) @NotNull public RuleTargetConfig bind(@NotNull IRule rule)
NOTE: Do not use the various inputXxx options. They can be set in a call to addTarget.
bind in interface IRuleTargetrule - This parameter is required.Copyright © 2021. All rights reserved.