AWS Fundamentals Logo
AWS Fundamentals
AWS::Cognito::UserPoolReplica

Cognito UserPoolReplica

Resource Type definition for AWS::Cognito::UserPoolReplica

Properties

3 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
RegionName
string
RequiredCreate-only
UserPoolId
string
RequiredCreate-only
UserPoolTagsAtCreate
object
Create-only

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

Resources:
  MyResource:
    Type: AWS::Cognito::UserPoolReplica
    Properties:
      UserPoolId: "my-userpoolid"
      RegionName: "my-regionname"

Required IAM Permissions

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

create

cognito-idp:CreateUserPoolReplicacognito-idp:ListUserPoolReplicascognito-idp:TagResourceiam:PassRoleiam:CreateServiceLinkedRolekms:CreateGrantkms:DescribeKeykms:Decryptkms:Encryptkms:GenerateDataKeyWithoutPlaintextkms:ReEncryptFromkms:ReEncryptTo

read

cognito-idp:ListUserPoolReplicascognito-idp:ListTagsForResourcekms:CreateGrantkms:DescribeKeykms:Decryptkms:Encryptkms:GenerateDataKeyWithoutPlaintextkms:ReEncryptFromkms:ReEncryptTo

update

cognito-idp:ListUserPoolReplicascognito-idp:TagResourcecognito-idp:UntagResourcekms:CreateGrantkms:DescribeKeykms:Decryptkms:Encryptkms:GenerateDataKeyWithoutPlaintextkms:ReEncryptFromkms:ReEncryptTo

delete

cognito-idp:DeleteUserPoolReplicacognito-idp:ListUserPoolReplicasiam:PassRolekms:CreateGrantkms:DescribeKeykms:Decryptkms:Encryptkms:GenerateDataKeyWithoutPlaintextkms:ReEncryptFromkms:ReEncryptTo

list

cognito-idp:ListUserPoolReplicaskms:CreateGrantkms:DescribeKeykms:Decryptkms:Encryptkms:GenerateDataKeyWithoutPlaintextkms:ReEncryptFromkms:ReEncryptTo

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
Properties3
Required2
TaggingSupported
Primary IDUserPoolId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

UserPoolIdRegionNameUserPoolTagsAtCreate

External Links