Class ReceiptRuleProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.ReceiptRuleProps.Jsii$Proxy
- All Implemented Interfaces:
ReceiptRuleOptions
,ReceiptRuleProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ReceiptRuleProps
@Stability(Stable)
@Internal
public static final class ReceiptRuleProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ReceiptRuleProps
An implementation for
ReceiptRuleProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.ReceiptRuleProps
ReceiptRuleProps.Builder, ReceiptRuleProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ReceiptRuleProps.Builder builder) Constructor that initializes the object based on literal property values passed by theReceiptRuleProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final 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 IReceiptRule
getAfter()
An existing rule after which the new rule will be placed.final Boolean
Whether the rule is active.final String
The name for the rule.The recipient domains and email addresses that the receipt rule applies to.final IReceiptRuleSet
The name of the rule set that the receipt rule will be added to.final Boolean
Whether to scan for spam and viruses.final TlsPolicy
Whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS).final int
hashCode()
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 theReceiptRuleProps.Builder
.
-
-
Method Details
-
getRuleSet
Description copied from interface:ReceiptRuleProps
The name of the rule set that the receipt rule will be added to.- Specified by:
getRuleSet
in interfaceReceiptRuleProps
-
getActions
Description copied from interface:ReceiptRuleOptions
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.Default: - No actions.
- Specified by:
getActions
in interfaceReceiptRuleOptions
-
getAfter
Description copied from interface:ReceiptRuleOptions
An 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:
getAfter
in interfaceReceiptRuleOptions
-
getEnabled
Description copied from interface:ReceiptRuleOptions
Whether the rule is active.Default: true
- Specified by:
getEnabled
in interfaceReceiptRuleOptions
-
getReceiptRuleName
Description copied from interface:ReceiptRuleOptions
The name for the rule.Default: - A CloudFormation generated name.
- Specified by:
getReceiptRuleName
in interfaceReceiptRuleOptions
-
getRecipients
Description copied from interface:ReceiptRuleOptions
The recipient domains and email addresses that the receipt rule applies to.Default: - Match all recipients under all verified domains.
- Specified by:
getRecipients
in interfaceReceiptRuleOptions
-
getScanEnabled
Description copied from interface:ReceiptRuleOptions
Whether to scan for spam and viruses.Default: false
- Specified by:
getScanEnabled
in interfaceReceiptRuleOptions
-
getTlsPolicy
Description copied from interface:ReceiptRuleOptions
Whether 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:
getTlsPolicy
in interfaceReceiptRuleOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-