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

Type union: either IResolvable or CfnAnalysis.IKPIFieldWellsProperty

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

Type union: either IResolvable or CfnAnalysis.IVisualInteractionOptionsProperty

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

Type union: either IResolvable or CfnAnalysis.IKPIOptionsProperty

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

Type union: either IResolvable or CfnAnalysis.IKPISortConfigurationProperty

Back to top Generated by DocFX