public static final class EmailSubscriptionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EmailSubscriptionProps
EmailSubscriptionProps
EmailSubscriptionProps.Builder, EmailSubscriptionProps.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
IQueue |
getDeadLetterQueue()
Queue to be used as dead letter queue.
|
java.util.Map<java.lang.String,SubscriptionFilter> |
getFilterPolicy()
The filter policy.
|
java.lang.Boolean |
getJson()
Indicates if the full notification JSON should be sent to the email address or just the message text.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Boolean getJson()
EmailSubscriptionProps
Default: false (Message text)
getJson
in interface EmailSubscriptionProps
public final IQueue getDeadLetterQueue()
SubscriptionProps
If not passed no dead letter queue is enabled.
Default: - No dead letter queue enabled.
getDeadLetterQueue
in interface SubscriptionProps
public final java.util.Map<java.lang.String,SubscriptionFilter> getFilterPolicy()
SubscriptionProps
Default: - all messages are delivered
getFilterPolicy
in interface SubscriptionProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()