Skip to content

Commit

Permalink
patch AWS::Evidently
Browse files Browse the repository at this point in the history
  • Loading branch information
robertd committed Dec 6, 2021
1 parent 95e10e1 commit 548b95b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"PropertyTypes": {
"AWS::Evidently::Project.DataDeliveryObject": {
"patch": {
"description": "Primitive type should not exist because it already has a complext type of S3Destination",
"operations": [
{
"path": "/Properties/S3/PrimitiveType",
"op": "remove"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"ResourceTypes": {
"AWS::Evidently::Project": {
"patch": {
"description": "Primitive type should not exist because it already has a complext type of DataDeliveryObject",
"operations": [
{
"path": "/Properties/DataDelivery/PrimitiveType",
"op": "remove"
}
]
}
}
}
}

0 comments on commit 548b95b

Please sign in to comment.