Show / Hide Table of Contents

Class CfnDashboard.DataPathTypeProperty

The type of the data path value.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-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.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-dashboard-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.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-dashboard-datapathtype.html#cfn-quicksight-dashboard-datapathtype-pivottabledatapathtype

    Implements

    CfnDashboard.IDataPathTypeProperty
    Back to top Generated by DocFX