Interface CfnSegment.ISourceSegmentsProperty
Specifies the base segment to build the segment on.
Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISourceSegmentsProperty
Syntax (vb)
Public Interface 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
Properties
Id | The unique identifier for the source segment. |
Version | The version number of the source segment. |
Properties
Id
The unique identifier for the source segment.
string Id { get; }
Property Value
System.String
Remarks
Version
The version number of the source segment.
virtual Nullable<double> Version { get; }
Property Value
System.Nullable<System.Double>