Show / Hide Table of Contents

Interface CfnDashboard.IKPIConfigurationProperty

The configuration of a KPI visual.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDashboard.IKPIConfigurationProperty
Syntax (vb)
Public Interface CfnDashboard.IKPIConfigurationProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Properties

FieldWells

The field well configuration of a KPI visual.

Interactions

The general visual interactions setup for a visual.

KpiOptions

The options that determine the presentation of a KPI visual.

SortConfiguration

The sort configuration of a KPI visual.

Properties

FieldWells

The field well configuration of a KPI visual.

object? FieldWells { get; }
Property Value

object

Remarks

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

Interactions

The general visual interactions setup for a visual.

object? Interactions { get; }
Property Value

object

Remarks

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

KpiOptions

The options that determine the presentation of a KPI visual.

object? KpiOptions { get; }
Property Value

object

Remarks

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

SortConfiguration

The sort configuration of a KPI visual.

object? SortConfiguration { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX