AdditionalAuthenticationProviderArgs

data class AdditionalAuthenticationProviderArgs(val authenticationType: Output<AuthenticationTypeEnumValueArgs>? = null, val lambdaAuthorizerConfig: Output<LambdaAuthorizerConfigArgs>? = null, val openIDConnectConfig: Output<OpenIDConnectConfigArgs>? = null, val userPoolConfig: Output<CognitoUserPoolConfigArgs>? = null) : ConvertibleToJava<AdditionalAuthenticationProviderArgs>

Definition of AdditionalAuthenticationProvider

Constructors

Link copied to clipboard
constructor(authenticationType: Output<AuthenticationTypeEnumValueArgs>? = null, lambdaAuthorizerConfig: Output<LambdaAuthorizerConfigArgs>? = null, openIDConnectConfig: Output<OpenIDConnectConfigArgs>? = null, userPoolConfig: Output<CognitoUserPoolConfigArgs>? = null)

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.

Functions

Link copied to clipboard
open override fun toJava(): AdditionalAuthenticationProviderArgs