Show / Hide Table of Contents

Interface CfnAnalysisPropsMixin.IGeospatialMapStyleProperty

The map style properties for a map.

Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IGeospatialMapStyleProperty
Syntax (vb)
Public Interface 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

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.

Properties

BackgroundColor

The background color and opacity values for a map.

string? BackgroundColor { get; }
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.

string? BaseMapStyle { get; }
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.

string? BaseMapVisibility { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX