Interface CfnMailManagerRuleSetPropsMixin.DeliverToQBusinessActionProperty

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

@Stability(Stable) public static interface CfnMailManagerRuleSetPropsMixin.DeliverToQBusinessActionProperty extends software.amazon.jsii.JsiiSerializable
The action to deliver incoming emails to an Amazon Q Business application for indexing.

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.*;
 DeliverToQBusinessActionProperty deliverToQBusinessActionProperty = DeliverToQBusinessActionProperty.builder()
         .actionFailurePolicy("actionFailurePolicy")
         .applicationId("applicationId")
         .indexId("indexId")
         .roleArn("roleArn")
         .build();
 

See Also: