CreateIdentityPoolRequest

Input to the CreateIdentityPool action.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enables or disables the Basic (Classic) authentication flow. For more information, see Identity Pools (Federated Identities) Authentication Flow in the Amazon Cognito Developer Guide.

Link copied to clipboard

TRUE if the identity pool supports unauthenticated logins.

Link copied to clipboard

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

Link copied to clipboard

The "domain" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

Link copied to clipboard

A string that you provide.

Link copied to clipboard

Tags to assign to the identity pool. A tag is a label that you can apply to identity pools to categorize and manage them in different ways, such as by purpose, owner, environment, or other criteria.

Link copied to clipboard

The Amazon Resource Names (ARN) of the OpenID Connect providers.

Link copied to clipboard

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

Link copied to clipboard

Optional key:value pairs mapping provider names to provider app IDs.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String