Interface CfnQueuePropsMixin.OutboundEmailConfigProperty

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

@Stability(Stable) public static interface CfnQueuePropsMixin.OutboundEmailConfigProperty extends software.amazon.jsii.JsiiSerializable
The outbound email address ID.

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.connect.*;
 OutboundEmailConfigProperty outboundEmailConfigProperty = OutboundEmailConfigProperty.builder()
         .outboundEmailAddressId("outboundEmailAddressId")
         .build();
 

See Also: