pulumi-aiven 6.14.0a1714562227__py3-none-any.whl → 6.15.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-aiven might be problematic. Click here for more details.

Files changed (117) hide show
  1. pulumi_aiven/__init__.py +19 -0
  2. pulumi_aiven/_inputs.py +232 -150
  3. pulumi_aiven/account_authentication.py +2 -2
  4. pulumi_aiven/account_team_member.py +2 -2
  5. pulumi_aiven/aws_privatelink.py +14 -14
  6. pulumi_aiven/azure_privatelink.py +14 -14
  7. pulumi_aiven/azure_privatelink_connection_approval.py +14 -14
  8. pulumi_aiven/billing_group.py +18 -16
  9. pulumi_aiven/cassandra.py +16 -44
  10. pulumi_aiven/cassandra_user.py +16 -16
  11. pulumi_aiven/clickhouse.py +16 -44
  12. pulumi_aiven/clickhouse_database.py +16 -43
  13. pulumi_aiven/clickhouse_grant.py +14 -14
  14. pulumi_aiven/clickhouse_role.py +18 -18
  15. pulumi_aiven/clickhouse_user.py +14 -14
  16. pulumi_aiven/connection_pool.py +16 -16
  17. pulumi_aiven/dragonfly.py +124 -263
  18. pulumi_aiven/flink.py +16 -16
  19. pulumi_aiven/flink_application.py +16 -16
  20. pulumi_aiven/flink_application_deployment.py +21 -21
  21. pulumi_aiven/flink_application_version.py +14 -14
  22. pulumi_aiven/gcp_privatelink.py +21 -21
  23. pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
  24. pulumi_aiven/gcp_vpc_peering_connection.py +2 -2
  25. pulumi_aiven/get_aws_privatelink.py +6 -6
  26. pulumi_aiven/get_azure_privatelink.py +6 -6
  27. pulumi_aiven/get_billing_group.py +2 -2
  28. pulumi_aiven/get_cassanda.py +5 -18
  29. pulumi_aiven/get_cassandra.py +5 -18
  30. pulumi_aiven/get_cassandra_user.py +6 -6
  31. pulumi_aiven/get_clickhouse.py +5 -18
  32. pulumi_aiven/get_clickhouse_database.py +6 -6
  33. pulumi_aiven/get_clickhouse_user.py +6 -6
  34. pulumi_aiven/get_connection_pool.py +6 -6
  35. pulumi_aiven/get_dragonfly.py +27 -20
  36. pulumi_aiven/get_flink.py +4 -4
  37. pulumi_aiven/get_flink_application.py +6 -6
  38. pulumi_aiven/get_flink_application_version.py +6 -6
  39. pulumi_aiven/get_grafana.py +5 -18
  40. pulumi_aiven/get_kafka.py +13 -13
  41. pulumi_aiven/get_kafka_acl.py +6 -6
  42. pulumi_aiven/get_kafka_connect.py +5 -18
  43. pulumi_aiven/get_kafka_connector.py +6 -6
  44. pulumi_aiven/get_kafka_mirror_maker.py +5 -18
  45. pulumi_aiven/get_kafka_schema.py +6 -6
  46. pulumi_aiven/get_kafka_schema_configuration.py +6 -6
  47. pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
  48. pulumi_aiven/get_kafka_topic.py +16 -16
  49. pulumi_aiven/get_kafka_user.py +6 -6
  50. pulumi_aiven/get_m3_aggregator.py +5 -18
  51. pulumi_aiven/get_m3_db.py +5 -18
  52. pulumi_aiven/get_m3db_user.py +6 -6
  53. pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
  54. pulumi_aiven/get_my_sql.py +5 -18
  55. pulumi_aiven/get_mysql_database.py +6 -6
  56. pulumi_aiven/get_mysql_user.py +6 -6
  57. pulumi_aiven/get_open_search.py +4 -4
  58. pulumi_aiven/get_open_search_acl_config.py +6 -6
  59. pulumi_aiven/get_open_search_acl_rule.py +6 -6
  60. pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
  61. pulumi_aiven/get_opensearch_user.py +6 -6
  62. pulumi_aiven/get_organization_application_user.py +156 -0
  63. pulumi_aiven/get_pg.py +4 -4
  64. pulumi_aiven/get_pg_database.py +6 -6
  65. pulumi_aiven/get_pg_user.py +6 -6
  66. pulumi_aiven/get_project.py +17 -17
  67. pulumi_aiven/get_project_user.py +7 -7
  68. pulumi_aiven/get_redis.py +5 -18
  69. pulumi_aiven/get_redis_user.py +6 -6
  70. pulumi_aiven/get_service_integration.py +19 -29
  71. pulumi_aiven/grafana.py +78 -261
  72. pulumi_aiven/influx_db.py +21 -21
  73. pulumi_aiven/influxdb_database.py +21 -41
  74. pulumi_aiven/influxdb_user.py +21 -21
  75. pulumi_aiven/kafka.py +43 -43
  76. pulumi_aiven/kafka_acl.py +16 -16
  77. pulumi_aiven/kafka_connect.py +78 -261
  78. pulumi_aiven/kafka_connector.py +14 -14
  79. pulumi_aiven/kafka_mirror_maker.py +78 -261
  80. pulumi_aiven/kafka_schema.py +14 -14
  81. pulumi_aiven/kafka_schema_configuration.py +16 -16
  82. pulumi_aiven/kafka_schema_registry_acl.py +54 -14
  83. pulumi_aiven/kafka_topic.py +40 -60
  84. pulumi_aiven/kafka_user.py +16 -16
  85. pulumi_aiven/m3_aggregator.py +78 -261
  86. pulumi_aiven/m3_db.py +78 -261
  87. pulumi_aiven/m3db_user.py +14 -14
  88. pulumi_aiven/mirror_maker_replication_flow.py +14 -14
  89. pulumi_aiven/my_sql.py +78 -261
  90. pulumi_aiven/mysql_database.py +16 -36
  91. pulumi_aiven/mysql_user.py +16 -16
  92. pulumi_aiven/open_search.py +14 -14
  93. pulumi_aiven/open_search_acl_config.py +16 -20
  94. pulumi_aiven/open_search_acl_rule.py +16 -16
  95. pulumi_aiven/opensearch_security_plugin_config.py +16 -16
  96. pulumi_aiven/opensearch_user.py +16 -16
  97. pulumi_aiven/organization_application_user.py +323 -0
  98. pulumi_aiven/organization_application_user_token.py +742 -0
  99. pulumi_aiven/organization_group_project.py +20 -6
  100. pulumi_aiven/organization_user.py +2 -20
  101. pulumi_aiven/outputs.py +259 -266
  102. pulumi_aiven/pg.py +16 -16
  103. pulumi_aiven/pg_database.py +16 -36
  104. pulumi_aiven/pg_user.py +16 -16
  105. pulumi_aiven/project.py +71 -71
  106. pulumi_aiven/project_user.py +22 -22
  107. pulumi_aiven/project_vpc.py +7 -7
  108. pulumi_aiven/redis.py +78 -261
  109. pulumi_aiven/redis_user.py +16 -16
  110. pulumi_aiven/service_integration.py +54 -54
  111. pulumi_aiven/static_ip.py +7 -7
  112. pulumi_aiven/transit_gateway_vpc_attachment.py +2 -2
  113. {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/METADATA +1 -1
  114. pulumi_aiven-6.15.0.dist-info/RECORD +153 -0
  115. pulumi_aiven-6.14.0a1714562227.dist-info/RECORD +0 -150
  116. {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/WHEEL +0 -0
  117. {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/top_level.txt +0 -0
@@ -20,12 +20,9 @@ class ClickhouseDatabaseArgs:
20
20
  termination_protection: Optional[pulumi.Input[bool]] = None):
21
21
  """
22
22
  The set of arguments for constructing a ClickhouseDatabase resource.
23
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
24
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
23
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
24
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
25
25
  :param pulumi.Input[str] name: The name of the Clickhouse database. Changing this property forces recreation of the resource.
26
- :param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the Clickhouse database from being deleted by
27
- Terraform. It is recommended to enable this for any production Clickhouse databases containing critical data. The
28
- default value is `false`.
29
26
  """
30
27
  pulumi.set(__self__, "project", project)
31
28
  pulumi.set(__self__, "service_name", service_name)
@@ -38,7 +35,7 @@ class ClickhouseDatabaseArgs:
38
35
  @pulumi.getter
39
36
  def project(self) -> pulumi.Input[str]:
40
37
  """
41
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
38
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
42
39
  """
43
40
  return pulumi.get(self, "project")
44
41
 
@@ -50,7 +47,7 @@ class ClickhouseDatabaseArgs:
50
47
  @pulumi.getter(name="serviceName")
51
48
  def service_name(self) -> pulumi.Input[str]:
52
49
  """
53
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
50
+ The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
54
51
  """
55
52
  return pulumi.get(self, "service_name")
56
53
 
@@ -73,11 +70,6 @@ class ClickhouseDatabaseArgs:
73
70
  @property
74
71
  @pulumi.getter(name="terminationProtection")
75
72
  def termination_protection(self) -> Optional[pulumi.Input[bool]]:
76
- """
77
- It is a Terraform client-side deletion protections, which prevents the Clickhouse database from being deleted by
78
- Terraform. It is recommended to enable this for any production Clickhouse databases containing critical data. The
79
- default value is `false`.
80
- """
81
73
  return pulumi.get(self, "termination_protection")
82
74
 
83
75
  @termination_protection.setter
@@ -95,11 +87,8 @@ class _ClickhouseDatabaseState:
95
87
  """
96
88
  Input properties used for looking up and filtering ClickhouseDatabase resources.
97
89
  :param pulumi.Input[str] name: The name of the Clickhouse database. Changing this property forces recreation of the resource.
98
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
99
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
100
- :param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the Clickhouse database from being deleted by
101
- Terraform. It is recommended to enable this for any production Clickhouse databases containing critical data. The
102
- default value is `false`.
90
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
91
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
103
92
  """
104
93
  if name is not None:
105
94
  pulumi.set(__self__, "name", name)
@@ -126,7 +115,7 @@ class _ClickhouseDatabaseState:
126
115
  @pulumi.getter
127
116
  def project(self) -> Optional[pulumi.Input[str]]:
128
117
  """
129
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
118
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
130
119
  """
131
120
  return pulumi.get(self, "project")
132
121
 
@@ -138,7 +127,7 @@ class _ClickhouseDatabaseState:
138
127
  @pulumi.getter(name="serviceName")
139
128
  def service_name(self) -> Optional[pulumi.Input[str]]:
140
129
  """
141
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
130
+ The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
142
131
  """
143
132
  return pulumi.get(self, "service_name")
144
133
 
@@ -149,11 +138,6 @@ class _ClickhouseDatabaseState:
149
138
  @property
150
139
  @pulumi.getter(name="terminationProtection")
151
140
  def termination_protection(self) -> Optional[pulumi.Input[bool]]:
152
- """
153
- It is a Terraform client-side deletion protections, which prevents the Clickhouse database from being deleted by
154
- Terraform. It is recommended to enable this for any production Clickhouse databases containing critical data. The
155
- default value is `false`.
156
- """
157
141
  return pulumi.get(self, "termination_protection")
158
142
 
159
143
  @termination_protection.setter
@@ -189,17 +173,14 @@ class ClickhouseDatabase(pulumi.CustomResource):
189
173
  ## Import
190
174
 
191
175
  ```sh
192
- $ pulumi import aiven:index/clickhouseDatabase:ClickhouseDatabase clickhouse_db project/service_name/name
176
+ $ pulumi import aiven:index/clickhouseDatabase:ClickhouseDatabase clickhouse_db PROJECT/SERVICE_NAME/NAME
193
177
  ```
194
178
 
195
179
  :param str resource_name: The name of the resource.
196
180
  :param pulumi.ResourceOptions opts: Options for the resource.
197
181
  :param pulumi.Input[str] name: The name of the Clickhouse database. Changing this property forces recreation of the resource.
198
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
199
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
200
- :param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the Clickhouse database from being deleted by
201
- Terraform. It is recommended to enable this for any production Clickhouse databases containing critical data. The
202
- default value is `false`.
182
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
183
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
203
184
  """
204
185
  ...
205
186
  @overload
@@ -225,7 +206,7 @@ class ClickhouseDatabase(pulumi.CustomResource):
225
206
  ## Import
226
207
 
227
208
  ```sh
228
- $ pulumi import aiven:index/clickhouseDatabase:ClickhouseDatabase clickhouse_db project/service_name/name
209
+ $ pulumi import aiven:index/clickhouseDatabase:ClickhouseDatabase clickhouse_db PROJECT/SERVICE_NAME/NAME
229
210
  ```
230
211
 
231
212
  :param str resource_name: The name of the resource.
@@ -286,11 +267,8 @@ class ClickhouseDatabase(pulumi.CustomResource):
286
267
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
287
268
  :param pulumi.ResourceOptions opts: Options for the resource.
288
269
  :param pulumi.Input[str] name: The name of the Clickhouse database. Changing this property forces recreation of the resource.
289
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
290
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
291
- :param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the Clickhouse database from being deleted by
292
- Terraform. It is recommended to enable this for any production Clickhouse databases containing critical data. The
293
- default value is `false`.
270
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
271
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
294
272
  """
295
273
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
296
274
 
@@ -314,7 +292,7 @@ class ClickhouseDatabase(pulumi.CustomResource):
314
292
  @pulumi.getter
315
293
  def project(self) -> pulumi.Output[str]:
316
294
  """
317
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
295
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
318
296
  """
319
297
  return pulumi.get(self, "project")
320
298
 
@@ -322,17 +300,12 @@ class ClickhouseDatabase(pulumi.CustomResource):
322
300
  @pulumi.getter(name="serviceName")
323
301
  def service_name(self) -> pulumi.Output[str]:
324
302
  """
325
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
303
+ The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
326
304
  """
327
305
  return pulumi.get(self, "service_name")
328
306
 
329
307
  @property
330
308
  @pulumi.getter(name="terminationProtection")
331
309
  def termination_protection(self) -> pulumi.Output[Optional[bool]]:
332
- """
333
- It is a Terraform client-side deletion protections, which prevents the Clickhouse database from being deleted by
334
- Terraform. It is recommended to enable this for any production Clickhouse databases containing critical data. The
335
- default value is `false`.
336
- """
337
310
  return pulumi.get(self, "termination_protection")
338
311
 
@@ -24,8 +24,8 @@ class ClickhouseGrantArgs:
24
24
  user: Optional[pulumi.Input[str]] = None):
25
25
  """
26
26
  The set of arguments for constructing a ClickhouseGrant resource.
27
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
28
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
27
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
28
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
29
29
  :param pulumi.Input[Sequence[pulumi.Input['ClickhouseGrantPrivilegeGrantArgs']]] privilege_grants: Configuration to grant a privilege. Changing this property forces recreation of the resource.
30
30
  :param pulumi.Input[str] role: The role to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
31
31
  :param pulumi.Input[Sequence[pulumi.Input['ClickhouseGrantRoleGrantArgs']]] role_grants: Configuration to grant a role. Changing this property forces recreation of the resource.
@@ -46,7 +46,7 @@ class ClickhouseGrantArgs:
46
46
  @pulumi.getter
47
47
  def project(self) -> pulumi.Input[str]:
48
48
  """
49
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
49
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
50
50
  """
51
51
  return pulumi.get(self, "project")
52
52
 
@@ -58,7 +58,7 @@ class ClickhouseGrantArgs:
58
58
  @pulumi.getter(name="serviceName")
59
59
  def service_name(self) -> pulumi.Input[str]:
60
60
  """
61
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
61
+ The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
62
62
  """
63
63
  return pulumi.get(self, "service_name")
64
64
 
@@ -127,10 +127,10 @@ class _ClickhouseGrantState:
127
127
  """
128
128
  Input properties used for looking up and filtering ClickhouseGrant resources.
129
129
  :param pulumi.Input[Sequence[pulumi.Input['ClickhouseGrantPrivilegeGrantArgs']]] privilege_grants: Configuration to grant a privilege. Changing this property forces recreation of the resource.
130
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
130
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
131
131
  :param pulumi.Input[str] role: The role to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
132
132
  :param pulumi.Input[Sequence[pulumi.Input['ClickhouseGrantRoleGrantArgs']]] role_grants: Configuration to grant a role. Changing this property forces recreation of the resource.
133
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
133
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
134
134
  :param pulumi.Input[str] user: The user to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
135
135
  """
136
136
  if privilege_grants is not None:
@@ -162,7 +162,7 @@ class _ClickhouseGrantState:
162
162
  @pulumi.getter
163
163
  def project(self) -> Optional[pulumi.Input[str]]:
164
164
  """
165
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
165
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
166
166
  """
167
167
  return pulumi.get(self, "project")
168
168
 
@@ -198,7 +198,7 @@ class _ClickhouseGrantState:
198
198
  @pulumi.getter(name="serviceName")
199
199
  def service_name(self) -> Optional[pulumi.Input[str]]:
200
200
  """
201
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
201
+ The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
202
202
  """
203
203
  return pulumi.get(self, "service_name")
204
204
 
@@ -289,10 +289,10 @@ class ClickhouseGrant(pulumi.CustomResource):
289
289
  :param str resource_name: The name of the resource.
290
290
  :param pulumi.ResourceOptions opts: Options for the resource.
291
291
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseGrantPrivilegeGrantArgs']]]] privilege_grants: Configuration to grant a privilege. Changing this property forces recreation of the resource.
292
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
292
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
293
293
  :param pulumi.Input[str] role: The role to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
294
294
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseGrantRoleGrantArgs']]]] role_grants: Configuration to grant a role. Changing this property forces recreation of the resource.
295
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
295
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
296
296
  :param pulumi.Input[str] user: The user to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
297
297
  """
298
298
  ...
@@ -420,10 +420,10 @@ class ClickhouseGrant(pulumi.CustomResource):
420
420
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
421
421
  :param pulumi.ResourceOptions opts: Options for the resource.
422
422
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseGrantPrivilegeGrantArgs']]]] privilege_grants: Configuration to grant a privilege. Changing this property forces recreation of the resource.
423
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
423
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
424
424
  :param pulumi.Input[str] role: The role to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
425
425
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseGrantRoleGrantArgs']]]] role_grants: Configuration to grant a role. Changing this property forces recreation of the resource.
426
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
426
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
427
427
  :param pulumi.Input[str] user: The user to grant privileges or roles to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
428
428
  """
429
429
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -450,7 +450,7 @@ class ClickhouseGrant(pulumi.CustomResource):
450
450
  @pulumi.getter
451
451
  def project(self) -> pulumi.Output[str]:
452
452
  """
453
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
453
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
454
454
  """
455
455
  return pulumi.get(self, "project")
456
456
 
@@ -474,7 +474,7 @@ class ClickhouseGrant(pulumi.CustomResource):
474
474
  @pulumi.getter(name="serviceName")
475
475
  def service_name(self) -> pulumi.Output[str]:
476
476
  """
477
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
477
+ The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
478
478
  """
479
479
  return pulumi.get(self, "service_name")
480
480
 
@@ -19,9 +19,9 @@ class ClickhouseRoleArgs:
19
19
  service_name: pulumi.Input[str]):
20
20
  """
21
21
  The set of arguments for constructing a ClickhouseRole resource.
22
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
22
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
23
23
  :param pulumi.Input[str] role: The role that is to be created. Changing this property forces recreation of the resource.
24
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
24
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
25
25
  """
26
26
  pulumi.set(__self__, "project", project)
27
27
  pulumi.set(__self__, "role", role)
@@ -31,7 +31,7 @@ class ClickhouseRoleArgs:
31
31
  @pulumi.getter
32
32
  def project(self) -> pulumi.Input[str]:
33
33
  """
34
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
34
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
35
35
  """
36
36
  return pulumi.get(self, "project")
37
37
 
@@ -55,7 +55,7 @@ class ClickhouseRoleArgs:
55
55
  @pulumi.getter(name="serviceName")
56
56
  def service_name(self) -> pulumi.Input[str]:
57
57
  """
58
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
58
+ The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
59
59
  """
60
60
  return pulumi.get(self, "service_name")
61
61
 
@@ -72,9 +72,9 @@ class _ClickhouseRoleState:
72
72
  service_name: Optional[pulumi.Input[str]] = None):
73
73
  """
74
74
  Input properties used for looking up and filtering ClickhouseRole resources.
75
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
75
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
76
76
  :param pulumi.Input[str] role: The role that is to be created. Changing this property forces recreation of the resource.
77
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
77
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
78
78
  """
79
79
  if project is not None:
80
80
  pulumi.set(__self__, "project", project)
@@ -87,7 +87,7 @@ class _ClickhouseRoleState:
87
87
  @pulumi.getter
88
88
  def project(self) -> Optional[pulumi.Input[str]]:
89
89
  """
90
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
90
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
91
91
  """
92
92
  return pulumi.get(self, "project")
93
93
 
@@ -111,7 +111,7 @@ class _ClickhouseRoleState:
111
111
  @pulumi.getter(name="serviceName")
112
112
  def service_name(self) -> Optional[pulumi.Input[str]]:
113
113
  """
114
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
114
+ The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
115
115
  """
116
116
  return pulumi.get(self, "service_name")
117
117
 
@@ -141,7 +141,7 @@ class ClickhouseRole(pulumi.CustomResource):
141
141
  bar = aiven.Clickhouse("bar",
142
142
  project="example-project",
143
143
  cloud_name="google-europe-west1",
144
- plan="startup-beta-8",
144
+ plan="startup-8",
145
145
  service_name="example-service",
146
146
  maintenance_window_dow="monday",
147
147
  maintenance_window_time="10:00:00")
@@ -154,14 +154,14 @@ class ClickhouseRole(pulumi.CustomResource):
154
154
  ## Import
155
155
 
156
156
  ```sh
157
- $ pulumi import aiven:index/clickhouseRole:ClickhouseRole foo project/service_name/role
157
+ $ pulumi import aiven:index/clickhouseRole:ClickhouseRole foo PROJECT/SERVICE_NAME/ROLE
158
158
  ```
159
159
 
160
160
  :param str resource_name: The name of the resource.
161
161
  :param pulumi.ResourceOptions opts: Options for the resource.
162
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
162
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
163
163
  :param pulumi.Input[str] role: The role that is to be created. Changing this property forces recreation of the resource.
164
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
164
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
165
165
  """
166
166
  ...
167
167
  @overload
@@ -181,7 +181,7 @@ class ClickhouseRole(pulumi.CustomResource):
181
181
  bar = aiven.Clickhouse("bar",
182
182
  project="example-project",
183
183
  cloud_name="google-europe-west1",
184
- plan="startup-beta-8",
184
+ plan="startup-8",
185
185
  service_name="example-service",
186
186
  maintenance_window_dow="monday",
187
187
  maintenance_window_time="10:00:00")
@@ -194,7 +194,7 @@ class ClickhouseRole(pulumi.CustomResource):
194
194
  ## Import
195
195
 
196
196
  ```sh
197
- $ pulumi import aiven:index/clickhouseRole:ClickhouseRole foo project/service_name/role
197
+ $ pulumi import aiven:index/clickhouseRole:ClickhouseRole foo PROJECT/SERVICE_NAME/ROLE
198
198
  ```
199
199
 
200
200
  :param str resource_name: The name of the resource.
@@ -253,9 +253,9 @@ class ClickhouseRole(pulumi.CustomResource):
253
253
  :param str resource_name: The unique name of the resulting resource.
254
254
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
255
255
  :param pulumi.ResourceOptions opts: Options for the resource.
256
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
256
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
257
257
  :param pulumi.Input[str] role: The role that is to be created. Changing this property forces recreation of the resource.
258
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
258
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
259
259
  """
260
260
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
261
261
 
@@ -270,7 +270,7 @@ class ClickhouseRole(pulumi.CustomResource):
270
270
  @pulumi.getter
271
271
  def project(self) -> pulumi.Output[str]:
272
272
  """
273
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
273
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
274
274
  """
275
275
  return pulumi.get(self, "project")
276
276
 
@@ -286,7 +286,7 @@ class ClickhouseRole(pulumi.CustomResource):
286
286
  @pulumi.getter(name="serviceName")
287
287
  def service_name(self) -> pulumi.Output[str]:
288
288
  """
289
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
289
+ The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
290
290
  """
291
291
  return pulumi.get(self, "service_name")
292
292
 
@@ -19,8 +19,8 @@ class ClickhouseUserArgs:
19
19
  username: pulumi.Input[str]):
20
20
  """
21
21
  The set of arguments for constructing a ClickhouseUser resource.
22
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
23
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
22
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
23
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
24
24
  :param pulumi.Input[str] username: The actual name of the Clickhouse user. Changing this property forces recreation of the resource.
25
25
  """
26
26
  pulumi.set(__self__, "project", project)
@@ -31,7 +31,7 @@ class ClickhouseUserArgs:
31
31
  @pulumi.getter
32
32
  def project(self) -> pulumi.Input[str]:
33
33
  """
34
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
34
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
35
35
  """
36
36
  return pulumi.get(self, "project")
37
37
 
@@ -43,7 +43,7 @@ class ClickhouseUserArgs:
43
43
  @pulumi.getter(name="serviceName")
44
44
  def service_name(self) -> pulumi.Input[str]:
45
45
  """
46
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
46
+ The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
47
47
  """
48
48
  return pulumi.get(self, "service_name")
49
49
 
@@ -76,9 +76,9 @@ class _ClickhouseUserState:
76
76
  """
77
77
  Input properties used for looking up and filtering ClickhouseUser resources.
78
78
  :param pulumi.Input[str] password: The password of the clickhouse user.
79
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
79
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
80
80
  :param pulumi.Input[bool] required: Indicates if a clickhouse user is required
81
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
81
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
82
82
  :param pulumi.Input[str] username: The actual name of the Clickhouse user. Changing this property forces recreation of the resource.
83
83
  :param pulumi.Input[str] uuid: UUID of the clickhouse user.
84
84
  """
@@ -111,7 +111,7 @@ class _ClickhouseUserState:
111
111
  @pulumi.getter
112
112
  def project(self) -> Optional[pulumi.Input[str]]:
113
113
  """
114
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
114
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
115
115
  """
116
116
  return pulumi.get(self, "project")
117
117
 
@@ -135,7 +135,7 @@ class _ClickhouseUserState:
135
135
  @pulumi.getter(name="serviceName")
136
136
  def service_name(self) -> Optional[pulumi.Input[str]]:
137
137
  """
138
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
138
+ The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
139
139
  """
140
140
  return pulumi.get(self, "service_name")
141
141
 
@@ -200,8 +200,8 @@ class ClickhouseUser(pulumi.CustomResource):
200
200
 
201
201
  :param str resource_name: The name of the resource.
202
202
  :param pulumi.ResourceOptions opts: Options for the resource.
203
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
204
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
203
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
204
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
205
205
  :param pulumi.Input[str] username: The actual name of the Clickhouse user. Changing this property forces recreation of the resource.
206
206
  """
207
207
  ...
@@ -296,9 +296,9 @@ class ClickhouseUser(pulumi.CustomResource):
296
296
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
297
297
  :param pulumi.ResourceOptions opts: Options for the resource.
298
298
  :param pulumi.Input[str] password: The password of the clickhouse user.
299
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
299
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
300
300
  :param pulumi.Input[bool] required: Indicates if a clickhouse user is required
301
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
301
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
302
302
  :param pulumi.Input[str] username: The actual name of the Clickhouse user. Changing this property forces recreation of the resource.
303
303
  :param pulumi.Input[str] uuid: UUID of the clickhouse user.
304
304
  """
@@ -326,7 +326,7 @@ class ClickhouseUser(pulumi.CustomResource):
326
326
  @pulumi.getter
327
327
  def project(self) -> pulumi.Output[str]:
328
328
  """
329
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
329
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
330
330
  """
331
331
  return pulumi.get(self, "project")
332
332
 
@@ -342,7 +342,7 @@ class ClickhouseUser(pulumi.CustomResource):
342
342
  @pulumi.getter(name="serviceName")
343
343
  def service_name(self) -> pulumi.Output[str]:
344
344
  """
345
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
345
+ The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
346
346
  """
347
347
  return pulumi.get(self, "service_name")
348
348