AWS Cognito - 使用 Cloud Formation 创建池 - 预期支持的属性返回为不受支持
AWS Cognito - Creating pools using Cloud Formation - Expected supported properties returning as unsupported
我正在尝试使用 yaml 配置创建 Cognito 池作为无服务器框架的一部分。我有一个对象,其根属性包括 VerificationMessageTemplate
和 UsernameAttributes
但是,我收到错误消息 An error occurred: RequesterPool - Property validation failure: [Encountered unsupported properties in {/}: [VerificationMessageTemplate, UsernameAttributes]].
根据文档,这些属性应该是 supported。
目前这些属性都不支持,cloudformation 模板目前比该服务落后几个版本。请参阅:http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html 了解支持的选项。
我正在尝试使用 yaml 配置创建 Cognito 池作为无服务器框架的一部分。我有一个对象,其根属性包括 VerificationMessageTemplate
和 UsernameAttributes
但是,我收到错误消息 An error occurred: RequesterPool - Property validation failure: [Encountered unsupported properties in {/}: [VerificationMessageTemplate, UsernameAttributes]].
根据文档,这些属性应该是 supported。
目前这些属性都不支持,cloudformation 模板目前比该服务落后几个版本。请参阅:http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html 了解支持的选项。