Skip to content

Commit

Permalink
CloudFormation Template Schema upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored and github-actions[bot] committed Jan 17, 2025
1 parent caf037b commit 50ce18f
Show file tree
Hide file tree
Showing 32 changed files with 10,902 additions and 8,918 deletions.
17,708 changes: 8,973 additions & 8,735 deletions server/schema/resources.schema.json

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion server/schema/resources/aws-acmpca-certificateauthority.json
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,11 @@
"tagOnCreate": true,
"tagUpdatable": true,
"cloudFormationSystemTags": false,
"tagProperty": "/properties/Tags"
"tagProperty": "/properties/Tags",
"permissions": [
"acm-pca:TagCertificateAuthority",
"acm-pca:UntagCertificateAuthority"
]
},
"additionalProperties": false,
"required": [
Expand Down
5 changes: 3 additions & 2 deletions server/schema/resources/aws-bedrock-datasource.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,10 @@
"SALESFORCE",
"SHAREPOINT",
"WEB",
"CUSTOM"
"CUSTOM",
"REDSHIFT_METADATA"
],
"markdownDescription": "The type of the data source location.\n\n---\n\nRequired: No \nType: String \nAllowed Values: S3 | CONFLUENCE | SALESFORCE | SHAREPOINT | WEB | CUSTOM \nUpdate requires: No interruption\n"
"markdownDescription": "The type of the data source location.\n\n---\n\nRequired: No \nType: String \nAllowed Values: S3 | CONFLUENCE | SALESFORCE | SHAREPOINT | WEB | CUSTOM | REDSHIFT_METADATA \nUpdate requires: No interruption\n"
},
"DataDeletionPolicy": {
"type": "string",
Expand Down
Loading

0 comments on commit 50ce18f

Please sign in to comment.