

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::Template GradientStop
<a name="aws-properties-quicksight-template-gradientstop"></a>

Determines the gradient stop configuration.

## Syntax
<a name="aws-properties-quicksight-template-gradientstop-syntax"></a>

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

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

```
{
  "[Color](#cfn-quicksight-template-gradientstop-color)" : String,
  "[DataValue](#cfn-quicksight-template-gradientstop-datavalue)" : Number,
  "[GradientOffset](#cfn-quicksight-template-gradientstop-gradientoffset)" : Number
}
```

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

```
  [Color](#cfn-quicksight-template-gradientstop-color): String
  [DataValue](#cfn-quicksight-template-gradientstop-datavalue): Number
  [GradientOffset](#cfn-quicksight-template-gradientstop-gradientoffset): Number
```

## Properties
<a name="aws-properties-quicksight-template-gradientstop-properties"></a>

`Color`  <a name="cfn-quicksight-template-gradientstop-color"></a>
Determines the color.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataValue`  <a name="cfn-quicksight-template-gradientstop-datavalue"></a>
Determines the data value.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`GradientOffset`  <a name="cfn-quicksight-template-gradientstop-gradientoffset"></a>
Determines gradient offset value.  
*Required*: Yes  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)