Class CfnConfigurationSet.DeliveryOptionsProperty
Used to associate a configuration set with a dedicated IP pool.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.PinpointEmail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConfigurationSet.DeliveryOptionsProperty : CfnConfigurationSet.IDeliveryOptionsProperty
Syntax (vb)
Public Class CfnConfigurationSet.DeliveryOptionsProperty Implements CfnConfigurationSet.IDeliveryOptionsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.PinpointEmail;
var deliveryOptionsProperty = new DeliveryOptionsProperty {
SendingPoolName = "sendingPoolName"
};
Synopsis
Constructors
DeliveryOptionsProperty() | Used to associate a configuration set with a dedicated IP pool. |
Properties
SendingPoolName | The name of the dedicated IP pool that you want to associate with the configuration set. |
Constructors
DeliveryOptionsProperty()
Used to associate a configuration set with a dedicated IP pool.
public DeliveryOptionsProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.PinpointEmail;
var deliveryOptionsProperty = new DeliveryOptionsProperty {
SendingPoolName = "sendingPoolName"
};
Properties
SendingPoolName
The name of the dedicated IP pool that you want to associate with the configuration set.
public string? SendingPoolName { get; set; }