

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 ShortFormatText
<a name="aws-properties-quicksight-analysis-shortformattext"></a>

The text format for the title.

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-analysis-shortformattext-syntax"></a>

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

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

```
{
  "[PlainText](#cfn-quicksight-analysis-shortformattext-plaintext)" : String,
  "[RichText](#cfn-quicksight-analysis-shortformattext-richtext)" : String
}
```

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

```
  [PlainText](#cfn-quicksight-analysis-shortformattext-plaintext): String
  [RichText](#cfn-quicksight-analysis-shortformattext-richtext): String
```

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

`PlainText`  <a name="cfn-quicksight-analysis-shortformattext-plaintext"></a>
Plain text format.  
*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)

`RichText`  <a name="cfn-quicksight-analysis-shortformattext-richtext"></a>
Rich text. Examples of rich text include bold, underline, and italics.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)