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::Template AxisLabelOptions
The label options for a chart axis. You must specify the field that the label is targeted to.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ApplyTo" :AxisLabelReferenceOptions, "CustomLabel" :String, "FontConfiguration" :FontConfiguration}
Properties
- ApplyTo
- 
                    The options that indicate which field the label belongs to. Required: No Type: AxisLabelReferenceOptions Update requires: No interruption 
- CustomLabel
- 
                    The text for the axis label. Required: No Type: String Update requires: No interruption 
- FontConfiguration
- 
                    The font configuration of the axis label. Required: No Type: FontConfiguration Update requires: No interruption