

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::QuickSight::Dashboard GeospatialNullSymbolStyle
<a name="aws-properties-quicksight-dashboard-geospatialnullsymbolstyle"></a>

The symbol style for null data.

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

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

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

```
{
  "[FillColor](#cfn-quicksight-dashboard-geospatialnullsymbolstyle-fillcolor)" : String,
  "[StrokeColor](#cfn-quicksight-dashboard-geospatialnullsymbolstyle-strokecolor)" : String,
  "[StrokeWidth](#cfn-quicksight-dashboard-geospatialnullsymbolstyle-strokewidth)" : Number
}
```

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

```
  [FillColor](#cfn-quicksight-dashboard-geospatialnullsymbolstyle-fillcolor): String
  [StrokeColor](#cfn-quicksight-dashboard-geospatialnullsymbolstyle-strokecolor): String
  [StrokeWidth](#cfn-quicksight-dashboard-geospatialnullsymbolstyle-strokewidth): Number
```

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

`FillColor`  <a name="cfn-quicksight-dashboard-geospatialnullsymbolstyle-fillcolor"></a>
The color and opacity values for the fill color.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StrokeColor`  <a name="cfn-quicksight-dashboard-geospatialnullsymbolstyle-strokecolor"></a>
The color and opacity values for the stroke color.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StrokeWidth`  <a name="cfn-quicksight-dashboard-geospatialnullsymbolstyle-strokewidth"></a>
The width of the border stroke.  
*Required*: No  
*Type*: Number  
*Minimum*: `0`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)