Class UrlSubscriptionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sns.subscriptions.UrlSubscriptionProps.Jsii$Proxy
- All Implemented Interfaces:
SubscriptionProps
,UrlSubscriptionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
UrlSubscriptionProps
@Stability(Stable)
@Internal
public static final class UrlSubscriptionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements UrlSubscriptionProps
An implementation for
UrlSubscriptionProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sns.subscriptions.UrlSubscriptionProps
UrlSubscriptionProps.Builder, UrlSubscriptionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(UrlSubscriptionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theUrlSubscriptionProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final IQueue
Queue to be used as dead letter queue.final Map<String,
SubscriptionFilter> The filter policy.final SubscriptionProtocol
The subscription's protocol.final Boolean
The message to the queue is the same as it was sent to the topic.final int
hashCode()
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 theUrlSubscriptionProps.Builder
.
-
-
Method Details
-
getProtocol
Description copied from interface:UrlSubscriptionProps
The subscription's protocol.Default: - Protocol is derived from url
- Specified by:
getProtocol
in interfaceUrlSubscriptionProps
-
getRawMessageDelivery
Description copied from interface:UrlSubscriptionProps
The message to the queue is the same as it was sent to the topic.If false, the message will be wrapped in an SNS envelope.
Default: false
- Specified by:
getRawMessageDelivery
in interfaceUrlSubscriptionProps
-
getDeadLetterQueue
Description copied from interface:SubscriptionProps
Queue to be used as dead letter queue.If not passed no dead letter queue is enabled.
Default: - No dead letter queue enabled.
- Specified by:
getDeadLetterQueue
in interfaceSubscriptionProps
-
getFilterPolicy
Description copied from interface:SubscriptionProps
The filter policy.Default: - all messages are delivered
- Specified by:
getFilterPolicy
in interfaceSubscriptionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-