aws-cdk-lib.aws_quicksight.CfnAnalysis.FieldTooltipItemProperty

interface FieldTooltipItemProperty

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

The tooltip item for the fields.

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 fieldTooltipItemProperty: quicksight.CfnAnalysis.FieldTooltipItemProperty = {
  fieldId: 'fieldId',

  // the properties below are optional
  label: 'label',
  visibility: 'visibility',
};

Properties

NameTypeDescription
fieldIdstringThe unique ID of the field that is targeted by the tooltip.
label?stringThe label of the tooltip item.
visibility?stringThe visibility of the tooltip item.

fieldId

Type: string

The unique ID of the field that is targeted by the tooltip.


label?

Type: string (optional)

The label of the tooltip item.


visibility?

Type: string (optional)

The visibility of the tooltip item.