Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.DataPathTypeProperty

The type of the data path value.

Inheritance
object
CfnAnalysisPropsMixin.DataPathTypeProperty
Implements
CfnAnalysisPropsMixin.IDataPathTypeProperty
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.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.DataPathTypeProperty : CfnAnalysisPropsMixin.IDataPathTypeProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.DataPathTypeProperty Implements CfnAnalysisPropsMixin.IDataPathTypeProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-datapathtype.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.QuickSight;

             var dataPathTypeProperty = new DataPathTypeProperty {
                 PivotTableDataPathType = "pivotTableDataPathType"
             };

Synopsis

Constructors

DataPathTypeProperty()

The type of the data path value.

Properties

PivotTableDataPathType

The type of data path value utilized in a pivot table. Choose one of the following options:.

Constructors

DataPathTypeProperty()

The type of the data path value.

public DataPathTypeProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-datapathtype.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.QuickSight;

             var dataPathTypeProperty = new DataPathTypeProperty {
                 PivotTableDataPathType = "pivotTableDataPathType"
             };

Properties

PivotTableDataPathType

The type of data path value utilized in a pivot table. Choose one of the following options:.

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

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-datapathtype.html#cfn-quicksight-analysis-datapathtype-pivottabledatapathtype

    Implements

    CfnAnalysisPropsMixin.IDataPathTypeProperty
    Back to top Generated by DocFX