@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-12-01T18:32:38.146Z") @Stability(value=Stable) public interface EventBusProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
EventBusProps.Builder
A builder for
EventBusProps |
static class |
EventBusProps.Jsii$Proxy
An implementation for
EventBusProps |
| Modifier and Type | Method and Description |
|---|---|
static EventBusProps.Builder |
builder() |
default String |
getEventBusName()
The name of the event bus you are creating Note: If 'eventSourceName' is passed in, you cannot set this.
|
default String |
getEventSourceName()
The partner event source to associate with this event bus resource Note: If 'eventBusName' is passed in, you cannot set this.
|
@Stability(value=Stable) @Nullable default String getEventBusName()
Default: - automatically generated name
@Stability(value=Stable) @Nullable default String getEventSourceName()
Default: - no partner event source
@Stability(value=Stable) static EventBusProps.Builder builder()
EventBusProps.Builder of EventBusPropsCopyright © 2020. All rights reserved.