@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.228Z") @Stability(value=Experimental) 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()
(experimental) The name of the event bus you are creating Note: If 'eventSourceName' is passed in, you cannot set this.
|
default String |
getEventSourceName()
(experimental) The partner event source to associate with this event bus resource Note: If 'eventBusName' is passed in, you cannot set this.
|
@Stability(value=Experimental) @Nullable default String getEventBusName()
Default: - automatically generated name
@Stability(value=Experimental) @Nullable default String getEventSourceName()
Default: - no partner event source
@Stability(value=Experimental) static EventBusProps.Builder builder()
EventBusProps.Builder of EventBusPropsCopyright © 2021. All rights reserved.