Values.AwsAppSyncGraphQlApiAdditionalAuthenticationProvidersDetailsSourceA list of additional authentication providers for the GraphqlApi API.
type nonrec t = {authenticationType : NonEmptyString.t option;The type of security configuration for your GraphQL API: API key, Identity and Access Management (IAM), OpenID Connect (OIDC), Amazon Cognito user pools, or Lambda.
*)lambdaAuthorizerConfig : AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.t
option;The configuration for Lambda function authorization.
*)openIdConnectConfig : AwsAppSyncGraphQlApiOpenIdConnectConfigDetails.t option;The OpenID Connect configuration.
*)userPoolConfig : AwsAppSyncGraphQlApiUserPoolConfigDetails.t option;The Amazon Cognito user pools configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string
* [> `Integer of Integer.t
| `Long of Long.t
| `String of NonEmptyString.t ])
list ])
list ]