This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Dashboard PluginVisualFieldWell
A collection of field wells for a plugin visual.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AxisName" :String, "Dimensions" :[ DimensionField, ... ], "Measures" :[ MeasureField, ... ], "Unaggregated" :[ UnaggregatedField, ... ]}
YAML
AxisName:StringDimensions:- DimensionFieldMeasures:- MeasureFieldUnaggregated:- UnaggregatedField
Properties
AxisName-
The semantic axis name for the field well.
Required: No
Type: String
Allowed values:
GROUP_BY | VALUEUpdate requires: No interruption
Dimensions-
A list of dimensions for the field well.
Required: No
Type: Array of DimensionField
Minimum:
0Maximum:
200Update requires: No interruption
Measures-
A list of measures that exist in the field well.
Required: No
Type: Array of MeasureField
Minimum:
0Maximum:
200Update requires: No interruption
Unaggregated-
A list of unaggregated fields that exist in the field well.
Required: No
Type: Array of UnaggregatedField
Minimum:
0Maximum:
200Update requires: No interruption