@Stability(value=Stable) @Internal public static final class ReceiptRuleOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ReceiptRuleOptions
ReceiptRuleOptionssoftware.amazon.jsii.JsiiObject.InitializationModeReceiptRuleOptions.Builder, ReceiptRuleOptions.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.
|
protected |
Jsii$Proxy(ReceiptRuleOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ReceiptRuleOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
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.
|
Boolean |
getEnabled()
Whether the rule is active.
|
String |
getReceiptRuleName()
The name for the rule.
|
List<String> |
getRecipients()
The recipient domains and email addresses that the receipt rule applies to.
|
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() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(ReceiptRuleOptions.Builder builder)
ReceiptRuleOptions.Builder.public final List<IReceiptRuleAction> getActions()
ReceiptRuleOptionsDefault: - No actions.
getActions in interface ReceiptRuleOptionspublic final IReceiptRule getAfter()
ReceiptRuleOptionsDefault: - The new rule is inserted at the beginning of the rule list.
getAfter in interface ReceiptRuleOptionspublic final Boolean getEnabled()
ReceiptRuleOptionsDefault: true
getEnabled in interface ReceiptRuleOptionspublic final String getReceiptRuleName()
ReceiptRuleOptionsDefault: - A CloudFormation generated name.
getReceiptRuleName in interface ReceiptRuleOptionspublic final List<String> getRecipients()
ReceiptRuleOptionsDefault: - Match all recipients under all verified domains.
getRecipients in interface ReceiptRuleOptionspublic final Boolean getScanEnabled()
ReceiptRuleOptionsDefault: false
getScanEnabled in interface ReceiptRuleOptionspublic final TlsPolicy getTlsPolicy()
ReceiptRuleOptionsDefault: - Optional which will not check for TLS.
getTlsPolicy in interface ReceiptRuleOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.