Skip to content

Commit

Permalink
patching events connections
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Nov 14, 2024
1 parent 19fc861 commit 666c226
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[
{
"op": "test",
"path": "/readOnlyProperties",
"value": [
"/properties/Arn",
"/properties/SecretArn",
"/properties/AuthParameters/ConnectivityParameters/ResourceParameters/ResourceAssociationIdentifier"
]
},
{
"op": "replace",
"path": "/readOnlyProperties",
"value": [
"/properties/Arn",
"/properties/SecretArn"
]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,7 @@
},
"readOnlyProperties": [
"/properties/Arn",
"/properties/SecretArn",
"/properties/AuthParameters/ConnectivityParameters/ResourceParameters/ResourceAssociationIdentifier"
"/properties/SecretArn"
],
"tagging": {
"cloudFormationSystemTags": false,
Expand Down

0 comments on commit 666c226

Please sign in to comment.