| Modifier and Type | Class and Description |
|---|---|
class |
EventBus
Define a CloudWatch EventBus.
|
static class |
IEventBus.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IEventBus |
EventBus.fromEventBusArn(Construct scope,
String id,
String eventBusArn)
Import an existing event bus resource.
|
static IEventBus |
EventBus.fromEventBusAttributes(Construct scope,
String id,
EventBusAttributes attrs)
Import an existing event bus resource.
|
default IEventBus |
RuleProps.getEventBus()
The event bus to associate with this rule.
|
IEventBus |
RuleProps.Jsii$Proxy.getEventBus() |
| Modifier and Type | Method and Description |
|---|---|
RuleProps.Builder |
RuleProps.Builder.eventBus(IEventBus eventBus)
Sets the value of
RuleProps.getEventBus() |
Rule.Builder |
Rule.Builder.eventBus(IEventBus eventBus)
The event bus to associate with this rule.
|
Copyright © 2020. All rights reserved.