Show / Hide Table of Contents

Class CfnSegment.AttributeDimensionProperty

Inheritance
object
CfnSegment.AttributeDimensionProperty
Implements
CfnSegment.IAttributeDimensionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnSegment.AttributeDimensionProperty : CfnSegment.IAttributeDimensionProperty
Syntax (vb)
Public Class CfnSegment.AttributeDimensionProperty Implements CfnSegment.IAttributeDimensionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-attributedimension.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.AWS.Pinpoint;

             var attributeDimensionProperty = new AttributeDimensionProperty {
                 AttributeType = "attributeType",
                 Values = new [] { "values" }
             };

Synopsis

Constructors

AttributeDimensionProperty()

Properties

AttributeType
Values

Constructors

AttributeDimensionProperty()

public AttributeDimensionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-attributedimension.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.AWS.Pinpoint;

             var attributeDimensionProperty = new AttributeDimensionProperty {
                 AttributeType = "attributeType",
                 Values = new [] { "values" }
             };

Properties

AttributeType

public string? AttributeType { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-attributedimension.html#cfn-pinpoint-segment-attributedimension-attributetype

Values

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

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-segment-attributedimension.html#cfn-pinpoint-segment-attributedimension-values

Implements

CfnSegment.IAttributeDimensionProperty
Back to top Generated by DocFX