Skip to content

Commit

Permalink
fix(timestream): magneticStoreWriteProperties and retentionProperties…
Browse files Browse the repository at this point in the history
… not working as Json
  • Loading branch information
madeline-k committed Dec 21, 2022
1 parent 8d359ae commit 063649a
Showing 1 changed file with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"ResourceTypes": {
"AWS::Timestream::Table": {
"patch": {
"description": "These types were once typed as Json, and adding types now is a breaking change. Keep them as Json forever.",
"operations": [
{
"op": "remove",
"path": "/Properties/MagneticStoreWriteProperties/Type"
},
{
"op": "add",
"path": "/Properties/MagneticStoreWriteProperties/PrimitiveType",
"value": "Json"
},
{
"op": "remove",
"path": "/Properties/RetentionProperties/Type"
},
{
"op": "add",
"path": "/Properties/RetentionProperties/PrimitiveType",
"value": "Json"
}
]
}
}
}
}

0 comments on commit 063649a

Please sign in to comment.