Interface CfnConfigurationSet.DeliveryOptionsProperty

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

@Stability(Stable) public static interface CfnConfigurationSet.DeliveryOptionsProperty extends software.amazon.jsii.JsiiSerializable
Used to associate a configuration set with a dedicated IP pool.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.pinpointemail.*;
 DeliveryOptionsProperty deliveryOptionsProperty = DeliveryOptionsProperty.builder()
         .sendingPoolName("sendingPoolName")
         .build();