AWS Fundamentals Logo
AWS Fundamentals
AWS::Cognito::IdentityPool

Cognito IdentityPool

Resource Type definition for AWS::Cognito::IdentityPool

Properties

12 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
AllowUnauthenticatedIdentities
boolean
Required
AllowClassicFlow
boolean
CognitoEvents
object
Write-only
CognitoIdentityProviders
Array<CognitoIdentityProvider>
CognitoStreams
CognitoStreams
Write-only
DeveloperProviderName
string
IdentityPoolName
string
IdentityPoolTags
Array<Tag>
OpenIdConnectProviderARNs
Array<string>
PushSync
PushSync
Write-only
SamlProviderARNs
Array<string>
SupportedLoginProviders
object

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Idstring-
Namestring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Cognito::IdentityPool

Resources:
  MyResource:
    Type: AWS::Cognito::IdentityPool
    Properties:
      AllowUnauthenticatedIdentities: "my-allowunauthenticatedidentities"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

cognito-identity:CreateIdentityPoolcognito-sync:SetIdentityPoolConfigurationcognito-sync:SetCognitoEventscognito-identity:TagResourceiam:PassRole

read

cognito-identity:DescribeIdentityPool

update

cognito-identity:UpdateIdentityPoolcognito-identity:DescribeIdentityPoolcognito-sync:SetIdentityPoolConfigurationcognito-sync:SetCognitoEventscognito-identity:TagResourcecognito-identity:UntagResourceiam:PassRole

delete

cognito-identity:DeleteIdentityPool

list

cognito-identity:ListIdentityPools

Get the Cognito Cheat Sheet

Everything you need to know about Cognito on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceCognito
Properties14
Required1
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

External Links