

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::Analysis DataPathLabelType
<a name="aws-properties-quicksight-analysis-datapathlabeltype"></a>

The option that specifies individual data values for labels.

## Syntax
<a name="aws-properties-quicksight-analysis-datapathlabeltype-syntax"></a>

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

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

```
{
  "[FieldId](#cfn-quicksight-analysis-datapathlabeltype-fieldid)" : String,
  "[FieldValue](#cfn-quicksight-analysis-datapathlabeltype-fieldvalue)" : String,
  "[Visibility](#cfn-quicksight-analysis-datapathlabeltype-visibility)" : String
}
```

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

```
  [FieldId](#cfn-quicksight-analysis-datapathlabeltype-fieldid): String
  [FieldValue](#cfn-quicksight-analysis-datapathlabeltype-fieldvalue): String
  [Visibility](#cfn-quicksight-analysis-datapathlabeltype-visibility): String
```

## Properties
<a name="aws-properties-quicksight-analysis-datapathlabeltype-properties"></a>

`FieldId`  <a name="cfn-quicksight-analysis-datapathlabeltype-fieldid"></a>
The field ID of the field that the data label needs to be applied to.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `512`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldValue`  <a name="cfn-quicksight-analysis-datapathlabeltype-fieldvalue"></a>
The actual value of the field that is labeled.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Visibility`  <a name="cfn-quicksight-analysis-datapathlabeltype-visibility"></a>
The visibility of the data label.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)