Show / Hide Table of Contents

Class CfnSegmentDefinition.SourceSegmentProperty

The source segments to build off of.

Inheritance
object
CfnSegmentDefinition.SourceSegmentProperty
Implements
CfnSegmentDefinition.ISourceSegmentProperty
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.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnSegmentDefinition.SourceSegmentProperty : CfnSegmentDefinition.ISourceSegmentProperty
Syntax (vb)
Public Class CfnSegmentDefinition.SourceSegmentProperty Implements CfnSegmentDefinition.ISourceSegmentProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-sourcesegment.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.CustomerProfiles;

             var sourceSegmentProperty = new SourceSegmentProperty {
                 SegmentDefinitionName = "segmentDefinitionName"
             };

Synopsis

Constructors

SourceSegmentProperty()

The source segments to build off of.

Properties

SegmentDefinitionName

The name of the source segment.

Constructors

SourceSegmentProperty()

The source segments to build off of.

public SourceSegmentProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-sourcesegment.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.CustomerProfiles;

             var sourceSegmentProperty = new SourceSegmentProperty {
                 SegmentDefinitionName = "segmentDefinitionName"
             };

Properties

SegmentDefinitionName

The name of the source segment.

public string? SegmentDefinitionName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-sourcesegment.html#cfn-customerprofiles-segmentdefinition-sourcesegment-segmentdefinitionname

Implements

CfnSegmentDefinition.ISourceSegmentProperty
Back to top Generated by DocFX