IdentityPoolArgs

data class IdentityPoolArgs(val allowClassicFlow: Output<Boolean>? = null, val allowUnauthenticatedIdentities: Output<Boolean>? = null, val cognitoEvents: Output<Any>? = null, val cognitoIdentityProviders: Output<List<IdentityPoolCognitoIdentityProviderArgs>>? = null, val cognitoStreams: Output<IdentityPoolCognitoStreamsArgs>? = null, val developerProviderName: Output<String>? = null, val identityPoolName: Output<String>? = null, val openIdConnectProviderArns: Output<List<String>>? = null, val pushSync: Output<IdentityPoolPushSyncArgs>? = null, val samlProviderArns: Output<List<String>>? = null, val supportedLoginProviders: Output<Any>? = null) : ConvertibleToJava<IdentityPoolArgs>

Resource Type definition for AWS::Cognito::IdentityPool

Constructors

Link copied to clipboard
fun IdentityPoolArgs(allowClassicFlow: Output<Boolean>? = null, allowUnauthenticatedIdentities: Output<Boolean>? = null, cognitoEvents: Output<Any>? = null, cognitoIdentityProviders: Output<List<IdentityPoolCognitoIdentityProviderArgs>>? = null, cognitoStreams: Output<IdentityPoolCognitoStreamsArgs>? = null, developerProviderName: Output<String>? = null, identityPoolName: Output<String>? = null, openIdConnectProviderArns: Output<List<String>>? = null, pushSync: Output<IdentityPoolPushSyncArgs>? = null, samlProviderArns: Output<List<String>>? = null, supportedLoginProviders: Output<Any>? = null)

Functions

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

Properties

Link copied to clipboard
val allowClassicFlow: Output<Boolean>? = null
Link copied to clipboard
Link copied to clipboard
val cognitoEvents: Output<Any>? = null
Link copied to clipboard
Link copied to clipboard
val developerProviderName: Output<String>? = null
Link copied to clipboard
val identityPoolName: Output<String>? = null
Link copied to clipboard
val openIdConnectProviderArns: Output<List<String>>? = null
Link copied to clipboard
val pushSync: Output<IdentityPoolPushSyncArgs>? = null
Link copied to clipboard
val samlProviderArns: Output<List<String>>? = null
Link copied to clipboard
val supportedLoginProviders: Output<Any>? = null