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 ReferenceLine
The reference line visual display options.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DataConfiguration" :ReferenceLineDataConfiguration, "LabelConfiguration" :ReferenceLineLabelConfiguration, "Status" :String, "StyleConfiguration" :ReferenceLineStyleConfiguration}
YAML
DataConfiguration:ReferenceLineDataConfigurationLabelConfiguration:ReferenceLineLabelConfigurationStatus:StringStyleConfiguration:ReferenceLineStyleConfiguration
Properties
- DataConfiguration
- 
                    The data configuration of the reference line. Required: Yes Type: ReferenceLineDataConfiguration Update requires: No interruption 
- LabelConfiguration
- 
                    The label configuration of the reference line. Required: No Type: ReferenceLineLabelConfiguration Update requires: No interruption 
- Status
- 
                    The status of the reference line. Choose one of the following options: - 
                            ENABLE
- 
                            DISABLE
 Required: No Type: String Allowed values: ENABLED | DISABLEDUpdate requires: No interruption 
- 
                            
- StyleConfiguration
- 
                    The style configuration of the reference line. Required: No Type: ReferenceLineStyleConfiguration Update requires: No interruption