Interface CfnMailManagerRuleSetPropsMixin.RelayActionProperty

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

@Stability(Stable) public static interface CfnMailManagerRuleSetPropsMixin.RelayActionProperty extends software.amazon.jsii.JsiiSerializable
The action relays the email via SMTP to another specific SMTP server.

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.*;
 RelayActionProperty relayActionProperty = RelayActionProperty.builder()
         .actionFailurePolicy("actionFailurePolicy")
         .mailFrom("mailFrom")
         .relay("relay")
         .build();
 

See Also: