cloudformation不允许更新用户池架构

时间:2018-11-14 03:00:03

标签: javascript angular typescript amazon-web-services amazon-cognito

我正在尝试通过cloudformation Templete使phone_number可变,但低于错误

“不允许从cloudformation更新用户池架构。使用AddCustomAttributes API或AWS Cognito控制台来更新用户池架构。”

以下是我的架构代码段:-

      {
        "Name": "phone_number",
        "AttributeDataType": "String",
        "Mutable": true,
        "Required": true
      },

不确定为什么cloudformation无法更新UserPoolId。

1 个答案:

答案 0 :(得分:0)

一旦既不使用CloudFormation也不使用CLI或AWS控制台创建Cognito用户池,则无法将其添加到Cognito用户池。您只能将自定义属性添加到现有的用户池中。