We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, if set a value for a readOnlyProperties, this will be silently ignored. We should have validation to enforce this validation.
The text was updated successfully, but these errors were encountered:
catching some of these in cfn validate because readOnlyProperties should never overlap with writeOnlyProperties or createOnlyProperties or required: aws-cloudformation/cloudformation-cli#663 aws-cloudformation/cloudformation-cli#668
cfn validate
readOnlyProperties
writeOnlyProperties
createOnlyProperties
required
still not sure why CloudFormation diverged from readOnly and writeOnly as defined in JSON schema itself
readOnly
writeOnly
Sorry, something went wrong.
No branches or pull requests
Currently, if set a value for a readOnlyProperties, this will be silently ignored. We should have validation to enforce this validation.
The text was updated successfully, but these errors were encountered: