Show / Hide Table of Contents

Class CfnSegmentDefinitionPropsMixin.DateDimensionProperty

Object that segments on various Customer Profile's date fields.

Inheritance
object
CfnSegmentDefinitionPropsMixin.DateDimensionProperty
Implements
CfnSegmentDefinitionPropsMixin.IDateDimensionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-datedimension.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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-datedimension.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.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

string

Remarks

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

Values

The values to apply the DimensionType on.

public string[]? Values { get; set; }
Property Value

string[]

Remarks

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

Implements

CfnSegmentDefinitionPropsMixin.IDateDimensionProperty
Back to top Generated by DocFX