public static final class SqsSubscriptionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SqsSubscriptionProps
SqsSubscriptionProps
SqsSubscriptionProps.Builder, SqsSubscriptionProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
IQueue |
getDeadLetterQueue()
Queue to be used as dead letter queue.
|
java.util.Map<java.lang.String,SubscriptionFilter> |
getFilterPolicy()
The filter policy.
|
java.lang.Boolean |
getRawMessageDelivery()
The message to the queue is the same as it was sent to the topic.
|
int |
hashCode() |
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.public final java.lang.Boolean getRawMessageDelivery()
SqsSubscriptionProps
If false, the message will be wrapped in an SNS envelope.
Default: false
getRawMessageDelivery
in interface SqsSubscriptionProps
public final IQueue getDeadLetterQueue()
SubscriptionProps
If not passed no dead letter queue is enabled.
Default: - No dead letter queue enabled.
getDeadLetterQueue
in interface SubscriptionProps
public final java.util.Map<java.lang.String,SubscriptionFilter> getFilterPolicy()
SubscriptionProps
Default: - all messages are delivered
getFilterPolicy
in interface SubscriptionProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()