IdentityPoolCognitoIdentityProviderArgs

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

Constructors

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

Properties

Link copied to clipboard
val clientId: Output<String>? = null

The client ID for the Amazon Cognito Identity User Pool.

Link copied to clipboard
val providerName: Output<String>? = null

The provider name for an Amazon Cognito Identity User Pool.

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

Whether server-side token validation is enabled for the identity provider’s token or not.

Functions

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