AnalysisSheetArgs

data class AnalysisSheetArgs(val name: Output<String>? = null, val sheetId: Output<String>? = null) : ConvertibleToJava<AnalysisSheetArgs>

A sheet, which is an object that contains a set of visuals that are viewed together on one page in Amazon QuickSight. Every analysis and dashboard contains at least one sheet. Each sheet contains at least one visualization widget, for example a chart, pivot table, or narrative insight. Sheets can be associated with other components, such as controls, filters, and so on.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, sheetId: Output<String>? = null)

Properties

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

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

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

The unique identifier associated with a sheet.

Functions

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