Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IGeospatialMapConfigurationProperty

The configuration of a GeospatialMapVisual .

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-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-dashboard-geospatialmapconfiguration.html#cfn-quicksight-dashboard-geospatialmapconfiguration-fieldwells

Type union: either IResolvable or CfnDashboardPropsMixin.IGeospatialMapFieldWellsProperty

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-dashboard-geospatialmapconfiguration.html#cfn-quicksight-dashboard-geospatialmapconfiguration-interactions

Type union: either IResolvable or CfnDashboardPropsMixin.IVisualInteractionOptionsProperty

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-dashboard-geospatialmapconfiguration.html#cfn-quicksight-dashboard-geospatialmapconfiguration-legend

Type union: either IResolvable or CfnDashboardPropsMixin.ILegendOptionsProperty

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-dashboard-geospatialmapconfiguration.html#cfn-quicksight-dashboard-geospatialmapconfiguration-mapstyleoptions

Type union: either IResolvable or CfnDashboardPropsMixin.IGeospatialMapStyleOptionsProperty

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-dashboard-geospatialmapconfiguration.html#cfn-quicksight-dashboard-geospatialmapconfiguration-pointstyleoptions

Type union: either IResolvable or CfnDashboardPropsMixin.IGeospatialPointStyleOptionsProperty

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-dashboard-geospatialmapconfiguration.html#cfn-quicksight-dashboard-geospatialmapconfiguration-tooltip

Type union: either IResolvable or CfnDashboardPropsMixin.ITooltipOptionsProperty

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-dashboard-geospatialmapconfiguration.html#cfn-quicksight-dashboard-geospatialmapconfiguration-visualpalette

Type union: either IResolvable or CfnDashboardPropsMixin.IVisualPaletteProperty

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-dashboard-geospatialmapconfiguration.html#cfn-quicksight-dashboard-geospatialmapconfiguration-windowoptions

Type union: either IResolvable or CfnDashboardPropsMixin.IGeospatialWindowOptionsProperty

Back to top Generated by DocFX