@Stability(value=Stable) @Internal public static final class UrlSubscriptionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements UrlSubscriptionProps
UrlSubscriptionPropssoftware.amazon.jsii.JsiiObject.InitializationModeUrlSubscriptionProps.Builder, UrlSubscriptionProps.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.
|
protected |
Jsii$Proxy(UrlSubscriptionProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
UrlSubscriptionProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
IQueue |
getDeadLetterQueue()
Queue to be used as dead letter queue.
|
Map<String,SubscriptionFilter> |
getFilterPolicy()
The filter policy.
|
SubscriptionProtocol |
getProtocol()
The subscription's protocol.
|
Boolean |
getRawMessageDelivery()
The message to the queue is the same as it was sent to the topic.
|
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(UrlSubscriptionProps.Builder builder)
UrlSubscriptionProps.Builder.public final SubscriptionProtocol getProtocol()
UrlSubscriptionPropsDefault: - Protocol is derived from url
getProtocol in interface UrlSubscriptionPropspublic final Boolean getRawMessageDelivery()
UrlSubscriptionPropsIf false, the message will be wrapped in an SNS envelope.
Default: false
getRawMessageDelivery in interface UrlSubscriptionPropspublic final IQueue getDeadLetterQueue()
SubscriptionPropsIf not passed no dead letter queue is enabled.
Default: - No dead letter queue enabled.
getDeadLetterQueue in interface SubscriptionPropspublic final Map<String,SubscriptionFilter> getFilterPolicy()
SubscriptionPropsDefault: - all messages are delivered
getFilterPolicy in interface SubscriptionProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.