Class CfnSegmentDefinitionPropsMixin.ProfileTypeDimensionProperty
Specifies profile type based criteria for a segment.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.CustomerProfiles
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnSegmentDefinitionPropsMixin.ProfileTypeDimensionProperty : CfnSegmentDefinitionPropsMixin.IProfileTypeDimensionProperty
Syntax (vb)
Public Class CfnSegmentDefinitionPropsMixin.ProfileTypeDimensionProperty Implements CfnSegmentDefinitionPropsMixin.IProfileTypeDimensionProperty
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 profileTypeDimensionProperty = new ProfileTypeDimensionProperty {
DimensionType = "dimensionType",
Values = new [] { "values" }
};
Synopsis
Constructors
| ProfileTypeDimensionProperty() | Specifies profile type based criteria for a segment. |
Properties
| DimensionType | The action to segment on. |
| Values | The values to apply the DimensionType on. |
Constructors
ProfileTypeDimensionProperty()
Specifies profile type based criteria for a segment.
public ProfileTypeDimensionProperty()
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 profileTypeDimensionProperty = new ProfileTypeDimensionProperty {
DimensionType = "dimensionType",
Values = new [] { "values" }
};
Properties
DimensionType
The action to segment on.
public string? DimensionType { get; set; }
Property Value
Remarks
Values
The values to apply the DimensionType on.
public string[]? Values { get; set; }
Property Value
string[]