

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

The share label options for the labels.

## Syntax
<a name="aws-properties-quicksight-dashboard-labeloptions-syntax"></a>

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

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

```
{
  "[CustomLabel](#cfn-quicksight-dashboard-labeloptions-customlabel)" : String,
  "[FontConfiguration](#cfn-quicksight-dashboard-labeloptions-fontconfiguration)" : FontConfiguration,
  "[Visibility](#cfn-quicksight-dashboard-labeloptions-visibility)" : String
}
```

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

```
  [CustomLabel](#cfn-quicksight-dashboard-labeloptions-customlabel): String
  [FontConfiguration](#cfn-quicksight-dashboard-labeloptions-fontconfiguration): 
    FontConfiguration
  [Visibility](#cfn-quicksight-dashboard-labeloptions-visibility): String
```

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

`CustomLabel`  <a name="cfn-quicksight-dashboard-labeloptions-customlabel"></a>
The text for the label.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FontConfiguration`  <a name="cfn-quicksight-dashboard-labeloptions-fontconfiguration"></a>
The font configuration of the label.  
*Required*: No  
*Type*: [FontConfiguration](aws-properties-quicksight-dashboard-fontconfiguration.md)  
*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-dashboard-labeloptions-visibility"></a>
Determines whether or not the label is visible.  
*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)