interface GeospatialMapStyleOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.GeospatialMapStyleOptionsProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.GeospatialMapStyleOptionsProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.GeospatialMapStyleOptionsProperty |
![]() | @aws-cdk/aws-quicksight » CfnAnalysis » GeospatialMapStyleOptionsProperty |
The map style options of the geospatial map.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const geospatialMapStyleOptionsProperty: quicksight.CfnAnalysis.GeospatialMapStyleOptionsProperty = {
baseMapStyle: 'baseMapStyle',
};
Properties
Name | Type | Description |
---|---|---|
base | string | The base map style of the geospatial map. |
baseMapStyle?
Type:
string
(optional)
The base map style of the geospatial map.