@Stability(value=Stable) @Internal public static final class EventBusProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EventBusProps
EventBusPropssoftware.amazon.jsii.JsiiObject.InitializationModeEventBusProps.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) |
IQueue |
getDeadLetterQueue()
The SQS queue to be used as deadLetterQueue.
|
IRole |
getRole()
Role to be used to publish the event.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(EventBusProps.Builder builder)
EventBusProps.Builder.public final IQueue getDeadLetterQueue()
EventBusPropsThe events not successfully delivered are automatically retried for a specified period of time, depending on the retry policy of the target. If an event is not delivered before all retry attempts are exhausted, it will be sent to the dead letter queue.
Default: - no dead-letter queue
getDeadLetterQueue in interface EventBusPropspublic final IRole getRole()
EventBusPropsDefault: a new role is created.
getRole in interface EventBusProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.