createIdentityPool
inline suspend fun CognitoIdentityClient.createIdentityPool(crossinline block: CreateIdentityPoolRequest.Builder.() -> Unit): CreateIdentityPoolResponse
Creates a new identity pool. The identity pool is a store of user identity information that is specific to your Amazon Web Services account. The keys for SupportedLoginProviders are as follows:
Facebook:
graph.facebook.comGoogle:
accounts.google.comSign in With Apple:
appleid.apple.comAmazon:
www.amazon.com.rproxy.govskope.caTwitter:
api.twitter.comDigits:
www.digits.com
If you don't provide a value for a parameter, Amazon Cognito sets it to its default value.
You must use Amazon Web Services developer credentials to call this operation.