Show / Hide Table of Contents

Interface CfnDashboard.IGeospatialMapAggregatedFieldWellsProperty

The aggregated field wells for a geospatial map.

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

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

ExampleMetadata: fixture=_generated

Synopsis

Properties

Colors

The color field wells of a geospatial map.

Geospatial

The geospatial field wells of a geospatial map.

Values

The size field wells of a geospatial map.

Properties

Colors

The color field wells of a geospatial map.

object? Colors { get; }
Property Value

object

Remarks

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

Geospatial

The geospatial field wells of a geospatial map.

object? Geospatial { get; }
Property Value

object

Remarks

Values are grouped by geospatial fields.

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

Values

The size field wells of a geospatial map.

object? Values { get; }
Property Value

object

Remarks

Values are aggregated based on geospatial fields.

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

Back to top Generated by DocFX