Show / Hide Table of Contents

Interface CfnAnalysis.IKPIConfigurationProperty

The configuration of a KPI visual.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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-analysis-kpiconfiguration.html#cfn-quicksight-analysis-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-analysis-kpiconfiguration.html#cfn-quicksight-analysis-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-analysis-kpiconfiguration.html#cfn-quicksight-analysis-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-analysis-kpiconfiguration.html#cfn-quicksight-analysis-kpiconfiguration-sortconfiguration

Back to top Generated by DocFX