Interface ICfnCampaignProps
Properties for defining a AWS::Pinpoint::Campaign
.
Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.AWS.Pinpoint.dll
Syntax (csharp)
public interface ICfnCampaignProps
Syntax (vb)
Public Interface ICfnCampaignProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html
Synopsis
Properties
AdditionalTreatments |
|
ApplicationId |
|
CampaignHook |
|
Description |
|
HoldoutPercent |
|
IsPaused |
|
Limits |
|
MessageConfiguration |
|
Name |
|
Schedule |
|
SegmentId |
|
SegmentVersion |
|
Tags |
|
TreatmentDescription |
|
TreatmentName |
|
Properties
AdditionalTreatments
AWS::Pinpoint::Campaign.AdditionalTreatments
.
virtual object AdditionalTreatments { get; }
Property Value
System.Object
Remarks
ApplicationId
AWS::Pinpoint::Campaign.ApplicationId
.
string ApplicationId { get; }
Property Value
System.String
Remarks
CampaignHook
AWS::Pinpoint::Campaign.CampaignHook
.
virtual object CampaignHook { get; }
Property Value
System.Object
Remarks
Description
AWS::Pinpoint::Campaign.Description
.
virtual string Description { get; }
Property Value
System.String
Remarks
HoldoutPercent
AWS::Pinpoint::Campaign.HoldoutPercent
.
virtual Nullable<double> HoldoutPercent { get; }
Property Value
System.Nullable<System.Double>
Remarks
IsPaused
AWS::Pinpoint::Campaign.IsPaused
.
virtual object IsPaused { get; }
Property Value
System.Object
Remarks
Limits
AWS::Pinpoint::Campaign.Limits
.
virtual object Limits { get; }
Property Value
System.Object
Remarks
MessageConfiguration
AWS::Pinpoint::Campaign.MessageConfiguration
.
object MessageConfiguration { get; }
Property Value
System.Object
Remarks
Name
AWS::Pinpoint::Campaign.Name
.
string Name { get; }
Property Value
System.String
Remarks
Schedule
AWS::Pinpoint::Campaign.Schedule
.
object Schedule { get; }
Property Value
System.Object
Remarks
SegmentId
AWS::Pinpoint::Campaign.SegmentId
.
string SegmentId { get; }
Property Value
System.String
Remarks
SegmentVersion
AWS::Pinpoint::Campaign.SegmentVersion
.
virtual Nullable<double> SegmentVersion { get; }
Property Value
System.Nullable<System.Double>
Remarks
Tags
AWS::Pinpoint::Campaign.Tags
.
virtual object Tags { get; }
Property Value
System.Object
Remarks
TreatmentDescription
AWS::Pinpoint::Campaign.TreatmentDescription
.
virtual string TreatmentDescription { get; }
Property Value
System.String
Remarks
TreatmentName
AWS::Pinpoint::Campaign.TreatmentName
.
virtual string TreatmentName { get; }
Property Value
System.String