@Generated(value="jsii-pacmak/1.1.0 (build df55f5e)", date="2020-04-10T14:28:19.280Z") @Stability(value=Stable) public interface EventBusAttributes extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
EventBusAttributes.Builder
A builder for
EventBusAttributes |
static class |
EventBusAttributes.Jsii$Proxy
An implementation for
EventBusAttributes |
| Modifier and Type | Method and Description |
|---|---|
static EventBusAttributes.Builder |
builder() |
String |
getEventBusArn()
The ARN of this event bus resource.
|
String |
getEventBusName()
The physical ID of this event bus resource.
|
String |
getEventBusPolicy()
The JSON policy of this event bus resource.
|
default String |
getEventSourceName()
The partner event source to associate with this event bus resource.
|
@Stability(value=Stable) @NotNull String getEventBusArn()
@Stability(value=Stable) @NotNull String getEventBusName()
@Stability(value=Stable) @NotNull String getEventBusPolicy()
@Stability(value=Stable) @Nullable default String getEventSourceName()
Default: - no partner event source
@Stability(value=Stable) static EventBusAttributes.Builder builder()
EventBusAttributes.Builder of EventBusAttributesCopyright © 2020. All rights reserved.