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: data-exports/deploy/data-exports-aggregation.yaml
+133Lines changed: 133 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,23 @@ Parameters:
117
117
Type: String
118
118
Description: Leave Empty. A Bucket name for optional supplementary data replication. If not empty, the export data will be replicated to this bucket in addition to the default replication destination. Keep it empty if unsure.
119
119
Default: ''
120
+
AddScheduleForBlockingWrite:
121
+
Type: String
122
+
Description: 'Set yes to schedule Disabling/Enabling schedule to stop CUR replication for a short period of time to secure QuickSight Dataset refresh.'
123
+
Default: "no"
124
+
AllowedValues: ["yes", "no"]
125
+
DisableWriteCronSchedule:
126
+
Type: String
127
+
Description: 'Cron expression for disabling replication (UTC)'
128
+
Default: '0 1 * * ? *'
129
+
AllowedPattern: '^[0-9*,\-/\s?]+$'
130
+
ConstraintDescription: Must be a valid cron expression
131
+
EnableWriteCronSchedule:
132
+
Type: String
133
+
Description: 'Cron expression for enabling replication (UTC)'
134
+
Default: '0 3 * * ? *'
135
+
AllowedPattern: '^[0-9*,\-/\s?]+$'
136
+
ConstraintDescription: Must be a valid cron expression
0 commit comments