Class CfnCampaign.CustomDeliveryConfigurationProperty
Specifies the delivery configuration settings for sending a campaign or campaign treatment through a custom channel.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCampaign.CustomDeliveryConfigurationProperty : CfnCampaign.ICustomDeliveryConfigurationProperty
Syntax (vb)
Public Class CfnCampaign.CustomDeliveryConfigurationProperty Implements CfnCampaign.ICustomDeliveryConfigurationProperty
Remarks
This object is required if you use the CampaignCustomMessage object to define the message to send for the campaign or campaign treatment.
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.Pinpoint;
var customDeliveryConfigurationProperty = new CustomDeliveryConfigurationProperty {
DeliveryUri = "deliveryUri",
EndpointTypes = new [] { "endpointTypes" }
};
Synopsis
Constructors
| CustomDeliveryConfigurationProperty() | Specifies the delivery configuration settings for sending a campaign or campaign treatment through a custom channel. |
Properties
| DeliveryUri | The destination to send the campaign or treatment to. This value can be one of the following:. |
| EndpointTypes | The types of endpoints to send the campaign or treatment to. |
Constructors
CustomDeliveryConfigurationProperty()
Specifies the delivery configuration settings for sending a campaign or campaign treatment through a custom channel.
public CustomDeliveryConfigurationProperty()
Remarks
This object is required if you use the CampaignCustomMessage object to define the message to send for the campaign or campaign treatment.
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.Pinpoint;
var customDeliveryConfigurationProperty = new CustomDeliveryConfigurationProperty {
DeliveryUri = "deliveryUri",
EndpointTypes = new [] { "endpointTypes" }
};
Properties
DeliveryUri
The destination to send the campaign or treatment to. This value can be one of the following:.
public string? DeliveryUri { get; set; }
Property Value
Remarks
EndpointTypes
The types of endpoints to send the campaign or treatment to.
public string[]? EndpointTypes { get; set; }
Property Value
string[]
Remarks
Each valid value maps to a type of channel that you can associate with an endpoint by using the ChannelType property of an endpoint.