Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.PivotTableFieldCollapseStateTargetProperty

The target of a pivot table field collapse state.

Inheritance
object
CfnAnalysisPropsMixin.PivotTableFieldCollapseStateTargetProperty
Implements
CfnAnalysisPropsMixin.IPivotTableFieldCollapseStateTargetProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.PivotTableFieldCollapseStateTargetProperty : CfnAnalysisPropsMixin.IPivotTableFieldCollapseStateTargetProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.PivotTableFieldCollapseStateTargetProperty Implements CfnAnalysisPropsMixin.IPivotTableFieldCollapseStateTargetProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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.CfnPropertyMixins.AWS.QuickSight;

             var pivotTableFieldCollapseStateTargetProperty = new PivotTableFieldCollapseStateTargetProperty {
                 FieldDataPathValues = new [] { new DataPathValueProperty {
                     DataPathType = new DataPathTypeProperty {
                         PivotTableDataPathType = "pivotTableDataPathType"
                     },
                     FieldId = "fieldId",
                     FieldValue = "fieldValue"
                 } },
                 FieldId = "fieldId"
             };

Synopsis

Constructors

PivotTableFieldCollapseStateTargetProperty()

The target of a pivot table field collapse state.

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.

Constructors

PivotTableFieldCollapseStateTargetProperty()

The target of a pivot table field collapse state.

public PivotTableFieldCollapseStateTargetProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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.CfnPropertyMixins.AWS.QuickSight;

             var pivotTableFieldCollapseStateTargetProperty = new PivotTableFieldCollapseStateTargetProperty {
                 FieldDataPathValues = new [] { new DataPathValueProperty {
                     DataPathType = new DataPathTypeProperty {
                         PivotTableDataPathType = "pivotTableDataPathType"
                     },
                     FieldId = "fieldId",
                     FieldValue = "fieldValue"
                 } },
                 FieldId = "fieldId"
             };

Properties

FieldDataPathValues

The data path of the pivot table's header.

public object? FieldDataPathValues { get; set; }
Property Value

object

Remarks

Used to set the collapse state.

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

Type union: either IResolvable or (either IResolvable or CfnAnalysisPropsMixin.IDataPathValueProperty)[]

FieldId

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

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

string

Remarks

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

Implements

CfnAnalysisPropsMixin.IPivotTableFieldCollapseStateTargetProperty
Back to top Generated by DocFX