interface GeospatialNullDataSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDashboardPropsMixin.GeospatialNullDataSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDashboardPropsMixin_GeospatialNullDataSettingsProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.GeospatialNullDataSettingsProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDashboardPropsMixin.GeospatialNullDataSettingsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDashboardPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const geospatialNullDataSettingsProperty: quicksight_mixins.CfnDashboardPropsMixin.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
(optional)
The symbol style for null data.

.NET
Go
Java
Python
TypeScript