JwtTokenTypeConfiguration
import type { JwtTokenTypeConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/kendra.ts";interface JwtTokenTypeConfiguration {
ClaimRegex?: string | null;
GroupAttributeField?: string | null;
Issuer?: string | null;
KeyLocation: KeyLocation;
SecretManagerArn?: string | null;
URL?: string | null;
UserNameAttributeField?: string | null;
}