Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.GeospatialMapConfigurationProperty

The configuration of a GeospatialMapVisual .

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

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

GeospatialMapConfigurationProperty()

The configuration of a GeospatialMapVisual .

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.

Constructors

GeospatialMapConfigurationProperty()

The configuration of a GeospatialMapVisual .

public GeospatialMapConfigurationProperty()
Remarks

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

ExampleMetadata: fixture=_generated

Properties

FieldWells

The field wells of the visual.

public object? FieldWells { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IGeospatialMapFieldWellsProperty

Interactions

The general visual interactions setup for a visual.

public object? Interactions { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IVisualInteractionOptionsProperty

Legend

The legend display setup of the visual.

public object? Legend { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.ILegendOptionsProperty

MapStyleOptions

The map style options of the geospatial map.

public object? MapStyleOptions { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IGeospatialMapStyleOptionsProperty

PointStyleOptions

The point style options of the geospatial map.

public object? PointStyleOptions { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IGeospatialPointStyleOptionsProperty

Tooltip

The tooltip display setup of the visual.

public object? Tooltip { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.ITooltipOptionsProperty

VisualPalette

The configuration of a GeospatialMapVisual .

public object? VisualPalette { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IVisualPaletteProperty

WindowOptions

The window options of the geospatial map.

public object? WindowOptions { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IGeospatialWindowOptionsProperty

Implements

CfnAnalysisPropsMixin.IGeospatialMapConfigurationProperty
Back to top Generated by DocFX