AWS::Cognito::IdentityPoolResource Type definition for AWS::Cognito::IdentityPool
12 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | - |
Name | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Cognito::IdentityPool
Resources:
MyResource:
Type: AWS::Cognito::IdentityPool
Properties:
AllowUnauthenticatedIdentities: "my-allowunauthenticatedidentities"Permissions CloudFormation needs in your IAM role to manage this resource.
cognito-identity:CreateIdentityPoolcognito-sync:SetIdentityPoolConfigurationcognito-sync:SetCognitoEventscognito-identity:TagResourceiam:PassRolecognito-identity:DescribeIdentityPoolcognito-identity:UpdateIdentityPoolcognito-identity:DescribeIdentityPoolcognito-sync:SetIdentityPoolConfigurationcognito-sync:SetCognitoEventscognito-identity:TagResourcecognito-identity:UntagResourceiam:PassRolecognito-identity:DeleteIdentityPoolcognito-identity:ListIdentityPoolsEverything you need to know about Cognito on one page. HD quality, print-friendly.
Download Free InfographicId