interface GeospatialNullDataSettingsProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.GeospatialNullDataSettingsProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_GeospatialNullDataSettingsProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.GeospatialNullDataSettingsProperty | 
|  Python | aws_cdk.aws_quicksight.CfnAnalysis.GeospatialNullDataSettingsProperty | 
|  TypeScript | aws-cdk-lib»aws_quicksight»CfnAnalysis»GeospatialNullDataSettingsProperty | 
The properties for the visualization of null data.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const geospatialNullDataSettingsProperty: quicksight.CfnAnalysis.GeospatialNullDataSettingsProperty = {
  symbolStyle: {
    fillColor: 'fillColor',
    strokeColor: 'strokeColor',
    strokeWidth: 123,
  },
};
Properties
| Name | Type | Description | 
|---|---|---|
| symbol | IResolvable | Geospatial | The symbol style for null data. | 
symbolStyle
Type:
IResolvable | Geospatial
The symbol style for null data.
