Show / Hide Table of Contents

Interface CfnSegmentDefinition.ISegmentSortProperty

Defines how segments should be sorted and ordered in the results.

Namespace: Amazon.CDK.AWS.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnSegmentDefinition.ISegmentSortProperty
Syntax (vb)
Public Interface CfnSegmentDefinition.ISegmentSortProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-segmentsort.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 segmentSortProperty = new SegmentSortProperty {
                 Attributes = new [] { new SortAttributeProperty {
                     Name = "name",
                     Order = "order",

                     // the properties below are optional
                     DataType = "dataType",
                     Type = "type"
                 } }
             };

Synopsis

Properties

Attributes

A list of attributes used to sort the segments and their ordering preferences.

Properties

Attributes

A list of attributes used to sort the segments and their ordering preferences.

object Attributes { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnSegmentDefinition.ISortAttributeProperty)[]

Back to top Generated by DocFX