Template Sheet Definition
data class TemplateSheetDefinition(val contentType: TemplateSheetContentType? = null, val description: String? = null, val filterControls: List<TemplateFilterControl>? = null, val layouts: List<TemplateLayout>? = null, val name: String? = null, val parameterControls: List<TemplateParameterControl>? = null, val sheetControlLayouts: List<TemplateSheetControlLayout>? = null, val sheetId: String, val textBoxes: List<TemplateSheetTextBox>? = null, val title: String? = null, val visuals: List<TemplateVisual>? = null)
Constructors
Link copied to clipboard
constructor(contentType: TemplateSheetContentType? = null, description: String? = null, filterControls: List<TemplateFilterControl>? = null, layouts: List<TemplateLayout>? = null, name: String? = null, parameterControls: List<TemplateParameterControl>? = null, sheetControlLayouts: List<TemplateSheetControlLayout>? = null, sheetId: String, textBoxes: List<TemplateSheetTextBox>? = null, title: String? = null, visuals: List<TemplateVisual>? = null)
Properties
Link copied to clipboard
The layout content type of the sheet. Choose one of the following options:
Link copied to clipboard
A description of the sheet.
Link copied to clipboard
The list of filter controls that are on a sheet. For more information, see Adding filter controls to analysis sheets in the Amazon QuickSight User Guide .
Link copied to clipboard
Layouts define how the components of a sheet are arranged. For more information, see Types of layout in the Amazon QuickSight User Guide .
Link copied to clipboard
The list of parameter controls that are on a sheet. For more information, see Using a Control with a Parameter in Amazon QuickSight in the Amazon QuickSight User Guide .
Link copied to clipboard
The control layouts of the sheet.
Link copied to clipboard
The text boxes that are on a sheet.
Link copied to clipboard
A list of the visuals that are on a sheet. Visual placement is determined by the layout of the sheet.