| Package | Description |
|---|---|
| software.amazon.awscdk.services.events |
Amazon EventBridge Construct Library
|
| software.amazon.awscdk.services.events.targets |
Event Targets for Amazon EventBridge
|
| software.amazon.awscdk.services.lambda.destinations |
Amazon Lambda Destinations Library
|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IEventBus.Jsii$Default
Internal default implementation for
IEventBus. |
| Modifier and Type | Class and Description |
|---|---|
class |
EventBus
Define an EventBridge 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(software.constructs.Construct scope,
String id,
String eventBusArn)
Import an existing event bus resource.
|
static IEventBus |
EventBus.fromEventBusAttributes(software.constructs.Construct scope,
String id,
EventBusAttributes attrs)
Import an existing event bus resource.
|
static IEventBus |
EventBus.fromEventBusName(software.constructs.Construct scope,
String id,
String eventBusName)
Import an existing event bus resource.
|
default IEventBus |
RuleProps.getEventBus()
The event bus to associate with this rule.
|
IEventBus |
RuleProps.Jsii$Proxy.getEventBus() |
IEventBus |
ArchiveProps.getSourceEventBus()
The event source associated with the archive.
|
IEventBus |
ArchiveProps.Jsii$Proxy.getSourceEventBus() |
| Modifier and Type | Method and Description |
|---|---|
Rule.Builder |
Rule.Builder.eventBus(IEventBus eventBus)
The event bus to associate with this rule.
|
RuleProps.Builder |
RuleProps.Builder.eventBus(IEventBus eventBus)
Sets the value of
RuleProps.getEventBus() |
Archive.Builder |
Archive.Builder.sourceEventBus(IEventBus sourceEventBus)
The event source associated with the archive.
|
ArchiveProps.Builder |
ArchiveProps.Builder.sourceEventBus(IEventBus sourceEventBus)
Sets the value of
ArchiveProps.getSourceEventBus() |
| Modifier and Type | Method and Description |
|---|---|
static EventBus.Builder |
EventBus.Builder.create(IEventBus eventBus) |
| Constructor and Description |
|---|
EventBus(IEventBus eventBus) |
EventBus(IEventBus eventBus,
EventBusProps props) |
| Constructor and Description |
|---|
EventBridgeDestination(IEventBus eventBus)
Default: - use the default event bus
|
| Modifier and Type | Method and Description |
|---|---|
default IEventBus |
EventBridgePutEventsEntry.getEventBus()
The event bus the entry will be sent to.
|
IEventBus |
EventBridgePutEventsEntry.Jsii$Proxy.getEventBus() |
| Modifier and Type | Method and Description |
|---|---|
EventBridgePutEventsEntry.Builder |
EventBridgePutEventsEntry.Builder.eventBus(IEventBus eventBus)
Sets the value of
EventBridgePutEventsEntry.getEventBus() |
Copyright © 2022. All rights reserved.