GetIdentityPoolResult

data class GetIdentityPoolResult(val allowClassicFlow: Boolean? = null, val allowUnauthenticatedIdentities: Boolean? = null, val cognitoIdentityProviders: List<IdentityPoolCognitoIdentityProvider>? = null, val developerProviderName: String? = null, val id: String? = null, val identityPoolName: String? = null, val identityPoolTags: List<Tag>? = null, val name: String? = null, val openIdConnectProviderArns: List<String>? = null, val samlProviderArns: List<String>? = null, val supportedLoginProviders: Any? = null)

Constructors

Link copied to clipboard
constructor(allowClassicFlow: Boolean? = null, allowUnauthenticatedIdentities: Boolean? = null, cognitoIdentityProviders: List<IdentityPoolCognitoIdentityProvider>? = null, developerProviderName: String? = null, id: String? = null, identityPoolName: String? = null, identityPoolTags: List<Tag>? = null, name: String? = null, openIdConnectProviderArns: List<String>? = null, samlProviderArns: List<String>? = null, supportedLoginProviders: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enables the Basic (Classic) authentication flow.

Link copied to clipboard

Specifies whether the identity pool supports unauthenticated logins.

Link copied to clipboard

The Amazon Cognito user pools and their client IDs.

Link copied to clipboard

The "domain" Amazon Cognito uses when referencing your users. This name acts as a placeholder that allows your backend and the Amazon Cognito service to communicate about the developer provider. For the DeveloperProviderName , you can use letters and periods (.), underscores (_), and dashes (-). Minimum length : 1 Maximum length : 100

Link copied to clipboard
val id: String? = null
Link copied to clipboard

The name of your Amazon Cognito identity pool. Minimum length : 1 Maximum length : 128 Pattern : [\w\s+=,&#46;@-]+

Link copied to clipboard
val identityPoolTags: List<Tag>? = null

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val name: String? = null

The name of the Amazon Cognito identity pool, returned as a string.

Link copied to clipboard

The Amazon Resource Names (ARNs) of the OpenID connect providers.

Link copied to clipboard

The Amazon Resource Names (ARNs) of the Security Assertion Markup Language (SAML) providers.

Link copied to clipboard

Key-value pairs that map provider names to provider app IDs. Search the CloudFormation User Guide for AWS::Cognito::IdentityPool for more information about the expected schema for this property.