aws-cdk-lib.aws_quicksight.CfnDashboard.KPIConfigurationProperty

interface KPIConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.KPIConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_KPIConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.KPIConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.KPIConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » KPIConfigurationProperty

The configuration of a KPI visual.

Example

// The generated example for this type would exceed 500 lines,
// and has been elided for readability.

Properties

NameTypeDescription
fieldWells?IResolvable | KPIFieldWellsPropertyThe field well configuration of a KPI visual.
kpiOptions?IResolvable | KPIOptionsPropertyThe options that determine the presentation of a KPI visual.
sortConfiguration?IResolvable | KPISortConfigurationPropertyThe sort configuration of a KPI visual.

fieldWells?

Type: IResolvable | KPIFieldWellsProperty (optional)

The field well configuration of a KPI visual.


kpiOptions?

Type: IResolvable | KPIOptionsProperty (optional)

The options that determine the presentation of a KPI visual.


sortConfiguration?

Type: IResolvable | KPISortConfigurationProperty (optional)

The sort configuration of a KPI visual.