| 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.InsightConfiguration
Description
Documentation
data InsightConfiguration Source #
The configuration of an insight visual.
See: newInsightConfiguration smart constructor.
Constructors
| InsightConfiguration' | |
Fields
| |
Instances
newInsightConfiguration :: InsightConfiguration Source #
Create a value of InsightConfiguration 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:computations:InsightConfiguration', insightConfiguration_computations - The computations configurations of the insight visual
$sel:customNarrative:InsightConfiguration', insightConfiguration_customNarrative - The custom narrative of the insight visual.
insightConfiguration_computations :: Lens' InsightConfiguration (Maybe [Computation]) Source #
The computations configurations of the insight visual
insightConfiguration_customNarrative :: Lens' InsightConfiguration (Maybe CustomNarrativeOptions) Source #
The custom narrative of the insight visual.