This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Dashboard DataLabelOptions
The options that determine the presentation of the data labels.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CategoryLabelVisibility" :String, "DataLabelTypes" :[ DataLabelType, ... ], "LabelColor" :String, "LabelContent" :String, "LabelFontConfiguration" :FontConfiguration, "MeasureLabelVisibility" :String, "Overlap" :String, "Position" :String, "TotalsVisibility" :String, "Visibility" :String}
YAML
CategoryLabelVisibility:StringDataLabelTypes:- DataLabelTypeLabelColor:StringLabelContent:StringLabelFontConfiguration:FontConfigurationMeasureLabelVisibility:StringOverlap:StringPosition:StringTotalsVisibility:StringVisibility:String
Properties
- CategoryLabelVisibility
- 
                    Determines the visibility of the category field labels. Required: No Type: String Allowed values: HIDDEN | VISIBLEUpdate requires: No interruption 
- DataLabelTypes
- 
                    The option that determines the data label type. Required: No Type: Array of DataLabelType Minimum: 0Maximum: 100Update requires: No interruption 
- LabelColor
- 
                    Determines the color of the data labels. Required: No Type: String Pattern: ^#[A-F0-9]{6}$Update requires: No interruption 
- LabelContent
- 
                    Determines the content of the data labels. Required: No Type: String Allowed values: VALUE | PERCENT | VALUE_AND_PERCENTUpdate requires: No interruption 
- LabelFontConfiguration
- 
                    Determines the font configuration of the data labels. Required: No Type: FontConfiguration Update requires: No interruption 
- MeasureLabelVisibility
- 
                    Determines the visibility of the measure field labels. Required: No Type: String Allowed values: HIDDEN | VISIBLEUpdate requires: No interruption 
- Overlap
- 
                    Determines whether overlap is enabled or disabled for the data labels. Required: No Type: String Allowed values: DISABLE_OVERLAP | ENABLE_OVERLAPUpdate requires: No interruption 
- Position
- 
                    Determines the position of the data labels. Required: No Type: String Allowed values: INSIDE | OUTSIDE | LEFT | TOP | BOTTOM | RIGHTUpdate requires: No interruption 
- TotalsVisibility
- 
                    Determines the visibility of the total. Required: No Type: String Allowed values: HIDDEN | VISIBLEUpdate requires: No interruption 
- Visibility
- 
                    Determines the visibility of the data labels. Required: No Type: String Allowed values: HIDDEN | VISIBLEUpdate requires: No interruption