AWS Fundamentals Logo
AWS Fundamentals
AWS::Cognito::IdentityPoolPrincipalTag

Cognito IdentityPoolPrincipalTag

Resource Type definition for AWS::Cognito::IdentityPoolPrincipalTag

Properties

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

Filter:
PropertyTypeFlags
IdentityPoolId
string
RequiredCreate-only
IdentityProviderName
string
RequiredCreate-only
PrincipalTags
object
UseDefaults
boolean

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

Resources:
  MyResource:
    Type: AWS::Cognito::IdentityPoolPrincipalTag
    Properties:
      IdentityPoolId: "my-identitypoolid"
      IdentityProviderName: "my-identityprovidername"

Required IAM Permissions

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

create

cognito-identity:GetPrincipalTagAttributeMapcognito-identity:SetPrincipalTagAttributeMap

read

cognito-identity:GetPrincipalTagAttributeMap

update

cognito-identity:GetPrincipalTagAttributeMapcognito-identity:SetPrincipalTagAttributeMap

delete

cognito-identity:GetPrincipalTagAttributeMapcognito-identity:SetPrincipalTagAttributeMap

list

cognito-identity:GetPrincipalTagAttributeMap

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
Required2
TaggingNot supported
Primary IDIdentityPoolId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

IdentityPoolIdIdentityProviderName

External Links