AWS::QuickSight::Template 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:
ReferenceLineDataConfiguration
LabelConfiguration:ReferenceLineLabelConfiguration
Status:String
StyleConfiguration: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 | DISABLED
Update requires: No interruption
-
StyleConfiguration
-
The style configuration of the reference line.
Required: No
Type: ReferenceLineStyleConfiguration
Update requires: No interruption