interface KPIConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.KPIConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_KPIConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.KPIConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.KPIConfigurationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTemplate » 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
Name | Type | Description |
---|---|---|
field | IResolvable | KPIField | The field well configuration of a KPI visual. |
kpi | IResolvable | KPIOptions | The options that determine the presentation of a KPI visual. |
sort | IResolvable | KPISort | The sort configuration of a KPI visual. |
fieldWells?
Type:
IResolvable
|
KPIField
(optional)
The field well configuration of a KPI visual.
kpiOptions?
Type:
IResolvable
|
KPIOptions
(optional)
The options that determine the presentation of a KPI visual.
sortConfiguration?
Type:
IResolvable
|
KPISort
(optional)
The sort configuration of a KPI visual.