Skip to content

Commit 551c4fa

Browse files
authored
StorageEncrypted can be used on aurora AWS::RDS::DBInstance (#4069)
1 parent dc59180 commit 551c4fa

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/cfnlint/data/schemas/extensions/aws_rds_dbinstance/aurora_exclusive.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@
4545
"required": [
4646
"MasterUserPassword"
4747
]
48-
},
49-
{
50-
"required": [
51-
"StorageEncrypted"
52-
]
5348
}
5449
],
5550
"properties": {
@@ -58,8 +53,7 @@
5853
"CopyTagsToSnapshot": true,
5954
"DeletionProtection": true,
6055
"EnableIAMDatabaseAuthentication": true,
61-
"MasterUserPassword": true,
62-
"StorageEncrypted": true
56+
"MasterUserPassword": true
6357
}
6458
}
6559
}

0 commit comments

Comments
 (0)