AWS Fundamentals Logo
AWS Fundamentals
AWS::Cognito::UserPoolIdentityProvider

Cognito UserPoolIdentityProvider

Resource Type definition for AWS::Cognito::UserPoolIdentityProvider

Properties

6 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
ProviderDetails
object
Required
ProviderName
string
RequiredCreate-only
ProviderType
string
RequiredCreate-only
UserPoolId
string
RequiredCreate-only
AttributeMapping
object
IdpIdentifiers
Array<string>

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::UserPoolIdentityProvider

Resources:
  MyResource:
    Type: AWS::Cognito::UserPoolIdentityProvider
    Properties:
      UserPoolId: "my-userpoolid"
      ProviderName: "my-providername"
      ProviderType: "my-providertype"
      ProviderDetails: "my-providerdetails"

Required IAM Permissions

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

create

cognito-idp:CreateIdentityProvidercognito-idp:DescribeIdentityProvider

read

cognito-idp:DescribeIdentityProvider

update

cognito-idp:UpdateIdentityProvidercognito-idp:DescribeIdentityProvider

delete

cognito-idp:DeleteIdentityProvidercognito-idp:DescribeIdentityProvider

list

cognito-idp:ListIdentityProviders

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
Properties6
Required4
TaggingNot supported
Primary IDUserPoolId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

UserPoolIdProviderNameProviderType

External Links