DashboardSheetDefinitionArgs

data class DashboardSheetDefinitionArgs(val contentType: Output<DashboardSheetContentType>? = null, val description: Output<String>? = null, val filterControls: Output<List<DashboardFilterControlArgs>>? = null, val layouts: Output<List<DashboardLayoutArgs>>? = null, val name: Output<String>? = null, val parameterControls: Output<List<DashboardParameterControlArgs>>? = null, val sheetControlLayouts: Output<List<DashboardSheetControlLayoutArgs>>? = null, val sheetId: Output<String>, val textBoxes: Output<List<DashboardSheetTextBoxArgs>>? = null, val title: Output<String>? = null, val visuals: Output<List<DashboardVisualArgs>>? = null) : ConvertibleToJava<DashboardSheetDefinitionArgs>

Constructors

Link copied to clipboard
constructor(contentType: Output<DashboardSheetContentType>? = null, description: Output<String>? = null, filterControls: Output<List<DashboardFilterControlArgs>>? = null, layouts: Output<List<DashboardLayoutArgs>>? = null, name: Output<String>? = null, parameterControls: Output<List<DashboardParameterControlArgs>>? = null, sheetControlLayouts: Output<List<DashboardSheetControlLayoutArgs>>? = null, sheetId: Output<String>, textBoxes: Output<List<DashboardSheetTextBoxArgs>>? = null, title: Output<String>? = null, visuals: Output<List<DashboardVisualArgs>>? = null)

Properties

Link copied to clipboard

The layout content type of the sheet. Choose one of the following options:

Link copied to clipboard
val description: Output<String>? = null

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
val layouts: Output<List<DashboardLayoutArgs>>? = null

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
val name: Output<String>? = null

The name of the sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.

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
val sheetId: Output<String>

The unique identifier of a sheet.

Link copied to clipboard

The text boxes that are on a sheet.

Link copied to clipboard
val title: Output<String>? = null

The title of the sheet.

Link copied to clipboard
val visuals: Output<List<DashboardVisualArgs>>? = null

A list of the visuals that are on a sheet. Visual placement is determined by the layout of the sheet.

Functions

Link copied to clipboard
open override fun toJava(): DashboardSheetDefinitionArgs