Interface CfnAnalysis.IDataPathTypeProperty
The type of the data path value.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDataPathTypeProperty
Syntax (vb)
Public Interface 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
Properties
PivotTableDataPathType | The type of data path value utilized in a pivot table. Choose one of the following options:. |
Properties
PivotTableDataPathType
The type of data path value utilized in a pivot table. Choose one of the following options:.
virtual string PivotTableDataPathType { get; }
Property Value
System.String