Show / Hide Table of Contents

Class CfnConfigurationSet.DeliveryOptionsProperty

Used to associate a configuration set with a dedicated IP pool.

Inheritance
object
CfnConfigurationSet.DeliveryOptionsProperty
Implements
CfnConfigurationSet.IDeliveryOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-deliveryoptions.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-deliveryoptions.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-deliveryoptions.html#cfn-pinpointemail-configurationset-deliveryoptions-sendingpoolname

Implements

CfnConfigurationSet.IDeliveryOptionsProperty
Back to top Generated by DocFX