Show / Hide Table of Contents

Class CfnTemplate.FunnelChartFieldWellsProperty

The field well configuration of a FunnelChartVisual .

Inheritance
object
CfnTemplate.FunnelChartFieldWellsProperty
Implements
CfnTemplate.IFunnelChartFieldWellsProperty
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 CfnTemplate.FunnelChartFieldWellsProperty : CfnTemplate.IFunnelChartFieldWellsProperty
Syntax (vb)
Public Class CfnTemplate.FunnelChartFieldWellsProperty Implements CfnTemplate.IFunnelChartFieldWellsProperty
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-template-funnelchartfieldwells.html

ExampleMetadata: fixture=_generated

Synopsis

Constructors

FunnelChartFieldWellsProperty()

The field well configuration of a FunnelChartVisual .

Properties

FunnelChartAggregatedFieldWells

The field well configuration of a FunnelChartVisual .

Constructors

FunnelChartFieldWellsProperty()

The field well configuration of a FunnelChartVisual .

public FunnelChartFieldWellsProperty()
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-template-funnelchartfieldwells.html

ExampleMetadata: fixture=_generated

Properties

FunnelChartAggregatedFieldWells

The field well configuration of a FunnelChartVisual .

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-funnelchartfieldwells.html#cfn-quicksight-template-funnelchartfieldwells-funnelchartaggregatedfieldwells

Implements

CfnTemplate.IFunnelChartFieldWellsProperty
Back to top Generated by DocFX