class Aws::Kendra::Types::JwtTokenTypeConfiguration
Configuration information for the JWT token type.
@note When making an API call, you may pass JwtTokenTypeConfiguration
data as a hash: { key_location: "URL", # required, accepts URL, SECRET_MANAGER url: "Url", secret_manager_arn: "RoleArn", user_name_attribute_field: "UserNameAttributeField", group_attribute_field: "GroupAttributeField", issuer: "Issuer", claim_regex: "ClaimRegex", }
@!attribute [rw] key_location
The location of the key. @return [String]
@!attribute [rw] url
The signing key URL. @return [String]
@!attribute [rw] secret_manager_arn
The Amazon Resource Name (arn) of the secret. @return [String]
@!attribute [rw] user_name_attribute_field
The user name attribute field. @return [String]
@!attribute [rw] group_attribute_field
The group attribute field. @return [String]
@!attribute [rw] issuer
The issuer of the token. @return [String]
@!attribute [rw] claim_regex
The regular expression that identifies the claim. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/JwtTokenTypeConfiguration AWS API Documentation
Constants
- SENSITIVE