Encountered unsupported property UpdatePolicy on ElastiCache::ReplicationGr

0

I'm getting "Encountered unsupported property UpdatePolicy" on AWS::ElastiCache::ReplicationGroup. According to https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-updatepolicy.html#cfn-attributes-updatepolicy-useonlineresharding it should be supported.

已提问 3 年前900 查看次数
1 回答
0

Whoops, I was incorrectly putting the UpdatePolicy under "Properties". It should be a top-level field, like so:

RedisCluster:
Type: AWS::ElastiCache::ReplicationGroup
UpdatePolicy:
UseOnlineResharding: !Ref UseOnlineResharding
Properties:
...

已回答 3 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则