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: docs/resources/cluster_2.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,4 +17,21 @@ description: |-
17
17
18
18
### Required
19
19
20
-
-`name` (String) The name of the cluster.
20
+
-`name` (String) The identifier for the cluster.
21
+
22
+
### Optional
23
+
24
+
-`availability_zones` (List of String) The specific availability zones of the cluster.
25
+
-`comment` (String) **Public Preview** Comment on an object in the database.
26
+
-`disk` (Boolean) **Deprecated**. This attribute is maintained for backward compatibility with existing configurations. New users should use 'cc' sizes for disk access. Disk replicas are deprecated and will be removed in a future release. The `disk` attribute will be enabled by default for 'cc' clusters
27
+
-`idle_arrangement_merge_effort` (Number) The amount of effort to exert compacting arrangements during idle periods. This is an unstable option! It may be changed or removed at any time.
28
+
-`introspection_debugging` (Boolean) Whether to introspect the gathering of the introspection data.
29
+
-`introspection_interval` (String) The interval at which to collect introspection data.
30
+
-`ownership_role` (String) The ownership role of the object.
31
+
-`region` (String) The region to use for the resource connection. If not set, the default region is used.
32
+
-`replication_factor` (Number) The number of replicas of each dataflow-powered object to maintain.
0 commit comments