| 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.AnalysisSourceTemplate
Description
Synopsis
- data AnalysisSourceTemplate = AnalysisSourceTemplate' {}
- newAnalysisSourceTemplate :: NonEmpty DataSetReference -> Text -> AnalysisSourceTemplate
- analysisSourceTemplate_dataSetReferences :: Lens' AnalysisSourceTemplate (NonEmpty DataSetReference)
- analysisSourceTemplate_arn :: Lens' AnalysisSourceTemplate Text
Documentation
data AnalysisSourceTemplate Source #
The source template of an analysis.
See: newAnalysisSourceTemplate smart constructor.
Constructors
| AnalysisSourceTemplate' | |
Fields
| |
Instances
newAnalysisSourceTemplate Source #
Arguments
| :: NonEmpty DataSetReference | |
| -> Text | |
| -> AnalysisSourceTemplate |
Create a value of AnalysisSourceTemplate 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:dataSetReferences:AnalysisSourceTemplate', analysisSourceTemplate_dataSetReferences - The dataset references of the source template of an analysis.
$sel:arn:AnalysisSourceTemplate', analysisSourceTemplate_arn - The Amazon Resource Name (ARN) of the source template of an analysis.
analysisSourceTemplate_dataSetReferences :: Lens' AnalysisSourceTemplate (NonEmpty DataSetReference) Source #
The dataset references of the source template of an analysis.
analysisSourceTemplate_arn :: Lens' AnalysisSourceTemplate Text Source #
The Amazon Resource Name (ARN) of the source template of an analysis.