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: "Name of the CKafka topic. It must start with a letter, the rest can contain letters, numbers and dashes(-). The length range is from 1 to 64.",
63
+
Type: schema.TypeString,
64
+
Required: true,
65
+
ForceNew: true,
66
+
Description: "Name of the CKafka topic. It must start with a letter, the rest can contain letters, numbers and dashes(-).",
68
67
},
69
68
"partition_num": {
70
-
Type: schema.TypeInt,
71
-
Required: true,
72
-
ValidateFunc: validateIntegerInRange(1, 24),
73
-
Description: "The number of partition.",
69
+
Type: schema.TypeInt,
70
+
Required: true,
71
+
Description: "The number of partition.",
74
72
},
75
73
"replica_num": {
76
-
Type: schema.TypeInt,
77
-
Required: true,
78
-
ValidateFunc: validateIntegerInRange(1, 3),
79
-
Description: "The number of replica, the maximum is 3.",
Description: "The subject note is a string of no more than 64 characters. It must start with a letter, and the remaining part can contain letters, numbers and dashes (-).",
91
+
Type: schema.TypeString,
92
+
Optional: true,
93
+
Description: "The subject note. It must start with a letter, and the remaining part can contain letters, numbers and dashes (-).",
Copy file name to clipboardExpand all lines: website/docs/r/ckafka_instance.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ The following arguments are supported:
59
59
*`subnet_id` - (Required, ForceNew) Subnet id.
60
60
*`vpc_id` - (Required, ForceNew) Vpc id.
61
61
*`zone_id` - (Required, ForceNew) Available zone id.
62
-
*`band_width` - (Optional, ForceNew) Instance bandwidth in MBps. interval:40-1200.
62
+
*`band_width` - (Optional, ForceNew) Instance bandwidth in MBps.
63
63
*`config` - (Optional) Instance configuration.
64
64
*`disk_size` - (Optional, ForceNew) Disk Size. Its interval varies with bandwidth, and the input must be within the interval, which can be viewed through the control. If it is not within the interval, the plan will cause a change when first created.
*`partition_num` - (Required) The number of partition.
40
-
*`replica_num` - (Required) The number of replica, the maximum is 3.
41
-
*`topic_name` - (Required, ForceNew) Name of the CKafka topic. It must start with a letter, the rest can contain letters, numbers and dashes(-). The length range is from 1 to 64.
40
+
*`replica_num` - (Required) The number of replica.
41
+
*`topic_name` - (Required, ForceNew) Name of the CKafka topic. It must start with a letter, the rest can contain letters, numbers and dashes(-).
42
42
*`clean_up_policy` - (Optional) Clear log policy, log clear mode, default is `delete`. `delete`: logs are deleted according to the storage time. `compact`: logs are compressed according to the key. `compact, delete`: logs are compressed according to the key and will be deleted according to the storage time.
43
43
*`enable_white_list` - (Optional) Whether to open the ip whitelist, `true`: open, `false`: close.
44
44
*`ip_white_list` - (Optional) Ip whitelist, quota limit, required when enableWhileList=true.
45
45
*`max_message_bytes` - (Optional) Max message bytes.
46
-
*`note` - (Optional) The subject note is a string of no more than 64 characters. It must start with a letter, and the remaining part can contain letters, numbers and dashes (-).
46
+
*`note` - (Optional) The subject note. It must start with a letter, and the remaining part can contain letters, numbers and dashes (-).
47
47
*`retention` - (Optional) Message can be selected. Retention time, unit is ms, the current minimum value is 60000ms.
48
48
*`segment` - (Optional) Segment scrolling time, in ms, the current minimum is 3600000ms.
49
49
*`sync_replica_min_num` - (Optional) Min number of sync replicas, Default is `1`.
0 commit comments