

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::QuickSight::Dashboard DataLabelType
<a name="aws-properties-quicksight-dashboard-datalabeltype"></a>

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
<a name="aws-properties-quicksight-dashboard-datalabeltype-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-datalabeltype-syntax.json"></a>

```
{
  "[DataPathLabelType](#cfn-quicksight-dashboard-datalabeltype-datapathlabeltype)" : {{DataPathLabelType}},
  "[FieldLabelType](#cfn-quicksight-dashboard-datalabeltype-fieldlabeltype)" : {{FieldLabelType}},
  "[MaximumLabelType](#cfn-quicksight-dashboard-datalabeltype-maximumlabeltype)" : {{MaximumLabelType}},
  "[MinimumLabelType](#cfn-quicksight-dashboard-datalabeltype-minimumlabeltype)" : {{MinimumLabelType}},
  "[RangeEndsLabelType](#cfn-quicksight-dashboard-datalabeltype-rangeendslabeltype)" : {{RangeEndsLabelType}}
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-datalabeltype-syntax.yaml"></a>

```
  [DataPathLabelType](#cfn-quicksight-dashboard-datalabeltype-datapathlabeltype): {{
    DataPathLabelType}}
  [FieldLabelType](#cfn-quicksight-dashboard-datalabeltype-fieldlabeltype): {{
    FieldLabelType}}
  [MaximumLabelType](#cfn-quicksight-dashboard-datalabeltype-maximumlabeltype): {{
    MaximumLabelType}}
  [MinimumLabelType](#cfn-quicksight-dashboard-datalabeltype-minimumlabeltype): {{
    MinimumLabelType}}
  [RangeEndsLabelType](#cfn-quicksight-dashboard-datalabeltype-rangeendslabeltype): {{
    RangeEndsLabelType}}
```

## Properties
<a name="aws-properties-quicksight-dashboard-datalabeltype-properties"></a>

`DataPathLabelType`  <a name="cfn-quicksight-dashboard-datalabeltype-datapathlabeltype"></a>
The option that specifies individual data values for labels.  
*Required*: No  
*Type*: [DataPathLabelType](aws-properties-quicksight-dashboard-datapathlabeltype.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldLabelType`  <a name="cfn-quicksight-dashboard-datalabeltype-fieldlabeltype"></a>
Determines the label configuration for the entire field.  
*Required*: No  
*Type*: [FieldLabelType](aws-properties-quicksight-dashboard-fieldlabeltype.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MaximumLabelType`  <a name="cfn-quicksight-dashboard-datalabeltype-maximumlabeltype"></a>
Determines the label configuration for the maximum value in a visual.  
*Required*: No  
*Type*: [MaximumLabelType](aws-properties-quicksight-dashboard-maximumlabeltype.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MinimumLabelType`  <a name="cfn-quicksight-dashboard-datalabeltype-minimumlabeltype"></a>
Determines the label configuration for the minimum value in a visual.  
*Required*: No  
*Type*: [MinimumLabelType](aws-properties-quicksight-dashboard-minimumlabeltype.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RangeEndsLabelType`  <a name="cfn-quicksight-dashboard-datalabeltype-rangeendslabeltype"></a>
Determines the label configuration for range end value in a visual.  
*Required*: No  
*Type*: [RangeEndsLabelType](aws-properties-quicksight-dashboard-rangeendslabeltype.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)