Show / Hide Table of Contents

Class CfnAnalysis.FilledMapConfigurationProperty

The configuration for a FilledMapVisual .

Inheritance
object
CfnAnalysis.FilledMapConfigurationProperty
Implements
CfnAnalysis.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.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.FilledMapConfigurationProperty : CfnAnalysis.IFilledMapConfigurationProperty
Syntax (vb)
Public Class CfnAnalysis.FilledMapConfigurationProperty Implements CfnAnalysis.IFilledMapConfigurationProperty
Remarks

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

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

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-filledmapconfiguration.html#cfn-quicksight-analysis-filledmapconfiguration-legend

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-analysis-filledmapconfiguration.html#cfn-quicksight-analysis-filledmapconfiguration-mapstyleoptions

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-analysis-filledmapconfiguration.html#cfn-quicksight-analysis-filledmapconfiguration-sortconfiguration

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

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-analysis-filledmapconfiguration.html#cfn-quicksight-analysis-filledmapconfiguration-windowoptions

Implements

CfnAnalysis.IFilledMapConfigurationProperty
Back to top Generated by DocFX