SheetDefinition

A sheet is an object that contains a set of visuals that are viewed together on one page in a paginated report. Every analysis and dashboard must contain at least one sheet.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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.

Link copied to clipboard

Layouts define how the components of a sheet are arranged.

Link copied to clipboard
val name: String?

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.

Link copied to clipboard

The control layouts of the sheet.

Link copied to clipboard

The unique identifier of a sheet.

Link copied to clipboard

The text boxes that are on a sheet.

Link copied to clipboard

The title of the 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.

Functions

Link copied to clipboard
inline fun copy(block: SheetDefinition.Builder.() -> Unit = {}): SheetDefinition
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String