interface GeospatialMapStyleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnAnalysisPropsMixin.GeospatialMapStyleProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnAnalysisPropsMixin_GeospatialMapStyleProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.GeospatialMapStyleProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnAnalysisPropsMixin.GeospatialMapStyleProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnAnalysisPropsMixin » GeospatialMapStyleProperty |
The map style properties for a 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/cfn-property-mixins';
const geospatialMapStyleProperty: quicksight.CfnAnalysisPropsMixin.GeospatialMapStyleProperty = {
backgroundColor: 'backgroundColor',
baseMapStyle: 'baseMapStyle',
baseMapVisibility: 'baseMapVisibility',
};
Properties
| Name | Type | Description |
|---|---|---|
| background | string | The background color and opacity values for a map. |
| base | string | The selected base map style. |
| base | string | The state of visibility for the base map. |
backgroundColor?
Type:
string
(optional)
The background color and opacity values for a map.
baseMapStyle?
Type:
string
(optional)
The selected base map style.
baseMapVisibility?
Type:
string
(optional)
The state of visibility for the base map.

.NET
Go
Java
Python
TypeScript