我正在尝试通过cloudformation Templete使phone_number可变,但低于错误
“不允许从cloudformation更新用户池架构。使用AddCustomAttributes API或AWS Cognito控制台来更新用户池架构。”
以下是我的架构代码段:-
{
"Name": "phone_number",
"AttributeDataType": "String",
"Mutable": true,
"Required": true
},
不确定为什么cloudformation无法更新UserPoolId。
答案 0 :(得分:0)
一旦既不使用CloudFormation也不使用CLI或AWS控制台创建Cognito用户池,则无法将其添加到Cognito用户池。您只能将自定义属性添加到现有的用户池中。