AWS::QuickSight::Template PluginVisualFieldWell - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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

AWS::QuickSight::Template PluginVisualFieldWell

A collection of field wells for a plugin visual.

Syntax

To declare this entity in your 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