Skip to content

Commit

Permalink
Add support for RAC rolling OS patching
Browse files Browse the repository at this point in the history
  • Loading branch information
dbbh committed Dec 15, 2023
1 parent 2d09f76 commit 2040eff
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@
"EngineVersion"
],
"writeOnlyProperties": [
"/properties/Manifest"
"/properties/Manifest",
"/properties/UseAwsProvidedLatestImage"
],
"readOnlyProperties": [
"/properties/DBEngineVersionArn"
Expand All @@ -133,8 +134,11 @@
"/properties/EngineVersion",
"/properties/DatabaseInstallationFilesS3BucketName",
"/properties/DatabaseInstallationFilesS3Prefix",
"/properties/ImageId",
"/properties/KMSKeyId",
"/properties/Manifest"
"/properties/Manifest",
"/properties/SourceCustomDbEngineVersionIdentifier",
"/properties/UseAwsProvidedLatestImage"
],
"handlers": {
"create": {
Expand Down

0 comments on commit 2040eff

Please sign in to comment.