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
@@ -19,10 +19,10 @@ class GcpPrivatelinkConnectionApprovalArgs:
19
19
  user_ip_address: pulumi.Input[str]):
20
20
  """
21
21
  The set of arguments for constructing a GcpPrivatelinkConnectionApproval 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
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
23
+ 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
23
25
  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
25
- variable as a reference. Changing this property forces recreation of the resource.
26
26
  :param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
27
27
  """
28
28
  pulumi.set(__self__, "project", project)
@@ -33,7 +33,7 @@ class GcpPrivatelinkConnectionApprovalArgs:
33
33
  @pulumi.getter
34
34
  def project(self) -> pulumi.Input[str]:
35
35
  """
36
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
36
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
37
37
  reference. Changing this property forces recreation of the resource.
38
38
  """
39
39
  return pulumi.get(self, "project")
@@ -46,8 +46,8 @@ class GcpPrivatelinkConnectionApprovalArgs:
46
46
  @pulumi.getter(name="serviceName")
47
47
  def service_name(self) -> pulumi.Input[str]:
48
48
  """
49
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
50
- variable as a reference. Changing this property forces recreation of the resource.
49
+ The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
50
+ reference. Changing this property forces recreation of the resource.
51
51
  """
52
52
  return pulumi.get(self, "service_name")
53
53
 
@@ -80,11 +80,11 @@ class _GcpPrivatelinkConnectionApprovalState:
80
80
  """
81
81
  Input properties used for looking up and filtering GcpPrivatelinkConnectionApproval resources.
82
82
  :param pulumi.Input[str] privatelink_connection_id: Aiven internal ID for the private link connection.
83
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
83
+ :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
84
84
  reference. Changing this property forces recreation of the resource.
85
85
  :param pulumi.Input[str] psc_connection_id: The Google Private Service Connect connection ID.
86
- :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
87
- variable as a reference. Changing this property forces recreation of the resource.
86
+ :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
87
+ reference. Changing this property forces recreation of the resource.
88
88
  :param pulumi.Input[str] state: The state of the connection.
89
89
  :param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
90
90
  """
@@ -117,7 +117,7 @@ class _GcpPrivatelinkConnectionApprovalState:
117
117
  @pulumi.getter
118
118
  def project(self) -> Optional[pulumi.Input[str]]:
119
119
  """
120
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
120
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
121
121
  reference. Changing this property forces recreation of the resource.
122
122
  """
123
123
  return pulumi.get(self, "project")
@@ -142,8 +142,8 @@ class _GcpPrivatelinkConnectionApprovalState:
142
142
  @pulumi.getter(name="serviceName")
143
143
  def service_name(self) -> Optional[pulumi.Input[str]]:
144
144
  """
145
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
146
- variable as a reference. Changing this property forces recreation of the resource.
145
+ The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
146
+ reference. Changing this property forces recreation of the resource.
147
147
  """
148
148
  return pulumi.get(self, "service_name")
149
149
 
@@ -189,10 +189,10 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
189
189
  Create a GcpPrivatelinkConnectionApproval resource with the given unique name, props, and options.
190
190
  :param str resource_name: The name of the resource.
191
191
  :param pulumi.ResourceOptions opts: Options for the resource.
192
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
192
+ :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
193
+ reference. Changing this property forces recreation of the resource.
194
+ :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
193
195
  reference. Changing this property forces recreation of the resource.
194
- :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
195
- variable as a reference. Changing this property forces recreation of the resource.
196
196
  :param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
197
197
  """
198
198
  ...
@@ -266,11 +266,11 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
266
266
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
267
267
  :param pulumi.ResourceOptions opts: Options for the resource.
268
268
  :param pulumi.Input[str] privatelink_connection_id: Aiven internal ID for the private link connection.
269
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
269
+ :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
270
270
  reference. Changing this property forces recreation of the resource.
271
271
  :param pulumi.Input[str] psc_connection_id: The Google Private Service Connect connection ID.
272
- :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
273
- variable as a reference. Changing this property forces recreation of the resource.
272
+ :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
273
+ reference. Changing this property forces recreation of the resource.
274
274
  :param pulumi.Input[str] state: The state of the connection.
275
275
  :param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
276
276
  """
@@ -298,7 +298,7 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
298
298
  @pulumi.getter
299
299
  def project(self) -> pulumi.Output[str]:
300
300
  """
301
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
301
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
302
302
  reference. Changing this property forces recreation of the resource.
303
303
  """
304
304
  return pulumi.get(self, "project")
@@ -315,8 +315,8 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
315
315
  @pulumi.getter(name="serviceName")
316
316
  def service_name(self) -> pulumi.Output[str]:
317
317
  """
318
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
319
- variable as a reference. Changing this property forces recreation of the resource.
318
+ The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
319
+ reference. Changing this property forces recreation of the resource.
320
320
  """
321
321
  return pulumi.get(self, "service_name")
322
322
 
@@ -195,7 +195,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
195
195
  ## Import
196
196
 
197
197
  ```sh
198
- $ pulumi import aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection foo project_name/vpc_id/gcp_project_id/peer_vpc
198
+ $ pulumi import aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection foo PROJECT_NAME/VPC_ID/GCP_PROJECT_ID/PEER_VPC
199
199
  ```
200
200
 
201
201
  :param str resource_name: The name of the resource.
@@ -228,7 +228,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
228
228
  ## Import
229
229
 
230
230
  ```sh
231
- $ pulumi import aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection foo project_name/vpc_id/gcp_project_id/peer_vpc
231
+ $ pulumi import aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection foo PROJECT_NAME/VPC_ID/GCP_PROJECT_ID/PEER_VPC
232
232
  ```
233
233
 
234
234
  :param str resource_name: The name of the resource.
@@ -77,7 +77,7 @@ class GetAwsPrivatelinkResult:
77
77
  @pulumi.getter
78
78
  def project(self) -> str:
79
79
  """
80
- 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.
80
+ 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.
81
81
  """
82
82
  return pulumi.get(self, "project")
83
83
 
@@ -85,7 +85,7 @@ class GetAwsPrivatelinkResult:
85
85
  @pulumi.getter(name="serviceName")
86
86
  def service_name(self) -> str:
87
87
  """
88
- 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.
88
+ 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.
89
89
  """
90
90
  return pulumi.get(self, "service_name")
91
91
 
@@ -121,8 +121,8 @@ def get_aws_privatelink(project: Optional[str] = None,
121
121
  ```
122
122
 
123
123
 
124
- :param 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.
125
- :param 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.
124
+ :param 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.
125
+ :param 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.
126
126
  """
127
127
  __args__ = dict()
128
128
  __args__['project'] = project
@@ -157,7 +157,7 @@ def get_aws_privatelink_output(project: Optional[pulumi.Input[str]] = None,
157
157
  ```
158
158
 
159
159
 
160
- :param 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.
161
- :param 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.
160
+ :param 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.
161
+ :param 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.
162
162
  """
163
163
  ...
@@ -83,7 +83,7 @@ class GetAzurePrivatelinkResult:
83
83
  @pulumi.getter
84
84
  def project(self) -> str:
85
85
  """
86
- 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.
86
+ 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.
87
87
  """
88
88
  return pulumi.get(self, "project")
89
89
 
@@ -91,7 +91,7 @@ class GetAzurePrivatelinkResult:
91
91
  @pulumi.getter(name="serviceName")
92
92
  def service_name(self) -> str:
93
93
  """
94
- 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.
94
+ 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.
95
95
  """
96
96
  return pulumi.get(self, "service_name")
97
97
 
@@ -145,8 +145,8 @@ def get_azure_privatelink(project: Optional[str] = None,
145
145
  ```
146
146
 
147
147
 
148
- :param 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.
149
- :param 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.
148
+ :param 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.
149
+ :param 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.
150
150
  """
151
151
  __args__ = dict()
152
152
  __args__['project'] = project
@@ -183,7 +183,7 @@ def get_azure_privatelink_output(project: Optional[pulumi.Input[str]] = None,
183
183
  ```
184
184
 
185
185
 
186
- :param 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.
187
- :param 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.
186
+ :param 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.
187
+ :param 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.
188
188
  """
189
189
  ...
@@ -239,7 +239,7 @@ class AwaitableGetBillingGroupResult(GetBillingGroupResult):
239
239
  def get_billing_group(billing_group_id: Optional[str] = None,
240
240
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetBillingGroupResult:
241
241
  """
242
- Provides information about an existing billing group.
242
+ Gets information about a billing group.
243
243
 
244
244
 
245
245
  :param str billing_group_id: The ID of the billing group. To set up proper dependencies please refer to this variable as a reference.
@@ -273,7 +273,7 @@ def get_billing_group(billing_group_id: Optional[str] = None,
273
273
  def get_billing_group_output(billing_group_id: Optional[pulumi.Input[str]] = None,
274
274
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetBillingGroupResult]:
275
275
  """
276
- Provides information about an existing billing group.
276
+ Gets information about a billing group.
277
277
 
278
278
 
279
279
  :param str billing_group_id: The ID of the billing group. To set up proper dependencies please refer to this variable as a reference.
@@ -24,16 +24,13 @@ class GetCassandaResult:
24
24
  """
25
25
  A collection of values returned by getCassanda.
26
26
  """
27
- def __init__(__self__, additional_disk_space=None, cassandra_user_configs=None, cassandras=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
27
+ def __init__(__self__, additional_disk_space=None, cassandra_user_configs=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
28
28
  if additional_disk_space and not isinstance(additional_disk_space, str):
29
29
  raise TypeError("Expected argument 'additional_disk_space' to be a str")
30
30
  pulumi.set(__self__, "additional_disk_space", additional_disk_space)
31
31
  if cassandra_user_configs and not isinstance(cassandra_user_configs, list):
32
32
  raise TypeError("Expected argument 'cassandra_user_configs' to be a list")
33
33
  pulumi.set(__self__, "cassandra_user_configs", cassandra_user_configs)
34
- if cassandras and not isinstance(cassandras, list):
35
- raise TypeError("Expected argument 'cassandras' to be a list")
36
- pulumi.set(__self__, "cassandras", cassandras)
37
34
  if cloud_name and not isinstance(cloud_name, str):
38
35
  raise TypeError("Expected argument 'cloud_name' to be a str")
39
36
  pulumi.set(__self__, "cloud_name", cloud_name)
@@ -129,14 +126,6 @@ class GetCassandaResult:
129
126
  """
130
127
  return pulumi.get(self, "cassandra_user_configs")
131
128
 
132
- @property
133
- @pulumi.getter
134
- def cassandras(self) -> Sequence['outputs.GetCassandaCassandraResult']:
135
- """
136
- Cassandra server provided values
137
- """
138
- return pulumi.get(self, "cassandras")
139
-
140
129
  @property
141
130
  @pulumi.getter(name="cloudName")
142
131
  def cloud_name(self) -> str:
@@ -229,7 +218,7 @@ class GetCassandaResult:
229
218
  @pulumi.getter
230
219
  def project(self) -> str:
231
220
  """
232
- 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.
221
+ 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.
233
222
  """
234
223
  return pulumi.get(self, "project")
235
224
 
@@ -333,7 +322,7 @@ class GetCassandaResult:
333
322
  @pulumi.getter(name="techEmails")
334
323
  def tech_emails(self) -> Sequence['outputs.GetCassandaTechEmailResult']:
335
324
  """
336
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
325
+ The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
337
326
  """
338
327
  return pulumi.get(self, "tech_emails")
339
328
 
@@ -354,7 +343,6 @@ class AwaitableGetCassandaResult(GetCassandaResult):
354
343
  return GetCassandaResult(
355
344
  additional_disk_space=self.additional_disk_space,
356
345
  cassandra_user_configs=self.cassandra_user_configs,
357
- cassandras=self.cassandras,
358
346
  cloud_name=self.cloud_name,
359
347
  components=self.components,
360
348
  disk_space=self.disk_space,
@@ -400,7 +388,7 @@ def get_cassanda(project: Optional[str] = None,
400
388
  ```
401
389
 
402
390
 
403
- :param 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.
391
+ :param 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.
404
392
  :param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
405
393
  """
406
394
  pulumi.log.warn("""get_cassanda is deprecated: aiven.getCassanda has been deprecated in favor of aiven.getCassandra""")
@@ -413,7 +401,6 @@ def get_cassanda(project: Optional[str] = None,
413
401
  return AwaitableGetCassandaResult(
414
402
  additional_disk_space=pulumi.get(__ret__, 'additional_disk_space'),
415
403
  cassandra_user_configs=pulumi.get(__ret__, 'cassandra_user_configs'),
416
- cassandras=pulumi.get(__ret__, 'cassandras'),
417
404
  cloud_name=pulumi.get(__ret__, 'cloud_name'),
418
405
  components=pulumi.get(__ret__, 'components'),
419
406
  disk_space=pulumi.get(__ret__, 'disk_space'),
@@ -460,7 +447,7 @@ def get_cassanda_output(project: Optional[pulumi.Input[str]] = None,
460
447
  ```
461
448
 
462
449
 
463
- :param 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.
450
+ :param 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.
464
451
  :param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
465
452
  """
466
453
  pulumi.log.warn("""get_cassanda is deprecated: aiven.getCassanda has been deprecated in favor of aiven.getCassandra""")
@@ -22,16 +22,13 @@ class GetCassandraResult:
22
22
  """
23
23
  A collection of values returned by getCassandra.
24
24
  """
25
- def __init__(__self__, additional_disk_space=None, cassandra_user_configs=None, cassandras=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
25
+ def __init__(__self__, additional_disk_space=None, cassandra_user_configs=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
26
26
  if additional_disk_space and not isinstance(additional_disk_space, str):
27
27
  raise TypeError("Expected argument 'additional_disk_space' to be a str")
28
28
  pulumi.set(__self__, "additional_disk_space", additional_disk_space)
29
29
  if cassandra_user_configs and not isinstance(cassandra_user_configs, list):
30
30
  raise TypeError("Expected argument 'cassandra_user_configs' to be a list")
31
31
  pulumi.set(__self__, "cassandra_user_configs", cassandra_user_configs)
32
- if cassandras and not isinstance(cassandras, list):
33
- raise TypeError("Expected argument 'cassandras' to be a list")
34
- pulumi.set(__self__, "cassandras", cassandras)
35
32
  if cloud_name and not isinstance(cloud_name, str):
36
33
  raise TypeError("Expected argument 'cloud_name' to be a str")
37
34
  pulumi.set(__self__, "cloud_name", cloud_name)
@@ -127,14 +124,6 @@ class GetCassandraResult:
127
124
  """
128
125
  return pulumi.get(self, "cassandra_user_configs")
129
126
 
130
- @property
131
- @pulumi.getter
132
- def cassandras(self) -> Sequence['outputs.GetCassandraCassandraResult']:
133
- """
134
- Cassandra server provided values
135
- """
136
- return pulumi.get(self, "cassandras")
137
-
138
127
  @property
139
128
  @pulumi.getter(name="cloudName")
140
129
  def cloud_name(self) -> str:
@@ -227,7 +216,7 @@ class GetCassandraResult:
227
216
  @pulumi.getter
228
217
  def project(self) -> str:
229
218
  """
230
- 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.
219
+ 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.
231
220
  """
232
221
  return pulumi.get(self, "project")
233
222
 
@@ -331,7 +320,7 @@ class GetCassandraResult:
331
320
  @pulumi.getter(name="techEmails")
332
321
  def tech_emails(self) -> Sequence['outputs.GetCassandraTechEmailResult']:
333
322
  """
334
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
323
+ The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
335
324
  """
336
325
  return pulumi.get(self, "tech_emails")
337
326
 
@@ -352,7 +341,6 @@ class AwaitableGetCassandraResult(GetCassandraResult):
352
341
  return GetCassandraResult(
353
342
  additional_disk_space=self.additional_disk_space,
354
343
  cassandra_user_configs=self.cassandra_user_configs,
355
- cassandras=self.cassandras,
356
344
  cloud_name=self.cloud_name,
357
345
  components=self.components,
358
346
  disk_space=self.disk_space,
@@ -398,7 +386,7 @@ def get_cassandra(project: Optional[str] = None,
398
386
  ```
399
387
 
400
388
 
401
- :param 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.
389
+ :param 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.
402
390
  :param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
403
391
  """
404
392
  __args__ = dict()
@@ -410,7 +398,6 @@ def get_cassandra(project: Optional[str] = None,
410
398
  return AwaitableGetCassandraResult(
411
399
  additional_disk_space=pulumi.get(__ret__, 'additional_disk_space'),
412
400
  cassandra_user_configs=pulumi.get(__ret__, 'cassandra_user_configs'),
413
- cassandras=pulumi.get(__ret__, 'cassandras'),
414
401
  cloud_name=pulumi.get(__ret__, 'cloud_name'),
415
402
  components=pulumi.get(__ret__, 'components'),
416
403
  disk_space=pulumi.get(__ret__, 'disk_space'),
@@ -457,7 +444,7 @@ def get_cassandra_output(project: Optional[pulumi.Input[str]] = None,
457
444
  ```
458
445
 
459
446
 
460
- :param 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.
447
+ :param 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.
461
448
  :param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
462
449
  """
463
450
  ...
@@ -83,7 +83,7 @@ class GetCassandraUserResult:
83
83
  @pulumi.getter
84
84
  def project(self) -> str:
85
85
  """
86
- 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.
86
+ 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.
87
87
  """
88
88
  return pulumi.get(self, "project")
89
89
 
@@ -91,7 +91,7 @@ class GetCassandraUserResult:
91
91
  @pulumi.getter(name="serviceName")
92
92
  def service_name(self) -> str:
93
93
  """
94
- 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.
94
+ 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.
95
95
  """
96
96
  return pulumi.get(self, "service_name")
97
97
 
@@ -147,8 +147,8 @@ def get_cassandra_user(project: Optional[str] = None,
147
147
  ```
148
148
 
149
149
 
150
- :param 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.
151
- :param 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.
150
+ :param 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.
151
+ :param 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.
152
152
  :param str username: The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
153
153
  """
154
154
  __args__ = dict()
@@ -189,8 +189,8 @@ def get_cassandra_user_output(project: Optional[pulumi.Input[str]] = None,
189
189
  ```
190
190
 
191
191
 
192
- :param 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.
193
- :param 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.
192
+ :param 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.
193
+ :param 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.
194
194
  :param str username: The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
195
195
  """
196
196
  ...
@@ -22,16 +22,13 @@ class GetClickhouseResult:
22
22
  """
23
23
  A collection of values returned by getClickhouse.
24
24
  """
25
- def __init__(__self__, additional_disk_space=None, clickhouse_user_configs=None, clickhouses=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
25
+ def __init__(__self__, additional_disk_space=None, clickhouse_user_configs=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
26
26
  if additional_disk_space and not isinstance(additional_disk_space, str):
27
27
  raise TypeError("Expected argument 'additional_disk_space' to be a str")
28
28
  pulumi.set(__self__, "additional_disk_space", additional_disk_space)
29
29
  if clickhouse_user_configs and not isinstance(clickhouse_user_configs, list):
30
30
  raise TypeError("Expected argument 'clickhouse_user_configs' to be a list")
31
31
  pulumi.set(__self__, "clickhouse_user_configs", clickhouse_user_configs)
32
- if clickhouses and not isinstance(clickhouses, list):
33
- raise TypeError("Expected argument 'clickhouses' to be a list")
34
- pulumi.set(__self__, "clickhouses", clickhouses)
35
32
  if cloud_name and not isinstance(cloud_name, str):
36
33
  raise TypeError("Expected argument 'cloud_name' to be a str")
37
34
  pulumi.set(__self__, "cloud_name", cloud_name)
@@ -127,14 +124,6 @@ class GetClickhouseResult:
127
124
  """
128
125
  return pulumi.get(self, "clickhouse_user_configs")
129
126
 
130
- @property
131
- @pulumi.getter
132
- def clickhouses(self) -> Sequence['outputs.GetClickhouseClickhouseResult']:
133
- """
134
- Clickhouse server provided values
135
- """
136
- return pulumi.get(self, "clickhouses")
137
-
138
127
  @property
139
128
  @pulumi.getter(name="cloudName")
140
129
  def cloud_name(self) -> str:
@@ -227,7 +216,7 @@ class GetClickhouseResult:
227
216
  @pulumi.getter
228
217
  def project(self) -> str:
229
218
  """
230
- 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.
219
+ 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.
231
220
  """
232
221
  return pulumi.get(self, "project")
233
222
 
@@ -331,7 +320,7 @@ class GetClickhouseResult:
331
320
  @pulumi.getter(name="techEmails")
332
321
  def tech_emails(self) -> Sequence['outputs.GetClickhouseTechEmailResult']:
333
322
  """
334
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
323
+ The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
335
324
  """
336
325
  return pulumi.get(self, "tech_emails")
337
326
 
@@ -352,7 +341,6 @@ class AwaitableGetClickhouseResult(GetClickhouseResult):
352
341
  return GetClickhouseResult(
353
342
  additional_disk_space=self.additional_disk_space,
354
343
  clickhouse_user_configs=self.clickhouse_user_configs,
355
- clickhouses=self.clickhouses,
356
344
  cloud_name=self.cloud_name,
357
345
  components=self.components,
358
346
  disk_space=self.disk_space,
@@ -398,7 +386,7 @@ def get_clickhouse(project: Optional[str] = None,
398
386
  ```
399
387
 
400
388
 
401
- :param 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.
389
+ :param 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.
402
390
  :param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
403
391
  """
404
392
  __args__ = dict()
@@ -410,7 +398,6 @@ def get_clickhouse(project: Optional[str] = None,
410
398
  return AwaitableGetClickhouseResult(
411
399
  additional_disk_space=pulumi.get(__ret__, 'additional_disk_space'),
412
400
  clickhouse_user_configs=pulumi.get(__ret__, 'clickhouse_user_configs'),
413
- clickhouses=pulumi.get(__ret__, 'clickhouses'),
414
401
  cloud_name=pulumi.get(__ret__, 'cloud_name'),
415
402
  components=pulumi.get(__ret__, 'components'),
416
403
  disk_space=pulumi.get(__ret__, 'disk_space'),
@@ -457,7 +444,7 @@ def get_clickhouse_output(project: Optional[pulumi.Input[str]] = None,
457
444
  ```
458
445
 
459
446
 
460
- :param 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.
447
+ :param 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.
461
448
  :param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
462
449
  """
463
450
  ...
@@ -58,7 +58,7 @@ class GetClickhouseDatabaseResult:
58
58
  @pulumi.getter
59
59
  def project(self) -> str:
60
60
  """
61
- 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.
61
+ 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.
62
62
  """
63
63
  return pulumi.get(self, "project")
64
64
 
@@ -66,7 +66,7 @@ class GetClickhouseDatabaseResult:
66
66
  @pulumi.getter(name="serviceName")
67
67
  def service_name(self) -> str:
68
68
  """
69
- 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.
69
+ 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.
70
70
  """
71
71
  return pulumi.get(self, "service_name")
72
72
 
@@ -109,8 +109,8 @@ def get_clickhouse_database(name: Optional[str] = None,
109
109
 
110
110
 
111
111
  :param str name: The name of the Clickhouse database. Changing this property forces recreation of the resource.
112
- :param 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.
113
- :param 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.
112
+ :param 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.
113
+ :param 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.
114
114
  """
115
115
  __args__ = dict()
116
116
  __args__['name'] = name
@@ -148,7 +148,7 @@ def get_clickhouse_database_output(name: Optional[pulumi.Input[str]] = None,
148
148
 
149
149
 
150
150
  :param str name: The name of the Clickhouse database. Changing this property forces recreation of the resource.
151
- :param 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.
152
- :param 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.
151
+ :param 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.
152
+ :param 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.
153
153
  """
154
154
  ...
@@ -64,7 +64,7 @@ class GetClickhouseUserResult:
64
64
  @pulumi.getter
65
65
  def project(self) -> str:
66
66
  """
67
- 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.
67
+ 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.
68
68
  """
69
69
  return pulumi.get(self, "project")
70
70
 
@@ -80,7 +80,7 @@ class GetClickhouseUserResult:
80
80
  @pulumi.getter(name="serviceName")
81
81
  def service_name(self) -> str:
82
82
  """
83
- 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.
83
+ 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.
84
84
  """
85
85
  return pulumi.get(self, "service_name")
86
86
 
@@ -135,8 +135,8 @@ def get_clickhouse_user(project: Optional[str] = None,
135
135
  ```
136
136
 
137
137
 
138
- :param 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.
139
- :param 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.
138
+ :param 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.
139
+ :param 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.
140
140
  :param str username: The actual name of the Clickhouse user. Changing this property forces recreation of the resource.
141
141
  """
142
142
  __args__ = dict()
@@ -176,8 +176,8 @@ def get_clickhouse_user_output(project: Optional[pulumi.Input[str]] = None,
176
176
  ```
177
177
 
178
178
 
179
- :param 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.
180
- :param 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.
179
+ :param 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.
180
+ :param 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.
181
181
  :param str username: The actual name of the Clickhouse user. Changing this property forces recreation of the resource.
182
182
  """
183
183
  ...