Identity Pool Args
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)