Interface CfnTemplate.SheetDefinitionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.SheetDefinitionProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.SheetDefinitionProperty
static final class
An implementation forCfnTemplate.SheetDefinitionProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default String
The layout content type of the sheet.default String
A description of the sheet.default Object
The list of filter controls that are on a sheet.default Object
Layouts define how the components of a sheet are arranged.default String
getName()
The name of the sheet.default Object
The list of parameter controls that are on a sheet.default Object
The control layouts of the sheet.The unique identifier of a sheet.default Object
The text boxes that are on a sheet.default String
getTitle()
The title of the sheet.default Object
A 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
-