@Generated(value="jsii-pacmak/1.1.0 (build df55f5e)", date="2020-04-10T14:28:19.280Z") @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.