AWS::QuickSight::Template SectionBasedLayoutPaperCanvasSizeOptions
The options for a paper canvas of a section-based layout.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "PaperMargin" :
Spacing
, "PaperOrientation" :String
, "PaperSize" :String
}
YAML
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