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
*`pay_mode` - (Required, Int) The pay mode of instance. 0 represent POSTPAID_BY_HOUR, 1 represent PREPAID.
68
68
*`placement` - (Required, Map, ForceNew) The location of the instance.
69
-
*`product_id` - (Required, Int, ForceNew) The product id of EMR instance.
69
+
*`product_id` - (Required, Int, ForceNew) Product ID. Different products ID represents different EMR product versions. Value range:
70
+
- 16: represents EMR-V2.3.0
71
+
- 20: indicates EMR-V2.5.0
72
+
- 25: represents EMR-V3.1.0
73
+
- 27: represents KAFKA-V1.0.0
74
+
- 30: indicates EMR-V2.6.0
75
+
- 33: represents EMR-V3.2.1
76
+
- 34: stands for EMR-V3.3.0
77
+
- 36: represents STARROCKS-V1.0.0
78
+
- 37: indicates EMR-V3.4.0
79
+
- 38: represents EMR-V2.7.0
80
+
- 39: stands for STARROCKS-V1.1.0
81
+
- 41: represents DRUID-V1.1.0.
70
82
*`softwares` - (Required, List: [`String`], ForceNew) The softwares of a EMR instance.
71
83
*`support_ha` - (Required, Int, ForceNew) The flag whether the instance support high availability.(0=>not support, 1=>support).
72
84
*`time_span` - (Required, Int) The length of time the instance was purchased. Use with TimeUnit.When TimeUnit is s, the parameter can only be filled in at 3600, representing a metered instance.
0 commit comments