AWS::Kendra::Index UserTokenConfiguration
Provides the configuration information for a token.
Important
If you're using an Amazon Kendra Gen AI Enterprise Edition index and you try to use
UserTokenConfigurations
to configure user context policy, Amazon Kendra returns
a ValidationException
error.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "JsonTokenTypeConfiguration" :
JsonTokenTypeConfiguration
, "JwtTokenTypeConfiguration" :JwtTokenTypeConfiguration
}
YAML
JsonTokenTypeConfiguration:
JsonTokenTypeConfiguration
JwtTokenTypeConfiguration:JwtTokenTypeConfiguration
Properties
JsonTokenTypeConfiguration
-
Information about the JSON token type configuration.
Required: No
Type: JsonTokenTypeConfiguration
Update requires: No interruption
JwtTokenTypeConfiguration
-
Information about the JWT token type configuration.
Required: No
Type: JwtTokenTypeConfiguration
Update requires: No interruption