

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::Topic NegativeFormat
<a name="aws-properties-quicksight-topic-negativeformat"></a>

A structure that represents a negative format.

## Syntax
<a name="aws-properties-quicksight-topic-negativeformat-syntax"></a>

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

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

```
{
  "[Prefix](#cfn-quicksight-topic-negativeformat-prefix)" : String,
  "[Suffix](#cfn-quicksight-topic-negativeformat-suffix)" : String
}
```

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

```
  [Prefix](#cfn-quicksight-topic-negativeformat-prefix): String
  [Suffix](#cfn-quicksight-topic-negativeformat-suffix): String
```

## Properties
<a name="aws-properties-quicksight-topic-negativeformat-properties"></a>

`Prefix`  <a name="cfn-quicksight-topic-negativeformat-prefix"></a>
The prefix for a negative format.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Suffix`  <a name="cfn-quicksight-topic-negativeformat-suffix"></a>
The suffix for a negative format.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)