@Stability(value=Stable) @Internal public static final class CfnReceiptRule.RuleProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnReceiptRule.RuleProperty
CfnReceiptRule.RulePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnReceiptRule.RuleProperty.Builder, CfnReceiptRule.RuleProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnReceiptRule.RuleProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnReceiptRule.ActionProperty.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) |
Object |
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.
|
Object |
getEnabled()
If `true` , the receipt rule is active.
|
String |
getName()
The name of the receipt rule.
|
List<String> |
getRecipients()
The recipient domains and email addresses that the receipt rule applies to.
|
Object |
getScanEnabled()
If `true` , then messages that this receipt rule applies to are scanned for spam and viruses.
|
String |
getTlsPolicy()
Specifies 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(CfnReceiptRule.RuleProperty.Builder builder)
CfnReceiptRule.ActionProperty.Builder.public final Object getActions()
CfnReceiptRule.RulePropertygetActions in interface CfnReceiptRule.RulePropertypublic final Object getEnabled()
CfnReceiptRule.RuleProperty
The default value is false .
getEnabled in interface CfnReceiptRule.RulePropertypublic final String getName()
CfnReceiptRule.RuleProperty
getName in interface CfnReceiptRule.RulePropertypublic final List<String> getRecipients()
CfnReceiptRule.RulePropertyIf this field is not specified, this rule matches all recipients on all verified domains.
getRecipients in interface CfnReceiptRule.RulePropertypublic final Object getScanEnabled()
CfnReceiptRule.RuleProperty
The default value is false .
getScanEnabled in interface CfnReceiptRule.RulePropertypublic final String getTlsPolicy()
CfnReceiptRule.RuleProperty
If this parameter is set to Require , Amazon SES bounces emails that are not received over TLS. The default is Optional .
getTlsPolicy in interface CfnReceiptRule.RuleProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.