Show / Hide Table of Contents

Class CfnDashboard.PieChartFieldWellsProperty

The field well configuration of a pie chart.

Inheritance
object
CfnDashboard.PieChartFieldWellsProperty
Implements
CfnDashboard.IPieChartFieldWellsProperty
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.PieChartFieldWellsProperty : CfnDashboard.IPieChartFieldWellsProperty
Syntax (vb)
Public Class CfnDashboard.PieChartFieldWellsProperty Implements CfnDashboard.IPieChartFieldWellsProperty
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-dashboard-piechartfieldwells.html

ExampleMetadata: fixture=_generated

Synopsis

Constructors

PieChartFieldWellsProperty()

The field well configuration of a pie chart.

Properties

PieChartAggregatedFieldWells

The field well configuration of a pie chart.

Constructors

PieChartFieldWellsProperty()

The field well configuration of a pie chart.

public PieChartFieldWellsProperty()
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-dashboard-piechartfieldwells.html

ExampleMetadata: fixture=_generated

Properties

PieChartAggregatedFieldWells

The field well configuration of a pie chart.

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

object

Remarks

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

Implements

CfnDashboard.IPieChartFieldWellsProperty
Back to top Generated by DocFX