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::Analysis ReferenceLineValueLabelConfiguration
The value label configuration of the label in a reference line.
Syntax
To declare this entity in your AWS 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: BEFORE_CUSTOM_LABEL | AFTER_CUSTOM_LABELUpdate requires: No interruption 
-