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