AWS Fundamentals Logo
AWS Fundamentals
AWS::Cognito::UserPoolResourceServer

Cognito UserPoolResourceServer

Resource Type definition for AWS::Cognito::UserPoolResourceServer

Properties

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

Filter:
PropertyTypeFlags
Identifier
string
RequiredCreate-only
Name
string
Required
UserPoolId
string
RequiredCreate-only
Scopes
Array<ResourceServerScopeType>

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

Resources:
  MyResource:
    Type: AWS::Cognito::UserPoolResourceServer
    Properties:
      UserPoolId: "my-userpoolid"
      Identifier: "my-identifier"
      Name: "my-name"

Required IAM Permissions

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

create

cognito-idp:CreateResourceServer

read

cognito-idp:DescribeResourceServer

update

cognito-idp:UpdateResourceServer

delete

cognito-idp:DeleteResourceServer

list

cognito-idp:ListResourceServers

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
Properties4
Required3
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.

UserPoolIdIdentifier

External Links