| 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.Kendra.Types.TemplateConfiguration
Description
Documentation
data TemplateConfiguration Source #
Provides a template for the configuration information to connect to your data source.
See: newTemplateConfiguration smart constructor.
Constructors
| TemplateConfiguration' | |
Instances
newTemplateConfiguration :: TemplateConfiguration Source #
Create a value of TemplateConfiguration 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:template:TemplateConfiguration', templateConfiguration_template - The template schema used for the data source, where templates schemas
are supported.
templateConfiguration_template :: Lens' TemplateConfiguration (Maybe Template) Source #
The template schema used for the data source, where templates schemas are supported.