AWS::QuickSight::Template PluginVisualFieldWell - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::QuickSight::Template PluginVisualFieldWell

A collection of field wells for a plugin visual.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "AxisName" : String, "Dimensions" : [ DimensionField, ... ], "Measures" : [ MeasureField, ... ], "Unaggregated" : [ UnaggregatedField, ... ] }

Properties

AxisName

The semantic axis name for the field well.

Required: No

Type: String

Allowed values: GROUP_BY | VALUE

Update requires: No interruption

Dimensions

A list of dimensions for the field well.

Required: No

Type: Array of DimensionField

Minimum: 0

Maximum: 200

Update requires: No interruption

Measures

A list of measures that exist in the field well.

Required: No

Type: Array of MeasureField

Minimum: 0

Maximum: 200

Update requires: No interruption

Unaggregated

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

Required: No

Type: Array of UnaggregatedField

Minimum: 0

Maximum: 200

Update requires: No interruption