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
Description: "Naming a shipping file. Valid values: 0 (by random number); 1 (by shipping time). Default value: 0.",
178
+
},
179
+
"start_time": {
180
+
Type: schema.TypeInt,
181
+
Optional: true,
182
+
Computed: true,
183
+
Description: "Start time for data shipping, which cannot be earlier than the lifecycle start time of the log topic. If you do not specify this parameter, it will be set to the time when you create the data shipping task.",
184
+
},
185
+
"end_time": {
186
+
Type: schema.TypeInt,
187
+
Optional: true,
188
+
Description: "End time for data shipping, which cannot be set to a future time. If you do not specify this parameter, it indicates continuous data shipping.",
@@ -52,10 +83,14 @@ The following arguments are supported:
52
83
*`topic_id` - (Required, String) ID of the log topic to which the shipping rule to be created belongs.
53
84
*`compress` - (Optional, List) Compression configuration of shipped log.
54
85
*`content` - (Optional, List) Format configuration of shipped log content.
86
+
*`end_time` - (Optional, Int) End time for data shipping, which cannot be set to a future time. If you do not specify this parameter, it indicates continuous data shipping.
*`filter_rules` - (Optional, List) Filter rules for shipped logs. Only logs matching the rules can be shipped. All rules are in the AND relationship, and up to five rules can be added. If the array is empty, no filtering will be performed, and all logs will be shipped.
56
89
*`interval` - (Optional, Int) Shipping time interval in seconds. Default value: 300. Value range: 300~900.
57
90
*`max_size` - (Optional, Int) Maximum size of a file to be shipped, in MB. Default value: 256. Value range: 100~256.
58
91
*`partition` - (Optional, String) Partition rule of shipped log, which can be represented in strftime time format.
92
+
*`start_time` - (Optional, Int) Start time for data shipping, which cannot be earlier than the lifecycle start time of the log topic. If you do not specify this parameter, it will be set to the time when you create the data shipping task.
0 commit comments