aws-cdk-lib.aws_quicksight.CfnTemplate.GeospatialMapStyleOptionsProperty

interface GeospatialMapStyleOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.GeospatialMapStyleOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_GeospatialMapStyleOptionsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.GeospatialMapStyleOptionsProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.GeospatialMapStyleOptionsProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const geospatialMapStyleOptionsProperty: quicksight.CfnTemplate.GeospatialMapStyleOptionsProperty = {
  baseMapStyle: 'baseMapStyle',
};

Properties

NameTypeDescription
baseMapStyle?stringThe base map style of the geospatial map.

baseMapStyle?

Type: string (optional)

The base map style of the geospatial map.