Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.IKPIFieldWellsProperty

The field well configuration of a KPI visual.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IKPIFieldWellsProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.IKPIFieldWellsProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

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.

Properties

TargetValues

The target value field wells of a KPI visual.

object? TargetValues { get; }
Property Value

object

Remarks

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

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

TrendGroups

The trend group field wells of a KPI visual.

object? TrendGroups { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnTemplatePropsMixin.IDimensionFieldProperty)[]

Values

The value field wells of a KPI visual.

object? Values { get; }
Property Value

object

Remarks

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

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

Back to top Generated by DocFX