| 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.TemplateSourceAnalysis
Description
Synopsis
- data TemplateSourceAnalysis = TemplateSourceAnalysis' {}
- newTemplateSourceAnalysis :: Text -> NonEmpty DataSetReference -> TemplateSourceAnalysis
- templateSourceAnalysis_arn :: Lens' TemplateSourceAnalysis Text
- templateSourceAnalysis_dataSetReferences :: Lens' TemplateSourceAnalysis (NonEmpty DataSetReference)
Documentation
data TemplateSourceAnalysis Source #
The source analysis of the template.
See: newTemplateSourceAnalysis smart constructor.
Constructors
| TemplateSourceAnalysis' | |
Fields
| |
Instances
newTemplateSourceAnalysis Source #
Arguments
| :: Text | |
| -> NonEmpty DataSetReference | |
| -> TemplateSourceAnalysis |
Create a value of TemplateSourceAnalysis 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:arn:TemplateSourceAnalysis', templateSourceAnalysis_arn - The Amazon Resource Name (ARN) of the resource.
$sel:dataSetReferences:TemplateSourceAnalysis', templateSourceAnalysis_dataSetReferences - A structure containing information about the dataset references used as
placeholders in the template.
templateSourceAnalysis_arn :: Lens' TemplateSourceAnalysis Text Source #
The Amazon Resource Name (ARN) of the resource.
templateSourceAnalysis_dataSetReferences :: Lens' TemplateSourceAnalysis (NonEmpty DataSetReference) Source #
A structure containing information about the dataset references used as placeholders in the template.