【发布时间】:2017-11-19 07:44:48
【问题描述】:
cognito-idp中有add-custom-attributes命令,但没有delete-custom-attributes?
如何删除它们?
【问题讨论】:
标签: amazon-web-services amazon-cognito
cognito-idp中有add-custom-attributes命令,但没有delete-custom-attributes?
如何删除它们?
【问题讨论】:
标签: amazon-web-services amazon-cognito
【讨论】:
class com.amazon.coral.value.json.numbers.TruncatingBigNumber can not be converted to an String
我知道我 4 岁以上的问题。但对我来说,它出现在谷歌搜索的顶部。据我所知,目前 Cognito UI 中没有删除属性的选项。但您可以使用 AWS-CLI 删除属性。以下是官方描述: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/cognito-idp/admin-delete-user-attributes.html?highlight=admin%20delete%20user%20attributes
我知道,这仅适用于特殊用户,但可以轻松为此编写一批。不要误会我的意思……它应该是 CLI 或 UI 的一项功能,但批处理至少是一种解决方法。
【讨论】: