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 Apr 23, 2024
1 parent d84c0cb commit 99d4a01
Show file tree
Hide file tree
Showing 43 changed files with 36,970 additions and 34,100 deletions.
16,215 changes: 8,192 additions & 8,023 deletions server/schema/resources.schema.json

Large diffs are not rendered by default.

26 changes: 21 additions & 5 deletions server/schema/resources/aws-appintegrations-application.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"type": "object",
"additionalProperties": false,
"required": [
"AccessUrl",
"ApprovedOrigins"
"AccessUrl"
],
"properties": {
"AccessUrl": {
Expand All @@ -51,7 +50,7 @@
},
"minItems": 0,
"maxItems": 50,
"markdownDescription": "\n\n---\n\nRequired: Yes \nType: Array \nUpdate requires: No interruption"
"markdownDescription": "\n\n---\n\nRequired: No \nType: Array \nUpdate requires: No interruption"
}
},
"markdownDescription": "\n\n---\n\nRequired: No \nUpdate requires: No interruption"
Expand All @@ -61,6 +60,12 @@
"minLength": 1,
"maxLength": 1000,
"markdownDescription": "\n\n---\n\nRequired: No \nType: String \nMinimum Length: 1 \nMaximum Length: 1000 \nPattern: ^\\w+\\:\\/\\/.*$ \nUpdate requires: No interruption"
},
"Permissions": {
"type": "string",
"minLength": 1,
"maxLength": 255,
"markdownDescription": "\n\n---\n\nRequired: No \nType: String \nMinimum Length: 1 \nMaximum Length: 255 \nPattern: ^[a-zA-Z0-9\\/\\._\\-\\*]+$ \nUpdate requires: No interruption"
}
},
"properties": {
Expand All @@ -69,7 +74,7 @@
"type": "string",
"minLength": 1,
"maxLength": 255,
"markdownDescription": "The name of the application.\n\n---\n\nRequired: Yes \nType: String \nMinimum Length: 1 \nMaximum Length: 255 \nPattern: ^[a-zA-Z0-9/\\._\\-]+$ \nUpdate requires: No interruption"
"markdownDescription": "The name of the application.\n\n---\n\nRequired: Yes \nType: String \nMinimum Length: 1 \nMaximum Length: 255 \nPattern: ^[a-zA-Z0-9\\/\\._ \\-]+$ \nUpdate requires: No interruption"
},
"Namespace": {
"description": "The namespace of the application.",
Expand Down Expand Up @@ -99,6 +104,17 @@
],
"markdownDescription": "Application source config\n\n---\n\nRequired: Yes \nUpdate requires: No interruption"
},
"Permissions": {
"description": "The configuration of events or requests that the application has access to.",
"type": "array",
"insertionOrder": false,
"items": {
"$ref": "#/definitions/Permissions"
},
"minItems": 0,
"maxItems": 150,
"markdownDescription": "The configuration of events or requests that the application has access to.\n\n---\n\nRequired: No \nType: Array \nUpdate requires: No interruption"
},
"Tags": {
"description": "The tags (keys and values) associated with the application.",
"type": "array",
Expand Down Expand Up @@ -175,7 +191,7 @@
"type": "string",
"minLength": 1,
"maxLength": 2048,
"markdownDescription": "The Amazon Resource Name (ARN) of the application.\n\n---\n\nRequired: No \nType: String \nMinimum Length: 1 \nMaximum Length: 2048 \nUpdate requires: No interruption"
"markdownDescription": "The Amazon Resource Name (ARN) of the application.\n\n---\n\nRequired: No \nType: String \nMinimum Length: 1 \nMaximum Length: 2048 \nPattern: ^arn:aws[-a-z0-9]*:app-integrations:[-a-z0-9]*:[0-9]{12}:application/[-a-zA-Z0-9]* \nUpdate requires: No interruption"
}
}
}

0 comments on commit 99d4a01

Please sign in to comment.