Show / Hide Table of Contents

Interface CfnDashboard.IPivotTableFieldCollapseStateTargetProperty

The target of a pivot table field collapse state.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pivottablefieldcollapsestatetarget.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 pivotTableFieldCollapseStateTargetProperty = new PivotTableFieldCollapseStateTargetProperty {
                 FieldDataPathValues = new [] { new DataPathValueProperty {
                     DataPathType = new DataPathTypeProperty {
                         PivotTableDataPathType = "pivotTableDataPathType"
                     },
                     FieldId = "fieldId",
                     FieldValue = "fieldValue"
                 } },
                 FieldId = "fieldId"
             };

Synopsis

Properties

FieldDataPathValues

The data path of the pivot table's header.

FieldId

The field ID of the pivot table that the collapse state needs to be set to.

Properties

FieldDataPathValues

The data path of the pivot table's header.

object? FieldDataPathValues { get; }
Property Value

object

Remarks

Used to set the collapse state.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pivottablefieldcollapsestatetarget.html#cfn-quicksight-dashboard-pivottablefieldcollapsestatetarget-fielddatapathvalues

FieldId

The field ID of the pivot table that the collapse state needs to be set to.

string? FieldId { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX