| Package | Description |
|---|---|
| software.amazon.awscdk.services.events |
Amazon EventBridge Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnEventBus.Builder |
CfnEventBus.Builder.create(software.constructs.Construct scope,
String id) |
CfnEventBus.Builder |
CfnEventBus.Builder.eventSourceName(String eventSourceName)
If you are creating a partner event bus, this specifies the partner event source that the new event bus will be matched with.
|
CfnEventBus.Builder |
CfnEventBus.Builder.name(String name)
The name of the new event bus.
|
CfnEventBus.Builder |
CfnEventBus.Builder.tags(List<? extends CfnEventBus.TagEntryProperty> tags)
Tags to associate with the event bus.
|
Copyright © 2022. All rights reserved.