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
fun IdentityPoolCognitoIdentityProviderArgs(clientId: Output<String>? = null, providerName: Output<String>? = null, serverSideTokenCheck: Output<Boolean>? = null)

Functions

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

Properties

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