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.deno.dev/v0.3/services/kendra.ts?docs=full";

Configuration information for the JWT token type.

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]

The regular expression that identifies the claim.

§
GroupAttributeField?: string | null
[src]

The group attribute field.

§
Issuer?: string | null
[src]

The issuer of the token.

§
KeyLocation: KeyLocation
[src]

The location of the key.

§
SecretManagerArn?: string | null
[src]

The Amazon Resource Name (arn) of the secret.

§
URL?: string | null
[src]

The signing key URL.

§
UserNameAttributeField?: string | null
[src]

The user name attribute field.