Class DropSpamReceiptRuleProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.DropSpamReceiptRuleProps.Jsii$Proxy
- All Implemented Interfaces:
DropSpamReceiptRuleProps,ReceiptRuleOptions,ReceiptRuleProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DropSpamReceiptRuleProps
@Stability(Stable)
@Internal
public static final class DropSpamReceiptRuleProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DropSpamReceiptRuleProps
An implementation for
DropSpamReceiptRuleProps-
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.DropSpamReceiptRuleProps
DropSpamReceiptRuleProps.Builder, DropSpamReceiptRuleProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theDropSpamReceiptRuleProps.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 IReceiptRuleSetThe name of the rule set that the receipt rule will be added 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 theDropSpamReceiptRuleProps.Builder.
-
-
Method Details
-
getRuleSet
Description copied from interface:ReceiptRulePropsThe name of the rule set that the receipt rule will be added to.- Specified by:
getRuleSetin interfaceReceiptRuleProps
-
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()
-