AdditionalAuthenticationProviderResponse

data class AdditionalAuthenticationProviderResponse(val authenticationType: AuthenticationTypeEnumValueResponse? = null, val lambdaAuthorizerConfig: LambdaAuthorizerConfigResponse? = null, val openIDConnectConfig: OpenIDConnectConfigResponse? = null, val userPoolConfig: CognitoUserPoolConfigResponse? = null)

Definition of AdditionalAuthenticationProvider

Constructors

Link copied to clipboard
constructor(authenticationType: AuthenticationTypeEnumValueResponse? = null, lambdaAuthorizerConfig: LambdaAuthorizerConfigResponse? = null, openIDConnectConfig: OpenIDConnectConfigResponse? = null, userPoolConfig: CognitoUserPoolConfigResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Configuration for Lambda function authorization.

Link copied to clipboard

The OIDC configuration.

Link copied to clipboard

The Amazon Cognito user pool configuration.