AWS::QuickSight::Template DataLabelType
The option that determines the data label type.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DataPathLabelType" :
DataPathLabelType
, "FieldLabelType" :FieldLabelType
, "MaximumLabelType" :MaximumLabelType
, "MinimumLabelType" :MinimumLabelType
, "RangeEndsLabelType" :RangeEndsLabelType
}
YAML
DataPathLabelType:
DataPathLabelType
FieldLabelType:FieldLabelType
MaximumLabelType:MaximumLabelType
MinimumLabelType:MinimumLabelType
RangeEndsLabelType:RangeEndsLabelType
Properties
DataPathLabelType
-
The option that specifies individual data values for labels.
Required: No
Type: DataPathLabelType
Update requires: No interruption
FieldLabelType
-
Determines the label configuration for the entire field.
Required: No
Type: FieldLabelType
Update requires: No interruption
MaximumLabelType
-
Determines the label configuration for the maximum value in a visual.
Required: No
Type: MaximumLabelType
Update requires: No interruption
MinimumLabelType
-
Determines the label configuration for the minimum value in a visual.
Required: No
Type: MinimumLabelType
Update requires: No interruption
RangeEndsLabelType
-
Determines the label configuration for range end value in a visual.
Required: No
Type: RangeEndsLabelType
Update requires: No interruption