【发布时间】:2019-04-16 23:15:00
【问题描述】:
我正在尝试通过 cloudformation 模板使 phone_number 可变,但出现错误
“不允许从 cloudformation 更新用户池架构。使用 AddCustomAttributes API 或 AWS Cognito 控制台更新用户池架构。”
下面是我的架构 sn-p:-
{
"Name": "phone_number",
"AttributeDataType": "String",
"Mutable": true,
"Required": true
},
不确定为什么 cloudformation 无法更新 UserPoolId。
【问题讨论】:
标签: javascript angular typescript amazon-web-services amazon-cognito