error Properties validation failed for resource PolicyStore failed validation constraint for keyword [enum]

1

getting error when trying to create an AWS::VerifiedPermissions::PolicyStore via cloudformation

Properties validation failed for resource PolicyStore with message: #/ValidationSettings/Mode: #: only 1 subschema matches out of 2 #/ValidationSettings/Mode: failed validation constraint for keyword [enum]

  PolicyStore:
    Type: AWS::VerifiedPermissions::PolicyStore
    Properties:
      ValidationSettings:
        Mode: OFF
1 Answer
1
Accepted Answer

explicitly casting OFF as a string fixes this

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions