Template Sheet Definition Args
data class TemplateSheetDefinitionArgs(val contentType: Output<TemplateSheetContentType>? = null, val description: Output<String>? = null, val filterControls: Output<List<TemplateFilterControlArgs>>? = null, val layouts: Output<List<TemplateLayoutArgs>>? = null, val name: Output<String>? = null, val parameterControls: Output<List<TemplateParameterControlArgs>>? = null, val sheetControlLayouts: Output<List<TemplateSheetControlLayoutArgs>>? = null, val sheetId: Output<String>, val textBoxes: Output<List<TemplateSheetTextBoxArgs>>? = null, val title: Output<String>? = null, val visuals: Output<List<TemplateVisualArgs>>? = null) : ConvertibleToJava<TemplateSheetDefinitionArgs>
Constructors
Link copied to clipboard
constructor(contentType: Output<TemplateSheetContentType>? = null, description: Output<String>? = null, filterControls: Output<List<TemplateFilterControlArgs>>? = null, layouts: Output<List<TemplateLayoutArgs>>? = null, name: Output<String>? = null, parameterControls: Output<List<TemplateParameterControlArgs>>? = null, sheetControlLayouts: Output<List<TemplateSheetControlLayoutArgs>>? = null, sheetId: Output<String>, textBoxes: Output<List<TemplateSheetTextBoxArgs>>? = null, title: Output<String>? = null, visuals: Output<List<TemplateVisualArgs>>? = 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.