Interface CfnAnalysis.SheetDefinitionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.SheetDefinitionProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
Every analysis and dashboard must contain at least one sheet.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.SheetDefinitionPropertystatic final classAn implementation forCfnAnalysis.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 ObjectA list of images 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 Quick Suite User Guide .
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.FilterControlProperty>- See Also:
-
getImages
A list of images on a sheet.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.SheetImageProperty>- See Also:
-
getLayouts
Layouts define how the components of a sheet are arranged.For more information, see Types of layout in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.LayoutProperty>- See Also:
-
getName
The name of the sheet.This name is displayed on the sheet's tab in the Quick Suite 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 Quick Sight in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.ParameterControlProperty>- See Also:
-
getSheetControlLayouts
The control layouts of the sheet.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.SheetControlLayoutProperty>- See Also:
-
getTextBoxes
The text boxes that are on a sheet.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.SheetTextBoxProperty>- 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.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.VisualProperty>- See Also:
-
builder
-