Class CfnMailManagerRuleSet.DeliverToMailboxActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.CfnMailManagerRuleSet.DeliverToMailboxActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMailManagerRuleSet.DeliverToMailboxActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMailManagerRuleSet.DeliverToMailboxActionProperty
@Stability(Stable)
@Internal
public static final class CfnMailManagerRuleSet.DeliverToMailboxActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMailManagerRuleSet.DeliverToMailboxActionProperty
An implementation for
CfnMailManagerRuleSet.DeliverToMailboxActionProperty-
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.DeliverToMailboxActionProperty
CfnMailManagerRuleSet.DeliverToMailboxActionProperty.Builder, CfnMailManagerRuleSet.DeliverToMailboxActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMailManagerRuleSet.DeliverToMailboxActionProperty.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 StringThe Amazon Resource Name (ARN) of a WorkMail organization to deliver the email to.final StringThe Amazon Resource Name (ARN) of an IAM role to use to execute this action.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.DeliverToMailboxActionProperty.Builder.
-
-
Method Details
-
getMailboxArn
Description copied from interface:CfnMailManagerRuleSet.DeliverToMailboxActionPropertyThe Amazon Resource Name (ARN) of a WorkMail organization to deliver the email to.- Specified by:
getMailboxArnin interfaceCfnMailManagerRuleSet.DeliverToMailboxActionProperty- See Also:
-
getRoleArn
Description copied from interface:CfnMailManagerRuleSet.DeliverToMailboxActionPropertyThe Amazon Resource Name (ARN) of an IAM role to use to execute this action.The role must have access to the workmail:DeliverToMailbox API.
- Specified by:
getRoleArnin interfaceCfnMailManagerRuleSet.DeliverToMailboxActionProperty- See Also:
-
getActionFailurePolicy
Description copied from interface:CfnMailManagerRuleSet.DeliverToMailboxActionPropertyA policy that states what to do in the case of failure.The action will fail if there are configuration errors. For example, the mailbox ARN is no longer valid.
- Specified by:
getActionFailurePolicyin interfaceCfnMailManagerRuleSet.DeliverToMailboxActionProperty- 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()
-