GetIdentityPoolResult

data class GetIdentityPoolResult(val allowClassicFlow: Boolean, val allowUnauthenticatedIdentities: Boolean, val arn: String, val cognitoIdentityProviders: List<GetIdentityPoolCognitoIdentityProvider>, val developerProviderName: String, val id: String, val identityPoolName: String, val openidConnectProviderArns: List<String>, val samlProviderArns: List<String>, val supportedLoginProviders: Map<String, String>, val tags: Map<String, String>)

A collection of values returned by getIdentityPool.

Constructors

Link copied to clipboard
constructor(allowClassicFlow: Boolean, allowUnauthenticatedIdentities: Boolean, arn: String, cognitoIdentityProviders: List<GetIdentityPoolCognitoIdentityProvider>, developerProviderName: String, id: String, identityPoolName: String, openidConnectProviderArns: List<String>, samlProviderArns: List<String>, supportedLoginProviders: Map<String, String>, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the classic / basic authentication flow is enabled.

Link copied to clipboard

Whether the identity pool supports unauthenticated logins or not.

Link copied to clipboard
val arn: String

ARN of the Pool.

Link copied to clipboard

An array of Amazon Cognito Identity user pools and their client IDs.

Link copied to clipboard

The "domain" by which Cognito will refer to your users.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

Set of OpendID Connect provider ARNs.

Link copied to clipboard

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity.

Link copied to clipboard

Key-Value pairs mapping provider names to provider app IDs.

Link copied to clipboard

A map of tags to assigned to the Identity Pool.