Show / Hide Table of Contents

Class CfnDashboardPropsMixin.FilledMapConfigurationProperty

The configuration for a FilledMapVisual .

Inheritance
object
CfnDashboardPropsMixin.FilledMapConfigurationProperty
Implements
CfnDashboardPropsMixin.IFilledMapConfigurationProperty
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 CfnDashboardPropsMixin.FilledMapConfigurationProperty : CfnDashboardPropsMixin.IFilledMapConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.FilledMapConfigurationProperty Implements CfnDashboardPropsMixin.IFilledMapConfigurationProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

FilledMapConfigurationProperty()

The configuration for a FilledMapVisual .

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 filled map visual.

SortConfiguration

The sort configuration of a FilledMapVisual .

Tooltip

The tooltip display setup of the visual.

WindowOptions

The window options of the filled map visual.

Constructors

FilledMapConfigurationProperty()

The configuration for a FilledMapVisual .

public FilledMapConfigurationProperty()
Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IFilledMapFieldWellsProperty

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

Type union: either IResolvable or CfnDashboardPropsMixin.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-dashboard-filledmapconfiguration.html#cfn-quicksight-dashboard-filledmapconfiguration-legend

Type union: either IResolvable or CfnDashboardPropsMixin.ILegendOptionsProperty

MapStyleOptions

The map style options of the filled map visual.

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

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IGeospatialMapStyleOptionsProperty

SortConfiguration

The sort configuration of a FilledMapVisual .

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-filledmapconfiguration.html#cfn-quicksight-dashboard-filledmapconfiguration-sortconfiguration

Type union: either IResolvable or CfnDashboardPropsMixin.IFilledMapSortConfigurationProperty

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

Type union: either IResolvable or CfnDashboardPropsMixin.ITooltipOptionsProperty

WindowOptions

The window options of the filled map visual.

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

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IGeospatialWindowOptionsProperty

Implements

CfnDashboardPropsMixin.IFilledMapConfigurationProperty
Back to top Generated by DocFX