aws-cdk-lib.aws_quicksight.CfnDashboard.DataPathLabelTypeProperty

interface DataPathLabelTypeProperty

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

The option that specifies individual data values for labels.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const dataPathLabelTypeProperty: quicksight.CfnDashboard.DataPathLabelTypeProperty = {
  fieldId: 'fieldId',
  fieldValue: 'fieldValue',
  visibility: 'visibility',
};

Properties

NameTypeDescription
fieldId?stringThe field ID of the field that the data label needs to be applied to.
fieldValue?stringThe actual value of the field that is labeled.
visibility?stringThe visibility of the data label.

fieldId?

Type: string (optional)

The field ID of the field that the data label needs to be applied to.


fieldValue?

Type: string (optional)

The actual value of the field that is labeled.


visibility?

Type: string (optional)

The visibility of the data label.