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
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; }