Class CfnMailManagerRuleSetPropsMixin.DeliverToMailboxActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnMailManagerRuleSetPropsMixin.DeliverToMailboxActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMailManagerRuleSetPropsMixin.DeliverToMailboxActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMailManagerRuleSetPropsMixin.DeliverToMailboxActionProperty
@Stability(Stable)
@Internal
public static final class CfnMailManagerRuleSetPropsMixin.DeliverToMailboxActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMailManagerRuleSetPropsMixin.DeliverToMailboxActionProperty
An implementation for
CfnMailManagerRuleSetPropsMixin.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.cfnpropertymixins.services.ses.CfnMailManagerRuleSetPropsMixin.DeliverToMailboxActionProperty
CfnMailManagerRuleSetPropsMixin.DeliverToMailboxActionProperty.Builder, CfnMailManagerRuleSetPropsMixin.DeliverToMailboxActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMailManagerRuleSetPropsMixin.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
protected Jsii$Proxy(CfnMailManagerRuleSetPropsMixin.DeliverToMailboxActionProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMailManagerRuleSetPropsMixin.DeliverToMailboxActionProperty.Builder.
-
-
Method Details
-
getActionFailurePolicy
Description copied from interface:CfnMailManagerRuleSetPropsMixin.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 interfaceCfnMailManagerRuleSetPropsMixin.DeliverToMailboxActionProperty- See Also:
-
getMailboxArn
Description copied from interface:CfnMailManagerRuleSetPropsMixin.DeliverToMailboxActionPropertyThe Amazon Resource Name (ARN) of a WorkMail organization to deliver the email to.- Specified by:
getMailboxArnin interfaceCfnMailManagerRuleSetPropsMixin.DeliverToMailboxActionProperty- See Also:
-
getRoleArn
Description copied from interface:CfnMailManagerRuleSetPropsMixin.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 interfaceCfnMailManagerRuleSetPropsMixin.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()
-