pulumi-aiven 6.37.0a1744182902__py3-none-any.whl → 6.38.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 (135) hide show
  1. pulumi_aiven/__init__.py +30 -0
  2. pulumi_aiven/_inputs.py +1902 -172
  3. pulumi_aiven/account.py +1 -0
  4. pulumi_aiven/account_authentication.py +1 -0
  5. pulumi_aiven/account_team.py +1 -0
  6. pulumi_aiven/account_team_member.py +1 -0
  7. pulumi_aiven/account_team_project.py +1 -0
  8. pulumi_aiven/alloydbomni.py +8 -15
  9. pulumi_aiven/alloydbomni_database.py +1 -0
  10. pulumi_aiven/alloydbomni_user.py +1 -0
  11. pulumi_aiven/aws_org_vpc_peering_connection.py +1 -0
  12. pulumi_aiven/aws_privatelink.py +1 -0
  13. pulumi_aiven/aws_vpc_peering_connection.py +1 -0
  14. pulumi_aiven/azure_org_vpc_peering_connection.py +1 -0
  15. pulumi_aiven/azure_privatelink.py +1 -0
  16. pulumi_aiven/azure_privatelink_connection_approval.py +1 -0
  17. pulumi_aiven/azure_vpc_peering_connection.py +1 -0
  18. pulumi_aiven/billing_group.py +1 -0
  19. pulumi_aiven/cassandra.py +8 -15
  20. pulumi_aiven/cassandra_user.py +1 -0
  21. pulumi_aiven/clickhouse.py +8 -15
  22. pulumi_aiven/clickhouse_database.py +1 -0
  23. pulumi_aiven/clickhouse_grant.py +19 -0
  24. pulumi_aiven/clickhouse_role.py +1 -0
  25. pulumi_aiven/clickhouse_user.py +1 -0
  26. pulumi_aiven/connection_pool.py +1 -0
  27. pulumi_aiven/dragonfly.py +8 -15
  28. pulumi_aiven/flink.py +8 -15
  29. pulumi_aiven/flink_application.py +1 -0
  30. pulumi_aiven/flink_application_deployment.py +1 -0
  31. pulumi_aiven/flink_application_version.py +1 -0
  32. pulumi_aiven/flink_jar_application.py +1 -0
  33. pulumi_aiven/flink_jar_application_deployment.py +1 -0
  34. pulumi_aiven/flink_jar_application_version.py +1 -0
  35. pulumi_aiven/gcp_org_vpc_peering_connection.py +1 -0
  36. pulumi_aiven/gcp_privatelink.py +1 -0
  37. pulumi_aiven/gcp_privatelink_connection_approval.py +1 -0
  38. pulumi_aiven/gcp_vpc_peering_connection.py +1 -0
  39. pulumi_aiven/get_alloydbomni.py +1 -4
  40. pulumi_aiven/get_cassanda.py +1 -4
  41. pulumi_aiven/get_cassandra.py +1 -4
  42. pulumi_aiven/get_clickhouse.py +1 -4
  43. pulumi_aiven/get_dragonfly.py +1 -4
  44. pulumi_aiven/get_external_identity.py +5 -5
  45. pulumi_aiven/get_flink.py +1 -4
  46. pulumi_aiven/get_grafana.py +1 -4
  47. pulumi_aiven/get_kafka.py +1 -4
  48. pulumi_aiven/get_kafka_connect.py +1 -4
  49. pulumi_aiven/get_kafka_mirror_maker.py +1 -4
  50. pulumi_aiven/get_m3_aggregator.py +1 -4
  51. pulumi_aiven/get_m3_db.py +1 -4
  52. pulumi_aiven/get_my_sql.py +1 -4
  53. pulumi_aiven/get_open_search.py +8 -11
  54. pulumi_aiven/get_open_search_acl_config.py +7 -7
  55. pulumi_aiven/get_open_search_acl_rule.py +19 -19
  56. pulumi_aiven/get_opensearch_security_plugin_config.py +7 -7
  57. pulumi_aiven/get_opensearch_user.py +13 -13
  58. pulumi_aiven/get_organization.py +22 -4
  59. pulumi_aiven/get_organization_address.py +250 -0
  60. pulumi_aiven/get_organization_application_user.py +0 -20
  61. pulumi_aiven/get_organization_billing_group.py +264 -0
  62. pulumi_aiven/get_organization_billing_group_list.py +138 -0
  63. pulumi_aiven/get_organization_project.py +63 -13
  64. pulumi_aiven/get_organization_user_list.py +25 -13
  65. pulumi_aiven/get_pg.py +1 -4
  66. pulumi_aiven/get_redis.py +1 -4
  67. pulumi_aiven/get_service_component.py +15 -1
  68. pulumi_aiven/get_service_integration.py +2 -2
  69. pulumi_aiven/get_thanos.py +1 -4
  70. pulumi_aiven/get_valkey.py +1 -4
  71. pulumi_aiven/governance_access.py +418 -0
  72. pulumi_aiven/grafana.py +8 -15
  73. pulumi_aiven/influx_db.py +22 -15
  74. pulumi_aiven/influxdb_database.py +1 -0
  75. pulumi_aiven/influxdb_user.py +1 -0
  76. pulumi_aiven/kafka.py +8 -15
  77. pulumi_aiven/kafka_acl.py +1 -0
  78. pulumi_aiven/kafka_connect.py +8 -15
  79. pulumi_aiven/kafka_connector.py +1 -0
  80. pulumi_aiven/kafka_mirror_maker.py +8 -15
  81. pulumi_aiven/kafka_native_acl.py +2 -1
  82. pulumi_aiven/kafka_quota.py +1 -0
  83. pulumi_aiven/kafka_schema.py +1 -0
  84. pulumi_aiven/kafka_schema_configuration.py +1 -0
  85. pulumi_aiven/kafka_schema_registry_acl.py +1 -0
  86. pulumi_aiven/kafka_topic.py +1 -0
  87. pulumi_aiven/kafka_user.py +1 -0
  88. pulumi_aiven/m3_aggregator.py +8 -15
  89. pulumi_aiven/m3_db.py +8 -15
  90. pulumi_aiven/m3db_user.py +1 -0
  91. pulumi_aiven/mirror_maker_replication_flow.py +1 -0
  92. pulumi_aiven/my_sql.py +8 -15
  93. pulumi_aiven/mysql_database.py +1 -0
  94. pulumi_aiven/mysql_user.py +1 -0
  95. pulumi_aiven/open_search.py +25 -34
  96. pulumi_aiven/open_search_acl_config.py +30 -41
  97. pulumi_aiven/open_search_acl_rule.py +48 -47
  98. pulumi_aiven/opensearch_security_plugin_config.py +15 -42
  99. pulumi_aiven/opensearch_user.py +33 -32
  100. pulumi_aiven/organization.py +27 -21
  101. pulumi_aiven/organization_address.py +564 -0
  102. pulumi_aiven/organization_application_user.py +14 -4
  103. pulumi_aiven/organization_application_user_token.py +1 -0
  104. pulumi_aiven/organization_billing_group.py +652 -0
  105. pulumi_aiven/organization_group_project.py +1 -0
  106. pulumi_aiven/organization_permission.py +3 -2
  107. pulumi_aiven/organization_project.py +149 -68
  108. pulumi_aiven/organization_user.py +1 -0
  109. pulumi_aiven/organization_user_group.py +1 -0
  110. pulumi_aiven/organization_user_group_member.py +1 -32
  111. pulumi_aiven/organization_vpc.py +1 -0
  112. pulumi_aiven/organizational_unit.py +1 -0
  113. pulumi_aiven/outputs.py +1813 -198
  114. pulumi_aiven/pg.py +8 -15
  115. pulumi_aiven/pg_database.py +1 -0
  116. pulumi_aiven/pg_user.py +1 -0
  117. pulumi_aiven/project.py +1 -0
  118. pulumi_aiven/project_user.py +1 -0
  119. pulumi_aiven/project_vpc.py +1 -0
  120. pulumi_aiven/provider.py +21 -0
  121. pulumi_aiven/pulumi-plugin.json +1 -1
  122. pulumi_aiven/redis.py +8 -15
  123. pulumi_aiven/redis_user.py +1 -0
  124. pulumi_aiven/service_integration.py +5 -4
  125. pulumi_aiven/service_integration_endpoint.py +1 -0
  126. pulumi_aiven/static_ip.py +1 -0
  127. pulumi_aiven/thanos.py +8 -15
  128. pulumi_aiven/transit_gateway_vpc_attachment.py +1 -0
  129. pulumi_aiven/valkey.py +8 -15
  130. pulumi_aiven/valkey_user.py +1 -0
  131. {pulumi_aiven-6.37.0a1744182902.dist-info → pulumi_aiven-6.38.0.dist-info}/METADATA +3 -3
  132. pulumi_aiven-6.38.0.dist-info/RECORD +189 -0
  133. {pulumi_aiven-6.37.0a1744182902.dist-info → pulumi_aiven-6.38.0.dist-info}/WHEEL +1 -1
  134. pulumi_aiven-6.37.0a1744182902.dist-info/RECORD +0 -183
  135. {pulumi_aiven-6.37.0a1744182902.dist-info → pulumi_aiven-6.38.0.dist-info}/top_level.txt +0 -0
@@ -27,11 +27,11 @@ class OpenSearchAclRuleArgs:
27
27
  username: pulumi.Input[builtins.str]):
28
28
  """
29
29
  The set of arguments for constructing a OpenSearchAclRule resource.
30
- :param pulumi.Input[builtins.str] index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
31
- :param pulumi.Input[builtins.str] permission: The permissions for this ACL entry. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
30
+ :param pulumi.Input[builtins.str] index: The index pattern for this ACL rule. Maximum length: `249`. Changing this property forces recreation of the resource.
31
+ :param pulumi.Input[builtins.str] permission: The permissions for this ACL rule. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
32
32
  :param pulumi.Input[builtins.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.
33
33
  :param pulumi.Input[builtins.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.
34
- :param pulumi.Input[builtins.str] username: The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
34
+ :param pulumi.Input[builtins.str] username: The username for the OpenSearch user this ACL rule applies to. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
35
35
  """
36
36
  pulumi.set(__self__, "index", index)
37
37
  pulumi.set(__self__, "permission", permission)
@@ -43,7 +43,7 @@ class OpenSearchAclRuleArgs:
43
43
  @pulumi.getter
44
44
  def index(self) -> pulumi.Input[builtins.str]:
45
45
  """
46
- The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
46
+ The index pattern for this ACL rule. Maximum length: `249`. Changing this property forces recreation of the resource.
47
47
  """
48
48
  return pulumi.get(self, "index")
49
49
 
@@ -55,7 +55,7 @@ class OpenSearchAclRuleArgs:
55
55
  @pulumi.getter
56
56
  def permission(self) -> pulumi.Input[builtins.str]:
57
57
  """
58
- The permissions for this ACL entry. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
58
+ The permissions for this ACL rule. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
59
59
  """
60
60
  return pulumi.get(self, "permission")
61
61
 
@@ -91,7 +91,7 @@ class OpenSearchAclRuleArgs:
91
91
  @pulumi.getter
92
92
  def username(self) -> pulumi.Input[builtins.str]:
93
93
  """
94
- The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
94
+ The username for the OpenSearch user this ACL rule applies to. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
95
95
  """
96
96
  return pulumi.get(self, "username")
97
97
 
@@ -110,11 +110,11 @@ class _OpenSearchAclRuleState:
110
110
  username: Optional[pulumi.Input[builtins.str]] = None):
111
111
  """
112
112
  Input properties used for looking up and filtering OpenSearchAclRule resources.
113
- :param pulumi.Input[builtins.str] index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
114
- :param pulumi.Input[builtins.str] permission: The permissions for this ACL entry. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
113
+ :param pulumi.Input[builtins.str] index: The index pattern for this ACL rule. Maximum length: `249`. Changing this property forces recreation of the resource.
114
+ :param pulumi.Input[builtins.str] permission: The permissions for this ACL rule. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
115
115
  :param pulumi.Input[builtins.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.
116
116
  :param pulumi.Input[builtins.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.
117
- :param pulumi.Input[builtins.str] username: The username for the ACL entry. Maximum length: `40`. 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[builtins.str] username: The username for the OpenSearch user this ACL rule applies to. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
118
118
  """
119
119
  if index is not None:
120
120
  pulumi.set(__self__, "index", index)
@@ -131,7 +131,7 @@ class _OpenSearchAclRuleState:
131
131
  @pulumi.getter
132
132
  def index(self) -> Optional[pulumi.Input[builtins.str]]:
133
133
  """
134
- The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
134
+ The index pattern for this ACL rule. Maximum length: `249`. Changing this property forces recreation of the resource.
135
135
  """
136
136
  return pulumi.get(self, "index")
137
137
 
@@ -143,7 +143,7 @@ class _OpenSearchAclRuleState:
143
143
  @pulumi.getter
144
144
  def permission(self) -> Optional[pulumi.Input[builtins.str]]:
145
145
  """
146
- The permissions for this ACL entry. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
146
+ The permissions for this ACL rule. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
147
147
  """
148
148
  return pulumi.get(self, "permission")
149
149
 
@@ -179,7 +179,7 @@ class _OpenSearchAclRuleState:
179
179
  @pulumi.getter
180
180
  def username(self) -> Optional[pulumi.Input[builtins.str]]:
181
181
  """
182
- The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
182
+ The username for the OpenSearch user this ACL rule applies to. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
183
183
  """
184
184
  return pulumi.get(self, "username")
185
185
 
@@ -188,6 +188,7 @@ class _OpenSearchAclRuleState:
188
188
  pulumi.set(self, "username", value)
189
189
 
190
190
 
191
+ @pulumi.type_token("aiven:index/openSearchAclRule:OpenSearchAclRule")
191
192
  class OpenSearchAclRule(pulumi.CustomResource):
192
193
  @overload
193
194
  def __init__(__self__,
@@ -200,7 +201,7 @@ class OpenSearchAclRule(pulumi.CustomResource):
200
201
  username: Optional[pulumi.Input[builtins.str]] = None,
201
202
  __props__=None):
202
203
  """
203
- The OpenSearch ACL Rule resource models a single ACL Rule for an Aiven OpenSearch service.
204
+ Create an access control list (ACL) rule for indexes in an Aiven for OpenSearch® service. ACLs apply only to indexes and don't control access to other OpenSearch APIs such as OpenSearch Dashboards.
204
205
 
205
206
  ## Example Usage
206
207
 
@@ -208,32 +209,32 @@ class OpenSearchAclRule(pulumi.CustomResource):
208
209
  import pulumi
209
210
  import pulumi_aiven as aiven
210
211
 
211
- os_user = aiven.OpensearchUser("os_user",
212
- project=aiven_project_name,
213
- service_name=os_test["serviceName"],
212
+ os_user1 = aiven.OpensearchUser("os_user_1",
213
+ project=example_project["project"],
214
+ service_name=example_opensearch["serviceName"],
214
215
  username="documentation-user-1")
215
216
  os_user2 = aiven.OpensearchUser("os_user_2",
216
- project=aiven_project_name,
217
- service_name=os_test["serviceName"],
217
+ project=example_project["project"],
218
+ service_name=example_opensearch["serviceName"],
218
219
  username="documentation-user-2")
219
220
  os_acls_config = aiven.OpenSearchAclConfig("os_acls_config",
220
- project=aiven_project_name,
221
- service_name=os_test["serviceName"],
221
+ project=example_project["project"],
222
+ service_name=example_opensearch["serviceName"],
222
223
  enabled=True,
223
224
  extended_acl=False)
224
225
  acl_rules = [
225
226
  {
226
- "username": os_user.username,
227
+ "username": os_user1.username,
227
228
  "index": "index2",
228
229
  "permission": "readwrite",
229
230
  },
230
231
  {
231
- "username": os_user.username,
232
+ "username": os_user1.username,
232
233
  "index": "index3",
233
234
  "permission": "read",
234
235
  },
235
236
  {
236
- "username": os_user.username,
237
+ "username": os_user1.username,
237
238
  "index": "index5",
238
239
  "permission": "deny",
239
240
  },
@@ -252,8 +253,8 @@ class OpenSearchAclRule(pulumi.CustomResource):
252
253
  def create_os_acl_rule(range_body):
253
254
  for range in [{"key": k, "value": v} for [k, v] in enumerate(range_body)]:
254
255
  os_acl_rule.append(aiven.OpenSearchAclRule(f"os_acl_rule-{range['key']}",
255
- project=os_acls_config.project.apply(lambda project: project),
256
- service_name=os_acls_config.service_name.apply(lambda service_name: service_name),
256
+ project=example_project["project"],
257
+ service_name=example_opensearch["serviceName"],
257
258
  username=range["value"]["username"],
258
259
  index=range["value"]["index"],
259
260
  permission=range["value"]["permission"]))
@@ -269,11 +270,11 @@ class OpenSearchAclRule(pulumi.CustomResource):
269
270
 
270
271
  :param str resource_name: The name of the resource.
271
272
  :param pulumi.ResourceOptions opts: Options for the resource.
272
- :param pulumi.Input[builtins.str] index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
273
- :param pulumi.Input[builtins.str] permission: The permissions for this ACL entry. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
273
+ :param pulumi.Input[builtins.str] index: The index pattern for this ACL rule. Maximum length: `249`. Changing this property forces recreation of the resource.
274
+ :param pulumi.Input[builtins.str] permission: The permissions for this ACL rule. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
274
275
  :param pulumi.Input[builtins.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.
275
276
  :param pulumi.Input[builtins.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.
276
- :param pulumi.Input[builtins.str] username: The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
277
+ :param pulumi.Input[builtins.str] username: The username for the OpenSearch user this ACL rule applies to. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
277
278
  """
278
279
  ...
279
280
  @overload
@@ -282,7 +283,7 @@ class OpenSearchAclRule(pulumi.CustomResource):
282
283
  args: OpenSearchAclRuleArgs,
283
284
  opts: Optional[pulumi.ResourceOptions] = None):
284
285
  """
285
- The OpenSearch ACL Rule resource models a single ACL Rule for an Aiven OpenSearch service.
286
+ Create an access control list (ACL) rule for indexes in an Aiven for OpenSearch® service. ACLs apply only to indexes and don't control access to other OpenSearch APIs such as OpenSearch Dashboards.
286
287
 
287
288
  ## Example Usage
288
289
 
@@ -290,32 +291,32 @@ class OpenSearchAclRule(pulumi.CustomResource):
290
291
  import pulumi
291
292
  import pulumi_aiven as aiven
292
293
 
293
- os_user = aiven.OpensearchUser("os_user",
294
- project=aiven_project_name,
295
- service_name=os_test["serviceName"],
294
+ os_user1 = aiven.OpensearchUser("os_user_1",
295
+ project=example_project["project"],
296
+ service_name=example_opensearch["serviceName"],
296
297
  username="documentation-user-1")
297
298
  os_user2 = aiven.OpensearchUser("os_user_2",
298
- project=aiven_project_name,
299
- service_name=os_test["serviceName"],
299
+ project=example_project["project"],
300
+ service_name=example_opensearch["serviceName"],
300
301
  username="documentation-user-2")
301
302
  os_acls_config = aiven.OpenSearchAclConfig("os_acls_config",
302
- project=aiven_project_name,
303
- service_name=os_test["serviceName"],
303
+ project=example_project["project"],
304
+ service_name=example_opensearch["serviceName"],
304
305
  enabled=True,
305
306
  extended_acl=False)
306
307
  acl_rules = [
307
308
  {
308
- "username": os_user.username,
309
+ "username": os_user1.username,
309
310
  "index": "index2",
310
311
  "permission": "readwrite",
311
312
  },
312
313
  {
313
- "username": os_user.username,
314
+ "username": os_user1.username,
314
315
  "index": "index3",
315
316
  "permission": "read",
316
317
  },
317
318
  {
318
- "username": os_user.username,
319
+ "username": os_user1.username,
319
320
  "index": "index5",
320
321
  "permission": "deny",
321
322
  },
@@ -334,8 +335,8 @@ class OpenSearchAclRule(pulumi.CustomResource):
334
335
  def create_os_acl_rule(range_body):
335
336
  for range in [{"key": k, "value": v} for [k, v] in enumerate(range_body)]:
336
337
  os_acl_rule.append(aiven.OpenSearchAclRule(f"os_acl_rule-{range['key']}",
337
- project=os_acls_config.project.apply(lambda project: project),
338
- service_name=os_acls_config.service_name.apply(lambda service_name: service_name),
338
+ project=example_project["project"],
339
+ service_name=example_opensearch["serviceName"],
339
340
  username=range["value"]["username"],
340
341
  index=range["value"]["index"],
341
342
  permission=range["value"]["permission"]))
@@ -415,11 +416,11 @@ class OpenSearchAclRule(pulumi.CustomResource):
415
416
  :param str resource_name: The unique name of the resulting resource.
416
417
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
417
418
  :param pulumi.ResourceOptions opts: Options for the resource.
418
- :param pulumi.Input[builtins.str] index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
419
- :param pulumi.Input[builtins.str] permission: The permissions for this ACL entry. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
419
+ :param pulumi.Input[builtins.str] index: The index pattern for this ACL rule. Maximum length: `249`. Changing this property forces recreation of the resource.
420
+ :param pulumi.Input[builtins.str] permission: The permissions for this ACL rule. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
420
421
  :param pulumi.Input[builtins.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.
421
422
  :param pulumi.Input[builtins.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.
422
- :param pulumi.Input[builtins.str] username: The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
423
+ :param pulumi.Input[builtins.str] username: The username for the OpenSearch user this ACL rule applies to. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
423
424
  """
424
425
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
425
426
 
@@ -436,7 +437,7 @@ class OpenSearchAclRule(pulumi.CustomResource):
436
437
  @pulumi.getter
437
438
  def index(self) -> pulumi.Output[builtins.str]:
438
439
  """
439
- The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
440
+ The index pattern for this ACL rule. Maximum length: `249`. Changing this property forces recreation of the resource.
440
441
  """
441
442
  return pulumi.get(self, "index")
442
443
 
@@ -444,7 +445,7 @@ class OpenSearchAclRule(pulumi.CustomResource):
444
445
  @pulumi.getter
445
446
  def permission(self) -> pulumi.Output[builtins.str]:
446
447
  """
447
- The permissions for this ACL entry. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
448
+ The permissions for this ACL rule. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
448
449
  """
449
450
  return pulumi.get(self, "permission")
450
451
 
@@ -468,7 +469,7 @@ class OpenSearchAclRule(pulumi.CustomResource):
468
469
  @pulumi.getter
469
470
  def username(self) -> pulumi.Output[builtins.str]:
470
471
  """
471
- The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
472
+ The username for the OpenSearch user this ACL rule applies to. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
472
473
  """
473
474
  return pulumi.get(self, "username")
474
475
 
@@ -81,7 +81,7 @@ class _OpensearchSecurityPluginConfigState:
81
81
  service_name: Optional[pulumi.Input[builtins.str]] = None):
82
82
  """
83
83
  Input properties used for looking up and filtering OpensearchSecurityPluginConfig resources.
84
- :param pulumi.Input[builtins.bool] admin_enabled: Whether the os-sec-admin user is enabled. This indicates whether the user management with the security plugin is enabled. This is always true when the os-sec-admin password was set at least once.
84
+ :param pulumi.Input[builtins.bool] admin_enabled: Whether the os-sec-admin user is enabled. This indicates whether OpenSearch Security management is enabled. This is always true when the os-sec-admin password was set at least once.
85
85
  :param pulumi.Input[builtins.str] admin_password: The password for the os-sec-admin user.
86
86
  :param pulumi.Input[builtins.bool] available: Whether the security plugin is available. This is always true for recently created services.
87
87
  :param pulumi.Input[builtins.bool] enabled: Whether the security plugin is enabled. This is always true for recently created services.
@@ -105,7 +105,7 @@ class _OpensearchSecurityPluginConfigState:
105
105
  @pulumi.getter(name="adminEnabled")
106
106
  def admin_enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
107
107
  """
108
- Whether the os-sec-admin user is enabled. This indicates whether the user management with the security plugin is enabled. This is always true when the os-sec-admin password was set at least once.
108
+ Whether the os-sec-admin user is enabled. This indicates whether OpenSearch Security management is enabled. This is always true when the os-sec-admin password was set at least once.
109
109
  """
110
110
  return pulumi.get(self, "admin_enabled")
111
111
 
@@ -174,6 +174,7 @@ class _OpensearchSecurityPluginConfigState:
174
174
  pulumi.set(self, "service_name", value)
175
175
 
176
176
 
177
+ @pulumi.type_token("aiven:index/opensearchSecurityPluginConfig:OpensearchSecurityPluginConfig")
177
178
  class OpensearchSecurityPluginConfig(pulumi.CustomResource):
178
179
  @overload
179
180
  def __init__(__self__,
@@ -184,36 +185,22 @@ class OpensearchSecurityPluginConfig(pulumi.CustomResource):
184
185
  service_name: Optional[pulumi.Input[builtins.str]] = None,
185
186
  __props__=None):
186
187
  """
187
- The OpenSearch Security Plugin Config resource allows the creation and management of AivenOpenSearch Security Plugin config.
188
-
189
188
  ## Example Usage
190
189
 
191
190
  ```python
192
191
  import pulumi
193
192
  import pulumi_aiven as aiven
194
193
 
195
- foo = aiven.get_project(project="example_project")
196
- bar = aiven.OpenSearch("bar",
197
- project=foo.project,
198
- cloud_name="google-europe-west1",
199
- plan="startup-4",
200
- service_name="example_service_name",
201
- maintenance_window_dow="monday",
202
- maintenance_window_time="10:00:00")
203
- foo_opensearch_user = aiven.OpensearchUser("foo",
204
- service_name=bar.service_name,
205
- project=foo.project,
206
- username="user-example")
207
- foo_opensearch_security_plugin_config = aiven.OpensearchSecurityPluginConfig("foo",
208
- project=foo.project,
209
- service_name=bar.service_name,
210
- admin_password="ThisIsATest123^=^")
194
+ main = aiven.OpensearchSecurityPluginConfig("main",
195
+ project=example_project["project"],
196
+ service_name=example_opensearch["serviceName"],
197
+ admin_password=opensearch_security_admin_password)
211
198
  ```
212
199
 
213
200
  ## Import
214
201
 
215
202
  ```sh
216
- $ pulumi import aiven:index/opensearchSecurityPluginConfig:OpensearchSecurityPluginConfig foo PROJECT/SERVICE_NAME
203
+ $ pulumi import aiven:index/opensearchSecurityPluginConfig:OpensearchSecurityPluginConfig main PROJECT/SERVICE_NAME
217
204
  ```
218
205
 
219
206
  :param str resource_name: The name of the resource.
@@ -229,36 +216,22 @@ class OpensearchSecurityPluginConfig(pulumi.CustomResource):
229
216
  args: OpensearchSecurityPluginConfigArgs,
230
217
  opts: Optional[pulumi.ResourceOptions] = None):
231
218
  """
232
- The OpenSearch Security Plugin Config resource allows the creation and management of AivenOpenSearch Security Plugin config.
233
-
234
219
  ## Example Usage
235
220
 
236
221
  ```python
237
222
  import pulumi
238
223
  import pulumi_aiven as aiven
239
224
 
240
- foo = aiven.get_project(project="example_project")
241
- bar = aiven.OpenSearch("bar",
242
- project=foo.project,
243
- cloud_name="google-europe-west1",
244
- plan="startup-4",
245
- service_name="example_service_name",
246
- maintenance_window_dow="monday",
247
- maintenance_window_time="10:00:00")
248
- foo_opensearch_user = aiven.OpensearchUser("foo",
249
- service_name=bar.service_name,
250
- project=foo.project,
251
- username="user-example")
252
- foo_opensearch_security_plugin_config = aiven.OpensearchSecurityPluginConfig("foo",
253
- project=foo.project,
254
- service_name=bar.service_name,
255
- admin_password="ThisIsATest123^=^")
225
+ main = aiven.OpensearchSecurityPluginConfig("main",
226
+ project=example_project["project"],
227
+ service_name=example_opensearch["serviceName"],
228
+ admin_password=opensearch_security_admin_password)
256
229
  ```
257
230
 
258
231
  ## Import
259
232
 
260
233
  ```sh
261
- $ pulumi import aiven:index/opensearchSecurityPluginConfig:OpensearchSecurityPluginConfig foo PROJECT/SERVICE_NAME
234
+ $ pulumi import aiven:index/opensearchSecurityPluginConfig:OpensearchSecurityPluginConfig main PROJECT/SERVICE_NAME
262
235
  ```
263
236
 
264
237
  :param str resource_name: The name of the resource.
@@ -325,7 +298,7 @@ class OpensearchSecurityPluginConfig(pulumi.CustomResource):
325
298
  :param str resource_name: The unique name of the resulting resource.
326
299
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
327
300
  :param pulumi.ResourceOptions opts: Options for the resource.
328
- :param pulumi.Input[builtins.bool] admin_enabled: Whether the os-sec-admin user is enabled. This indicates whether the user management with the security plugin is enabled. This is always true when the os-sec-admin password was set at least once.
301
+ :param pulumi.Input[builtins.bool] admin_enabled: Whether the os-sec-admin user is enabled. This indicates whether OpenSearch Security management is enabled. This is always true when the os-sec-admin password was set at least once.
329
302
  :param pulumi.Input[builtins.str] admin_password: The password for the os-sec-admin user.
330
303
  :param pulumi.Input[builtins.bool] available: Whether the security plugin is available. This is always true for recently created services.
331
304
  :param pulumi.Input[builtins.bool] enabled: Whether the security plugin is enabled. This is always true for recently created services.
@@ -348,7 +321,7 @@ class OpensearchSecurityPluginConfig(pulumi.CustomResource):
348
321
  @pulumi.getter(name="adminEnabled")
349
322
  def admin_enabled(self) -> pulumi.Output[builtins.bool]:
350
323
  """
351
- Whether the os-sec-admin user is enabled. This indicates whether the user management with the security plugin is enabled. This is always true when the os-sec-admin password was set at least once.
324
+ Whether the os-sec-admin user is enabled. This indicates whether OpenSearch Security management is enabled. This is always true when the os-sec-admin password was set at least once.
352
325
  """
353
326
  return pulumi.get(self, "admin_enabled")
354
327
 
@@ -28,8 +28,8 @@ class OpensearchUserArgs:
28
28
  The set of arguments for constructing a OpensearchUser resource.
29
29
  :param pulumi.Input[builtins.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.
30
30
  :param pulumi.Input[builtins.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.
31
- :param pulumi.Input[builtins.str] username: The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
32
- :param pulumi.Input[builtins.str] password: The password of the OpenSearch User.
31
+ :param pulumi.Input[builtins.str] username: Name of the OpenSearch service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
32
+ :param pulumi.Input[builtins.str] password: The OpenSearch service user's password.
33
33
  """
34
34
  pulumi.set(__self__, "project", project)
35
35
  pulumi.set(__self__, "service_name", service_name)
@@ -65,7 +65,7 @@ class OpensearchUserArgs:
65
65
  @pulumi.getter
66
66
  def username(self) -> pulumi.Input[builtins.str]:
67
67
  """
68
- The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
68
+ Name of the OpenSearch service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
69
69
  """
70
70
  return pulumi.get(self, "username")
71
71
 
@@ -77,7 +77,7 @@ class OpensearchUserArgs:
77
77
  @pulumi.getter
78
78
  def password(self) -> Optional[pulumi.Input[builtins.str]]:
79
79
  """
80
- The password of the OpenSearch User.
80
+ The OpenSearch service user's password.
81
81
  """
82
82
  return pulumi.get(self, "password")
83
83
 
@@ -96,11 +96,11 @@ class _OpensearchUserState:
96
96
  username: Optional[pulumi.Input[builtins.str]] = None):
97
97
  """
98
98
  Input properties used for looking up and filtering OpensearchUser resources.
99
- :param pulumi.Input[builtins.str] password: The password of the OpenSearch User.
99
+ :param pulumi.Input[builtins.str] password: The OpenSearch service user's password.
100
100
  :param pulumi.Input[builtins.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.
101
101
  :param pulumi.Input[builtins.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.
102
- :param pulumi.Input[builtins.str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
103
- :param pulumi.Input[builtins.str] username: The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
102
+ :param pulumi.Input[builtins.str] type: User account type, such as primary or regular account.
103
+ :param pulumi.Input[builtins.str] username: Name of the OpenSearch service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
104
104
  """
105
105
  if password is not None:
106
106
  pulumi.set(__self__, "password", password)
@@ -117,7 +117,7 @@ class _OpensearchUserState:
117
117
  @pulumi.getter
118
118
  def password(self) -> Optional[pulumi.Input[builtins.str]]:
119
119
  """
120
- The password of the OpenSearch User.
120
+ The OpenSearch service user's password.
121
121
  """
122
122
  return pulumi.get(self, "password")
123
123
 
@@ -153,7 +153,7 @@ class _OpensearchUserState:
153
153
  @pulumi.getter
154
154
  def type(self) -> Optional[pulumi.Input[builtins.str]]:
155
155
  """
156
- Type of the user account. Tells whether the user is the primary account or a regular account.
156
+ User account type, such as primary or regular account.
157
157
  """
158
158
  return pulumi.get(self, "type")
159
159
 
@@ -165,7 +165,7 @@ class _OpensearchUserState:
165
165
  @pulumi.getter
166
166
  def username(self) -> Optional[pulumi.Input[builtins.str]]:
167
167
  """
168
- The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
168
+ Name of the OpenSearch service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
169
169
  """
170
170
  return pulumi.get(self, "username")
171
171
 
@@ -174,6 +174,7 @@ class _OpensearchUserState:
174
174
  pulumi.set(self, "username", value)
175
175
 
176
176
 
177
+ @pulumi.type_token("aiven:index/opensearchUser:OpensearchUser")
177
178
  class OpensearchUser(pulumi.CustomResource):
178
179
  @overload
179
180
  def __init__(__self__,
@@ -185,7 +186,7 @@ class OpensearchUser(pulumi.CustomResource):
185
186
  username: Optional[pulumi.Input[builtins.str]] = None,
186
187
  __props__=None):
187
188
  """
188
- The OpenSearch User resource allows the creation and management of Aiven OpenSearch Users.
189
+ Creates and manages an Aiven for OpenSearch® service user.
189
190
 
190
191
  ## Example Usage
191
192
 
@@ -193,25 +194,25 @@ class OpensearchUser(pulumi.CustomResource):
193
194
  import pulumi
194
195
  import pulumi_aiven as aiven
195
196
 
196
- foo = aiven.OpensearchUser("foo",
197
- service_name=bar["serviceName"],
198
- project="my-project",
199
- username="user-1",
200
- password="Test$1234")
197
+ example_opensearch_user = aiven.OpensearchUser("example_opensearch_user",
198
+ service_name=example_opensearch["serviceName"],
199
+ project=example_project["project"],
200
+ username="example-opensearch-user",
201
+ password=opensearch_user_password)
201
202
  ```
202
203
 
203
204
  ## Import
204
205
 
205
206
  ```sh
206
- $ pulumi import aiven:index/opensearchUser:OpensearchUser foo PROJECT/SERVICE_NAME/USERNAME
207
+ $ pulumi import aiven:index/opensearchUser:OpensearchUser example_opensearch_user PROJECT/SERVICE_NAME/USERNAME
207
208
  ```
208
209
 
209
210
  :param str resource_name: The name of the resource.
210
211
  :param pulumi.ResourceOptions opts: Options for the resource.
211
- :param pulumi.Input[builtins.str] password: The password of the OpenSearch User.
212
+ :param pulumi.Input[builtins.str] password: The OpenSearch service user's password.
212
213
  :param pulumi.Input[builtins.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.
213
214
  :param pulumi.Input[builtins.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.
214
- :param pulumi.Input[builtins.str] username: The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
215
+ :param pulumi.Input[builtins.str] username: Name of the OpenSearch service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
215
216
  """
216
217
  ...
217
218
  @overload
@@ -220,7 +221,7 @@ class OpensearchUser(pulumi.CustomResource):
220
221
  args: OpensearchUserArgs,
221
222
  opts: Optional[pulumi.ResourceOptions] = None):
222
223
  """
223
- The OpenSearch User resource allows the creation and management of Aiven OpenSearch Users.
224
+ Creates and manages an Aiven for OpenSearch® service user.
224
225
 
225
226
  ## Example Usage
226
227
 
@@ -228,17 +229,17 @@ class OpensearchUser(pulumi.CustomResource):
228
229
  import pulumi
229
230
  import pulumi_aiven as aiven
230
231
 
231
- foo = aiven.OpensearchUser("foo",
232
- service_name=bar["serviceName"],
233
- project="my-project",
234
- username="user-1",
235
- password="Test$1234")
232
+ example_opensearch_user = aiven.OpensearchUser("example_opensearch_user",
233
+ service_name=example_opensearch["serviceName"],
234
+ project=example_project["project"],
235
+ username="example-opensearch-user",
236
+ password=opensearch_user_password)
236
237
  ```
237
238
 
238
239
  ## Import
239
240
 
240
241
  ```sh
241
- $ pulumi import aiven:index/opensearchUser:OpensearchUser foo PROJECT/SERVICE_NAME/USERNAME
242
+ $ pulumi import aiven:index/opensearchUser:OpensearchUser example_opensearch_user PROJECT/SERVICE_NAME/USERNAME
242
243
  ```
243
244
 
244
245
  :param str resource_name: The name of the resource.
@@ -304,11 +305,11 @@ class OpensearchUser(pulumi.CustomResource):
304
305
  :param str resource_name: The unique name of the resulting resource.
305
306
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
306
307
  :param pulumi.ResourceOptions opts: Options for the resource.
307
- :param pulumi.Input[builtins.str] password: The password of the OpenSearch User.
308
+ :param pulumi.Input[builtins.str] password: The OpenSearch service user's password.
308
309
  :param pulumi.Input[builtins.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.
309
310
  :param pulumi.Input[builtins.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.
310
- :param pulumi.Input[builtins.str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
311
- :param pulumi.Input[builtins.str] username: The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
311
+ :param pulumi.Input[builtins.str] type: User account type, such as primary or regular account.
312
+ :param pulumi.Input[builtins.str] username: Name of the OpenSearch service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
312
313
  """
313
314
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
314
315
 
@@ -325,7 +326,7 @@ class OpensearchUser(pulumi.CustomResource):
325
326
  @pulumi.getter
326
327
  def password(self) -> pulumi.Output[builtins.str]:
327
328
  """
328
- The password of the OpenSearch User.
329
+ The OpenSearch service user's password.
329
330
  """
330
331
  return pulumi.get(self, "password")
331
332
 
@@ -349,7 +350,7 @@ class OpensearchUser(pulumi.CustomResource):
349
350
  @pulumi.getter
350
351
  def type(self) -> pulumi.Output[builtins.str]:
351
352
  """
352
- Type of the user account. Tells whether the user is the primary account or a regular account.
353
+ User account type, such as primary or regular account.
353
354
  """
354
355
  return pulumi.get(self, "type")
355
356
 
@@ -357,7 +358,7 @@ class OpensearchUser(pulumi.CustomResource):
357
358
  @pulumi.getter
358
359
  def username(self) -> pulumi.Output[builtins.str]:
359
360
  """
360
- The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
361
+ Name of the OpenSearch service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
361
362
  """
362
363
  return pulumi.get(self, "username")
363
364