Show / Hide Table of Contents

Class CfnDashboard.KPIFieldWellsProperty

The field well configuration of a KPI visual.

Inheritance
object
CfnDashboard.KPIFieldWellsProperty
Implements
CfnDashboard.IKPIFieldWellsProperty
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.KPIFieldWellsProperty : CfnDashboard.IKPIFieldWellsProperty
Syntax (vb)
Public Class CfnDashboard.KPIFieldWellsProperty Implements CfnDashboard.IKPIFieldWellsProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

KPIFieldWellsProperty()

The field well configuration of a KPI visual.

Properties

TargetValues

The target value field wells of a KPI visual.

TrendGroups

The trend group field wells of a KPI visual.

Values

The value field wells of a KPI visual.

Constructors

KPIFieldWellsProperty()

The field well configuration of a KPI visual.

public KPIFieldWellsProperty()
Remarks

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

ExampleMetadata: fixture=_generated

Properties

TargetValues

The target value field wells of a KPI visual.

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

object

Remarks

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

TrendGroups

The trend group field wells of a KPI visual.

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

object

Remarks

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

Values

The value field wells of a KPI visual.

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

object

Remarks

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

Implements

CfnDashboard.IKPIFieldWellsProperty
Back to top Generated by DocFX