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.JwtTokenTypeConfiguration

Description

 
Synopsis

Documentation

data JwtTokenTypeConfiguration Source #

Provides the configuration information for the JWT token type.

See: newJwtTokenTypeConfiguration smart constructor.

Constructors

JwtTokenTypeConfiguration' 

Fields

Instances

Instances details
FromJSON JwtTokenTypeConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.JwtTokenTypeConfiguration

ToJSON JwtTokenTypeConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.JwtTokenTypeConfiguration

Generic JwtTokenTypeConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.JwtTokenTypeConfiguration

Associated Types

type Rep JwtTokenTypeConfiguration :: Type -> Type #

Read JwtTokenTypeConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.JwtTokenTypeConfiguration

Show JwtTokenTypeConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.JwtTokenTypeConfiguration

NFData JwtTokenTypeConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.JwtTokenTypeConfiguration

Eq JwtTokenTypeConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.JwtTokenTypeConfiguration

Hashable JwtTokenTypeConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.JwtTokenTypeConfiguration

type Rep JwtTokenTypeConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.JwtTokenTypeConfiguration

type Rep JwtTokenTypeConfiguration = D1 ('MetaData "JwtTokenTypeConfiguration" "Amazonka.Kendra.Types.JwtTokenTypeConfiguration" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "JwtTokenTypeConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "claimRegex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "groupAttributeField") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "issuer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "secretManagerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "userNameAttributeField") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "keyLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 KeyLocation)))))

jwtTokenTypeConfiguration_claimRegex :: Lens' JwtTokenTypeConfiguration (Maybe Text) Source #

The regular expression that identifies the claim.