Class CfnSegmentDefinitionPropsMixin.SourceSegmentProperty
The source segments to build off of.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.CustomerProfiles
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnSegmentDefinitionPropsMixin.SourceSegmentProperty : CfnSegmentDefinitionPropsMixin.ISourceSegmentProperty
Syntax (vb)
Public Class CfnSegmentDefinitionPropsMixin.SourceSegmentProperty Implements CfnSegmentDefinitionPropsMixin.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.CfnPropertyMixins.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.CfnPropertyMixins.AWS.CustomerProfiles;
var sourceSegmentProperty = new SourceSegmentProperty {
SegmentDefinitionName = "segmentDefinitionName"
};
Properties
SegmentDefinitionName
The name of the source segment.
public string? SegmentDefinitionName { get; set; }