Interface CfnMailManagerRuleSetPropsMixin.InvokeLambdaActionProperty

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

@Stability(Stable) public static interface CfnMailManagerRuleSetPropsMixin.InvokeLambdaActionProperty extends software.amazon.jsii.JsiiSerializable
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.*;
 InvokeLambdaActionProperty invokeLambdaActionProperty = InvokeLambdaActionProperty.builder()
         .actionFailurePolicy("actionFailurePolicy")
         .functionArn("functionArn")
         .invocationType("invocationType")
         .retryTimeMinutes(123)
         .roleArn("roleArn")
         .build();
 

See Also: