Show / Hide Table of Contents

Class CfnSegmentDefinitionPropsMixin.ProfileTypeDimensionProperty

Specifies profile type based criteria for a segment.

Inheritance
object
CfnSegmentDefinitionPropsMixin.ProfileTypeDimensionProperty
Implements
CfnSegmentDefinitionPropsMixin.IProfileTypeDimensionProperty
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.ProfileTypeDimensionProperty : CfnSegmentDefinitionPropsMixin.IProfileTypeDimensionProperty
Syntax (vb)
Public Class CfnSegmentDefinitionPropsMixin.ProfileTypeDimensionProperty Implements CfnSegmentDefinitionPropsMixin.IProfileTypeDimensionProperty
Remarks

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-profiletypedimension.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 profileTypeDimensionProperty = new ProfileTypeDimensionProperty {
                 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-profiletypedimension.html#cfn-customerprofiles-segmentdefinition-profiletypedimension-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-profiletypedimension.html#cfn-customerprofiles-segmentdefinition-profiletypedimension-values

Implements

CfnSegmentDefinitionPropsMixin.IProfileTypeDimensionProperty
Back to top Generated by DocFX