Interface CfnMailManagerRuleSetPropsMixin.DeliverToMailboxActionProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnMailManagerRuleSetPropsMixin.DeliverToMailboxActionProperty.Jsii$Proxy
Enclosing class:
CfnMailManagerRuleSetPropsMixin

@Stability(Stable) public static interface CfnMailManagerRuleSetPropsMixin.DeliverToMailboxActionProperty extends software.amazon.jsii.JsiiSerializable
This action to delivers an email to a mailbox.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.ses.mixins.*;
 DeliverToMailboxActionProperty deliverToMailboxActionProperty = DeliverToMailboxActionProperty.builder()
         .actionFailurePolicy("actionFailurePolicy")
         .mailboxArn("mailboxArn")
         .roleArn("roleArn")
         .build();
 

See Also: