Class CfnSegmentDefinition.SourceSegmentProperty
The source segments to build off of.
Implements
Inherited Members
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
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
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; }