Class EventBusProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.events.targets.EventBusProps.Jsii$Proxy
- All Implemented Interfaces:
 EventBusProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 - EventBusProps
 
@Stability(Stable)
@Internal
public static final class EventBusProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EventBusProps
An implementation for 
EventBusProps- 
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.events.targets.EventBusProps
EventBusProps.Builder, EventBusProps.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(EventBusProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEventBusProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. - 
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet 
- 
Constructor Details
- 
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
 objRef- Reference to the JSII managed object.
 - 
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theEventBusProps.Builder. 
 - 
 - 
Method Details
- 
getDeadLetterQueue
Description copied from interface:EventBusPropsThe SQS queue to be used as deadLetterQueue. Check out the considerations for using a dead-letter queue.The 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
- Specified by:
 getDeadLetterQueuein interfaceEventBusProps
 - 
getRole
Description copied from interface:EventBusPropsRole to be used to publish the event.Default: a new role is created.
- Specified by:
 getRolein interfaceEventBusProps
 - 
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
 $jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
 - 
equals
 - 
hashCode
public final int hashCode() 
 -