Interface CfnConfigurationSetPropsMixin.DeliveryOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfigurationSetPropsMixin.DeliveryOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnConfigurationSetPropsMixin
@Stability(Stable)
public static interface CfnConfigurationSetPropsMixin.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.cfnpropertymixins.services.pinpointemail.*;
DeliveryOptionsProperty deliveryOptionsProperty = DeliveryOptionsProperty.builder()
.sendingPoolName("sendingPoolName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConfigurationSetPropsMixin.DeliveryOptionsPropertystatic final classAn implementation forCfnConfigurationSetPropsMixin.DeliveryOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSendingPoolName
The name of the dedicated IP pool that you want to associate with the configuration set.- See Also:
-
builder
-