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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ