Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.ILayerMapVisualProperty

A layer map visual.

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

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

ExampleMetadata: fixture=_generated

Synopsis

Properties

ChartConfiguration

The configuration settings of the visual.

DataSetIdentifier

The dataset that is used to create the layer map visual.

Subtitle

A layer map visual.

Title

A layer map visual.

VisualContentAltText

The alt text for the visual.

VisualId

The ID of the visual.

Properties

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-dashboard-layermapvisual.html#cfn-quicksight-dashboard-layermapvisual-chartconfiguration

Type union: either IResolvable or CfnDashboardPropsMixin.IGeospatialLayerMapConfigurationProperty

DataSetIdentifier

The dataset that is used to create the layer map visual.

string? DataSetIdentifier { get; }
Property Value

string

Remarks

You can't create a visual without a dataset.

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

Subtitle

A layer map visual.

object? Subtitle { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IVisualSubtitleLabelOptionsProperty

Title

A layer map visual.

object? Title { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IVisualTitleLabelOptionsProperty

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-dashboard-layermapvisual.html#cfn-quicksight-dashboard-layermapvisual-visualcontentalttext

VisualId

The ID of the visual.

string? VisualId { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX