AdditionalAuthenticationProvider - Amazon AppSync
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).

AdditionalAuthenticationProvider

Describes an additional authentication provider.

Contents

authenticationType

The authentication type: API key, Amazon Identity and Access Management (IAM), OpenID Connect (OIDC), Amazon Cognito user pools, or Amazon Lambda.

Type: String

Valid Values: API_KEY | AWS_IAM | AMAZON_COGNITO_USER_POOLS | OPENID_CONNECT | AWS_LAMBDA

Required: No

lambdaAuthorizerConfig

Configuration for Lambda function authorization.

Type: LambdaAuthorizerConfig object

Required: No

openIDConnectConfig

The OIDC configuration.

Type: OpenIDConnectConfig object

Required: No

userPoolConfig

The Amazon Cognito user pool configuration.

Type: CognitoUserPoolConfig object

Required: No

See Also

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