Show / Hide Table of Contents

Class CfnAnalysis.GeospatialMapStyleOptionsProperty

The map style options of the geospatial map.

Inheritance
System.Object
CfnAnalysis.GeospatialMapStyleOptionsProperty
Implements
CfnAnalysis.IGeospatialMapStyleOptionsProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class GeospatialMapStyleOptionsProperty : Object, CfnAnalysis.IGeospatialMapStyleOptionsProperty
Syntax (vb)
Public Class GeospatialMapStyleOptionsProperty
    Inherits Object
    Implements CfnAnalysis.IGeospatialMapStyleOptionsProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialmapstyleoptions.html

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.AWS.QuickSight;

var geospatialMapStyleOptionsProperty = new GeospatialMapStyleOptionsProperty {
    BaseMapStyle = "baseMapStyle"
};

Synopsis

Constructors

GeospatialMapStyleOptionsProperty()

Properties

BaseMapStyle

The base map style of the geospatial map.

Constructors

GeospatialMapStyleOptionsProperty()

public GeospatialMapStyleOptionsProperty()

Properties

BaseMapStyle

The base map style of the geospatial map.

public string BaseMapStyle { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialmapstyleoptions.html#cfn-quicksight-analysis-geospatialmapstyleoptions-basemapstyle

Implements

CfnAnalysis.IGeospatialMapStyleOptionsProperty
Back to top Generated by DocFX