Get Identity Pool Result
data class GetIdentityPoolResult(val allowClassicFlow: Boolean? = null, val allowUnauthenticatedIdentities: Boolean? = null, val cognitoEvents: Any? = null, val cognitoIdentityProviders: List<IdentityPoolCognitoIdentityProvider>? = null, val cognitoStreams: IdentityPoolCognitoStreams? = null, val developerProviderName: String? = null, val id: String? = null, val identityPoolName: String? = null, val name: String? = null, val openIdConnectProviderArns: List<String>? = null, val pushSync: IdentityPoolPushSync? = null, val samlProviderArns: List<String>? = null, val supportedLoginProviders: Any? = null)
Constructors
Link copied to clipboard
fun GetIdentityPoolResult(allowClassicFlow: Boolean? = null, allowUnauthenticatedIdentities: Boolean? = null, cognitoEvents: Any? = null, cognitoIdentityProviders: List<IdentityPoolCognitoIdentityProvider>? = null, cognitoStreams: IdentityPoolCognitoStreams? = null, developerProviderName: String? = null, id: String? = null, identityPoolName: String? = null, name: String? = null, openIdConnectProviderArns: List<String>? = null, pushSync: IdentityPoolPushSync? = null, samlProviderArns: List<String>? = null, supportedLoginProviders: Any? = null)