Class CfnSegment.SourceSegmentsProperty
Specifies the base segment to build the segment on.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnSegment.SourceSegmentsProperty : CfnSegment.ISourceSegmentsProperty
Syntax (vb)
Public Class CfnSegment.SourceSegmentsProperty Implements CfnSegment.ISourceSegmentsProperty
Remarks
A base segment, also called a source segment , defines the initial population of endpoints for a segment. When you add dimensions to the segment, Amazon Pinpoint filters the base segment by using the dimensions that you specify.
You can specify more than one dimensional segment or only one imported segment. If you specify an imported segment, the segment size estimate that displays on the Amazon Pinpoint console indicates the size of the imported segment without any filters applied to it.
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 sourceSegmentsProperty = new SourceSegmentsProperty {
Id = "id",
// the properties below are optional
Version = 123
};
Synopsis
Constructors
| SourceSegmentsProperty() | Specifies the base segment to build the segment on. |
Properties
| Id | The unique identifier for the source segment. |
| Version | The version number of the source segment. |
Constructors
SourceSegmentsProperty()
Specifies the base segment to build the segment on.
public SourceSegmentsProperty()
Remarks
A base segment, also called a source segment , defines the initial population of endpoints for a segment. When you add dimensions to the segment, Amazon Pinpoint filters the base segment by using the dimensions that you specify.
You can specify more than one dimensional segment or only one imported segment. If you specify an imported segment, the segment size estimate that displays on the Amazon Pinpoint console indicates the size of the imported segment without any filters applied to it.
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 sourceSegmentsProperty = new SourceSegmentsProperty {
Id = "id",
// the properties below are optional
Version = 123
};
Properties
Id
The unique identifier for the source segment.
public string Id { get; set; }
Property Value
Remarks
Version
The version number of the source segment.
public double? Version { get; set; }