amazonka-kendra-2.0: Amazon KendraFrontendService SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Kendra.Types.TemplateConfiguration

Description

 
Synopsis

Documentation

data TemplateConfiguration Source #

Provides a template for the configuration information to connect to your data source.

See: newTemplateConfiguration smart constructor.

Constructors

TemplateConfiguration' 

Fields

Instances

Instances details
FromJSON TemplateConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.TemplateConfiguration

ToJSON TemplateConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.TemplateConfiguration

Generic TemplateConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.TemplateConfiguration

Associated Types

type Rep TemplateConfiguration :: Type -> Type #

Read TemplateConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.TemplateConfiguration

Show TemplateConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.TemplateConfiguration

NFData TemplateConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.TemplateConfiguration

Methods

rnf :: TemplateConfiguration -> () #

Eq TemplateConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.TemplateConfiguration

Hashable TemplateConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.TemplateConfiguration

type Rep TemplateConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.TemplateConfiguration

type Rep TemplateConfiguration = D1 ('MetaData "TemplateConfiguration" "Amazonka.Kendra.Types.TemplateConfiguration" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "TemplateConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "template") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Template))))

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.

See Data source template schemas.

templateConfiguration_template :: Lens' TemplateConfiguration (Maybe Template) Source #

The template schema used for the data source, where templates schemas are supported.

See Data source template schemas.