Class CfnCampaign.CustomDeliveryConfigurationProperty
Specifies the delivery configuration settings for sending a campaign or campaign treatment through a custom channel.
Inheritance
Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CustomDeliveryConfigurationProperty : Object, CfnCampaign.ICustomDeliveryConfigurationProperty
Syntax (vb)
Public Class CustomDeliveryConfigurationProperty
Inherits Object
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() |
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()
public CustomDeliveryConfigurationProperty()
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
System.String
Remarks
EndpointTypes
The types of endpoints to send the campaign or treatment to.
public string[] EndpointTypes { get; set; }
Property Value
System.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.