Show / Hide Table of Contents

Class CfnTemplate.DataPathValueProperty

The data path that needs to be sorted.

Inheritance
System.Object
CfnTemplate.DataPathValueProperty
Implements
CfnTemplate.IDataPathValueProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class DataPathValueProperty : Object, CfnTemplate.IDataPathValueProperty
Syntax (vb)
Public Class DataPathValueProperty
    Inherits Object
    Implements CfnTemplate.IDataPathValueProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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 {
    FieldId = "fieldId",
    FieldValue = "fieldValue"
};

Synopsis

Constructors

DataPathValueProperty()

Properties

FieldId

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

FieldValue

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

Constructors

DataPathValueProperty()

public DataPathValueProperty()

Properties

FieldId

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

public string FieldId { get; set; }
Property Value

System.String

Remarks

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

FieldValue

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

public string FieldValue { get; set; }
Property Value

System.String

Remarks

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

Implements

CfnTemplate.IDataPathValueProperty
Back to top Generated by DocFX