Class CfnDashboard.DataPathTypeProperty
The type of the data path value.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DataPathTypeProperty : Object, CfnDashboard.IDataPathTypeProperty
Syntax (vb)
Public Class DataPathTypeProperty
Inherits Object
Implements CfnDashboard.IDataPathTypeProperty
Remarks
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
Data |
Properties
Pivot |
The type of data path value utilized in a pivot table. Choose one of the following options:. |
Constructors
DataPathTypeProperty()
public DataPathTypeProperty()
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
System.