interface KPIFieldWellsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDashboardPropsMixin.KPIFieldWellsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDashboardPropsMixin_KPIFieldWellsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.KPIFieldWellsProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDashboardPropsMixin.KPIFieldWellsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnDashboardPropsMixin » 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.

.NET
Go
Java
Python
TypeScript