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 ReferenceLineDataConfiguration
The data configuration of the reference line.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AxisBinding" :String, "DynamicConfiguration" :ReferenceLineDynamicDataConfiguration, "SeriesType" :String, "StaticConfiguration" :ReferenceLineStaticDataConfiguration}
YAML
AxisBinding:StringDynamicConfiguration:ReferenceLineDynamicDataConfigurationSeriesType:StringStaticConfiguration:ReferenceLineStaticDataConfiguration
Properties
- AxisBinding
- 
                    The axis binding type of the reference line. Choose one of the following options: - 
                            PrimaryY
- 
                            SecondaryY
 Required: No Type: String Allowed values: PRIMARY_YAXIS | SECONDARY_YAXISUpdate requires: No interruption 
- 
                            
- DynamicConfiguration
- 
                    The dynamic configuration of the reference line data configuration. Required: No Type: ReferenceLineDynamicDataConfiguration Update requires: No interruption 
- SeriesType
- 
                    The series type of the reference line data configuration. Choose one of the following options: - 
                            BAR
- 
                            LINE
 Required: No Type: String Allowed values: BAR | LINEUpdate requires: No interruption 
- 
                            
- StaticConfiguration
- 
                    The static data configuration of the reference line data configuration. Required: No Type: ReferenceLineStaticDataConfiguration Update requires: No interruption