This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::QuickSight::Template DataLabelOptions
The options that determine the presentation of the data labels.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CategoryLabelVisibility" :, "DataLabelTypes" :[ DataLabelType, ... ], "LabelColor" :String, "LabelContent" :String, "LabelFontConfiguration" :FontConfiguration, "MeasureLabelVisibility" :, "Overlap" :String, "Position" :String, "TotalsVisibility" :, "Visibility" :}
YAML
CategoryLabelVisibility:DataLabelTypes:- DataLabelTypeLabelColor:StringLabelContent:StringLabelFontConfiguration:FontConfigurationMeasureLabelVisibility:Overlap:StringPosition:StringTotalsVisibility:Visibility:
Properties
CategoryLabelVisibility-
Determines the visibility of the category field labels.
Required: No
Type:
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:
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:
Allowed values:
HIDDEN | VISIBLEUpdate requires: No interruption
Visibility-
Determines the visibility of the data labels.
Required: No
Type:
Allowed values:
HIDDEN | VISIBLEUpdate requires: No interruption