Show / Hide Table of Contents

Class CfnAnalysis.PivotTableFieldWellsProperty

The field wells for a pivot table visual.

Inheritance
object
CfnAnalysis.PivotTableFieldWellsProperty
Implements
CfnAnalysis.IPivotTableFieldWellsProperty
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 CfnAnalysis.PivotTableFieldWellsProperty : CfnAnalysis.IPivotTableFieldWellsProperty
Syntax (vb)
Public Class CfnAnalysis.PivotTableFieldWellsProperty Implements CfnAnalysis.IPivotTableFieldWellsProperty
Remarks

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pivottablefieldwells.html

ExampleMetadata: fixture=_generated

Synopsis

Constructors

PivotTableFieldWellsProperty()

The field wells for a pivot table visual.

Properties

PivotTableAggregatedFieldWells

The aggregated field well for the pivot table.

Constructors

PivotTableFieldWellsProperty()

The field wells for a pivot table visual.

public PivotTableFieldWellsProperty()
Remarks

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pivottablefieldwells.html

ExampleMetadata: fixture=_generated

Properties

PivotTableAggregatedFieldWells

The aggregated field well for the pivot table.

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

object

Remarks

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

Implements

CfnAnalysis.IPivotTableFieldWellsProperty
Back to top Generated by DocFX