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: "Task type. `1`: Specify the theme; `2`: Dynamic creation.",
31
31
},
32
32
33
33
"src_topic_id": {
34
34
Required: true,
35
35
Type: schema.TypeString,
36
-
Description: "src topic id.",
36
+
Description: "Source topic ID.",
37
37
},
38
38
39
39
"name": {
40
40
Required: true,
41
41
Type: schema.TypeString,
42
-
Description: "task name.",
42
+
Description: "Task name.",
43
43
},
44
44
45
45
"etl_content": {
46
46
Required: true,
47
47
Type: schema.TypeString,
48
-
Description: "data transform content.",
48
+
Description: "Data transform content. If `func_type` is `2`, must use `log_auto_output`.",
49
49
},
50
50
51
51
"task_type": {
52
52
Required: true,
53
53
Type: schema.TypeInt,
54
-
Description: "task type.",
54
+
Description: "Task type. `1`: Use random data from the source log theme for processing preview; `2`: Use user-defined test data for processing preview; `3`: Create real machining tasks.",
Description: "Data transform des resources. If `func_type` is `1`, this parameter is required. If `func_type` is `2`, this parameter does not need to be filled in.",
67
67
Elem: &schema.Resource{
68
68
Schema: map[string]*schema.Schema{
69
69
"topic_id": {
70
70
Type: schema.TypeString,
71
71
Required: true,
72
-
Description: "dst topic id.",
72
+
Description: "Dst topic ID.",
73
73
},
74
74
"alias": {
75
75
Type: schema.TypeString,
76
76
Required: true,
77
-
Description: "alias.",
77
+
Description: "Alias.",
78
78
},
79
79
},
80
80
},
@@ -87,13 +87,13 @@ func resourceTencentCloudClsDataTransformCreate(d *schema.ResourceData, meta int
0 commit comments