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

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

Potentially problematic release.


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

Files changed (117) hide show
  1. pulumi_aiven/__init__.py +19 -0
  2. pulumi_aiven/_inputs.py +232 -150
  3. pulumi_aiven/account_authentication.py +2 -2
  4. pulumi_aiven/account_team_member.py +2 -2
  5. pulumi_aiven/aws_privatelink.py +14 -14
  6. pulumi_aiven/azure_privatelink.py +14 -14
  7. pulumi_aiven/azure_privatelink_connection_approval.py +14 -14
  8. pulumi_aiven/billing_group.py +18 -16
  9. pulumi_aiven/cassandra.py +16 -44
  10. pulumi_aiven/cassandra_user.py +16 -16
  11. pulumi_aiven/clickhouse.py +16 -44
  12. pulumi_aiven/clickhouse_database.py +16 -43
  13. pulumi_aiven/clickhouse_grant.py +14 -14
  14. pulumi_aiven/clickhouse_role.py +18 -18
  15. pulumi_aiven/clickhouse_user.py +14 -14
  16. pulumi_aiven/connection_pool.py +16 -16
  17. pulumi_aiven/dragonfly.py +124 -263
  18. pulumi_aiven/flink.py +16 -16
  19. pulumi_aiven/flink_application.py +16 -16
  20. pulumi_aiven/flink_application_deployment.py +21 -21
  21. pulumi_aiven/flink_application_version.py +14 -14
  22. pulumi_aiven/gcp_privatelink.py +21 -21
  23. pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
  24. pulumi_aiven/gcp_vpc_peering_connection.py +2 -2
  25. pulumi_aiven/get_aws_privatelink.py +6 -6
  26. pulumi_aiven/get_azure_privatelink.py +6 -6
  27. pulumi_aiven/get_billing_group.py +2 -2
  28. pulumi_aiven/get_cassanda.py +5 -18
  29. pulumi_aiven/get_cassandra.py +5 -18
  30. pulumi_aiven/get_cassandra_user.py +6 -6
  31. pulumi_aiven/get_clickhouse.py +5 -18
  32. pulumi_aiven/get_clickhouse_database.py +6 -6
  33. pulumi_aiven/get_clickhouse_user.py +6 -6
  34. pulumi_aiven/get_connection_pool.py +6 -6
  35. pulumi_aiven/get_dragonfly.py +27 -20
  36. pulumi_aiven/get_flink.py +4 -4
  37. pulumi_aiven/get_flink_application.py +6 -6
  38. pulumi_aiven/get_flink_application_version.py +6 -6
  39. pulumi_aiven/get_grafana.py +5 -18
  40. pulumi_aiven/get_kafka.py +13 -13
  41. pulumi_aiven/get_kafka_acl.py +6 -6
  42. pulumi_aiven/get_kafka_connect.py +5 -18
  43. pulumi_aiven/get_kafka_connector.py +6 -6
  44. pulumi_aiven/get_kafka_mirror_maker.py +5 -18
  45. pulumi_aiven/get_kafka_schema.py +6 -6
  46. pulumi_aiven/get_kafka_schema_configuration.py +6 -6
  47. pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
  48. pulumi_aiven/get_kafka_topic.py +16 -16
  49. pulumi_aiven/get_kafka_user.py +6 -6
  50. pulumi_aiven/get_m3_aggregator.py +5 -18
  51. pulumi_aiven/get_m3_db.py +5 -18
  52. pulumi_aiven/get_m3db_user.py +6 -6
  53. pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
  54. pulumi_aiven/get_my_sql.py +5 -18
  55. pulumi_aiven/get_mysql_database.py +6 -6
  56. pulumi_aiven/get_mysql_user.py +6 -6
  57. pulumi_aiven/get_open_search.py +4 -4
  58. pulumi_aiven/get_open_search_acl_config.py +6 -6
  59. pulumi_aiven/get_open_search_acl_rule.py +6 -6
  60. pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
  61. pulumi_aiven/get_opensearch_user.py +6 -6
  62. pulumi_aiven/get_organization_application_user.py +156 -0
  63. pulumi_aiven/get_pg.py +4 -4
  64. pulumi_aiven/get_pg_database.py +6 -6
  65. pulumi_aiven/get_pg_user.py +6 -6
  66. pulumi_aiven/get_project.py +17 -17
  67. pulumi_aiven/get_project_user.py +7 -7
  68. pulumi_aiven/get_redis.py +5 -18
  69. pulumi_aiven/get_redis_user.py +6 -6
  70. pulumi_aiven/get_service_integration.py +19 -29
  71. pulumi_aiven/grafana.py +78 -261
  72. pulumi_aiven/influx_db.py +21 -21
  73. pulumi_aiven/influxdb_database.py +21 -41
  74. pulumi_aiven/influxdb_user.py +21 -21
  75. pulumi_aiven/kafka.py +43 -43
  76. pulumi_aiven/kafka_acl.py +16 -16
  77. pulumi_aiven/kafka_connect.py +78 -261
  78. pulumi_aiven/kafka_connector.py +14 -14
  79. pulumi_aiven/kafka_mirror_maker.py +78 -261
  80. pulumi_aiven/kafka_schema.py +14 -14
  81. pulumi_aiven/kafka_schema_configuration.py +16 -16
  82. pulumi_aiven/kafka_schema_registry_acl.py +54 -14
  83. pulumi_aiven/kafka_topic.py +40 -60
  84. pulumi_aiven/kafka_user.py +16 -16
  85. pulumi_aiven/m3_aggregator.py +78 -261
  86. pulumi_aiven/m3_db.py +78 -261
  87. pulumi_aiven/m3db_user.py +14 -14
  88. pulumi_aiven/mirror_maker_replication_flow.py +14 -14
  89. pulumi_aiven/my_sql.py +78 -261
  90. pulumi_aiven/mysql_database.py +16 -36
  91. pulumi_aiven/mysql_user.py +16 -16
  92. pulumi_aiven/open_search.py +14 -14
  93. pulumi_aiven/open_search_acl_config.py +16 -20
  94. pulumi_aiven/open_search_acl_rule.py +16 -16
  95. pulumi_aiven/opensearch_security_plugin_config.py +16 -16
  96. pulumi_aiven/opensearch_user.py +16 -16
  97. pulumi_aiven/organization_application_user.py +323 -0
  98. pulumi_aiven/organization_application_user_token.py +742 -0
  99. pulumi_aiven/organization_group_project.py +20 -6
  100. pulumi_aiven/organization_user.py +2 -20
  101. pulumi_aiven/outputs.py +259 -266
  102. pulumi_aiven/pg.py +16 -16
  103. pulumi_aiven/pg_database.py +16 -36
  104. pulumi_aiven/pg_user.py +16 -16
  105. pulumi_aiven/project.py +71 -71
  106. pulumi_aiven/project_user.py +22 -22
  107. pulumi_aiven/project_vpc.py +7 -7
  108. pulumi_aiven/redis.py +78 -261
  109. pulumi_aiven/redis_user.py +16 -16
  110. pulumi_aiven/service_integration.py +54 -54
  111. pulumi_aiven/static_ip.py +7 -7
  112. pulumi_aiven/transit_gateway_vpc_attachment.py +2 -2
  113. {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/METADATA +1 -1
  114. pulumi_aiven-6.15.0.dist-info/RECORD +153 -0
  115. pulumi_aiven-6.14.0a1714562227.dist-info/RECORD +0 -150
  116. {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/WHEEL +0 -0
  117. {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/top_level.txt +0 -0
@@ -21,10 +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: 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
- :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
- recommended to enable this for any production databases containing critical data. The default value is `false`.
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.
28
26
  """
29
27
  pulumi.set(__self__, "database_name", database_name)
30
28
  pulumi.set(__self__, "project", project)
@@ -48,7 +46,7 @@ class MysqlDatabaseArgs:
48
46
  @pulumi.getter
49
47
  def project(self) -> pulumi.Input[str]:
50
48
  """
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.
49
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
52
50
  """
53
51
  return pulumi.get(self, "project")
54
52
 
@@ -60,7 +58,7 @@ class MysqlDatabaseArgs:
60
58
  @pulumi.getter(name="serviceName")
61
59
  def service_name(self) -> pulumi.Input[str]:
62
60
  """
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.
61
+ The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
64
62
  """
65
63
  return pulumi.get(self, "service_name")
66
64
 
@@ -71,10 +69,6 @@ class MysqlDatabaseArgs:
71
69
  @property
72
70
  @pulumi.getter(name="terminationProtection")
73
71
  def termination_protection(self) -> Optional[pulumi.Input[bool]]:
74
- """
75
- It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
76
- recommended to enable this for any production databases containing critical data. The default value is `false`.
77
- """
78
72
  return pulumi.get(self, "termination_protection")
79
73
 
80
74
  @termination_protection.setter
@@ -92,10 +86,8 @@ class _MysqlDatabaseState:
92
86
  """
93
87
  Input properties used for looking up and filtering MysqlDatabase resources.
94
88
  :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: 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
- :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
- recommended to enable this for any production databases containing critical data. The default value is `false`.
89
+ :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.
90
+ :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.
99
91
  """
100
92
  if database_name is not None:
101
93
  pulumi.set(__self__, "database_name", database_name)
@@ -122,7 +114,7 @@ class _MysqlDatabaseState:
122
114
  @pulumi.getter
123
115
  def project(self) -> Optional[pulumi.Input[str]]:
124
116
  """
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.
117
+ 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
118
  """
127
119
  return pulumi.get(self, "project")
128
120
 
@@ -134,7 +126,7 @@ class _MysqlDatabaseState:
134
126
  @pulumi.getter(name="serviceName")
135
127
  def service_name(self) -> Optional[pulumi.Input[str]]:
136
128
  """
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.
129
+ 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
130
  """
139
131
  return pulumi.get(self, "service_name")
140
132
 
@@ -145,10 +137,6 @@ class _MysqlDatabaseState:
145
137
  @property
146
138
  @pulumi.getter(name="terminationProtection")
147
139
  def termination_protection(self) -> Optional[pulumi.Input[bool]]:
148
- """
149
- It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
150
- recommended to enable this for any production databases containing critical data. The default value is `false`.
151
- """
152
140
  return pulumi.get(self, "termination_protection")
153
141
 
154
142
  @termination_protection.setter
@@ -184,16 +172,14 @@ class MysqlDatabase(pulumi.CustomResource):
184
172
  ## Import
185
173
 
186
174
  ```sh
187
- $ pulumi import aiven:index/mysqlDatabase:MysqlDatabase mydatabase project/service_name/database_name
175
+ $ pulumi import aiven:index/mysqlDatabase:MysqlDatabase mydatabase PROJECT/SERVICE_NAME/DATABASE_NAME
188
176
  ```
189
177
 
190
178
  :param str resource_name: The name of the resource.
191
179
  :param pulumi.ResourceOptions opts: Options for the resource.
192
180
  :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: 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.
194
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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
196
- recommended to enable this for any production databases containing critical data. The default value is `false`.
181
+ :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.
182
+ :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
183
  """
198
184
  ...
199
185
  @overload
@@ -219,7 +205,7 @@ class MysqlDatabase(pulumi.CustomResource):
219
205
  ## Import
220
206
 
221
207
  ```sh
222
- $ pulumi import aiven:index/mysqlDatabase:MysqlDatabase mydatabase project/service_name/database_name
208
+ $ pulumi import aiven:index/mysqlDatabase:MysqlDatabase mydatabase PROJECT/SERVICE_NAME/DATABASE_NAME
223
209
  ```
224
210
 
225
211
  :param str resource_name: The name of the resource.
@@ -282,10 +268,8 @@ class MysqlDatabase(pulumi.CustomResource):
282
268
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
283
269
  :param pulumi.ResourceOptions opts: Options for the resource.
284
270
  :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: 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.
286
- :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
- :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
- recommended to enable this for any production databases containing critical data. The default value is `false`.
271
+ :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.
272
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
289
273
  """
290
274
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
291
275
 
@@ -309,7 +293,7 @@ class MysqlDatabase(pulumi.CustomResource):
309
293
  @pulumi.getter
310
294
  def project(self) -> pulumi.Output[str]:
311
295
  """
312
- 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.
296
+ 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
297
  """
314
298
  return pulumi.get(self, "project")
315
299
 
@@ -317,16 +301,12 @@ class MysqlDatabase(pulumi.CustomResource):
317
301
  @pulumi.getter(name="serviceName")
318
302
  def service_name(self) -> pulumi.Output[str]:
319
303
  """
320
- 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.
304
+ 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
305
  """
322
306
  return pulumi.get(self, "service_name")
323
307
 
324
308
  @property
325
309
  @pulumi.getter(name="terminationProtection")
326
310
  def termination_protection(self) -> pulumi.Output[Optional[bool]]:
327
- """
328
- It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
329
- recommended to enable this for any production databases containing critical data. The default value is `false`.
330
- """
331
311
  return pulumi.get(self, "termination_protection")
332
312
 
@@ -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: 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.
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[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
- 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.
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. Changing this property 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
 
@@ -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: 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.
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
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
- 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.
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. Changing this property 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
 
@@ -262,15 +262,15 @@ class MysqlUser(pulumi.CustomResource):
262
262
  ## Import
263
263
 
264
264
  ```sh
265
- $ pulumi import aiven:index/mysqlUser:MysqlUser foo project/service_name/username
265
+ $ pulumi import aiven:index/mysqlUser:MysqlUser foo PROJECT/SERVICE_NAME/USERNAME
266
266
  ```
267
267
 
268
268
  :param str resource_name: The name of the resource.
269
269
  :param pulumi.ResourceOptions opts: Options for the resource.
270
270
  :param pulumi.Input[str] authentication: Authentication details. The possible values are `caching_sha2_password` and `mysql_native_password`.
271
271
  :param pulumi.Input[str] password: The password of the MySQL User ( not applicable for all services ).
272
- :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.
273
- :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.
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
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.
275
275
  """
276
276
  ...
@@ -298,7 +298,7 @@ class MysqlUser(pulumi.CustomResource):
298
298
  ## Import
299
299
 
300
300
  ```sh
301
- $ pulumi import aiven:index/mysqlUser:MysqlUser foo project/service_name/username
301
+ $ pulumi import aiven:index/mysqlUser:MysqlUser foo PROJECT/SERVICE_NAME/USERNAME
302
302
  ```
303
303
 
304
304
  :param str resource_name: The name of the resource.
@@ -375,8 +375,8 @@ class MysqlUser(pulumi.CustomResource):
375
375
  :param pulumi.Input[str] access_key: Access certificate key for the user
376
376
  :param pulumi.Input[str] authentication: Authentication details. The possible values are `caching_sha2_password` and `mysql_native_password`.
377
377
  :param pulumi.Input[str] password: The password of the MySQL User ( not applicable for all services ).
378
- :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.
379
- :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.
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.
380
380
  :param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
381
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.
382
382
  """
@@ -430,7 +430,7 @@ class MysqlUser(pulumi.CustomResource):
430
430
  @pulumi.getter
431
431
  def project(self) -> pulumi.Output[str]:
432
432
  """
433
- 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.
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.
434
434
  """
435
435
  return pulumi.get(self, "project")
436
436
 
@@ -438,7 +438,7 @@ class MysqlUser(pulumi.CustomResource):
438
438
  @pulumi.getter(name="serviceName")
439
439
  def service_name(self) -> pulumi.Output[str]:
440
440
  """
441
- 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.
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.
442
442
  """
443
443
  return pulumi.get(self, "service_name")
444
444
 
@@ -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. Changing this property 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).
@@ -46,7 +46,7 @@ class OpenSearchArgs:
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
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. Changing this property 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
 
@@ -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
 
@@ -310,7 +310,7 @@ class _OpenSearchState:
310
310
  :param pulumi.Input['OpenSearchOpensearchUserConfigArgs'] opensearch_user_config: Opensearch user configurable settings
311
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. Changing this property 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
@@ -323,7 +323,7 @@ class _OpenSearchState:
323
323
  :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
324
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:
@@ -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. Changing this property 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
 
@@ -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
 
@@ -791,13 +791,13 @@ class OpenSearch(pulumi.CustomResource):
791
791
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
792
792
  :param pulumi.Input[pulumi.InputType['OpenSearchOpensearchUserConfigArgs']] opensearch_user_config: Opensearch user configurable settings
793
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).
794
- :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.
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.
795
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.
796
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
797
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.
798
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
799
799
  :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: 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.
801
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.
802
802
  """
803
803
  ...
@@ -974,7 +974,7 @@ class OpenSearch(pulumi.CustomResource):
974
974
  :param pulumi.Input[pulumi.InputType['OpenSearchOpensearchUserConfigArgs']] opensearch_user_config: Opensearch user configurable settings
975
975
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OpenSearchOpensearchArgs']]]] opensearches: OpenSearch server provided values
976
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).
977
- :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.
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.
978
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.
979
979
  :param pulumi.Input[str] service_host: The hostname of the service.
980
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
@@ -987,7 +987,7 @@ class OpenSearch(pulumi.CustomResource):
987
987
  :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
988
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
989
989
  :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: 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.
991
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.
992
992
  """
993
993
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -1135,7 +1135,7 @@ class OpenSearch(pulumi.CustomResource):
1135
1135
  @pulumi.getter
1136
1136
  def project(self) -> pulumi.Output[str]:
1137
1137
  """
1138
- 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.
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.
1139
1139
  """
1140
1140
  return pulumi.get(self, "project")
1141
1141
 
@@ -1239,7 +1239,7 @@ class OpenSearch(pulumi.CustomResource):
1239
1239
  @pulumi.getter(name="techEmails")
1240
1240
  def tech_emails(self) -> pulumi.Output[Optional[Sequence['outputs.OpenSearchTechEmail']]]:
1241
1241
  """
1242
- 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.
1243
1243
  """
1244
1244
  return pulumi.get(self, "tech_emails")
1245
1245
 
@@ -20,8 +20,8 @@ class OpenSearchAclConfigArgs:
20
20
  extended_acl: Optional[pulumi.Input[bool]] = None):
21
21
  """
22
22
  The set of arguments for constructing a OpenSearchAclConfig resource.
23
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
24
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
23
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
24
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
25
25
  :param pulumi.Input[bool] enabled: Enable OpenSearch ACLs. When disabled authenticated service users have unrestricted access. The default value is `true`.
26
26
  :param pulumi.Input[bool] extended_acl: Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling the ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only target indexes they have been granted access to. The default value is `true`.
27
27
  """
@@ -36,7 +36,7 @@ class OpenSearchAclConfigArgs:
36
36
  @pulumi.getter
37
37
  def project(self) -> pulumi.Input[str]:
38
38
  """
39
- 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.
39
+ 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.
40
40
  """
41
41
  return pulumi.get(self, "project")
42
42
 
@@ -48,7 +48,7 @@ class OpenSearchAclConfigArgs:
48
48
  @pulumi.getter(name="serviceName")
49
49
  def service_name(self) -> pulumi.Input[str]:
50
50
  """
51
- 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.
51
+ 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.
52
52
  """
53
53
  return pulumi.get(self, "service_name")
54
54
 
@@ -92,8 +92,8 @@ class _OpenSearchAclConfigState:
92
92
  Input properties used for looking up and filtering OpenSearchAclConfig resources.
93
93
  :param pulumi.Input[bool] enabled: Enable OpenSearch ACLs. When disabled authenticated service users have unrestricted access. The default value is `true`.
94
94
  :param pulumi.Input[bool] extended_acl: Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling the ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only target indexes they have been granted access to. The default value is `true`.
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.
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
  """
98
98
  if enabled is not None:
99
99
  pulumi.set(__self__, "enabled", enabled)
@@ -132,7 +132,7 @@ class _OpenSearchAclConfigState:
132
132
  @pulumi.getter
133
133
  def project(self) -> Optional[pulumi.Input[str]]:
134
134
  """
135
- 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.
135
+ 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.
136
136
  """
137
137
  return pulumi.get(self, "project")
138
138
 
@@ -144,7 +144,7 @@ class _OpenSearchAclConfigState:
144
144
  @pulumi.getter(name="serviceName")
145
145
  def service_name(self) -> Optional[pulumi.Input[str]]:
146
146
  """
147
- 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.
147
+ The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
148
148
  """
149
149
  return pulumi.get(self, "service_name")
150
150
 
@@ -193,16 +193,14 @@ class OpenSearchAclConfig(pulumi.CustomResource):
193
193
 
194
194
  ## Import
195
195
 
196
- ```sh
197
- $ pulumi import aiven:index/openSearchAclConfig:OpenSearchAclConfig foo project/service_name
198
- ```
196
+ TERRAFORM IMPORT AIVEN_OPENSEARCH_ACL_CONFIG.FOO project/service_name
199
197
 
200
198
  :param str resource_name: The name of the resource.
201
199
  :param pulumi.ResourceOptions opts: Options for the resource.
202
200
  :param pulumi.Input[bool] enabled: Enable OpenSearch ACLs. When disabled authenticated service users have unrestricted access. The default value is `true`.
203
201
  :param pulumi.Input[bool] extended_acl: Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling the ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only target indexes they have been granted access to. The default value is `true`.
204
- :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.
205
- :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.
202
+ :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.
203
+ :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.
206
204
  """
207
205
  ...
208
206
  @overload
@@ -240,9 +238,7 @@ class OpenSearchAclConfig(pulumi.CustomResource):
240
238
 
241
239
  ## Import
242
240
 
243
- ```sh
244
- $ pulumi import aiven:index/openSearchAclConfig:OpenSearchAclConfig foo project/service_name
245
- ```
241
+ TERRAFORM IMPORT AIVEN_OPENSEARCH_ACL_CONFIG.FOO project/service_name
246
242
 
247
243
  :param str resource_name: The name of the resource.
248
244
  :param OpenSearchAclConfigArgs args: The arguments to use to populate this resource's properties.
@@ -303,8 +299,8 @@ class OpenSearchAclConfig(pulumi.CustomResource):
303
299
  :param pulumi.ResourceOptions opts: Options for the resource.
304
300
  :param pulumi.Input[bool] enabled: Enable OpenSearch ACLs. When disabled authenticated service users have unrestricted access. The default value is `true`.
305
301
  :param pulumi.Input[bool] extended_acl: Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling the ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only target indexes they have been granted access to. The default value is `true`.
306
- :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.
307
- :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.
302
+ :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.
303
+ :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.
308
304
  """
309
305
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
310
306
 
@@ -336,7 +332,7 @@ class OpenSearchAclConfig(pulumi.CustomResource):
336
332
  @pulumi.getter
337
333
  def project(self) -> pulumi.Output[str]:
338
334
  """
339
- 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.
335
+ 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.
340
336
  """
341
337
  return pulumi.get(self, "project")
342
338
 
@@ -344,7 +340,7 @@ class OpenSearchAclConfig(pulumi.CustomResource):
344
340
  @pulumi.getter(name="serviceName")
345
341
  def service_name(self) -> pulumi.Output[str]:
346
342
  """
347
- 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.
343
+ 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.
348
344
  """
349
345
  return pulumi.get(self, "service_name")
350
346