AwsAppSyncGraphQlApiOpenIdConnectConfigDetails - Amazon Security Hub
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AwsAppSyncGraphQlApiOpenIdConnectConfigDetails

Specifies the authorization configuration for using an OpenID Connect compliant service with your Amazon AppSync GraphQL API endpoint.

Contents

AuthTtL

The number of milliseconds that a token is valid after being authenticated.

Type: Long

Required: No

ClientId

The client identifier of the relying party at the OpenID identity provider. This identifier is typically obtained when the relying party is registered with the OpenID identity provider. You can specify a regular expression so that Amazon AppSync can validate against multiple client identifiers at a time.

Type: String

Pattern: .*\S.*

Required: No

IatTtL

The number of milliseconds that a token is valid after it's issued to a user.

Type: Long

Required: No

Issuer

The issuer for the OIDC configuration. The issuer returned by discovery must exactly match the value of iss in the ID token.

Type: String

Pattern: .*\S.*

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: