aws-cdk-lib.aws_quicksight.CfnDashboard.KPIFieldWellsProperty

interface KPIFieldWellsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.KPIFieldWellsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_KPIFieldWellsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.KPIFieldWellsProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.KPIFieldWellsProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » 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

NameTypeDescription
targetValues?IResolvable | IResolvable | MeasureFieldProperty[]The target value field wells of a KPI visual.
trendGroups?IResolvable | IResolvable | DimensionFieldProperty[]The trend group field wells of a KPI visual.
values?IResolvable | IResolvable | MeasureFieldProperty[]The value field wells of a KPI visual.

targetValues?

Type: IResolvable | IResolvable | MeasureFieldProperty[] (optional)

The target value field wells of a KPI visual.


trendGroups?

Type: IResolvable | IResolvable | DimensionFieldProperty[] (optional)

The trend group field wells of a KPI visual.


values?

Type: IResolvable | IResolvable | MeasureFieldProperty[] (optional)

The value field wells of a KPI visual.