@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.304Z") @Stability(value=Stable) public interface EventBusAttributes extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.events.*;
EventBusAttributes eventBusAttributes = EventBusAttributes.builder()
.eventBusArn("eventBusArn")
.eventBusName("eventBusName")
.eventBusPolicy("eventBusPolicy")
// the properties below are optional
.eventSourceName("eventSourceName")
.build();
| 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 © 2022. All rights reserved.