Show / Hide Table of Contents

Interface CfnAnalysis.IDataPathTypeProperty

The type of the data path value.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysis.IDataPathTypeProperty
Syntax (vb)
Public Interface CfnAnalysis.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.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:.

string? PivotTableDataPathType { get; }
Property Value

string

Remarks

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

    Back to top Generated by DocFX