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

The options for a paper canvas of a section-based layout.

Syntax

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

JSON

{ "PaperMargin" : Spacing, "PaperOrientation" : String, "PaperSize" : String }

Properties

PaperMargin

Defines the spacing between the canvas content and the top, bottom, left, and right edges.

Required: No

Type: Spacing

Update requires: No interruption

PaperOrientation

The paper orientation that is used to define canvas dimensions. Choose one of the following options:

  • PORTRAIT

  • LANDSCAPE

Required: No

Type: String

Allowed values: PORTRAIT | LANDSCAPE

Update requires: No interruption

PaperSize

The paper size that is used to define canvas dimensions.

Required: No

Type: String

Allowed values: US_LETTER | US_LEGAL | US_TABLOID_LEDGER | A0 | A1 | A2 | A3 | A4 | A5 | JIS_B4 | JIS_B5

Update requires: No interruption