Interface CfnMailManagerRuleSetPropsMixin.SendActionProperty

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

@Stability(Stable) public static interface CfnMailManagerRuleSetPropsMixin.SendActionProperty extends software.amazon.jsii.JsiiSerializable
Sends the email to the internet using the ses:SendRawEmail API.

Example:

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

See Also: