Show / Hide Table of Contents

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

AWS::Pinpoint::Campaign.AdditionalTreatments.

ApplicationId

AWS::Pinpoint::Campaign.ApplicationId.

CampaignHook

AWS::Pinpoint::Campaign.CampaignHook.

Description

AWS::Pinpoint::Campaign.Description.

HoldoutPercent

AWS::Pinpoint::Campaign.HoldoutPercent.

IsPaused

AWS::Pinpoint::Campaign.IsPaused.

Limits

AWS::Pinpoint::Campaign.Limits.

MessageConfiguration

AWS::Pinpoint::Campaign.MessageConfiguration.

Name

AWS::Pinpoint::Campaign.Name.

Schedule

AWS::Pinpoint::Campaign.Schedule.

SegmentId

AWS::Pinpoint::Campaign.SegmentId.

SegmentVersion

AWS::Pinpoint::Campaign.SegmentVersion.

Tags

AWS::Pinpoint::Campaign.Tags.

TreatmentDescription

AWS::Pinpoint::Campaign.TreatmentDescription.

TreatmentName

AWS::Pinpoint::Campaign.TreatmentName.

Properties

AdditionalTreatments

AWS::Pinpoint::Campaign.AdditionalTreatments.

virtual object AdditionalTreatments { get; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-additionaltreatments

ApplicationId

AWS::Pinpoint::Campaign.ApplicationId.

string ApplicationId { get; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-applicationid

CampaignHook

AWS::Pinpoint::Campaign.CampaignHook.

virtual object CampaignHook { get; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-campaignhook

Description

AWS::Pinpoint::Campaign.Description.

virtual string Description { get; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-description

HoldoutPercent

AWS::Pinpoint::Campaign.HoldoutPercent.

virtual Nullable<double> HoldoutPercent { get; }
Property Value

System.Nullable<System.Double>

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-holdoutpercent

IsPaused

AWS::Pinpoint::Campaign.IsPaused.

virtual object IsPaused { get; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-ispaused

Limits

AWS::Pinpoint::Campaign.Limits.

virtual object Limits { get; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-limits

MessageConfiguration

AWS::Pinpoint::Campaign.MessageConfiguration.

object MessageConfiguration { get; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-messageconfiguration

Name

AWS::Pinpoint::Campaign.Name.

string Name { get; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-name

Schedule

AWS::Pinpoint::Campaign.Schedule.

object Schedule { get; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-schedule

SegmentId

AWS::Pinpoint::Campaign.SegmentId.

string SegmentId { get; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-segmentid

SegmentVersion

AWS::Pinpoint::Campaign.SegmentVersion.

virtual Nullable<double> SegmentVersion { get; }
Property Value

System.Nullable<System.Double>

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-segmentversion

Tags

AWS::Pinpoint::Campaign.Tags.

virtual object Tags { get; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-tags

TreatmentDescription

AWS::Pinpoint::Campaign.TreatmentDescription.

virtual string TreatmentDescription { get; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-treatmentdescription

TreatmentName

AWS::Pinpoint::Campaign.TreatmentName.

virtual string TreatmentName { get; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-campaign.html#cfn-pinpoint-campaign-treatmentname

Back to top Generated by DocFX