Show / Hide Table of Contents

Interface CfnAnalysis.IDataPathValueProperty

The data path that needs to be sorted.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysis.IDataPathValueProperty
Syntax (vb)
Public Interface CfnAnalysis.IDataPathValueProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-datapathvalue.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 dataPathValueProperty = new DataPathValueProperty {
                 DataPathType = new DataPathTypeProperty {
                     PivotTableDataPathType = "pivotTableDataPathType"
                 },
                 FieldId = "fieldId",
                 FieldValue = "fieldValue"
             };

Synopsis

Properties

DataPathType

The type configuration of the field.

FieldId

The field ID of the field that needs to be sorted.

FieldValue

The actual value of the field that needs to be sorted.

Properties

DataPathType

The type configuration of the field.

object? DataPathType { get; }
Property Value

object

Remarks

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

FieldId

The field ID of the field that needs to be sorted.

string? FieldId { get; }
Property Value

string

Remarks

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

FieldValue

The actual value of the field that needs to be sorted.

string? FieldValue { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX