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

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

Syntax

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