@Stability(value=Experimental) @Internal public static final class ReceiptRuleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ReceiptRuleProps
ReceiptRulePropssoftware.amazon.jsii.JsiiObject.InitializationModeReceiptRuleProps.Builder, ReceiptRuleProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IReceiptRuleSet ruleSet,
List<? extends IReceiptRuleAction> actions,
IReceiptRule after,
Boolean enabled,
String receiptRuleName,
List<String> recipients,
Boolean scanEnabled,
TlsPolicy tlsPolicy)
Constructor that initializes the object based on literal property values passed by the
ReceiptRuleProps.Builder. |
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(Object o) |
List<IReceiptRuleAction> |
getActions()
(experimental) 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()
(experimental) An existing rule after which the new rule will be placed.
|
Boolean |
getEnabled()
(experimental) Whether the rule is active.
|
String |
getReceiptRuleName()
(experimental) The name for the rule.
|
List<String> |
getRecipients()
(experimental) The recipient domains and email addresses that the receipt rule applies to.
|
IReceiptRuleSet |
getRuleSet()
(experimental) The name of the rule set that the receipt rule will be added to.
|
Boolean |
getScanEnabled()
(experimental) Whether to scan for spam and viruses.
|
TlsPolicy |
getTlsPolicy()
(experimental) 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(IReceiptRuleSet ruleSet, List<? extends IReceiptRuleAction> actions, IReceiptRule after, Boolean enabled, String receiptRuleName, List<String> recipients, Boolean scanEnabled, TlsPolicy tlsPolicy)
ReceiptRuleProps.Builder.public final IReceiptRuleSet getRuleSet()
ReceiptRulePropsgetRuleSet in interface ReceiptRulePropspublic 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 © 2021. All rights reserved.