public static final class ReceiptRuleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ReceiptRuleProps
ReceiptRuleProps
ReceiptRuleProps.Builder, ReceiptRuleProps.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) |
java.util.List<IReceiptRuleAction> |
getActions()
An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.
|
IReceiptRule |
getAfter()
An existing rule after which the new rule will be placed.
|
java.lang.Boolean |
getEnabled()
Whether the rule is active.
|
java.lang.String |
getReceiptRuleName()
The name for the rule.
|
java.util.List<java.lang.String> |
getRecipients()
The recipient domains and email addresses that the receipt rule applies to.
|
IReceiptRuleSet |
getRuleSet()
The name of the rule set that the receipt rule will be added to.
|
java.lang.Boolean |
getScanEnabled()
Whether to scan for spam and viruses.
|
TlsPolicy |
getTlsPolicy()
Whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS).
|
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 IReceiptRuleSet getRuleSet()
ReceiptRuleProps
getRuleSet
in interface ReceiptRuleProps
public final java.util.List<IReceiptRuleAction> getActions()
ReceiptRuleOptions
Default: - No actions.
getActions
in interface ReceiptRuleOptions
public final IReceiptRule getAfter()
ReceiptRuleOptions
Default: - The new rule is inserted at the beginning of the rule list.
getAfter
in interface ReceiptRuleOptions
public final java.lang.Boolean getEnabled()
ReceiptRuleOptions
Default: true
getEnabled
in interface ReceiptRuleOptions
public final java.lang.String getReceiptRuleName()
ReceiptRuleOptions
Default: - A CloudFormation generated name.
getReceiptRuleName
in interface ReceiptRuleOptions
public final java.util.List<java.lang.String> getRecipients()
ReceiptRuleOptions
Default: - Match all recipients under all verified domains.
getRecipients
in interface ReceiptRuleOptions
public final java.lang.Boolean getScanEnabled()
ReceiptRuleOptions
Default: false
getScanEnabled
in interface ReceiptRuleOptions
public final TlsPolicy getTlsPolicy()
ReceiptRuleOptions
Default: - Optional which will not check for TLS.
getTlsPolicy
in interface ReceiptRuleOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()