| 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.EmptyVisual
Description
Synopsis
Documentation
data EmptyVisual Source #
An empty visual.
Empty visuals are used in layouts but have not been configured to show
any data. A new visual created in the Amazon QuickSight console is
considered an EmptyVisual until a visual type is selected.
See: newEmptyVisual smart constructor.
Constructors
| EmptyVisual' | |
Fields
| |
Instances
Create a value of EmptyVisual 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:actions:EmptyVisual', emptyVisual_actions - The list of custom actions that are configured for a visual.
$sel:visualId:EmptyVisual', emptyVisual_visualId - The unique identifier of a visual. This identifier must be unique within
the context of a dashboard, template, or analysis. Two dashboards,
analyses, or templates can have visuals with the same identifiers.
$sel:dataSetIdentifier:EmptyVisual', emptyVisual_dataSetIdentifier - The data set that is used in the empty visual. Every visual requires a
dataset to render.
emptyVisual_actions :: Lens' EmptyVisual (Maybe [VisualCustomAction]) Source #
The list of custom actions that are configured for a visual.
emptyVisual_visualId :: Lens' EmptyVisual Text Source #
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
emptyVisual_dataSetIdentifier :: Lens' EmptyVisual Text Source #
The data set that is used in the empty visual. Every visual requires a dataset to render.