Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(rds): specify PreferredMaintenanceWindow in reader or writer props #29686

Merged
merged 11 commits into from
Apr 5, 2024

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@
"Ref": "DatabaseSubnets56F17B9A"
},
"Engine": "aurora-mysql",
"PreferredMaintenanceWindow": "Sat:22:15-Sat:22:45",
"PubliclyAccessible": true
},
"DependsOn": [
Expand Down Expand Up @@ -569,6 +570,7 @@
"Ref": "DatabaseSubnets56F17B9A"
},
"Engine": "aurora-mysql",
"PreferredMaintenanceWindow": "Sat:22:15-Sat:22:45",
"PubliclyAccessible": true
},
"DependsOn": [
Expand Down Expand Up @@ -602,6 +604,7 @@
"Ref": "DatabaseSubnets56F17B9A"
},
"Engine": "aurora-mysql",
"PreferredMaintenanceWindow": "Sat:22:15-Sat:22:45",
"PubliclyAccessible": true
},
"DependsOn": [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@
"Ref": "DatabaseSubnets56F17B9A"
},
"Engine": "aurora-mysql",
"PreferredMaintenanceWindow": "Sat:22:15-Sat:22:45",
"PubliclyAccessible": true
},
"DependsOn": [
Expand All @@ -547,7 +548,7 @@
"UpdateReplacePolicy": "Delete",
"DeletionPolicy": "Delete"
},
"DatabaseInstanceParameterGroup6968C5BF": {
"DatabaseInstance2WrapperInstanceParameterGroup61FBD67B": {
"Type": "AWS::RDS::DBParameterGroup",
"Properties": {
"Description": "Parameter group for aurora-mysql8.0",
Expand All @@ -563,12 +564,13 @@
},
"DBInstanceClass": "db.t3.medium",
"DBParameterGroupName": {
"Ref": "DatabaseInstanceParameterGroup6968C5BF"
"Ref": "DatabaseInstance2WrapperInstanceParameterGroup61FBD67B"
},
"DBSubnetGroupName": {
"Ref": "DatabaseSubnets56F17B9A"
},
"Engine": "aurora-mysql",
"PreferredMaintenanceWindow": "Sat:22:15-Sat:22:45",
"PubliclyAccessible": true
},
"DependsOn": [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.