Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

JwtTokenTypeConfiguration

import type { JwtTokenTypeConfiguration } from "https://aws-api-16vtt531a2w0.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;
}

§Properties

§
ClaimRegex?: string | null
[src]
§
GroupAttributeField?: string | null
[src]
§
Issuer?: string | null
[src]
§
KeyLocation: KeyLocation
[src]
§
SecretManagerArn?: string | null
[src]
§
URL?: string | null
[src]
§
UserNameAttributeField?: string | null
[src]