pulumi-aiven 6.13.0a1711027602__py3-none-any.whl → 6.14.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 (136) hide show
  1. pulumi_aiven/__init__.py +28 -0
  2. pulumi_aiven/_inputs.py +2623 -1138
  3. pulumi_aiven/account.py +8 -8
  4. pulumi_aiven/account_authentication.py +8 -4
  5. pulumi_aiven/account_team.py +6 -6
  6. pulumi_aiven/account_team_member.py +27 -31
  7. pulumi_aiven/account_team_project.py +12 -12
  8. pulumi_aiven/aws_privatelink.py +39 -43
  9. pulumi_aiven/aws_vpc_peering_connection.py +62 -56
  10. pulumi_aiven/azure_privatelink.py +49 -53
  11. pulumi_aiven/azure_privatelink_connection_approval.py +131 -33
  12. pulumi_aiven/azure_vpc_peering_connection.py +76 -72
  13. pulumi_aiven/billing_group.py +18 -18
  14. pulumi_aiven/cassandra.py +25 -57
  15. pulumi_aiven/cassandra_user.py +25 -29
  16. pulumi_aiven/clickhouse.py +25 -57
  17. pulumi_aiven/clickhouse_database.py +31 -33
  18. pulumi_aiven/clickhouse_grant.py +56 -58
  19. pulumi_aiven/clickhouse_role.py +23 -27
  20. pulumi_aiven/clickhouse_user.py +25 -29
  21. pulumi_aiven/connection_pool.py +38 -42
  22. pulumi_aiven/dragonfly.py +1205 -0
  23. pulumi_aiven/flink.py +32 -36
  24. pulumi_aiven/flink_application.py +22 -24
  25. pulumi_aiven/flink_application_deployment.py +28 -28
  26. pulumi_aiven/flink_application_version.py +96 -14
  27. pulumi_aiven/gcp_privatelink.py +40 -40
  28. pulumi_aiven/gcp_privatelink_connection_approval.py +47 -47
  29. pulumi_aiven/gcp_vpc_peering_connection.py +39 -43
  30. pulumi_aiven/get_account.py +0 -4
  31. pulumi_aiven/get_account_team_member.py +9 -9
  32. pulumi_aiven/get_aws_privatelink.py +15 -19
  33. pulumi_aiven/get_aws_vpc_peering_connection.py +33 -27
  34. pulumi_aiven/get_azure_privatelink.py +17 -21
  35. pulumi_aiven/get_azure_vpc_peering_connection.py +50 -22
  36. pulumi_aiven/get_billing_group.py +2 -2
  37. pulumi_aiven/get_cassanda.py +7 -24
  38. pulumi_aiven/get_cassandra.py +7 -24
  39. pulumi_aiven/get_cassandra_user.py +13 -17
  40. pulumi_aiven/get_clickhouse.py +7 -24
  41. pulumi_aiven/get_clickhouse_database.py +13 -17
  42. pulumi_aiven/get_clickhouse_user.py +13 -17
  43. pulumi_aiven/get_connection_pool.py +14 -18
  44. pulumi_aiven/get_dragonfly.py +450 -0
  45. pulumi_aiven/get_flink.py +6 -10
  46. pulumi_aiven/get_flink_application.py +8 -12
  47. pulumi_aiven/get_flink_application_version.py +8 -12
  48. pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -22
  49. pulumi_aiven/get_grafana.py +7 -24
  50. pulumi_aiven/get_kafka.py +13 -17
  51. pulumi_aiven/get_kafka_acl.py +19 -23
  52. pulumi_aiven/get_kafka_connect.py +7 -24
  53. pulumi_aiven/get_kafka_connector.py +13 -17
  54. pulumi_aiven/get_kafka_mirror_maker.py +7 -24
  55. pulumi_aiven/get_kafka_schema.py +13 -17
  56. pulumi_aiven/get_kafka_schema_configuration.py +11 -15
  57. pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
  58. pulumi_aiven/get_kafka_topic.py +19 -23
  59. pulumi_aiven/get_kafka_user.py +13 -17
  60. pulumi_aiven/get_m3_aggregator.py +7 -24
  61. pulumi_aiven/get_m3_db.py +7 -24
  62. pulumi_aiven/get_m3db_user.py +13 -17
  63. pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
  64. pulumi_aiven/get_my_sql.py +7 -24
  65. pulumi_aiven/get_mysql_database.py +13 -17
  66. pulumi_aiven/get_mysql_user.py +13 -17
  67. pulumi_aiven/get_open_search.py +6 -10
  68. pulumi_aiven/get_open_search_acl_config.py +10 -14
  69. pulumi_aiven/get_open_search_acl_rule.py +16 -20
  70. pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
  71. pulumi_aiven/get_opensearch_user.py +13 -17
  72. pulumi_aiven/get_organization.py +8 -12
  73. pulumi_aiven/get_organization_user_group.py +29 -9
  74. pulumi_aiven/get_organizational_unit.py +9 -9
  75. pulumi_aiven/get_pg.py +6 -10
  76. pulumi_aiven/get_pg_database.py +15 -19
  77. pulumi_aiven/get_pg_user.py +13 -17
  78. pulumi_aiven/get_project.py +17 -21
  79. pulumi_aiven/get_project_user.py +9 -13
  80. pulumi_aiven/get_project_vpc.py +11 -17
  81. pulumi_aiven/get_redis.py +7 -24
  82. pulumi_aiven/get_redis_user.py +17 -21
  83. pulumi_aiven/get_service_component.py +4 -8
  84. pulumi_aiven/get_service_integration.py +75 -37
  85. pulumi_aiven/get_service_integration_endpoint.py +3 -7
  86. pulumi_aiven/get_transit_gateway_vpc_attachment.py +11 -15
  87. pulumi_aiven/grafana.py +82 -267
  88. pulumi_aiven/influx_db.py +28 -28
  89. pulumi_aiven/influxdb_database.py +35 -35
  90. pulumi_aiven/influxdb_user.py +42 -42
  91. pulumi_aiven/kafka.py +50 -54
  92. pulumi_aiven/kafka_acl.py +41 -45
  93. pulumi_aiven/kafka_connect.py +80 -267
  94. pulumi_aiven/kafka_connector.py +33 -37
  95. pulumi_aiven/kafka_mirror_maker.py +80 -267
  96. pulumi_aiven/kafka_schema.py +51 -51
  97. pulumi_aiven/kafka_schema_configuration.py +20 -24
  98. pulumi_aiven/kafka_schema_registry_acl.py +75 -35
  99. pulumi_aiven/kafka_topic.py +91 -53
  100. pulumi_aiven/kafka_user.py +25 -29
  101. pulumi_aiven/m3_aggregator.py +80 -267
  102. pulumi_aiven/m3_db.py +80 -267
  103. pulumi_aiven/m3db_user.py +23 -27
  104. pulumi_aiven/mirror_maker_replication_flow.py +58 -60
  105. pulumi_aiven/my_sql.py +80 -267
  106. pulumi_aiven/mysql_database.py +27 -31
  107. pulumi_aiven/mysql_user.py +25 -29
  108. pulumi_aiven/open_search.py +27 -31
  109. pulumi_aiven/open_search_acl_config.py +28 -36
  110. pulumi_aiven/open_search_acl_rule.py +50 -54
  111. pulumi_aiven/opensearch_security_plugin_config.py +64 -16
  112. pulumi_aiven/opensearch_user.py +25 -29
  113. pulumi_aiven/organization.py +10 -14
  114. pulumi_aiven/organization_group_project.py +336 -0
  115. pulumi_aiven/organization_user.py +16 -34
  116. pulumi_aiven/organization_user_group.py +59 -23
  117. pulumi_aiven/organization_user_group_member.py +350 -0
  118. pulumi_aiven/organizational_unit.py +36 -36
  119. pulumi_aiven/outputs.py +3539 -1136
  120. pulumi_aiven/pg.py +30 -30
  121. pulumi_aiven/pg_database.py +41 -45
  122. pulumi_aiven/pg_user.py +25 -29
  123. pulumi_aiven/project.py +91 -69
  124. pulumi_aiven/project_user.py +24 -28
  125. pulumi_aiven/project_vpc.py +49 -25
  126. pulumi_aiven/redis.py +80 -267
  127. pulumi_aiven/redis_user.py +53 -57
  128. pulumi_aiven/service_integration.py +249 -65
  129. pulumi_aiven/service_integration_endpoint.py +7 -7
  130. pulumi_aiven/static_ip.py +14 -14
  131. pulumi_aiven/transit_gateway_vpc_attachment.py +25 -29
  132. {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/METADATA +1 -1
  133. pulumi_aiven-6.14.0.dist-info/RECORD +150 -0
  134. pulumi_aiven-6.13.0a1711027602.dist-info/RECORD +0 -146
  135. {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/WHEEL +0 -0
  136. {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/top_level.txt +0 -0
@@ -20,9 +20,9 @@ class MysqlDatabaseArgs:
20
20
  termination_protection: Optional[pulumi.Input[bool]] = None):
21
21
  """
22
22
  The set of arguments for constructing a MysqlDatabase resource.
23
- :param pulumi.Input[str] database_name: The name of the service database. This property cannot be changed, doing so 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. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
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.
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
  """
@@ -36,7 +36,7 @@ class MysqlDatabaseArgs:
36
36
  @pulumi.getter(name="databaseName")
37
37
  def database_name(self) -> pulumi.Input[str]:
38
38
  """
39
- The name of the service database. This property cannot be changed, doing so forces recreation of the resource.
39
+ The name of the service database. Changing this property forces recreation of the resource.
40
40
  """
41
41
  return pulumi.get(self, "database_name")
42
42
 
@@ -48,7 +48,7 @@ class MysqlDatabaseArgs:
48
48
  @pulumi.getter
49
49
  def project(self) -> pulumi.Input[str]:
50
50
  """
51
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
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
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
64
64
  """
65
65
  return pulumi.get(self, "service_name")
66
66
 
@@ -91,9 +91,9 @@ class _MysqlDatabaseState:
91
91
  termination_protection: Optional[pulumi.Input[bool]] = None):
92
92
  """
93
93
  Input properties used for looking up and filtering MysqlDatabase resources.
94
- :param pulumi.Input[str] database_name: The name of the service database. This property cannot be changed, doing so 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. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
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.
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
  """
@@ -110,7 +110,7 @@ class _MysqlDatabaseState:
110
110
  @pulumi.getter(name="databaseName")
111
111
  def database_name(self) -> Optional[pulumi.Input[str]]:
112
112
  """
113
- The name of the service database. This property cannot be changed, doing so forces recreation of the resource.
113
+ The name of the service database. Changing this property forces recreation of the resource.
114
114
  """
115
115
  return pulumi.get(self, "database_name")
116
116
 
@@ -122,7 +122,7 @@ class _MysqlDatabaseState:
122
122
  @pulumi.getter
123
123
  def project(self) -> Optional[pulumi.Input[str]]:
124
124
  """
125
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
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
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
138
138
  """
139
139
  return pulumi.get(self, "service_name")
140
140
 
@@ -171,29 +171,27 @@ class MysqlDatabase(pulumi.CustomResource):
171
171
 
172
172
  ## Example Usage
173
173
 
174
- <!--Start PulumiCodeChooser -->
175
174
  ```python
176
175
  import pulumi
177
176
  import pulumi_aiven as aiven
178
177
 
179
178
  mydatabase = aiven.MysqlDatabase("mydatabase",
180
- project=aiven_project["myproject"]["project"],
181
- service_name=aiven_mysql["mymysql"]["service_name"],
179
+ project=myproject["project"],
180
+ service_name=mymysql["serviceName"],
182
181
  database_name="<DATABASE_NAME>")
183
182
  ```
184
- <!--End PulumiCodeChooser -->
185
183
 
186
184
  ## Import
187
185
 
188
186
  ```sh
189
- $ pulumi import aiven:index/mysqlDatabase:MysqlDatabase mydatabase project/service_name/database_name
187
+ $ pulumi import aiven:index/mysqlDatabase:MysqlDatabase mydatabase PROJECT/SERVICE_NAME/DATABASE_NAME
190
188
  ```
191
189
 
192
190
  :param str resource_name: The name of the resource.
193
191
  :param pulumi.ResourceOptions opts: Options for the resource.
194
- :param pulumi.Input[str] database_name: The name of the service database. This property cannot be changed, doing so 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. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
192
+ :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.
197
195
  :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
198
196
  recommended to enable this for any production databases containing critical data. The default value is `false`.
199
197
  """
@@ -208,22 +206,20 @@ class MysqlDatabase(pulumi.CustomResource):
208
206
 
209
207
  ## Example Usage
210
208
 
211
- <!--Start PulumiCodeChooser -->
212
209
  ```python
213
210
  import pulumi
214
211
  import pulumi_aiven as aiven
215
212
 
216
213
  mydatabase = aiven.MysqlDatabase("mydatabase",
217
- project=aiven_project["myproject"]["project"],
218
- service_name=aiven_mysql["mymysql"]["service_name"],
214
+ project=myproject["project"],
215
+ service_name=mymysql["serviceName"],
219
216
  database_name="<DATABASE_NAME>")
220
217
  ```
221
- <!--End PulumiCodeChooser -->
222
218
 
223
219
  ## Import
224
220
 
225
221
  ```sh
226
- $ pulumi import aiven:index/mysqlDatabase:MysqlDatabase mydatabase project/service_name/database_name
222
+ $ pulumi import aiven:index/mysqlDatabase:MysqlDatabase mydatabase PROJECT/SERVICE_NAME/DATABASE_NAME
227
223
  ```
228
224
 
229
225
  :param str resource_name: The name of the resource.
@@ -285,9 +281,9 @@ class MysqlDatabase(pulumi.CustomResource):
285
281
  :param str resource_name: The unique name of the resulting resource.
286
282
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
287
283
  :param pulumi.ResourceOptions opts: Options for the resource.
288
- :param pulumi.Input[str] database_name: The name of the service database. This property cannot be changed, doing so 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. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
284
+ :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.
291
287
  :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
292
288
  recommended to enable this for any production databases containing critical data. The default value is `false`.
293
289
  """
@@ -305,7 +301,7 @@ class MysqlDatabase(pulumi.CustomResource):
305
301
  @pulumi.getter(name="databaseName")
306
302
  def database_name(self) -> pulumi.Output[str]:
307
303
  """
308
- The name of the service database. This property cannot be changed, doing so forces recreation of the resource.
304
+ The name of the service database. Changing this property forces recreation of the resource.
309
305
  """
310
306
  return pulumi.get(self, "database_name")
311
307
 
@@ -313,7 +309,7 @@ class MysqlDatabase(pulumi.CustomResource):
313
309
  @pulumi.getter
314
310
  def project(self) -> pulumi.Output[str]:
315
311
  """
316
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
317
313
  """
318
314
  return pulumi.get(self, "project")
319
315
 
@@ -321,7 +317,7 @@ class MysqlDatabase(pulumi.CustomResource):
321
317
  @pulumi.getter(name="serviceName")
322
318
  def service_name(self) -> pulumi.Output[str]:
323
319
  """
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. This property cannot be changed, doing so forces recreation of the resource.
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.
325
321
  """
326
322
  return pulumi.get(self, "service_name")
327
323
 
@@ -21,9 +21,9 @@ 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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
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. This property cannot be changed, doing so 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.
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 ).
29
29
  """
@@ -39,7 +39,7 @@ class MysqlUserArgs:
39
39
  @pulumi.getter
40
40
  def project(self) -> pulumi.Input[str]:
41
41
  """
42
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
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
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
55
55
  """
56
56
  return pulumi.get(self, "service_name")
57
57
 
@@ -63,7 +63,7 @@ class MysqlUserArgs:
63
63
  @pulumi.getter
64
64
  def username(self) -> pulumi.Input[str]:
65
65
  """
66
- The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
66
+ 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.
67
67
  """
68
68
  return pulumi.get(self, "username")
69
69
 
@@ -113,10 +113,10 @@ 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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
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.
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
- :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. This property cannot be changed, doing so forces recreation of the resource.
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
  """
121
121
  if access_cert is not None:
122
122
  pulumi.set(__self__, "access_cert", access_cert)
@@ -187,7 +187,7 @@ class _MysqlUserState:
187
187
  @pulumi.getter
188
188
  def project(self) -> Optional[pulumi.Input[str]]:
189
189
  """
190
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
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
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
203
203
  """
204
204
  return pulumi.get(self, "service_name")
205
205
 
@@ -223,7 +223,7 @@ class _MysqlUserState:
223
223
  @pulumi.getter
224
224
  def username(self) -> Optional[pulumi.Input[str]]:
225
225
  """
226
- The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
226
+ 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.
227
227
  """
228
228
  return pulumi.get(self, "username")
229
229
 
@@ -248,32 +248,30 @@ class MysqlUser(pulumi.CustomResource):
248
248
 
249
249
  ## Example Usage
250
250
 
251
- <!--Start PulumiCodeChooser -->
252
251
  ```python
253
252
  import pulumi
254
253
  import pulumi_aiven as aiven
255
254
 
256
255
  foo = aiven.MysqlUser("foo",
257
- service_name=aiven_mysql["bar"]["service_name"],
256
+ service_name=bar["serviceName"],
258
257
  project="my-project",
259
258
  username="user-1",
260
259
  password="Test$1234")
261
260
  ```
262
- <!--End PulumiCodeChooser -->
263
261
 
264
262
  ## Import
265
263
 
266
264
  ```sh
267
- $ pulumi import aiven:index/mysqlUser:MysqlUser foo project/service_name/username
265
+ $ pulumi import aiven:index/mysqlUser:MysqlUser foo PROJECT/SERVICE_NAME/USERNAME
268
266
  ```
269
267
 
270
268
  :param str resource_name: The name of the resource.
271
269
  :param pulumi.ResourceOptions opts: Options for the resource.
272
270
  :param pulumi.Input[str] authentication: Authentication details. The possible values are `caching_sha2_password` and `mysql_native_password`.
273
271
  :param pulumi.Input[str] password: The password of the MySQL User ( not applicable for all services ).
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. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
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. This property cannot be changed, doing so forces recreation of the resource.
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] 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.
277
275
  """
278
276
  ...
279
277
  @overload
@@ -286,23 +284,21 @@ class MysqlUser(pulumi.CustomResource):
286
284
 
287
285
  ## Example Usage
288
286
 
289
- <!--Start PulumiCodeChooser -->
290
287
  ```python
291
288
  import pulumi
292
289
  import pulumi_aiven as aiven
293
290
 
294
291
  foo = aiven.MysqlUser("foo",
295
- service_name=aiven_mysql["bar"]["service_name"],
292
+ service_name=bar["serviceName"],
296
293
  project="my-project",
297
294
  username="user-1",
298
295
  password="Test$1234")
299
296
  ```
300
- <!--End PulumiCodeChooser -->
301
297
 
302
298
  ## Import
303
299
 
304
300
  ```sh
305
- $ pulumi import aiven:index/mysqlUser:MysqlUser foo project/service_name/username
301
+ $ pulumi import aiven:index/mysqlUser:MysqlUser foo PROJECT/SERVICE_NAME/USERNAME
306
302
  ```
307
303
 
308
304
  :param str resource_name: The name of the resource.
@@ -379,10 +375,10 @@ class MysqlUser(pulumi.CustomResource):
379
375
  :param pulumi.Input[str] access_key: Access certificate key for the user
380
376
  :param pulumi.Input[str] authentication: Authentication details. The possible values are `caching_sha2_password` and `mysql_native_password`.
381
377
  :param pulumi.Input[str] password: The password of the MySQL User ( not applicable for all services ).
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. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
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.
384
380
  :param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
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. This property cannot be changed, doing so forces recreation of the resource.
381
+ :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.
386
382
  """
387
383
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
388
384
 
@@ -434,7 +430,7 @@ class MysqlUser(pulumi.CustomResource):
434
430
  @pulumi.getter
435
431
  def project(self) -> pulumi.Output[str]:
436
432
  """
437
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
438
434
  """
439
435
  return pulumi.get(self, "project")
440
436
 
@@ -442,7 +438,7 @@ class MysqlUser(pulumi.CustomResource):
442
438
  @pulumi.getter(name="serviceName")
443
439
  def service_name(self) -> pulumi.Output[str]:
444
440
  """
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. This property cannot be changed, doing so forces recreation of the resource.
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.
446
442
  """
447
443
  return pulumi.get(self, "service_name")
448
444
 
@@ -458,7 +454,7 @@ class MysqlUser(pulumi.CustomResource):
458
454
  @pulumi.getter
459
455
  def username(self) -> pulumi.Output[str]:
460
456
  """
461
- The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
457
+ 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.
462
458
  """
463
459
  return pulumi.get(self, "username")
464
460
 
@@ -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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
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: Use static public IP addresses.
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
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: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
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.
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
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
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
- Use static public IP addresses.
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
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
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
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.
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 settings
311
+ :param pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchArgs']]] opensearches: OpenSearch server provided values
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: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
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: Use static public IP addresses.
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
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: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
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.
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 settings
528
+ OpenSearch server provided values
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
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
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
- Use static public IP addresses.
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
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
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
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.
709
709
  """
710
710
  return pulumi.get(self, "tech_emails")
711
711
 
@@ -752,13 +752,12 @@ class OpenSearch(pulumi.CustomResource):
752
752
 
753
753
  ## Example Usage
754
754
 
755
- <!--Start PulumiCodeChooser -->
756
755
  ```python
757
756
  import pulumi
758
757
  import pulumi_aiven as aiven
759
758
 
760
759
  os1 = aiven.OpenSearch("os1",
761
- project=data["aiven_project"]["pr1"]["project"],
760
+ project=pr1["project"],
762
761
  cloud_name="google-europe-west1",
763
762
  plan="startup-4",
764
763
  service_name="my-os1",
@@ -776,7 +775,6 @@ class OpenSearch(pulumi.CustomResource):
776
775
  ),
777
776
  ))
778
777
  ```
779
- <!--End PulumiCodeChooser -->
780
778
 
781
779
  ## Import
782
780
 
@@ -793,13 +791,13 @@ class OpenSearch(pulumi.CustomResource):
793
791
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
794
792
  :param pulumi.Input[pulumi.InputType['OpenSearchOpensearchUserConfigArgs']] opensearch_user_config: Opensearch user configurable settings
795
793
  :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).
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. This property cannot be changed, doing so forces recreation of the resource.
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.
797
795
  :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.
798
796
  :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
799
797
  :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.
800
- :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Use static public IP addresses.
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
801
799
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
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.
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.
803
801
  :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.
804
802
  """
805
803
  ...
@@ -813,13 +811,12 @@ class OpenSearch(pulumi.CustomResource):
813
811
 
814
812
  ## Example Usage
815
813
 
816
- <!--Start PulumiCodeChooser -->
817
814
  ```python
818
815
  import pulumi
819
816
  import pulumi_aiven as aiven
820
817
 
821
818
  os1 = aiven.OpenSearch("os1",
822
- project=data["aiven_project"]["pr1"]["project"],
819
+ project=pr1["project"],
823
820
  cloud_name="google-europe-west1",
824
821
  plan="startup-4",
825
822
  service_name="my-os1",
@@ -837,7 +834,6 @@ class OpenSearch(pulumi.CustomResource):
837
834
  ),
838
835
  ))
839
836
  ```
840
- <!--End PulumiCodeChooser -->
841
837
 
842
838
  ## Import
843
839
 
@@ -976,9 +972,9 @@ class OpenSearch(pulumi.CustomResource):
976
972
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
977
973
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
978
974
  :param pulumi.Input[pulumi.InputType['OpenSearchOpensearchUserConfigArgs']] opensearch_user_config: Opensearch user configurable settings
979
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchOpensearchArgs']]]] opensearches: OpenSearch settings
975
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchOpensearchArgs']]]] opensearches: OpenSearch server provided values
980
976
  :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).
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. This property cannot be changed, doing so forces recreation of the resource.
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.
982
978
  :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.
983
979
  :param pulumi.Input[str] service_host: The hostname of the service.
984
980
  :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
@@ -989,9 +985,9 @@ class OpenSearch(pulumi.CustomResource):
989
985
  :param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
990
986
  :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
991
987
  :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
992
- :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Use static public IP addresses.
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
993
989
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
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.
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.
995
991
  :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.
996
992
  """
997
993
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -1123,7 +1119,7 @@ class OpenSearch(pulumi.CustomResource):
1123
1119
  @pulumi.getter
1124
1120
  def opensearches(self) -> pulumi.Output[Sequence['outputs.OpenSearchOpensearch']]:
1125
1121
  """
1126
- OpenSearch settings
1122
+ OpenSearch server provided values
1127
1123
  """
1128
1124
  return pulumi.get(self, "opensearches")
1129
1125
 
@@ -1139,7 +1135,7 @@ class OpenSearch(pulumi.CustomResource):
1139
1135
  @pulumi.getter
1140
1136
  def project(self) -> pulumi.Output[str]:
1141
1137
  """
1142
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
1143
1139
  """
1144
1140
  return pulumi.get(self, "project")
1145
1141
 
@@ -1227,7 +1223,7 @@ class OpenSearch(pulumi.CustomResource):
1227
1223
  @pulumi.getter(name="staticIps")
1228
1224
  def static_ips(self) -> pulumi.Output[Optional[Sequence[str]]]:
1229
1225
  """
1230
- Use static public IP addresses.
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
1231
1227
  """
1232
1228
  return pulumi.get(self, "static_ips")
1233
1229
 
@@ -1243,7 +1239,7 @@ class OpenSearch(pulumi.CustomResource):
1243
1239
  @pulumi.getter(name="techEmails")
1244
1240
  def tech_emails(self) -> pulumi.Output[Optional[Sequence['outputs.OpenSearchTechEmail']]]:
1245
1241
  """
1246
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
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.
1247
1243
  """
1248
1244
  return pulumi.get(self, "tech_emails")
1249
1245