interface KPIFieldWellsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.KPIFieldWellsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_KPIFieldWellsProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.KPIFieldWellsProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.KPIFieldWellsProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnTemplate » KPIFieldWellsProperty |
The field well 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 |
---|---|---|
target | IResolvable | ( IResolvable | Measure )[] | The target value field wells of a KPI visual. |
trend | IResolvable | ( IResolvable | Dimension )[] | The trend group field wells of a KPI visual. |
values? | IResolvable | ( IResolvable | Measure )[] | The value field wells of a KPI visual. |
targetValues?
Type:
IResolvable
| (
IResolvable
|
Measure
)[]
(optional)
The target value field wells of a KPI visual.
trendGroups?
Type:
IResolvable
| (
IResolvable
|
Dimension
)[]
(optional)
The trend group field wells of a KPI visual.
values?
Type:
IResolvable
| (
IResolvable
|
Measure
)[]
(optional)
The value field wells of a KPI visual.