Interface CfnDashboard.SheetDefinitionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.SheetDefinitionProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.SheetDefinitionProperty
extends software.amazon.jsii.JsiiSerializable
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.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.SheetDefinitionPropertystatic final classAn implementation forCfnDashboard.SheetDefinitionProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe layout content type of the sheet.default StringA description of the sheet.default ObjectThe list of filter controls that are on a sheet.default ObjectLayouts define how the components of a sheet are arranged.default StringgetName()The name of the sheet.default ObjectThe list of parameter controls that are on a sheet.default ObjectThe control layouts of the sheet.The unique identifier of a sheet.default ObjectThe text boxes that are on a sheet.default StringgetTitle()The title of the sheet.default ObjectA list of the visuals that are on a sheet.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSheetId
The unique identifier of a sheet.- See Also:
-
getContentType
The layout content type of the sheet. Choose one of the following options:.PAGINATED: Creates a sheet for a paginated report.INTERACTIVE: Creates a sheet for an interactive dashboard.
- See Also:
-
getDescription
A description of the sheet.- See Also:
-
getFilterControls
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 .
- See Also:
-
getLayouts
Layouts define how the components of a sheet are arranged.For more information, see Types of layout in the Amazon QuickSight User Guide .
- See Also:
-
getName
The name of the sheet.This name is displayed on the sheet's tab in the Amazon QuickSight console.
- See Also:
-
getParameterControls
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 .
- See Also:
-
getSheetControlLayouts
The control layouts of the sheet.- See Also:
-
getTextBoxes
The text boxes that are on a sheet.- See Also:
-
getTitle
The title of the sheet.- See Also:
-
getVisuals
A list of the visuals that are on a sheet.Visual placement is determined by the layout of the sheet.
- See Also:
-
builder
-