Show / Hide Table of Contents

Class CfnSegment.SourceSegmentsProperty

Specifies the base segment to build the segment on.

Inheritance
object
CfnSegment.SourceSegmentsProperty
Implements
CfnSegment.ISourceSegmentsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

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

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.

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
             };

Properties

Id

The unique identifier for the source segment.

public string Id { get; set; }
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.

public double? Version { get; set; }
Property Value

double?

Remarks

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

Implements

CfnSegment.ISourceSegmentsProperty
Back to top Generated by DocFX