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.

gefragt vor 3 Jahren900 Aufrufe
1 Antwort
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:
...

beantwortet vor 3 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen