Show / Hide Table of Contents

Interface CfnSegmentDefinition.IExtraLengthValueProfileDimensionProperty

Object that segments on various Customer profile's fields that are larger than normal.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-extralengthvalueprofiledimension.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 extraLengthValueProfileDimensionProperty = new ExtraLengthValueProfileDimensionProperty {
                 DimensionType = "dimensionType",
                 Values = new [] { "values" }
             };

Synopsis

Properties

DimensionType

The action to segment with.

Values

The values to apply the DimensionType on.

Properties

DimensionType

The action to segment with.

string DimensionType { get; }
Property Value

string

Remarks

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

Values

The values to apply the DimensionType on.

string[] Values { get; }
Property Value

string[]

Remarks

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

Back to top Generated by DocFX