Class CfnSegmentDefinitionPropsMixin.DateDimensionProperty
Object that segments on various Customer Profile's date fields.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.CustomerProfiles
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnSegmentDefinitionPropsMixin.DateDimensionProperty : CfnSegmentDefinitionPropsMixin.IDateDimensionProperty
Syntax (vb)
Public Class CfnSegmentDefinitionPropsMixin.DateDimensionProperty Implements CfnSegmentDefinitionPropsMixin.IDateDimensionProperty
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 dateDimensionProperty = new DateDimensionProperty {
DimensionType = "dimensionType",
Values = new [] { "values" }
};
Synopsis
Constructors
| DateDimensionProperty() | Object that segments on various Customer Profile's date fields. |
Properties
| DimensionType | The action to segment on. |
| Values | The values to apply the DimensionType on. |
Constructors
DateDimensionProperty()
Object that segments on various Customer Profile's date fields.
public DateDimensionProperty()
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 dateDimensionProperty = new DateDimensionProperty {
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[]