Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.GaugeChartFieldWellsProperty

The field well configuration of a GaugeChartVisual .

Inheritance
object
CfnAnalysisPropsMixin.GaugeChartFieldWellsProperty
Implements
CfnAnalysisPropsMixin.IGaugeChartFieldWellsProperty
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.GaugeChartFieldWellsProperty : CfnAnalysisPropsMixin.IGaugeChartFieldWellsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.GaugeChartFieldWellsProperty Implements CfnAnalysisPropsMixin.IGaugeChartFieldWellsProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

GaugeChartFieldWellsProperty()

The field well configuration of a GaugeChartVisual .

Properties

TargetValues

The target value field wells of a GaugeChartVisual .

Values

The value field wells of a GaugeChartVisual .

Constructors

GaugeChartFieldWellsProperty()

The field well configuration of a GaugeChartVisual .

public GaugeChartFieldWellsProperty()
Remarks

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

ExampleMetadata: fixture=_generated

Properties

TargetValues

The target value field wells of a GaugeChartVisual .

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

object

Remarks

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

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

Values

The value field wells of a GaugeChartVisual .

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

object

Remarks

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

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

Implements

CfnAnalysisPropsMixin.IGaugeChartFieldWellsProperty
Back to top Generated by DocFX