Class CfnMailManagerRuleSet.RelayActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.CfnMailManagerRuleSet.RelayActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMailManagerRuleSet.RelayActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMailManagerRuleSet.RelayActionProperty
@Stability(Stable)
@Internal
public static final class CfnMailManagerRuleSet.RelayActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMailManagerRuleSet.RelayActionProperty
An implementation for
CfnMailManagerRuleSet.RelayActionProperty-
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.CfnMailManagerRuleSet.RelayActionProperty
CfnMailManagerRuleSet.RelayActionProperty.Builder, CfnMailManagerRuleSet.RelayActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMailManagerRuleSet.RelayActionProperty.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 StringA policy that states what to do in the case of failure.final StringThis action specifies whether to preserve or replace original mail from address while relaying received emails to a destination server.final StringgetRelay()The identifier of the relay resource to be used when relaying an email.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 theCfnMailManagerRuleSet.RelayActionProperty.Builder.
-
-
Method Details
-
getRelay
Description copied from interface:CfnMailManagerRuleSet.RelayActionPropertyThe identifier of the relay resource to be used when relaying an email.- Specified by:
getRelayin interfaceCfnMailManagerRuleSet.RelayActionProperty- See Also:
-
getActionFailurePolicy
Description copied from interface:CfnMailManagerRuleSet.RelayActionPropertyA policy that states what to do in the case of failure.The action will fail if there are configuration errors. For example, the specified relay has been deleted.
- Specified by:
getActionFailurePolicyin interfaceCfnMailManagerRuleSet.RelayActionProperty- See Also:
-
getMailFrom
Description copied from interface:CfnMailManagerRuleSet.RelayActionPropertyThis action specifies whether to preserve or replace original mail from address while relaying received emails to a destination server.- Specified by:
getMailFromin interfaceCfnMailManagerRuleSet.RelayActionProperty- See Also:
-
$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()
-