IdentityPoolCognitoIdentityProviderArgs

data class IdentityPoolCognitoIdentityProviderArgs(val clientId: Output<String>, val providerName: Output<String>, val serverSideTokenCheck: Output<Boolean>? = null) : ConvertibleToJava<IdentityPoolCognitoIdentityProviderArgs>

Constructors

Link copied to clipboard
constructor(clientId: Output<String>, providerName: Output<String>, serverSideTokenCheck: Output<Boolean>? = null)

Properties

Link copied to clipboard
val clientId: Output<String>

The client ID for the Amazon Cognito user pool.

Link copied to clipboard
val providerName: Output<String>

The provider name for an Amazon Cognito user pool. For example: cognito-idp.us-east-2.amazonaws.com/us-east-2_123456789 .

Link copied to clipboard
val serverSideTokenCheck: Output<Boolean>? = null

TRUE if server-side token validation is enabled for the identity provider’s token. After you set the ServerSideTokenCheck to TRUE for an identity pool, that identity pool checks with the integrated user pools to make sure the user has not been globally signed out or deleted before the identity pool provides an OIDC token or AWS credentials for the user. If the user is signed out or deleted, the identity pool returns a 400 Not Authorized error.

Functions

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