@Stability(value=Stable) @Internal public static final class EventBusProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EventBusProps
EventBusProps
software.amazon.jsii.JsiiObject.InitializationMode
EventBusProps.Builder, EventBusProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(EventBusProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
EventBusProps.Builder . |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getEventBusName()
The name of the event bus you are creating Note: If 'eventSourceName' is passed in, you cannot set this.
|
String |
getEventSourceName()
The partner event source to associate with this event bus resource Note: If 'eventBusName' is passed in, you cannot set this.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(EventBusProps.Builder builder)
EventBusProps.Builder
.public final String getEventBusName()
EventBusProps
Default: - automatically generated name
getEventBusName
in interface EventBusProps
public final String getEventSourceName()
EventBusProps
Default: - no partner event source
getEventSourceName
in interface EventBusProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2022. All rights reserved.