Class SqsSubscriptionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sns.subscriptions.SqsSubscriptionProps.Jsii$Proxy
- All Implemented Interfaces:
SqsSubscriptionProps,SubscriptionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SqsSubscriptionProps
@Stability(Stable)
@Internal
public static final class SqsSubscriptionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SqsSubscriptionProps
An implementation for
SqsSubscriptionProps-
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.sns.subscriptions.SqsSubscriptionProps
SqsSubscriptionProps.Builder, SqsSubscriptionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(SqsSubscriptionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theSqsSubscriptionProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal IQueueQueue to be used as dead letter queue.final Map<String, SubscriptionFilter> The filter policy.final Map<String, FilterOrPolicy> The filter policy that is applied on the message body.final BooleanThe message to the queue is the same as it was sent to the topic.final inthashCode()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 theSqsSubscriptionProps.Builder.
-
-
Method Details
-
getRawMessageDelivery
Description copied from interface:SqsSubscriptionPropsThe 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:
getRawMessageDeliveryin interfaceSqsSubscriptionProps
-
getDeadLetterQueue
Description copied from interface:SubscriptionPropsQueue to be used as dead letter queue.If not passed no dead letter queue is enabled.
Default: - No dead letter queue enabled.
- Specified by:
getDeadLetterQueuein interfaceSubscriptionProps
-
getFilterPolicy
Description copied from interface:SubscriptionPropsThe filter policy.Default: - all messages are delivered
- Specified by:
getFilterPolicyin interfaceSubscriptionProps
-
getFilterPolicyWithMessageBody
Description copied from interface:SubscriptionPropsThe filter policy that is applied on the message body.To apply a filter policy to the message attributes, use
filterPolicy. A maximum of one offilterPolicyWithMessageBodyandfilterPolicymay be used.Default: - all messages are delivered
- Specified by:
getFilterPolicyWithMessageBodyin interfaceSubscriptionProps
-
$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()
-