Show / Hide Table of Contents

Interface CfnAnalysisPropsMixin.IPluginVisualFieldWellProperty

A collection of field wells for a plugin visual.

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

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

ExampleMetadata: fixture=_generated

Synopsis

Properties

AxisName

The semantic axis name for the field well.

Dimensions

A list of dimensions for the field well.

Measures

A list of measures that exist in the field well.

Unaggregated

A list of unaggregated fields that exist in the field well.

Properties

AxisName

The semantic axis name for the field well.

string? AxisName { get; }
Property Value

string

Remarks

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

Dimensions

A list of dimensions for the field well.

object? Dimensions { get; }
Property Value

object

Remarks

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

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

Measures

A list of measures that exist in the field well.

object? Measures { get; }
Property Value

object

Remarks

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

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

Unaggregated

A list of unaggregated fields that exist in the field well.

object? Unaggregated { get; }
Property Value

object

Remarks

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

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

Back to top Generated by DocFX