additional Authentication Providers
suspend fun additionalAuthenticationProviders(value: Output<List<GraphQLApiAdditionalAuthenticationProviderArgs>>)
suspend fun additionalAuthenticationProviders(value: List<GraphQLApiAdditionalAuthenticationProviderArgs>?)
Parameters
value
One or more additional authentication providers for the GraphqlApi. Defined below.
suspend fun additionalAuthenticationProviders(vararg values: Output<GraphQLApiAdditionalAuthenticationProviderArgs>)
suspend fun additionalAuthenticationProviders(values: List<Output<GraphQLApiAdditionalAuthenticationProviderArgs>>)
suspend fun additionalAuthenticationProviders(vararg values: GraphQLApiAdditionalAuthenticationProviderArgs)
Parameters
values
One or more additional authentication providers for the GraphqlApi. Defined below.
suspend fun additionalAuthenticationProviders(argument: List<suspend GraphQLApiAdditionalAuthenticationProviderArgsBuilder.() -> Unit>)
suspend fun additionalAuthenticationProviders(vararg argument: suspend GraphQLApiAdditionalAuthenticationProviderArgsBuilder.() -> Unit)
suspend fun additionalAuthenticationProviders(argument: suspend GraphQLApiAdditionalAuthenticationProviderArgsBuilder.() -> Unit)
Parameters
argument
One or more additional authentication providers for the GraphqlApi. Defined below.