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
If I have the following snippet in my schema
"additionalProperties": false, "readOnlyProperties": [ "/properties/TPSCode" ], "primaryIdentifier": [ "/properties/TPSCode" ],
But I haven't actually defined a TPSCode in properties, I would expect cfn validate to fail.
TPSCode
properties
cfn validate
The text was updated successfully, but these errors were encountered:
mentioned in aws-cloudformation/cloudformation-resource-schema#17 and #408 as well
Sorry, something went wrong.
AWS::EC2::TransitGatewayPeeringAttachment
writeOnlyProperties
aws-cloudformation#841 add top level property definition validation
e1df982
@ammokhov , do you or anyone on the team have any time to review the PR?
No branches or pull requests
If I have the following snippet in my schema
But I haven't actually defined a
TPSCode
inproperties
, I would expectcfn validate
to fail.The text was updated successfully, but these errors were encountered: