Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.GeospatialMapStyleProperty

The map style properties for a map.

Inheritance
object
CfnAnalysisPropsMixin.GeospatialMapStyleProperty
Implements
CfnAnalysisPropsMixin.IGeospatialMapStyleProperty
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.GeospatialMapStyleProperty : CfnAnalysisPropsMixin.IGeospatialMapStyleProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.GeospatialMapStyleProperty Implements CfnAnalysisPropsMixin.IGeospatialMapStyleProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialmapstyle.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 geospatialMapStyleProperty = new GeospatialMapStyleProperty {
                 BackgroundColor = "backgroundColor",
                 BaseMapStyle = "baseMapStyle",
                 BaseMapVisibility = "baseMapVisibility"
             };

Synopsis

Constructors

GeospatialMapStyleProperty()

The map style properties for a map.

Properties

BackgroundColor

The background color and opacity values for a map.

BaseMapStyle

The selected base map style.

BaseMapVisibility

The state of visibility for the base map.

Constructors

GeospatialMapStyleProperty()

The map style properties for a map.

public GeospatialMapStyleProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialmapstyle.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 geospatialMapStyleProperty = new GeospatialMapStyleProperty {
                 BackgroundColor = "backgroundColor",
                 BaseMapStyle = "baseMapStyle",
                 BaseMapVisibility = "baseMapVisibility"
             };

Properties

BackgroundColor

The background color and opacity values for a map.

public string? BackgroundColor { get; set; }
Property Value

string

Remarks

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

BaseMapStyle

The selected base map style.

public string? BaseMapStyle { get; set; }
Property Value

string

Remarks

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

BaseMapVisibility

The state of visibility for the base map.

public string? BaseMapVisibility { get; set; }
Property Value

string

Remarks

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

Implements

CfnAnalysisPropsMixin.IGeospatialMapStyleProperty
Back to top Generated by DocFX