Graph QLApi Openid Connect Config Args
data class GraphQLApiOpenidConnectConfigArgs(val authTtl: Output<Int>? = null, val clientId: Output<String>? = null, val iatTtl: Output<Int>? = null, val issuer: Output<String>) : ConvertibleToJava<GraphQLApiOpenidConnectConfigArgs>
Properties
Link copied to clipboard
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 the AWS AppSync can validate against multiple client identifiers at a time.