Class: Aws::Kendra::Types::UserTokenConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::UserTokenConfiguration
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Provides the configuration information for a token.
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#json_token_type_configuration ⇒ Types::JsonTokenTypeConfiguration
Information about the JSON token type configuration.
-
#jwt_token_type_configuration ⇒ Types::JwtTokenTypeConfiguration
Information about the JWT token type configuration.
Instance Attribute Details
#json_token_type_configuration ⇒ Types::JsonTokenTypeConfiguration
Information about the JSON token type configuration.
11205 11206 11207 11208 11209 11210 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 11205 class UserTokenConfiguration < Struct.new( :jwt_token_type_configuration, :json_token_type_configuration) SENSITIVE = [] include Aws::Structure end |
#jwt_token_type_configuration ⇒ Types::JwtTokenTypeConfiguration
Information about the JWT token type configuration.
11205 11206 11207 11208 11209 11210 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 11205 class UserTokenConfiguration < Struct.new( :jwt_token_type_configuration, :json_token_type_configuration) SENSITIVE = [] include Aws::Structure end |