Show / Hide Table of Contents

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 CfnSegment.ISourceSegmentsProperty
Syntax (vb)
Public Interface 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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-sourcesegments.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-sourcesegments.html#cfn-pinpoint-segment-sourcesegments-id

Version

The version number of the source segment.

double? Version { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-sourcesegments.html#cfn-pinpoint-segment-sourcesegments-version

Back to top Generated by DocFX