Analysis Sheet Definition Args
data class AnalysisSheetDefinitionArgs(val contentType: Output<AnalysisSheetContentType>? = null, val description: Output<String>? = null, val filterControls: Output<List<AnalysisFilterControlArgs>>? = null, val layouts: Output<List<AnalysisLayoutArgs>>? = null, val name: Output<String>? = null, val parameterControls: Output<List<AnalysisParameterControlArgs>>? = null, val sheetControlLayouts: Output<List<AnalysisSheetControlLayoutArgs>>? = null, val sheetId: Output<String>, val textBoxes: Output<List<AnalysisSheetTextBoxArgs>>? = null, val title: Output<String>? = null, val visuals: Output<List<AnalysisVisualArgs>>? = null) : ConvertibleToJava<AnalysisSheetDefinitionArgs>
Constructors
Link copied to clipboard
constructor(contentType: Output<AnalysisSheetContentType>? = null, description: Output<String>? = null, filterControls: Output<List<AnalysisFilterControlArgs>>? = null, layouts: Output<List<AnalysisLayoutArgs>>? = null, name: Output<String>? = null, parameterControls: Output<List<AnalysisParameterControlArgs>>? = null, sheetControlLayouts: Output<List<AnalysisSheetControlLayoutArgs>>? = null, sheetId: Output<String>, textBoxes: Output<List<AnalysisSheetTextBoxArgs>>? = null, title: Output<String>? = null, visuals: Output<List<AnalysisVisualArgs>>? = 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.