aws cognito-identity create-identity-pool
Creates a new identity pool. The identity pool is a store of user identity information that is specific to your AWS account. The keys for SupportedLoginProviders are as follows: Facebook: graph.facebook.com Google: accounts.google.com Amazon: www.amazon.com Twitter: api.twitter.com Digits: www.digits.com You must use AWS Developer credentials to call this API
Options
Name | Description |
---|---|
--identity-pool-name <string> | A string that you provide |
--allow-unauthenticated-identities | TRUE if the identity pool supports unauthenticated logins |
--no-allow-unauthenticated-identities | TRUE if the identity pool supports unauthenticated logins |
--allow-classic-flow | Enables or disables the Basic (Classic) authentication flow. For more information, see Identity Pools (Federated Identities) Authentication Flow in the Amazon Cognito Developer Guide |
--no-allow-classic-flow | Enables or disables the Basic (Classic) authentication flow. For more information, see Identity Pools (Federated Identities) Authentication Flow in the Amazon Cognito Developer Guide |
--supported-login-providers <map> | Optional key:value pairs mapping provider names to provider app IDs |
--developer-provider-name <string> | 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 (-). Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter |
--open-id-connect-provider-arns <list> | The Amazon Resource Names (ARN) of the OpenID Connect providers |
--cognito-identity-providers <list> | An array of Amazon Cognito user pools and their client IDs |
--saml-provider-arns <list> | An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool |
--identity-pool-tags <map> | 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 |
--open-id-connect-provider-ar-ns <list> | The Amazon Resource Names (ARN) of the OpenID Connect providers |
--cli-input-json <string> | Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally |
--generate-cli-skeleton <string> | Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command |