pulumi-aiven 6.14.0__py3-none-any.whl → 6.14.0a1711602990__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 (132) hide show
  1. pulumi_aiven/_inputs.py +262 -200
  2. pulumi_aiven/account.py +6 -2
  3. pulumi_aiven/account_authentication.py +2 -2
  4. pulumi_aiven/account_team.py +6 -6
  5. pulumi_aiven/account_team_member.py +10 -6
  6. pulumi_aiven/account_team_project.py +12 -12
  7. pulumi_aiven/aws_privatelink.py +22 -18
  8. pulumi_aiven/aws_vpc_peering_connection.py +12 -8
  9. pulumi_aiven/azure_privatelink.py +22 -18
  10. pulumi_aiven/azure_privatelink_connection_approval.py +14 -112
  11. pulumi_aiven/azure_vpc_peering_connection.py +10 -6
  12. pulumi_aiven/billing_group.py +18 -18
  13. pulumi_aiven/cassandra.py +57 -25
  14. pulumi_aiven/cassandra_user.py +22 -18
  15. pulumi_aiven/clickhouse.py +57 -25
  16. pulumi_aiven/clickhouse_database.py +26 -24
  17. pulumi_aiven/clickhouse_grant.py +37 -35
  18. pulumi_aiven/clickhouse_role.py +20 -16
  19. pulumi_aiven/clickhouse_user.py +22 -18
  20. pulumi_aiven/connection_pool.py +28 -24
  21. pulumi_aiven/dragonfly.py +263 -124
  22. pulumi_aiven/flink.py +36 -32
  23. pulumi_aiven/flink_application.py +24 -22
  24. pulumi_aiven/flink_application_deployment.py +21 -21
  25. pulumi_aiven/flink_application_version.py +14 -96
  26. pulumi_aiven/gcp_privatelink.py +21 -21
  27. pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
  28. pulumi_aiven/gcp_vpc_peering_connection.py +8 -4
  29. pulumi_aiven/get_account.py +4 -0
  30. pulumi_aiven/get_aws_privatelink.py +14 -10
  31. pulumi_aiven/get_aws_vpc_peering_connection.py +10 -6
  32. pulumi_aiven/get_azure_privatelink.py +14 -10
  33. pulumi_aiven/get_azure_vpc_peering_connection.py +6 -2
  34. pulumi_aiven/get_billing_group.py +2 -2
  35. pulumi_aiven/get_cassanda.py +24 -7
  36. pulumi_aiven/get_cassandra.py +24 -7
  37. pulumi_aiven/get_cassandra_user.py +14 -10
  38. pulumi_aiven/get_clickhouse.py +24 -7
  39. pulumi_aiven/get_clickhouse_database.py +14 -10
  40. pulumi_aiven/get_clickhouse_user.py +14 -10
  41. pulumi_aiven/get_connection_pool.py +14 -10
  42. pulumi_aiven/get_dragonfly.py +20 -27
  43. pulumi_aiven/get_flink.py +10 -6
  44. pulumi_aiven/get_flink_application.py +12 -8
  45. pulumi_aiven/get_flink_application_version.py +12 -8
  46. pulumi_aiven/get_gcp_vpc_peering_connection.py +6 -2
  47. pulumi_aiven/get_grafana.py +24 -7
  48. pulumi_aiven/get_kafka.py +17 -13
  49. pulumi_aiven/get_kafka_acl.py +14 -10
  50. pulumi_aiven/get_kafka_connect.py +24 -7
  51. pulumi_aiven/get_kafka_connector.py +14 -10
  52. pulumi_aiven/get_kafka_mirror_maker.py +24 -7
  53. pulumi_aiven/get_kafka_schema.py +14 -10
  54. pulumi_aiven/get_kafka_schema_configuration.py +14 -10
  55. pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
  56. pulumi_aiven/get_kafka_topic.py +20 -16
  57. pulumi_aiven/get_kafka_user.py +14 -10
  58. pulumi_aiven/get_m3_aggregator.py +24 -7
  59. pulumi_aiven/get_m3_db.py +24 -7
  60. pulumi_aiven/get_m3db_user.py +14 -10
  61. pulumi_aiven/get_mirror_maker_replication_flow.py +18 -14
  62. pulumi_aiven/get_my_sql.py +24 -7
  63. pulumi_aiven/get_mysql_database.py +14 -10
  64. pulumi_aiven/get_mysql_user.py +14 -10
  65. pulumi_aiven/get_open_search.py +10 -6
  66. pulumi_aiven/get_open_search_acl_config.py +14 -10
  67. pulumi_aiven/get_open_search_acl_rule.py +14 -10
  68. pulumi_aiven/get_opensearch_security_plugin_config.py +14 -10
  69. pulumi_aiven/get_opensearch_user.py +14 -10
  70. pulumi_aiven/get_organization.py +4 -0
  71. pulumi_aiven/get_organization_user_group.py +6 -2
  72. pulumi_aiven/get_pg.py +10 -6
  73. pulumi_aiven/get_pg_database.py +14 -10
  74. pulumi_aiven/get_pg_user.py +14 -10
  75. pulumi_aiven/get_project.py +21 -17
  76. pulumi_aiven/get_project_user.py +13 -9
  77. pulumi_aiven/get_project_vpc.py +6 -2
  78. pulumi_aiven/get_redis.py +24 -7
  79. pulumi_aiven/get_redis_user.py +14 -10
  80. pulumi_aiven/get_service_component.py +8 -4
  81. pulumi_aiven/get_service_integration.py +33 -19
  82. pulumi_aiven/get_service_integration_endpoint.py +6 -2
  83. pulumi_aiven/get_transit_gateway_vpc_attachment.py +6 -2
  84. pulumi_aiven/grafana.py +267 -82
  85. pulumi_aiven/influx_db.py +21 -21
  86. pulumi_aiven/influxdb_database.py +21 -21
  87. pulumi_aiven/influxdb_user.py +21 -21
  88. pulumi_aiven/kafka.py +54 -50
  89. pulumi_aiven/kafka_acl.py +24 -20
  90. pulumi_aiven/kafka_connect.py +267 -80
  91. pulumi_aiven/kafka_connector.py +30 -26
  92. pulumi_aiven/kafka_mirror_maker.py +267 -80
  93. pulumi_aiven/kafka_schema.py +22 -18
  94. pulumi_aiven/kafka_schema_configuration.py +24 -20
  95. pulumi_aiven/kafka_schema_registry_acl.py +14 -54
  96. pulumi_aiven/kafka_topic.py +46 -84
  97. pulumi_aiven/kafka_user.py +22 -18
  98. pulumi_aiven/m3_aggregator.py +267 -80
  99. pulumi_aiven/m3_db.py +267 -80
  100. pulumi_aiven/m3db_user.py +20 -16
  101. pulumi_aiven/mirror_maker_replication_flow.py +26 -22
  102. pulumi_aiven/my_sql.py +267 -80
  103. pulumi_aiven/mysql_database.py +24 -20
  104. pulumi_aiven/mysql_user.py +22 -18
  105. pulumi_aiven/open_search.py +31 -27
  106. pulumi_aiven/open_search_acl_config.py +36 -28
  107. pulumi_aiven/open_search_acl_rule.py +40 -36
  108. pulumi_aiven/opensearch_security_plugin_config.py +32 -28
  109. pulumi_aiven/opensearch_user.py +22 -18
  110. pulumi_aiven/organization.py +6 -2
  111. pulumi_aiven/organization_group_project.py +0 -46
  112. pulumi_aiven/organization_user.py +20 -2
  113. pulumi_aiven/organization_user_group.py +6 -4
  114. pulumi_aiven/organization_user_group_member.py +10 -8
  115. pulumi_aiven/organizational_unit.py +6 -6
  116. pulumi_aiven/outputs.py +390 -271
  117. pulumi_aiven/pg.py +30 -30
  118. pulumi_aiven/pg_database.py +24 -20
  119. pulumi_aiven/pg_user.py +22 -18
  120. pulumi_aiven/project.py +79 -75
  121. pulumi_aiven/project_user.py +28 -24
  122. pulumi_aiven/project_vpc.py +7 -31
  123. pulumi_aiven/redis.py +267 -80
  124. pulumi_aiven/redis_user.py +22 -18
  125. pulumi_aiven/service_integration.py +58 -54
  126. pulumi_aiven/static_ip.py +7 -7
  127. pulumi_aiven/transit_gateway_vpc_attachment.py +8 -4
  128. {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711602990.dist-info}/METADATA +1 -1
  129. pulumi_aiven-6.14.0a1711602990.dist-info/RECORD +150 -0
  130. pulumi_aiven-6.14.0.dist-info/RECORD +0 -150
  131. {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711602990.dist-info}/WHEEL +0 -0
  132. {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711602990.dist-info}/top_level.txt +0 -0
@@ -21,8 +21,8 @@ class MysqlDatabaseArgs:
21
21
  """
22
22
  The set of arguments for constructing a MysqlDatabase resource.
23
23
  :param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
24
- :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.
25
- :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
+ :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.
25
+ :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.
26
26
  :param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
27
27
  recommended to enable this for any production databases containing critical data. The default value is `false`.
28
28
  """
@@ -48,7 +48,7 @@ class MysqlDatabaseArgs:
48
48
  @pulumi.getter
49
49
  def project(self) -> pulumi.Input[str]:
50
50
  """
51
- 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.
51
+ 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.
52
52
  """
53
53
  return pulumi.get(self, "project")
54
54
 
@@ -60,7 +60,7 @@ class MysqlDatabaseArgs:
60
60
  @pulumi.getter(name="serviceName")
61
61
  def service_name(self) -> pulumi.Input[str]:
62
62
  """
63
- 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.
63
+ 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.
64
64
  """
65
65
  return pulumi.get(self, "service_name")
66
66
 
@@ -92,8 +92,8 @@ class _MysqlDatabaseState:
92
92
  """
93
93
  Input properties used for looking up and filtering MysqlDatabase resources.
94
94
  :param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
95
- :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.
96
- :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.
95
+ :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.
96
+ :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.
97
97
  :param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
98
98
  recommended to enable this for any production databases containing critical data. The default value is `false`.
99
99
  """
@@ -122,7 +122,7 @@ class _MysqlDatabaseState:
122
122
  @pulumi.getter
123
123
  def project(self) -> Optional[pulumi.Input[str]]:
124
124
  """
125
- 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
+ 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.
126
126
  """
127
127
  return pulumi.get(self, "project")
128
128
 
@@ -134,7 +134,7 @@ class _MysqlDatabaseState:
134
134
  @pulumi.getter(name="serviceName")
135
135
  def service_name(self) -> Optional[pulumi.Input[str]]:
136
136
  """
137
- 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.
137
+ 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
138
  """
139
139
  return pulumi.get(self, "service_name")
140
140
 
@@ -171,27 +171,29 @@ class MysqlDatabase(pulumi.CustomResource):
171
171
 
172
172
  ## Example Usage
173
173
 
174
+ <!--Start PulumiCodeChooser -->
174
175
  ```python
175
176
  import pulumi
176
177
  import pulumi_aiven as aiven
177
178
 
178
179
  mydatabase = aiven.MysqlDatabase("mydatabase",
179
- project=myproject["project"],
180
- service_name=mymysql["serviceName"],
180
+ project=aiven_project["myproject"]["project"],
181
+ service_name=aiven_mysql["mymysql"]["service_name"],
181
182
  database_name="<DATABASE_NAME>")
182
183
  ```
184
+ <!--End PulumiCodeChooser -->
183
185
 
184
186
  ## Import
185
187
 
186
188
  ```sh
187
- $ pulumi import aiven:index/mysqlDatabase:MysqlDatabase mydatabase PROJECT/SERVICE_NAME/DATABASE_NAME
189
+ $ pulumi import aiven:index/mysqlDatabase:MysqlDatabase mydatabase project/service_name/database_name
188
190
  ```
189
191
 
190
192
  :param str resource_name: The name of the resource.
191
193
  :param pulumi.ResourceOptions opts: Options for the resource.
192
194
  :param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
193
- :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.
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 reference. Changing this property forces recreation of the resource.
195
+ :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.
196
+ :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.
195
197
  :param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
196
198
  recommended to enable this for any production databases containing critical data. The default value is `false`.
197
199
  """
@@ -206,20 +208,22 @@ class MysqlDatabase(pulumi.CustomResource):
206
208
 
207
209
  ## Example Usage
208
210
 
211
+ <!--Start PulumiCodeChooser -->
209
212
  ```python
210
213
  import pulumi
211
214
  import pulumi_aiven as aiven
212
215
 
213
216
  mydatabase = aiven.MysqlDatabase("mydatabase",
214
- project=myproject["project"],
215
- service_name=mymysql["serviceName"],
217
+ project=aiven_project["myproject"]["project"],
218
+ service_name=aiven_mysql["mymysql"]["service_name"],
216
219
  database_name="<DATABASE_NAME>")
217
220
  ```
221
+ <!--End PulumiCodeChooser -->
218
222
 
219
223
  ## Import
220
224
 
221
225
  ```sh
222
- $ pulumi import aiven:index/mysqlDatabase:MysqlDatabase mydatabase PROJECT/SERVICE_NAME/DATABASE_NAME
226
+ $ pulumi import aiven:index/mysqlDatabase:MysqlDatabase mydatabase project/service_name/database_name
223
227
  ```
224
228
 
225
229
  :param str resource_name: The name of the resource.
@@ -282,8 +286,8 @@ class MysqlDatabase(pulumi.CustomResource):
282
286
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
283
287
  :param pulumi.ResourceOptions opts: Options for the resource.
284
288
  :param pulumi.Input[str] database_name: The name of the service database. Changing this property forces recreation of the resource.
285
- :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.
286
- :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.
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.
287
291
  :param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
288
292
  recommended to enable this for any production databases containing critical data. The default value is `false`.
289
293
  """
@@ -309,7 +313,7 @@ class MysqlDatabase(pulumi.CustomResource):
309
313
  @pulumi.getter
310
314
  def project(self) -> pulumi.Output[str]:
311
315
  """
312
- 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.
316
+ 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.
313
317
  """
314
318
  return pulumi.get(self, "project")
315
319
 
@@ -317,7 +321,7 @@ class MysqlDatabase(pulumi.CustomResource):
317
321
  @pulumi.getter(name="serviceName")
318
322
  def service_name(self) -> pulumi.Output[str]:
319
323
  """
320
- 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.
324
+ 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.
321
325
  """
322
326
  return pulumi.get(self, "service_name")
323
327
 
@@ -21,8 +21,8 @@ class MysqlUserArgs:
21
21
  password: Optional[pulumi.Input[str]] = None):
22
22
  """
23
23
  The set of arguments for constructing a MysqlUser resource.
24
- :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.
25
- :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
+ :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.
25
+ :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.
26
26
  :param pulumi.Input[str] username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
27
27
  :param pulumi.Input[str] authentication: Authentication details. The possible values are `caching_sha2_password` and `mysql_native_password`.
28
28
  :param pulumi.Input[str] password: The password of the MySQL User ( not applicable for all services ).
@@ -39,7 +39,7 @@ class MysqlUserArgs:
39
39
  @pulumi.getter
40
40
  def project(self) -> pulumi.Input[str]:
41
41
  """
42
- 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
+ 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.
43
43
  """
44
44
  return pulumi.get(self, "project")
45
45
 
@@ -51,7 +51,7 @@ class MysqlUserArgs:
51
51
  @pulumi.getter(name="serviceName")
52
52
  def service_name(self) -> pulumi.Input[str]:
53
53
  """
54
- 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
+ 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.
55
55
  """
56
56
  return pulumi.get(self, "service_name")
57
57
 
@@ -113,8 +113,8 @@ class _MysqlUserState:
113
113
  :param pulumi.Input[str] access_key: Access certificate key for the user
114
114
  :param pulumi.Input[str] authentication: Authentication details. The possible values are `caching_sha2_password` and `mysql_native_password`.
115
115
  :param pulumi.Input[str] password: The password of the MySQL User ( not applicable for all services ).
116
- :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.
117
- :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.
116
+ :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.
117
+ :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.
118
118
  :param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
119
119
  :param pulumi.Input[str] username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
120
120
  """
@@ -187,7 +187,7 @@ class _MysqlUserState:
187
187
  @pulumi.getter
188
188
  def project(self) -> Optional[pulumi.Input[str]]:
189
189
  """
190
- 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.
190
+ 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.
191
191
  """
192
192
  return pulumi.get(self, "project")
193
193
 
@@ -199,7 +199,7 @@ class _MysqlUserState:
199
199
  @pulumi.getter(name="serviceName")
200
200
  def service_name(self) -> Optional[pulumi.Input[str]]:
201
201
  """
202
- 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
+ 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
203
  """
204
204
  return pulumi.get(self, "service_name")
205
205
 
@@ -248,29 +248,31 @@ class MysqlUser(pulumi.CustomResource):
248
248
 
249
249
  ## Example Usage
250
250
 
251
+ <!--Start PulumiCodeChooser -->
251
252
  ```python
252
253
  import pulumi
253
254
  import pulumi_aiven as aiven
254
255
 
255
256
  foo = aiven.MysqlUser("foo",
256
- service_name=bar["serviceName"],
257
+ service_name=aiven_mysql["bar"]["service_name"],
257
258
  project="my-project",
258
259
  username="user-1",
259
260
  password="Test$1234")
260
261
  ```
262
+ <!--End PulumiCodeChooser -->
261
263
 
262
264
  ## Import
263
265
 
264
266
  ```sh
265
- $ pulumi import aiven:index/mysqlUser:MysqlUser foo PROJECT/SERVICE_NAME/USERNAME
267
+ $ pulumi import aiven:index/mysqlUser:MysqlUser foo project/service_name/username
266
268
  ```
267
269
 
268
270
  :param str resource_name: The name of the resource.
269
271
  :param pulumi.ResourceOptions opts: Options for the resource.
270
272
  :param pulumi.Input[str] authentication: Authentication details. The possible values are `caching_sha2_password` and `mysql_native_password`.
271
273
  :param pulumi.Input[str] password: The password of the MySQL User ( not applicable for all services ).
272
- :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.
273
- :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.
274
+ :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.
275
+ :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.
274
276
  :param pulumi.Input[str] username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
275
277
  """
276
278
  ...
@@ -284,21 +286,23 @@ class MysqlUser(pulumi.CustomResource):
284
286
 
285
287
  ## Example Usage
286
288
 
289
+ <!--Start PulumiCodeChooser -->
287
290
  ```python
288
291
  import pulumi
289
292
  import pulumi_aiven as aiven
290
293
 
291
294
  foo = aiven.MysqlUser("foo",
292
- service_name=bar["serviceName"],
295
+ service_name=aiven_mysql["bar"]["service_name"],
293
296
  project="my-project",
294
297
  username="user-1",
295
298
  password="Test$1234")
296
299
  ```
300
+ <!--End PulumiCodeChooser -->
297
301
 
298
302
  ## Import
299
303
 
300
304
  ```sh
301
- $ pulumi import aiven:index/mysqlUser:MysqlUser foo PROJECT/SERVICE_NAME/USERNAME
305
+ $ pulumi import aiven:index/mysqlUser:MysqlUser foo project/service_name/username
302
306
  ```
303
307
 
304
308
  :param str resource_name: The name of the resource.
@@ -375,8 +379,8 @@ class MysqlUser(pulumi.CustomResource):
375
379
  :param pulumi.Input[str] access_key: Access certificate key for the user
376
380
  :param pulumi.Input[str] authentication: Authentication details. The possible values are `caching_sha2_password` and `mysql_native_password`.
377
381
  :param pulumi.Input[str] password: The password of the MySQL User ( not applicable for all services ).
378
- :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.
379
- :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.
382
+ :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.
383
+ :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.
380
384
  :param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
381
385
  :param pulumi.Input[str] username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
382
386
  """
@@ -430,7 +434,7 @@ class MysqlUser(pulumi.CustomResource):
430
434
  @pulumi.getter
431
435
  def project(self) -> pulumi.Output[str]:
432
436
  """
433
- 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.
437
+ 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.
434
438
  """
435
439
  return pulumi.get(self, "project")
436
440
 
@@ -438,7 +442,7 @@ class MysqlUser(pulumi.CustomResource):
438
442
  @pulumi.getter(name="serviceName")
439
443
  def service_name(self) -> pulumi.Output[str]:
440
444
  """
441
- 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.
445
+ 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.
442
446
  """
443
447
  return pulumi.get(self, "service_name")
444
448
 
@@ -34,7 +34,7 @@ class OpenSearchArgs:
34
34
  """
35
35
  The set of arguments for constructing a OpenSearch resource.
36
36
  :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
37
- :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.
37
+ :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.
38
38
  :param pulumi.Input[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.
39
39
  :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
40
40
  :param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
@@ -44,9 +44,9 @@ class OpenSearchArgs:
44
44
  :param pulumi.Input['OpenSearchOpensearchUserConfigArgs'] opensearch_user_config: Opensearch user configurable settings
45
45
  :param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
46
46
  :param pulumi.Input[Sequence[pulumi.Input['OpenSearchServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
47
- :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
47
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Use static public IP addresses.
48
48
  :param pulumi.Input[Sequence[pulumi.Input['OpenSearchTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
49
- :param pulumi.Input[Sequence[pulumi.Input['OpenSearchTechEmailArgs']]] tech_emails: 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.
49
+ :param pulumi.Input[Sequence[pulumi.Input['OpenSearchTechEmailArgs']]] tech_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
50
50
  :param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
51
51
  """
52
52
  pulumi.set(__self__, "plan", plan)
@@ -96,7 +96,7 @@ class OpenSearchArgs:
96
96
  @pulumi.getter
97
97
  def project(self) -> pulumi.Input[str]:
98
98
  """
99
- 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.
99
+ 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.
100
100
  """
101
101
  return pulumi.get(self, "project")
102
102
 
@@ -219,7 +219,7 @@ class OpenSearchArgs:
219
219
  @pulumi.getter(name="staticIps")
220
220
  def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
221
221
  """
222
- Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
222
+ Use static public IP addresses.
223
223
  """
224
224
  return pulumi.get(self, "static_ips")
225
225
 
@@ -243,7 +243,7 @@ class OpenSearchArgs:
243
243
  @pulumi.getter(name="techEmails")
244
244
  def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OpenSearchTechEmailArgs']]]]:
245
245
  """
246
- 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.
246
+ Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
247
247
  """
248
248
  return pulumi.get(self, "tech_emails")
249
249
 
@@ -308,9 +308,9 @@ class _OpenSearchState:
308
308
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
309
309
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
310
310
  :param pulumi.Input['OpenSearchOpensearchUserConfigArgs'] opensearch_user_config: Opensearch user configurable settings
311
- :param pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchArgs']]] opensearches: OpenSearch server provided values
311
+ :param pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchArgs']]] opensearches: OpenSearch settings
312
312
  :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
313
- :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.
313
+ :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.
314
314
  :param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
315
315
  :param pulumi.Input[str] service_host: The hostname of the service.
316
316
  :param pulumi.Input[Sequence[pulumi.Input['OpenSearchServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
@@ -321,9 +321,9 @@ class _OpenSearchState:
321
321
  :param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
322
322
  :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
323
323
  :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
324
- :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
324
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Use static public IP addresses.
325
325
  :param pulumi.Input[Sequence[pulumi.Input['OpenSearchTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
326
- :param pulumi.Input[Sequence[pulumi.Input['OpenSearchTechEmailArgs']]] tech_emails: 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.
326
+ :param pulumi.Input[Sequence[pulumi.Input['OpenSearchTechEmailArgs']]] tech_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
327
327
  :param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
328
328
  """
329
329
  if additional_disk_space is not None:
@@ -525,7 +525,7 @@ class _OpenSearchState:
525
525
  @pulumi.getter
526
526
  def opensearches(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchArgs']]]]:
527
527
  """
528
- OpenSearch server provided values
528
+ OpenSearch settings
529
529
  """
530
530
  return pulumi.get(self, "opensearches")
531
531
 
@@ -549,7 +549,7 @@ class _OpenSearchState:
549
549
  @pulumi.getter
550
550
  def project(self) -> Optional[pulumi.Input[str]]:
551
551
  """
552
- 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.
552
+ 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.
553
553
  """
554
554
  return pulumi.get(self, "project")
555
555
 
@@ -681,7 +681,7 @@ class _OpenSearchState:
681
681
  @pulumi.getter(name="staticIps")
682
682
  def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
683
683
  """
684
- Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
684
+ Use static public IP addresses.
685
685
  """
686
686
  return pulumi.get(self, "static_ips")
687
687
 
@@ -705,7 +705,7 @@ class _OpenSearchState:
705
705
  @pulumi.getter(name="techEmails")
706
706
  def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OpenSearchTechEmailArgs']]]]:
707
707
  """
708
- 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.
708
+ Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
709
709
  """
710
710
  return pulumi.get(self, "tech_emails")
711
711
 
@@ -752,12 +752,13 @@ class OpenSearch(pulumi.CustomResource):
752
752
 
753
753
  ## Example Usage
754
754
 
755
+ <!--Start PulumiCodeChooser -->
755
756
  ```python
756
757
  import pulumi
757
758
  import pulumi_aiven as aiven
758
759
 
759
760
  os1 = aiven.OpenSearch("os1",
760
- project=pr1["project"],
761
+ project=data["aiven_project"]["pr1"]["project"],
761
762
  cloud_name="google-europe-west1",
762
763
  plan="startup-4",
763
764
  service_name="my-os1",
@@ -775,6 +776,7 @@ class OpenSearch(pulumi.CustomResource):
775
776
  ),
776
777
  ))
777
778
  ```
779
+ <!--End PulumiCodeChooser -->
778
780
 
779
781
  ## Import
780
782
 
@@ -791,13 +793,13 @@ class OpenSearch(pulumi.CustomResource):
791
793
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
792
794
  :param pulumi.Input[pulumi.InputType['OpenSearchOpensearchUserConfigArgs']] opensearch_user_config: Opensearch user configurable settings
793
795
  :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
794
- :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.
796
+ :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.
795
797
  :param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
796
798
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
797
799
  :param pulumi.Input[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.
798
- :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
800
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Use static public IP addresses.
799
801
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
800
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchTechEmailArgs']]]] tech_emails: 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.
802
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchTechEmailArgs']]]] tech_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
801
803
  :param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
802
804
  """
803
805
  ...
@@ -811,12 +813,13 @@ class OpenSearch(pulumi.CustomResource):
811
813
 
812
814
  ## Example Usage
813
815
 
816
+ <!--Start PulumiCodeChooser -->
814
817
  ```python
815
818
  import pulumi
816
819
  import pulumi_aiven as aiven
817
820
 
818
821
  os1 = aiven.OpenSearch("os1",
819
- project=pr1["project"],
822
+ project=data["aiven_project"]["pr1"]["project"],
820
823
  cloud_name="google-europe-west1",
821
824
  plan="startup-4",
822
825
  service_name="my-os1",
@@ -834,6 +837,7 @@ class OpenSearch(pulumi.CustomResource):
834
837
  ),
835
838
  ))
836
839
  ```
840
+ <!--End PulumiCodeChooser -->
837
841
 
838
842
  ## Import
839
843
 
@@ -972,9 +976,9 @@ class OpenSearch(pulumi.CustomResource):
972
976
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
973
977
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
974
978
  :param pulumi.Input[pulumi.InputType['OpenSearchOpensearchUserConfigArgs']] opensearch_user_config: Opensearch user configurable settings
975
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchOpensearchArgs']]]] opensearches: OpenSearch server provided values
979
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchOpensearchArgs']]]] opensearches: OpenSearch settings
976
980
  :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
977
- :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.
981
+ :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.
978
982
  :param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
979
983
  :param pulumi.Input[str] service_host: The hostname of the service.
980
984
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
@@ -985,9 +989,9 @@ class OpenSearch(pulumi.CustomResource):
985
989
  :param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
986
990
  :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
987
991
  :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
988
- :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
992
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Use static public IP addresses.
989
993
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
990
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchTechEmailArgs']]]] tech_emails: 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.
994
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchTechEmailArgs']]]] tech_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
991
995
  :param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
992
996
  """
993
997
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -1119,7 +1123,7 @@ class OpenSearch(pulumi.CustomResource):
1119
1123
  @pulumi.getter
1120
1124
  def opensearches(self) -> pulumi.Output[Sequence['outputs.OpenSearchOpensearch']]:
1121
1125
  """
1122
- OpenSearch server provided values
1126
+ OpenSearch settings
1123
1127
  """
1124
1128
  return pulumi.get(self, "opensearches")
1125
1129
 
@@ -1135,7 +1139,7 @@ class OpenSearch(pulumi.CustomResource):
1135
1139
  @pulumi.getter
1136
1140
  def project(self) -> pulumi.Output[str]:
1137
1141
  """
1138
- 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.
1142
+ 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.
1139
1143
  """
1140
1144
  return pulumi.get(self, "project")
1141
1145
 
@@ -1223,7 +1227,7 @@ class OpenSearch(pulumi.CustomResource):
1223
1227
  @pulumi.getter(name="staticIps")
1224
1228
  def static_ips(self) -> pulumi.Output[Optional[Sequence[str]]]:
1225
1229
  """
1226
- Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
1230
+ Use static public IP addresses.
1227
1231
  """
1228
1232
  return pulumi.get(self, "static_ips")
1229
1233
 
@@ -1239,7 +1243,7 @@ class OpenSearch(pulumi.CustomResource):
1239
1243
  @pulumi.getter(name="techEmails")
1240
1244
  def tech_emails(self) -> pulumi.Output[Optional[Sequence['outputs.OpenSearchTechEmail']]]:
1241
1245
  """
1242
- 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.
1246
+ Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
1243
1247
  """
1244
1248
  return pulumi.get(self, "tech_emails")
1245
1249