public static final class CfnReceiptRule.RuleProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnReceiptRule.RuleProperty
CfnReceiptRule.RuleProperty
CfnReceiptRule.RuleProperty.Builder, CfnReceiptRule.RuleProperty.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.lang.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.
|
java.lang.Object |
getEnabled()
If `true` , the receipt rule is active.
|
java.lang.String |
getName()
The name of the receipt rule.
|
java.util.List<java.lang.String> |
getRecipients()
The recipient domains and email addresses that the receipt rule applies to.
|
java.lang.Object |
getScanEnabled()
If `true` , then messages that this receipt rule applies to are scanned for spam and viruses.
|
java.lang.String |
getTlsPolicy()
Specifies 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 java.lang.Object getActions()
CfnReceiptRule.RuleProperty
getActions
in interface CfnReceiptRule.RuleProperty
public final java.lang.Object getEnabled()
CfnReceiptRule.RuleProperty
The default value is false
.
getEnabled
in interface CfnReceiptRule.RuleProperty
public final java.lang.String getName()
CfnReceiptRule.RuleProperty
getName
in interface CfnReceiptRule.RuleProperty
public final java.util.List<java.lang.String> getRecipients()
CfnReceiptRule.RuleProperty
If this field is not specified, this rule matches all recipients on all verified domains.
getRecipients
in interface CfnReceiptRule.RuleProperty
public final java.lang.Object getScanEnabled()
CfnReceiptRule.RuleProperty
The default value is false
.
getScanEnabled
in interface CfnReceiptRule.RuleProperty
public final java.lang.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
.
Valid Values: Require | Optional
getTlsPolicy
in interface CfnReceiptRule.RuleProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()