Show / Hide Table of Contents

Class CfnDashboard.PivotTableFieldCollapseStateOptionProperty

The collapse state options for the pivot table field options.

Inheritance
object
CfnDashboard.PivotTableFieldCollapseStateOptionProperty
Implements
CfnDashboard.IPivotTableFieldCollapseStateOptionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.PivotTableFieldCollapseStateOptionProperty : CfnDashboard.IPivotTableFieldCollapseStateOptionProperty
Syntax (vb)
Public Class CfnDashboard.PivotTableFieldCollapseStateOptionProperty Implements CfnDashboard.IPivotTableFieldCollapseStateOptionProperty
Remarks

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

                 // the properties below are optional
                 State = "state"
             };

Synopsis

Constructors

PivotTableFieldCollapseStateOptionProperty()

The collapse state options for the pivot table field options.

Properties

State

The state of the field target of a pivot table. Choose one of the following options:.

Target

A tagged-union object that sets the collapse state.

Constructors

PivotTableFieldCollapseStateOptionProperty()

The collapse state options for the pivot table field options.

public PivotTableFieldCollapseStateOptionProperty()
Remarks

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

                 // the properties below are optional
                 State = "state"
             };

Properties

State

The state of the field target of a pivot table. Choose one of the following options:.

public string? State { get; set; }
Property Value

string

Remarks

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

    Target

    A tagged-union object that sets the collapse state.

    public object Target { get; set; }
    Property Value

    object

    Remarks

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

    Implements

    CfnDashboard.IPivotTableFieldCollapseStateOptionProperty
    Back to top Generated by DocFX