AWS::QuickSight::Template SmallMultiplesAxisProperties - 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).

AWS::QuickSight::Template SmallMultiplesAxisProperties

Configures the properties of a chart's axes that are used by small multiples panels.

Syntax

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

JSON

{ "Placement" : String, "Scale" : String }

YAML

Placement: String Scale: String

Properties

Placement

Defines the placement of the axis. By default, axes are rendered OUTSIDE of the panels. Axes with INDEPENDENT scale are rendered INSIDE the panels.

Required: No

Type: String

Allowed values: OUTSIDE | INSIDE

Update requires: No interruption

Scale

Determines whether scale of the axes are shared or independent. The default value is SHARED.

Required: No

Type: String

Allowed values: SHARED | INDEPENDENT

Update requires: No interruption