Class SubscriptionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sns.SubscriptionProps.Jsii$Proxy
- All Implemented Interfaces:
SubscriptionOptions
,SubscriptionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SubscriptionProps
@Stability(Stable)
@Internal
public static final class SubscriptionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SubscriptionProps
An implementation for
SubscriptionProps
-
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.SubscriptionProps
SubscriptionProps.Builder, SubscriptionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(SubscriptionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theSubscriptionProps.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 String
The subscription endpoint.final Map<String,
SubscriptionFilter> The filter policy.final SubscriptionProtocol
What type of subscription to add.final Boolean
true if raw message delivery is enabled for the subscription.final String
The region where the topic resides, in the case of cross-region subscriptions.final String
Arn of role allowing access to firehose delivery stream.final ITopic
getTopic()
The topic to subscribe to.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 theSubscriptionProps.Builder
.
-
-
Method Details
-
getTopic
Description copied from interface:SubscriptionProps
The topic to subscribe to.- Specified by:
getTopic
in interfaceSubscriptionProps
-
getEndpoint
Description copied from interface:SubscriptionOptions
The subscription endpoint.The meaning of this value depends on the value for 'protocol'.
- Specified by:
getEndpoint
in interfaceSubscriptionOptions
-
getProtocol
Description copied from interface:SubscriptionOptions
What type of subscription to add.- Specified by:
getProtocol
in interfaceSubscriptionOptions
-
getDeadLetterQueue
Description copied from interface:SubscriptionOptions
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 interfaceSubscriptionOptions
-
getFilterPolicy
Description copied from interface:SubscriptionOptions
The filter policy.Default: - all messages are delivered
- Specified by:
getFilterPolicy
in interfaceSubscriptionOptions
-
getRawMessageDelivery
Description copied from interface:SubscriptionOptions
true 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:
getRawMessageDelivery
in interfaceSubscriptionOptions
-
getRegion
Description copied from interface:SubscriptionOptions
The region where the topic resides, in the case of cross-region subscriptions.Default: - the region where the CloudFormation stack is being deployed.
- Specified by:
getRegion
in interfaceSubscriptionOptions
-
getSubscriptionRoleArn
Description copied from interface:SubscriptionOptions
Arn of role allowing access to firehose delivery stream.Required for a firehose subscription protocol.
Default: - No subscription role is provided
- Specified by:
getSubscriptionRoleArn
in interfaceSubscriptionOptions
-
$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()
-