Class ReceiptRuleOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.ReceiptRuleOptions.Jsii$Proxy
- All Implemented Interfaces:
ReceiptRuleOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ReceiptRuleOptions
@Stability(Stable)
@Internal
public static final class ReceiptRuleOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ReceiptRuleOptions
An implementation for
ReceiptRuleOptions-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.ReceiptRuleOptions
ReceiptRuleOptions.Builder, ReceiptRuleOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ReceiptRuleOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theReceiptRuleOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal List<IReceiptRuleAction>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.final IReceiptRulegetAfter()An existing rule after which the new rule will be placed.final BooleanWhether the rule is active.final StringThe name for the rule.The recipient domains and email addresses that the receipt rule applies to.final BooleanWhether to scan for spam and viruses.final TlsPolicyWhether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS).final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theReceiptRuleOptions.Builder.
-
-
Method Details
-
getActions
Description copied from interface:ReceiptRuleOptionsAn 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.Default: - No actions.
- Specified by:
getActionsin interfaceReceiptRuleOptions
-
getAfter
Description copied from interface:ReceiptRuleOptionsAn existing rule after which the new rule will be placed.Default: - The new rule is inserted at the beginning of the rule list.
- Specified by:
getAfterin interfaceReceiptRuleOptions
-
getEnabled
Description copied from interface:ReceiptRuleOptionsWhether the rule is active.Default: true
- Specified by:
getEnabledin interfaceReceiptRuleOptions
-
getReceiptRuleName
Description copied from interface:ReceiptRuleOptionsThe name for the rule.Default: - A CloudFormation generated name.
- Specified by:
getReceiptRuleNamein interfaceReceiptRuleOptions
-
getRecipients
Description copied from interface:ReceiptRuleOptionsThe recipient domains and email addresses that the receipt rule applies to.Default: - Match all recipients under all verified domains.
- Specified by:
getRecipientsin interfaceReceiptRuleOptions
-
getScanEnabled
Description copied from interface:ReceiptRuleOptionsWhether to scan for spam and viruses.Default: false
- Specified by:
getScanEnabledin interfaceReceiptRuleOptions
-
getTlsPolicy
Description copied from interface:ReceiptRuleOptionsWhether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS).Default: - Optional which will not check for TLS.
- Specified by:
getTlsPolicyin interfaceReceiptRuleOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-