You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: state/rds-aurora-serverless-v2-postgres.yaml
+13-11Lines changed: 13 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,9 @@ Metadata:
44
44
- EnableDataApi
45
45
- EngineVersion
46
46
- PerformanceInsightsRetentionPeriod
47
-
- PreferredBackupWindow
48
-
- PreferredMaintenanceWindow
47
+
# TODO re-enable as soon as CloudFormation bug ix fixed
48
+
#- PreferredBackupWindow
49
+
#- PreferredMaintenanceWindow
49
50
- SubDomainNameWithDot
50
51
- Label:
51
52
default: 'Serverless Parameters'
@@ -123,14 +124,15 @@ Parameters:
123
124
Description: 'Name that is used to create the DNS entry with trailing dot, e.g. §{SubDomainNameWithDot}§{HostedZoneName}. Leave blank for naked (or apex and bare) domain. Requires ParentZoneStack parameter!'
124
125
Type: String
125
126
Default: 'aurora.'
126
-
PreferredBackupWindow:
127
-
Description: 'IGNORED BECAUSE OF A BUG IN CLOUDFORMATION! VALUE WILL APPLY IN THE FUTURE! The daily time range in UTC during which you want to create automated backups.'# TODO remove uppercase warning
128
-
Type: String
129
-
Default: '09:54-10:24'
130
-
PreferredMaintenanceWindow:
131
-
Description: 'IGNORED BECAUSE OF A BUG IN CLOUDFORMATION! VALUE WILL APPLY IN THE FUTURE! The weekly time range (in UTC) during which system maintenance can occur.'# TODO remove uppercase warning
132
-
Type: String
133
-
Default: 'sat:07:00-sat:07:30'
127
+
# TODO re-enable as soon as CloudFormation bug ix fixed
128
+
#PreferredBackupWindow:
129
+
# Description: 'IGNORED BECAUSE OF A BUG IN CLOUDFORMATION! VALUE WILL APPLY IN THE FUTURE! The daily time range in UTC during which you want to create automated backups.' # TODO remove uppercase warning
130
+
# Type: String
131
+
# Default: '09:54-10:24'
132
+
#PreferredMaintenanceWindow:
133
+
# Description: 'IGNORED BECAUSE OF A BUG IN CLOUDFORMATION! VALUE WILL APPLY IN THE FUTURE! The weekly time range (in UTC) during which system maintenance can occur.' # TODO remove uppercase warning
134
+
# Type: String
135
+
# Default: 'sat:07:00-sat:07:30'
134
136
EnableDataApi:
135
137
Description: 'Enable the Data API (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html).'
0 commit comments