Show / Hide Table of Contents

Interface CfnAnalysis.IGeospatialMapConfigurationProperty

The configuration of a GeospatialMapVisual .

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysis.IGeospatialMapConfigurationProperty
Syntax (vb)
Public Interface CfnAnalysis.IGeospatialMapConfigurationProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Properties

FieldWells

The field wells of the visual.

Interactions

The general visual interactions setup for a visual.

Legend

The legend display setup of the visual.

MapStyleOptions

The map style options of the geospatial map.

PointStyleOptions

The point style options of the geospatial map.

Tooltip

The tooltip display setup of the visual.

VisualPalette

The configuration of a GeospatialMapVisual .

WindowOptions

The window options of the geospatial map.

Properties

FieldWells

The field wells of the visual.

object? FieldWells { get; }
Property Value

object

Remarks

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

Interactions

The general visual interactions setup for a visual.

object? Interactions { get; }
Property Value

object

Remarks

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

Legend

The legend display setup of the visual.

object? Legend { get; }
Property Value

object

Remarks

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

MapStyleOptions

The map style options of the geospatial map.

object? MapStyleOptions { get; }
Property Value

object

Remarks

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

PointStyleOptions

The point style options of the geospatial map.

object? PointStyleOptions { get; }
Property Value

object

Remarks

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

Tooltip

The tooltip display setup of the visual.

object? Tooltip { get; }
Property Value

object

Remarks

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

VisualPalette

The configuration of a GeospatialMapVisual .

object? VisualPalette { get; }
Property Value

object

Remarks

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

WindowOptions

The window options of the geospatial map.

object? WindowOptions { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX