Show / Hide Table of Contents

Interface CfnAnalysisPropsMixin.IFilledMapAggregatedFieldWellsProperty

The aggregated field well of the filled map.

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

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

ExampleMetadata: fixture=_generated

Synopsis

Properties

Geospatial

The aggregated location field well of the filled map.

Values

The aggregated color field well of a filled map.

Properties

Geospatial

The aggregated location field well of the filled map.

object? Geospatial { get; }
Property Value

object

Remarks

Values are grouped by location fields.

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

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

Values

The aggregated color field well of a filled map.

object? Values { get; }
Property Value

object

Remarks

Values are aggregated based on location fields.

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

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

Back to top Generated by DocFX