Show / Hide Table of Contents

Class CfnDashboardPropsMixin.FilledMapAggregatedFieldWellsProperty

The aggregated field well of the filled map.

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

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

FilledMapAggregatedFieldWellsProperty()

The aggregated field well of the filled map.

Properties

Geospatial

The aggregated location field well of the filled map.

Values

The aggregated color field well of a filled map.

Constructors

FilledMapAggregatedFieldWellsProperty()

The aggregated field well of the filled map.

public FilledMapAggregatedFieldWellsProperty()
Remarks

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

ExampleMetadata: fixture=_generated

Properties

Geospatial

The aggregated location field well of the filled map.

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

object

Remarks

Values are grouped by location fields.

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

Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IDimensionFieldProperty)[]

Values

The aggregated color field well of a filled map.

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

object

Remarks

Values are aggregated based on location fields.

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

Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IMeasureFieldProperty)[]

Implements

CfnDashboardPropsMixin.IFilledMapAggregatedFieldWellsProperty
Back to top Generated by DocFX