Class CfnAnalysisPropsMixin.GeospatialMapStyleOptionsProperty
The map style options of the geospatial map.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.GeospatialMapStyleOptionsProperty : CfnAnalysisPropsMixin.IGeospatialMapStyleOptionsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.GeospatialMapStyleOptionsProperty Implements CfnAnalysisPropsMixin.IGeospatialMapStyleOptionsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var geospatialMapStyleOptionsProperty = new GeospatialMapStyleOptionsProperty {
BaseMapStyle = "baseMapStyle"
};
Synopsis
Constructors
| GeospatialMapStyleOptionsProperty() | The map style options of the geospatial map. |
Properties
| BaseMapStyle | The base map style of the geospatial map. |
Constructors
GeospatialMapStyleOptionsProperty()
The map style options of the geospatial map.
public GeospatialMapStyleOptionsProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var geospatialMapStyleOptionsProperty = new GeospatialMapStyleOptionsProperty {
BaseMapStyle = "baseMapStyle"
};
Properties
BaseMapStyle
The base map style of the geospatial map.
public string? BaseMapStyle { get; set; }