AWS::QuickSight::Template PanelConfiguration - 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 PanelConfiguration

A collection of options that configure how each panel displays in a small multiples chart.

Syntax

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

JSON

{ "BackgroundColor" : String, "BackgroundVisibility" : String, "BorderColor" : String, "BorderStyle" : String, "BorderThickness" : String, "BorderVisibility" : String, "GutterSpacing" : String, "GutterVisibility" : String, "Title" : PanelTitleOptions }

Properties

BackgroundColor

Sets the background color for each panel.

Required: No

Type: String

Pattern: ^#[A-F0-9]{6}(?:[A-F0-9]{2})?$

Update requires: No interruption

BackgroundVisibility

Determines whether or not a background for each small multiples panel is rendered.

Required: No

Type: String

Allowed values: HIDDEN | VISIBLE

Update requires: No interruption

BorderColor

Sets the line color of panel borders.

Required: No

Type: String

Pattern: ^#[A-F0-9]{6}(?:[A-F0-9]{2})?$

Update requires: No interruption

BorderStyle

Sets the line style of panel borders.

Required: No

Type: String

Allowed values: SOLID | DASHED | DOTTED

Update requires: No interruption

BorderThickness

Sets the line thickness of panel borders.

Required: No

Type: String

Update requires: No interruption

BorderVisibility

Determines whether or not each panel displays a border.

Required: No

Type: String

Allowed values: HIDDEN | VISIBLE

Update requires: No interruption

GutterSpacing

Sets the total amount of negative space to display between sibling panels.

Required: No

Type: String

Update requires: No interruption

GutterVisibility

Determines whether or not negative space between sibling panels is rendered.

Required: No

Type: String

Allowed values: HIDDEN | VISIBLE

Update requires: No interruption

Title

Configures the title display within each small multiples panel.

Required: No

Type: PanelTitleOptions

Update requires: No interruption