Show / Hide Table of Contents

Class CfnSegmentDefinitionPropsMixin.SourceSegmentProperty

The source segments to build off of.

Inheritance
object
CfnSegmentDefinitionPropsMixin.SourceSegmentProperty
Implements
CfnSegmentDefinitionPropsMixin.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.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

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.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

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.CfnPropertyMixins.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

CfnSegmentDefinitionPropsMixin.ISourceSegmentProperty
Back to top Generated by DocFX