AWS::QuickSight::Analysis TooltipItem
The tooltip.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ColumnTooltipItem" :
ColumnTooltipItem
, "FieldTooltipItem" :FieldTooltipItem
}
Properties
ColumnTooltipItem
-
The tooltip item for the columns that are not part of a field well.
Required: No
Type: ColumnTooltipItem
Update requires: No interruption
FieldTooltipItem
-
The tooltip item for the fields.
Required: No
Type: FieldTooltipItem
Update requires: No interruption