| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.SheetTextBox
Description
Synopsis
Documentation
data SheetTextBox Source #
A text box.
See: newSheetTextBox smart constructor.
Constructors
| SheetTextBox' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> SheetTextBox |
Create a value of SheetTextBox with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:content:SheetTextBox', sheetTextBox_content - The content that is displayed in the text box.
$sel:sheetTextBoxId:SheetTextBox', sheetTextBox_sheetTextBoxId - The unique identifier for a text box. This identifier must be unique
within the context of a dashboard, template, or analysis. Two
dashboards, analyses, or templates can have text boxes that share
identifiers.
sheetTextBox_content :: Lens' SheetTextBox (Maybe Text) Source #
The content that is displayed in the text box.
sheetTextBox_sheetTextBoxId :: Lens' SheetTextBox Text Source #
The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.