This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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:JsonTokenTypeConfigurationJwtTokenTypeConfiguration: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