Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.GeospatialMapStyleOptionsProperty

The map style options of the geospatial map.

Inheritance
object
CfnAnalysisPropsMixin.GeospatialMapStyleOptionsProperty
Implements
CfnAnalysisPropsMixin.IGeospatialMapStyleOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: 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.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

See: 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.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; }
Property Value

string

Remarks

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

Implements

CfnAnalysisPropsMixin.IGeospatialMapStyleOptionsProperty
Back to top Generated by DocFX