Class SubscriptionOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sns.SubscriptionOptions.Jsii$Proxy
- All Implemented Interfaces:
SubscriptionOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SubscriptionOptions
@Stability(Stable)
@Internal
public static final class SubscriptionOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SubscriptionOptions
An implementation for
SubscriptionOptions-
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.SubscriptionOptions
SubscriptionOptions.Builder, SubscriptionOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(SubscriptionOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theSubscriptionOptions.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 StringThe subscription endpoint.final Map<String,SubscriptionFilter> The filter policy.final SubscriptionProtocolWhat type of subscription to add.final Booleantrue if raw message delivery is enabled for the subscription.final StringThe region where the topic resides, in the case of cross-region subscriptions.final StringArn of role allowing access to firehose delivery stream.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 theSubscriptionOptions.Builder.
-
-
Method Details
-
getEndpoint
Description copied from interface:SubscriptionOptionsThe subscription endpoint.The meaning of this value depends on the value for 'protocol'.
- Specified by:
getEndpointin interfaceSubscriptionOptions
-
getProtocol
Description copied from interface:SubscriptionOptionsWhat type of subscription to add.- Specified by:
getProtocolin interfaceSubscriptionOptions
-
getDeadLetterQueue
Description copied from interface:SubscriptionOptionsQueue 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 interfaceSubscriptionOptions
-
getFilterPolicy
Description copied from interface:SubscriptionOptionsThe filter policy.Default: - all messages are delivered
- Specified by:
getFilterPolicyin interfaceSubscriptionOptions
-
getRawMessageDelivery
Description copied from interface:SubscriptionOptionstrue if raw message delivery is enabled for the subscription.Raw messages are free of JSON formatting and can be sent to HTTP/S and Amazon SQS endpoints. For more information, see GetSubscriptionAttributes in the Amazon Simple Notification Service API Reference.
Default: false
- Specified by:
getRawMessageDeliveryin interfaceSubscriptionOptions
-
getRegion
Description copied from interface:SubscriptionOptionsThe region where the topic resides, in the case of cross-region subscriptions.Default: - the region where the CloudFormation stack is being deployed.
- Specified by:
getRegionin interfaceSubscriptionOptions
-
getSubscriptionRoleArn
Description copied from interface:SubscriptionOptionsArn of role allowing access to firehose delivery stream.Required for a firehose subscription protocol.
Default: - No subscription role is provided
- Specified by:
getSubscriptionRoleArnin interfaceSubscriptionOptions
-
$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()
-