Show / Hide Table of Contents

Interface CfnAnalysis.IFilledMapVisualProperty

A filled map.

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

For more information, see Creating filled maps in the Amazon QuickSight User Guide .

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

ExampleMetadata: fixture=_generated

Synopsis

Properties

Actions

The list of custom actions that are configured for a visual.

ChartConfiguration

The configuration settings of the visual.

ColumnHierarchies

The column hierarchy that is used during drill-downs and drill-ups.

ConditionalFormatting

The conditional formatting of a FilledMapVisual .

Subtitle

The subtitle that is displayed on the visual.

Title

The title that is displayed on the visual.

VisualContentAltText

The alt text for the visual.

VisualId

The unique identifier of a visual.

Properties

Actions

The list of custom actions that are configured for a visual.

object? Actions { get; }
Property Value

object

Remarks

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

ChartConfiguration

The configuration settings of the visual.

object? ChartConfiguration { get; }
Property Value

object

Remarks

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

ColumnHierarchies

The column hierarchy that is used during drill-downs and drill-ups.

object? ColumnHierarchies { get; }
Property Value

object

Remarks

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

ConditionalFormatting

The conditional formatting of a FilledMapVisual .

object? ConditionalFormatting { get; }
Property Value

object

Remarks

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

Subtitle

The subtitle that is displayed on the visual.

object? Subtitle { get; }
Property Value

object

Remarks

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

Title

The title that is displayed on the visual.

object? Title { get; }
Property Value

object

Remarks

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

VisualContentAltText

The alt text for the visual.

string? VisualContentAltText { get; }
Property Value

string

Remarks

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

VisualId

The unique identifier of a visual.

string VisualId { get; }
Property Value

string

Remarks

This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

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

Back to top Generated by DocFX