Class CfnDashboard.DataPathTypeProperty
The type of the data path value.
Implements
Inherited Members
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
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
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; }