AWS::QuickSight::Template ReferenceLineValueLabelConfiguration
The value label configuration of the label in a reference line.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "FormatConfiguration" :NumericFormatConfiguration, "RelativePosition" :String}
YAML
FormatConfiguration:NumericFormatConfigurationRelativePosition:String
Properties
FormatConfiguration-
The format configuration of the value label.
Required: No
Type: NumericFormatConfiguration
Update requires: No interruption
RelativePosition-
The relative position of the value label. Choose one of the following options:
-
BEFORE_CUSTOM_LABEL -
AFTER_CUSTOM_LABEL
Required: No
Type: String
Allowed values:
AFTER_CUSTOM_LABEL | BEFORE_CUSTOM_LABELUpdate requires: No interruption
-