cloudformation-template-schema
cloudformation-template-schema copied to clipboard
Property Condition is not allowed
Does anyone else see this?

I don't see this error in my IDE.
However, I also see that auto-complete isn't working for any of UpdatePolicy, UpdateReplacePolicy, CreationPolicy or DeletionPolicy so there's probably a gap here.
Ok no worries, it must be something on my end. Just starting kicking the tires on this after re:Invent. :)
Not finding most of the attributes (couple missing from that page) explicitly from searching this codebase at least
I don't see this error in my IDE
if using the CloudFormation extension, this might be because it defaults schema validation off
Reproduced with schema validation on:
Property Condition is not allowed.
~~Property CreationPolicy is not allowed.~~
~~Property UpdatePolicy is not allowed.~~
~~Property Metadata is not allowed.~~
~~Property DeletionPolicy is not allowed.~~
~~Property UpdateReplacePolicy is not allowed.~~