pulumi-aiven 6.37.0a1744255932__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 (114) hide show
  1. pulumi_aiven/__init__.py +9 -0
  2. pulumi_aiven/_inputs.py +1302 -160
  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 +1 -0
  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 +1 -0
  20. pulumi_aiven/cassandra_user.py +1 -0
  21. pulumi_aiven/clickhouse.py +1 -0
  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 +1 -0
  28. pulumi_aiven/flink.py +1 -0
  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_external_identity.py +5 -5
  40. pulumi_aiven/get_open_search.py +7 -7
  41. pulumi_aiven/get_open_search_acl_config.py +7 -7
  42. pulumi_aiven/get_open_search_acl_rule.py +19 -19
  43. pulumi_aiven/get_opensearch_security_plugin_config.py +7 -7
  44. pulumi_aiven/get_opensearch_user.py +13 -13
  45. pulumi_aiven/get_organization.py +24 -6
  46. pulumi_aiven/get_organization_address.py +52 -29
  47. pulumi_aiven/get_organization_billing_group.py +38 -15
  48. pulumi_aiven/get_organization_billing_group_list.py +40 -12
  49. pulumi_aiven/get_organization_project.py +50 -14
  50. pulumi_aiven/governance_access.py +418 -0
  51. pulumi_aiven/grafana.py +1 -0
  52. pulumi_aiven/influx_db.py +1 -0
  53. pulumi_aiven/influxdb_database.py +1 -0
  54. pulumi_aiven/influxdb_user.py +1 -0
  55. pulumi_aiven/kafka.py +1 -0
  56. pulumi_aiven/kafka_acl.py +1 -0
  57. pulumi_aiven/kafka_connect.py +1 -0
  58. pulumi_aiven/kafka_connector.py +1 -0
  59. pulumi_aiven/kafka_mirror_maker.py +1 -0
  60. pulumi_aiven/kafka_native_acl.py +1 -0
  61. pulumi_aiven/kafka_quota.py +1 -0
  62. pulumi_aiven/kafka_schema.py +1 -0
  63. pulumi_aiven/kafka_schema_configuration.py +1 -0
  64. pulumi_aiven/kafka_schema_registry_acl.py +1 -0
  65. pulumi_aiven/kafka_topic.py +1 -0
  66. pulumi_aiven/kafka_user.py +1 -0
  67. pulumi_aiven/m3_aggregator.py +1 -0
  68. pulumi_aiven/m3_db.py +1 -0
  69. pulumi_aiven/m3db_user.py +1 -0
  70. pulumi_aiven/mirror_maker_replication_flow.py +1 -0
  71. pulumi_aiven/my_sql.py +1 -0
  72. pulumi_aiven/mysql_database.py +1 -0
  73. pulumi_aiven/mysql_user.py +1 -0
  74. pulumi_aiven/open_search.py +18 -19
  75. pulumi_aiven/open_search_acl_config.py +30 -41
  76. pulumi_aiven/open_search_acl_rule.py +48 -47
  77. pulumi_aiven/opensearch_security_plugin_config.py +15 -42
  78. pulumi_aiven/opensearch_user.py +33 -32
  79. pulumi_aiven/organization.py +25 -19
  80. pulumi_aiven/organization_address.py +103 -96
  81. pulumi_aiven/organization_application_user.py +10 -0
  82. pulumi_aiven/organization_application_user_token.py +1 -0
  83. pulumi_aiven/organization_billing_group.py +67 -60
  84. pulumi_aiven/organization_group_project.py +1 -0
  85. pulumi_aiven/organization_permission.py +1 -0
  86. pulumi_aiven/organization_project.py +112 -62
  87. pulumi_aiven/organization_user.py +1 -0
  88. pulumi_aiven/organization_user_group.py +1 -0
  89. pulumi_aiven/organization_user_group_member.py +1 -0
  90. pulumi_aiven/organization_vpc.py +1 -0
  91. pulumi_aiven/organizational_unit.py +1 -0
  92. pulumi_aiven/outputs.py +1039 -189
  93. pulumi_aiven/pg.py +1 -0
  94. pulumi_aiven/pg_database.py +1 -0
  95. pulumi_aiven/pg_user.py +1 -0
  96. pulumi_aiven/project.py +1 -0
  97. pulumi_aiven/project_user.py +1 -0
  98. pulumi_aiven/project_vpc.py +1 -0
  99. pulumi_aiven/provider.py +21 -0
  100. pulumi_aiven/pulumi-plugin.json +1 -1
  101. pulumi_aiven/redis.py +1 -0
  102. pulumi_aiven/redis_user.py +1 -0
  103. pulumi_aiven/service_integration.py +1 -0
  104. pulumi_aiven/service_integration_endpoint.py +1 -0
  105. pulumi_aiven/static_ip.py +1 -0
  106. pulumi_aiven/thanos.py +1 -0
  107. pulumi_aiven/transit_gateway_vpc_attachment.py +1 -0
  108. pulumi_aiven/valkey.py +1 -0
  109. pulumi_aiven/valkey_user.py +1 -0
  110. {pulumi_aiven-6.37.0a1744255932.dist-info → pulumi_aiven-6.38.0.dist-info}/METADATA +3 -3
  111. pulumi_aiven-6.38.0.dist-info/RECORD +189 -0
  112. {pulumi_aiven-6.37.0a1744255932.dist-info → pulumi_aiven-6.38.0.dist-info}/WHEEL +1 -1
  113. pulumi_aiven-6.37.0a1744255932.dist-info/RECORD +0 -188
  114. {pulumi_aiven-6.37.0a1744255932.dist-info → pulumi_aiven-6.38.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/account.py CHANGED
@@ -213,6 +213,7 @@ class _AccountState:
213
213
  pulumi.set(self, "update_time", value)
214
214
 
215
215
 
216
+ @pulumi.type_token("aiven:index/account:Account")
216
217
  class Account(pulumi.CustomResource):
217
218
  @overload
218
219
  def __init__(__self__,
@@ -529,6 +529,7 @@ class _AccountAuthenticationState:
529
529
  pulumi.set(self, "update_time", value)
530
530
 
531
531
 
532
+ @pulumi.type_token("aiven:index/accountAuthentication:AccountAuthentication")
532
533
  class AccountAuthentication(pulumi.CustomResource):
533
534
  @overload
534
535
  def __init__(__self__,
@@ -144,6 +144,7 @@ class _AccountTeamState:
144
144
  pulumi.set(self, "update_time", value)
145
145
 
146
146
 
147
+ @pulumi.type_token("aiven:index/accountTeam:AccountTeam")
147
148
  class AccountTeam(pulumi.CustomResource):
148
149
  @overload
149
150
  def __init__(__self__,
@@ -174,6 +174,7 @@ class _AccountTeamMemberState:
174
174
  pulumi.set(self, "user_email", value)
175
175
 
176
176
 
177
+ @pulumi.type_token("aiven:index/accountTeamMember:AccountTeamMember")
177
178
  class AccountTeamMember(pulumi.CustomResource):
178
179
  @overload
179
180
  def __init__(__self__,
@@ -159,6 +159,7 @@ class _AccountTeamProjectState:
159
159
  pulumi.set(self, "team_type", value)
160
160
 
161
161
 
162
+ @pulumi.type_token("aiven:index/accountTeamProject:AccountTeamProject")
162
163
  class AccountTeamProject(pulumi.CustomResource):
163
164
  @overload
164
165
  def __init__(__self__,
@@ -776,6 +776,7 @@ class _AlloydbomniState:
776
776
  pulumi.set(self, "termination_protection", value)
777
777
 
778
778
 
779
+ @pulumi.type_token("aiven:index/alloydbomni:Alloydbomni")
779
780
  class Alloydbomni(pulumi.CustomResource):
780
781
  @overload
781
782
  def __init__(__self__,
@@ -190,6 +190,7 @@ class _AlloydbomniDatabaseState:
190
190
  pulumi.set(self, "service_name", value)
191
191
 
192
192
 
193
+ @pulumi.type_token("aiven:index/alloydbomniDatabase:AlloydbomniDatabase")
193
194
  class AlloydbomniDatabase(pulumi.CustomResource):
194
195
  @overload
195
196
  def __init__(__self__,
@@ -238,6 +238,7 @@ class _AlloydbomniUserState:
238
238
  pulumi.set(self, "username", value)
239
239
 
240
240
 
241
+ @pulumi.type_token("aiven:index/alloydbomniUser:AlloydbomniUser")
241
242
  class AlloydbomniUser(pulumi.CustomResource):
242
243
  @overload
243
244
  def __init__(__self__,
@@ -236,6 +236,7 @@ class _AwsOrgVpcPeeringConnectionState:
236
236
  pulumi.set(self, "state", value)
237
237
 
238
238
 
239
+ @pulumi.type_token("aiven:index/awsOrgVpcPeeringConnection:AwsOrgVpcPeeringConnection")
239
240
  class AwsOrgVpcPeeringConnection(pulumi.CustomResource):
240
241
  @overload
241
242
  def __init__(__self__,
@@ -158,6 +158,7 @@ class _AwsPrivatelinkState:
158
158
  pulumi.set(self, "service_name", value)
159
159
 
160
160
 
161
+ @pulumi.type_token("aiven:index/awsPrivatelink:AwsPrivatelink")
161
162
  class AwsPrivatelink(pulumi.CustomResource):
162
163
  @overload
163
164
  def __init__(__self__,
@@ -205,6 +205,7 @@ class _AwsVpcPeeringConnectionState:
205
205
  pulumi.set(self, "vpc_id", value)
206
206
 
207
207
 
208
+ @pulumi.type_token("aiven:index/awsVpcPeeringConnection:AwsVpcPeeringConnection")
208
209
  class AwsVpcPeeringConnection(pulumi.CustomResource):
209
210
  @overload
210
211
  def __init__(__self__,
@@ -282,6 +282,7 @@ class _AzureOrgVpcPeeringConnectionState:
282
282
  pulumi.set(self, "vnet_name", value)
283
283
 
284
284
 
285
+ @pulumi.type_token("aiven:index/azureOrgVpcPeeringConnection:AzureOrgVpcPeeringConnection")
285
286
  class AzureOrgVpcPeeringConnection(pulumi.CustomResource):
286
287
  @overload
287
288
  def __init__(__self__,
@@ -190,6 +190,7 @@ class _AzurePrivatelinkState:
190
190
  pulumi.set(self, "user_subscription_ids", value)
191
191
 
192
192
 
193
+ @pulumi.type_token("aiven:index/azurePrivatelink:AzurePrivatelink")
193
194
  class AzurePrivatelink(pulumi.CustomResource):
194
195
  @overload
195
196
  def __init__(__self__,
@@ -159,6 +159,7 @@ class _AzurePrivatelinkConnectionApprovalState:
159
159
  pulumi.set(self, "state", value)
160
160
 
161
161
 
162
+ @pulumi.type_token("aiven:index/azurePrivatelinkConnectionApproval:AzurePrivatelinkConnectionApproval")
162
163
  class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
163
164
  @overload
164
165
  def __init__(__self__,
@@ -267,6 +267,7 @@ class _AzureVpcPeeringConnectionState:
267
267
  pulumi.set(self, "vpc_id", value)
268
268
 
269
269
 
270
+ @pulumi.type_token("aiven:index/azureVpcPeeringConnection:AzureVpcPeeringConnection")
270
271
  class AzureVpcPeeringConnection(pulumi.CustomResource):
271
272
  @overload
272
273
  def __init__(__self__,
@@ -521,6 +521,7 @@ class _BillingGroupState:
521
521
  pulumi.set(self, "zip_code", value)
522
522
 
523
523
 
524
+ @pulumi.type_token("aiven:index/billingGroup:BillingGroup")
524
525
  class BillingGroup(pulumi.CustomResource):
525
526
  @overload
526
527
  def __init__(__self__,
pulumi_aiven/cassandra.py CHANGED
@@ -744,6 +744,7 @@ class _CassandraState:
744
744
  pulumi.set(self, "termination_protection", value)
745
745
 
746
746
 
747
+ @pulumi.type_token("aiven:index/cassandra:Cassandra")
747
748
  class Cassandra(pulumi.CustomResource):
748
749
  @overload
749
750
  def __init__(__self__,
@@ -206,6 +206,7 @@ class _CassandraUserState:
206
206
  pulumi.set(self, "username", value)
207
207
 
208
208
 
209
+ @pulumi.type_token("aiven:index/cassandraUser:CassandraUser")
209
210
  class CassandraUser(pulumi.CustomResource):
210
211
  @overload
211
212
  def __init__(__self__,
@@ -744,6 +744,7 @@ class _ClickhouseState:
744
744
  pulumi.set(self, "termination_protection", value)
745
745
 
746
746
 
747
+ @pulumi.type_token("aiven:index/clickhouse:Clickhouse")
747
748
  class Clickhouse(pulumi.CustomResource):
748
749
  @overload
749
750
  def __init__(__self__,
@@ -151,6 +151,7 @@ class _ClickhouseDatabaseState:
151
151
  pulumi.set(self, "termination_protection", value)
152
152
 
153
153
 
154
+ @pulumi.type_token("aiven:index/clickhouseDatabase:ClickhouseDatabase")
154
155
  class ClickhouseDatabase(pulumi.CustomResource):
155
156
  @overload
156
157
  def __init__(__self__,
@@ -225,6 +225,7 @@ class _ClickhouseGrantState:
225
225
  pulumi.set(self, "user", value)
226
226
 
227
227
 
228
+ @pulumi.type_token("aiven:index/clickhouseGrant:ClickhouseGrant")
228
229
  class ClickhouseGrant(pulumi.CustomResource):
229
230
  @overload
230
231
  def __init__(__self__,
@@ -242,6 +243,7 @@ class ClickhouseGrant(pulumi.CustomResource):
242
243
 
243
244
  **Note:**
244
245
  * Users cannot have the same name as roles.
246
+ * Global privileges cannot be granted on the database level. To grant global privileges, use `database="*"`.
245
247
  * To grant a privilege on all tables of a database, omit the table and only keep the database. Don't use `table="*"`.
246
248
  * Changes first revoke all grants and then reissue the remaining grants for convergence.
247
249
 
@@ -270,6 +272,14 @@ class ClickhouseGrant(pulumi.CustomResource):
270
272
  "privilege": "SELECT",
271
273
  "database": example_db["name"],
272
274
  },
275
+ {
276
+ "privilege": "CREATE TEMPORARY TABLE",
277
+ "database": "*",
278
+ },
279
+ {
280
+ "privilege": "SYSTEM DROP CACHE",
281
+ "database": "*",
282
+ },
273
283
  ])
274
284
  # Grant the role to the user.
275
285
  example_user = aiven.ClickhouseUser("example_user",
@@ -311,6 +321,7 @@ class ClickhouseGrant(pulumi.CustomResource):
311
321
 
312
322
  **Note:**
313
323
  * Users cannot have the same name as roles.
324
+ * Global privileges cannot be granted on the database level. To grant global privileges, use `database="*"`.
314
325
  * To grant a privilege on all tables of a database, omit the table and only keep the database. Don't use `table="*"`.
315
326
  * Changes first revoke all grants and then reissue the remaining grants for convergence.
316
327
 
@@ -339,6 +350,14 @@ class ClickhouseGrant(pulumi.CustomResource):
339
350
  "privilege": "SELECT",
340
351
  "database": example_db["name"],
341
352
  },
353
+ {
354
+ "privilege": "CREATE TEMPORARY TABLE",
355
+ "database": "*",
356
+ },
357
+ {
358
+ "privilege": "SYSTEM DROP CACHE",
359
+ "database": "*",
360
+ },
342
361
  ])
343
362
  # Grant the role to the user.
344
363
  example_user = aiven.ClickhouseUser("example_user",
@@ -126,6 +126,7 @@ class _ClickhouseRoleState:
126
126
  pulumi.set(self, "service_name", value)
127
127
 
128
128
 
129
+ @pulumi.type_token("aiven:index/clickhouseRole:ClickhouseRole")
129
130
  class ClickhouseRole(pulumi.CustomResource):
130
131
  @overload
131
132
  def __init__(__self__,
@@ -174,6 +174,7 @@ class _ClickhouseUserState:
174
174
  pulumi.set(self, "uuid", value)
175
175
 
176
176
 
177
+ @pulumi.type_token("aiven:index/clickhouseUser:ClickhouseUser")
177
178
  class ClickhouseUser(pulumi.CustomResource):
178
179
  @overload
179
180
  def __init__(__self__,
@@ -269,6 +269,7 @@ class _ConnectionPoolState:
269
269
  pulumi.set(self, "username", value)
270
270
 
271
271
 
272
+ @pulumi.type_token("aiven:index/connectionPool:ConnectionPool")
272
273
  class ConnectionPool(pulumi.CustomResource):
273
274
  @overload
274
275
  def __init__(__self__,
pulumi_aiven/dragonfly.py CHANGED
@@ -744,6 +744,7 @@ class _DragonflyState:
744
744
  pulumi.set(self, "termination_protection", value)
745
745
 
746
746
 
747
+ @pulumi.type_token("aiven:index/dragonfly:Dragonfly")
747
748
  class Dragonfly(pulumi.CustomResource):
748
749
  @overload
749
750
  def __init__(__self__,
pulumi_aiven/flink.py CHANGED
@@ -744,6 +744,7 @@ class _FlinkState:
744
744
  pulumi.set(self, "termination_protection", value)
745
745
 
746
746
 
747
+ @pulumi.type_token("aiven:index/flink:Flink")
747
748
  class Flink(pulumi.CustomResource):
748
749
  @overload
749
750
  def __init__(__self__,
@@ -207,6 +207,7 @@ class _FlinkApplicationState:
207
207
  pulumi.set(self, "updated_by", value)
208
208
 
209
209
 
210
+ @pulumi.type_token("aiven:index/flinkApplication:FlinkApplication")
210
211
  class FlinkApplication(pulumi.CustomResource):
211
212
  @overload
212
213
  def __init__(__self__,
@@ -285,6 +285,7 @@ class _FlinkApplicationDeploymentState:
285
285
  pulumi.set(self, "version_id", value)
286
286
 
287
287
 
288
+ @pulumi.type_token("aiven:index/flinkApplicationDeployment:FlinkApplicationDeployment")
288
289
  class FlinkApplicationDeployment(pulumi.CustomResource):
289
290
  @overload
290
291
  def __init__(__self__,
@@ -367,6 +367,7 @@ class _FlinkApplicationVersionState:
367
367
  pulumi.set(self, "version", value)
368
368
 
369
369
 
370
+ @pulumi.type_token("aiven:index/flinkApplicationVersion:FlinkApplicationVersion")
370
371
  class FlinkApplicationVersion(pulumi.CustomResource):
371
372
  @overload
372
373
  def __init__(__self__,
@@ -241,6 +241,7 @@ class _FlinkJarApplicationState:
241
241
  pulumi.set(self, "updated_by", value)
242
242
 
243
243
 
244
+ @pulumi.type_token("aiven:index/flinkJarApplication:FlinkJarApplication")
244
245
  class FlinkJarApplication(pulumi.CustomResource):
245
246
  @overload
246
247
  def __init__(__self__,
@@ -429,6 +429,7 @@ class _FlinkJarApplicationDeploymentState:
429
429
  pulumi.set(self, "version_id", value)
430
430
 
431
431
 
432
+ @pulumi.type_token("aiven:index/flinkJarApplicationDeployment:FlinkJarApplicationDeployment")
432
433
  class FlinkJarApplicationDeployment(pulumi.CustomResource):
433
434
  @overload
434
435
  def __init__(__self__,
@@ -255,6 +255,7 @@ class _FlinkJarApplicationVersionState:
255
255
  pulumi.set(self, "version", value)
256
256
 
257
257
 
258
+ @pulumi.type_token("aiven:index/flinkJarApplicationVersion:FlinkJarApplicationVersion")
258
259
  class FlinkJarApplicationVersion(pulumi.CustomResource):
259
260
  @overload
260
261
  def __init__(__self__,
@@ -189,6 +189,7 @@ class _GcpOrgVpcPeeringConnectionState:
189
189
  pulumi.set(self, "state", value)
190
190
 
191
191
 
192
+ @pulumi.type_token("aiven:index/gcpOrgVpcPeeringConnection:GcpOrgVpcPeeringConnection")
192
193
  class GcpOrgVpcPeeringConnection(pulumi.CustomResource):
193
194
  @overload
194
195
  def __init__(__self__,
@@ -143,6 +143,7 @@ class _GcpPrivatelinkState:
143
143
  pulumi.set(self, "state", value)
144
144
 
145
145
 
146
+ @pulumi.type_token("aiven:index/gcpPrivatelink:GcpPrivatelink")
146
147
  class GcpPrivatelink(pulumi.CustomResource):
147
148
  @overload
148
149
  def __init__(__self__,
@@ -174,6 +174,7 @@ class _GcpPrivatelinkConnectionApprovalState:
174
174
  pulumi.set(self, "user_ip_address", value)
175
175
 
176
176
 
177
+ @pulumi.type_token("aiven:index/gcpPrivatelinkConnectionApproval:GcpPrivatelinkConnectionApproval")
177
178
  class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
178
179
  @overload
179
180
  def __init__(__self__,
@@ -174,6 +174,7 @@ class _GcpVpcPeeringConnectionState:
174
174
  pulumi.set(self, "vpc_id", value)
175
175
 
176
176
 
177
+ @pulumi.type_token("aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection")
177
178
  class GcpVpcPeeringConnection(pulumi.CustomResource):
178
179
  @overload
179
180
  def __init__(__self__,
@@ -56,7 +56,7 @@ class GetExternalIdentityResult:
56
56
  @pulumi.getter(name="externalUserId")
57
57
  def external_user_id(self) -> builtins.str:
58
58
  """
59
- The user's ID on the external service.
59
+ The user's ID on the external service. For GitHub, this is their GitHub username.
60
60
  """
61
61
  return pulumi.get(self, "external_user_id")
62
62
 
@@ -104,14 +104,14 @@ def get_external_identity(external_service_name: Optional[builtins.str] = None,
104
104
  organization_id: Optional[builtins.str] = None,
105
105
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetExternalIdentityResult:
106
106
  """
107
- Maps an external service user to an Aiven user.
107
+ Links external usernames to Aiven users, ensuring that requesters and approvers are correctly identified for Aiven for Apache Kafka® Governance approval workflows.
108
108
 
109
109
  **This resource is in the beta stage and may change without notice.** Set
110
110
  the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
111
111
 
112
112
 
113
113
  :param builtins.str external_service_name: The name of the external service. The possible value is `github`.
114
- :param builtins.str external_user_id: The user's ID on the external service.
114
+ :param builtins.str external_user_id: The user's ID on the external service. For GitHub, this is their GitHub username.
115
115
  :param builtins.str internal_user_id: The Aiven user ID.
116
116
  :param builtins.str organization_id: The ID of the Aiven organization that the user is part of.
117
117
  """
@@ -135,14 +135,14 @@ def get_external_identity_output(external_service_name: Optional[pulumi.Input[bu
135
135
  organization_id: Optional[pulumi.Input[builtins.str]] = None,
136
136
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetExternalIdentityResult]:
137
137
  """
138
- Maps an external service user to an Aiven user.
138
+ Links external usernames to Aiven users, ensuring that requesters and approvers are correctly identified for Aiven for Apache Kafka® Governance approval workflows.
139
139
 
140
140
  **This resource is in the beta stage and may change without notice.** Set
141
141
  the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
142
142
 
143
143
 
144
144
  :param builtins.str external_service_name: The name of the external service. The possible value is `github`.
145
- :param builtins.str external_user_id: The user's ID on the external service.
145
+ :param builtins.str external_user_id: The user's ID on the external service. For GitHub, this is their GitHub username.
146
146
  :param builtins.str internal_user_id: The Aiven user ID.
147
147
  :param builtins.str organization_id: The ID of the Aiven organization that the user is part of.
148
148
  """
@@ -217,7 +217,7 @@ class GetOpenSearchResult:
217
217
  @pulumi.getter
218
218
  def opensearches(self) -> Sequence['outputs.GetOpenSearchOpensearchResult']:
219
219
  """
220
- OpenSearch server provided values
220
+ Values provided by the OpenSearch server.
221
221
  """
222
222
  return pulumi.get(self, "opensearches")
223
223
 
@@ -388,7 +388,7 @@ def get_open_search(project: Optional[builtins.str] = None,
388
388
  service_name: Optional[builtins.str] = None,
389
389
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOpenSearchResult:
390
390
  """
391
- The OpenSearch data source provides information about the existing Aiven OpenSearch service.
391
+ Gets information about an Aiven for OpenSearch® service.
392
392
 
393
393
  ## Example Usage
394
394
 
@@ -396,8 +396,8 @@ def get_open_search(project: Optional[builtins.str] = None,
396
396
  import pulumi
397
397
  import pulumi_aiven as aiven
398
398
 
399
- os1 = aiven.get_open_search(project=pr1["project"],
400
- service_name="my-os1")
399
+ example_opensearch = aiven.get_open_search(project=example_project["project"],
400
+ service_name="example-opensearch")
401
401
  ```
402
402
 
403
403
 
@@ -444,7 +444,7 @@ def get_open_search_output(project: Optional[pulumi.Input[builtins.str]] = None,
444
444
  service_name: Optional[pulumi.Input[builtins.str]] = None,
445
445
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOpenSearchResult]:
446
446
  """
447
- The OpenSearch data source provides information about the existing Aiven OpenSearch service.
447
+ Gets information about an Aiven for OpenSearch® service.
448
448
 
449
449
  ## Example Usage
450
450
 
@@ -452,8 +452,8 @@ def get_open_search_output(project: Optional[pulumi.Input[builtins.str]] = None,
452
452
  import pulumi
453
453
  import pulumi_aiven as aiven
454
454
 
455
- os1 = aiven.get_open_search(project=pr1["project"],
456
- service_name="my-os1")
455
+ example_opensearch = aiven.get_open_search(project=example_project["project"],
456
+ service_name="example-opensearch")
457
457
  ```
458
458
 
459
459
 
@@ -48,7 +48,7 @@ class GetOpenSearchAclConfigResult:
48
48
  @pulumi.getter
49
49
  def enabled(self) -> builtins.bool:
50
50
  """
51
- Enable OpenSearch ACLs. When disabled authenticated service users have unrestricted access. The default value is `true`.
51
+ Enable OpenSearch ACLs. When disabled, authenticated service users have unrestricted access. The default value is `true`.
52
52
  """
53
53
  return pulumi.get(self, "enabled")
54
54
 
@@ -102,7 +102,7 @@ def get_open_search_acl_config(project: Optional[builtins.str] = None,
102
102
  service_name: Optional[builtins.str] = None,
103
103
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOpenSearchAclConfigResult:
104
104
  """
105
- The OpenSearch ACL Config data source provides information about an existing Aiven OpenSearch ACL Config.
105
+ Gets information about access control for an Aiven for OpenSearch® service.
106
106
 
107
107
  ## Example Usage
108
108
 
@@ -110,8 +110,8 @@ def get_open_search_acl_config(project: Optional[builtins.str] = None,
110
110
  import pulumi
111
111
  import pulumi_aiven as aiven
112
112
 
113
- os_acl_config = aiven.get_open_search_acl_config(project=os_project["project"],
114
- service_name=os["serviceName"])
113
+ os_acl_config = aiven.get_open_search_acl_config(project=example_project["project"],
114
+ service_name=example_opensearch["serviceName"])
115
115
  ```
116
116
 
117
117
 
@@ -134,7 +134,7 @@ def get_open_search_acl_config_output(project: Optional[pulumi.Input[builtins.st
134
134
  service_name: Optional[pulumi.Input[builtins.str]] = None,
135
135
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOpenSearchAclConfigResult]:
136
136
  """
137
- The OpenSearch ACL Config data source provides information about an existing Aiven OpenSearch ACL Config.
137
+ Gets information about access control for an Aiven for OpenSearch® service.
138
138
 
139
139
  ## Example Usage
140
140
 
@@ -142,8 +142,8 @@ def get_open_search_acl_config_output(project: Optional[pulumi.Input[builtins.st
142
142
  import pulumi
143
143
  import pulumi_aiven as aiven
144
144
 
145
- os_acl_config = aiven.get_open_search_acl_config(project=os_project["project"],
146
- service_name=os["serviceName"])
145
+ os_acl_config = aiven.get_open_search_acl_config(project=example_project["project"],
146
+ service_name=example_opensearch["serviceName"])
147
147
  ```
148
148
 
149
149
 
@@ -59,7 +59,7 @@ class GetOpenSearchAclRuleResult:
59
59
  @pulumi.getter
60
60
  def index(self) -> builtins.str:
61
61
  """
62
- The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
62
+ The index pattern for this ACL rule. Maximum length: `249`. Changing this property forces recreation of the resource.
63
63
  """
64
64
  return pulumi.get(self, "index")
65
65
 
@@ -67,7 +67,7 @@ class GetOpenSearchAclRuleResult:
67
67
  @pulumi.getter
68
68
  def permission(self) -> builtins.str:
69
69
  """
70
- The permissions for this ACL entry. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
70
+ The permissions for this ACL rule. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
71
71
  """
72
72
  return pulumi.get(self, "permission")
73
73
 
@@ -91,7 +91,7 @@ class GetOpenSearchAclRuleResult:
91
91
  @pulumi.getter
92
92
  def username(self) -> 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
 
@@ -117,7 +117,7 @@ def get_open_search_acl_rule(index: Optional[builtins.str] = None,
117
117
  username: Optional[builtins.str] = None,
118
118
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOpenSearchAclRuleResult:
119
119
  """
120
- The OpenSearch ACL Rule data source provides information about an existing Aiven OpenSearch ACL Rule.
120
+ Gets information about an Aiven for OpenSearch® ACL rule.
121
121
 
122
122
  ## Example Usage
123
123
 
@@ -125,18 +125,18 @@ def get_open_search_acl_rule(index: Optional[builtins.str] = None,
125
125
  import pulumi
126
126
  import pulumi_aiven as aiven
127
127
 
128
- os_acl_rule = aiven.get_open_search_acl_rule(project=os_acls_config["project"],
129
- service_name=os_acls_config["serviceName"],
130
- username="<USERNAME>",
131
- index="<INDEX>")
128
+ os_acl_rule = aiven.get_open_search_acl_rule(project=example_project["project"],
129
+ service_name=example_opensearch["serviceName"],
130
+ username="documentation-user-1",
131
+ index="index5")
132
132
  ```
133
133
 
134
134
 
135
- :param builtins.str index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
136
- :param builtins.str permission: The permissions for this ACL entry. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
135
+ :param builtins.str index: The index pattern for this ACL rule. Maximum length: `249`. Changing this property forces recreation of the resource.
136
+ :param builtins.str permission: The permissions for this ACL rule. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
137
137
  :param 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.
138
138
  :param 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.
139
- :param 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.
139
+ :param 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.
140
140
  """
141
141
  __args__ = dict()
142
142
  __args__['index'] = index
@@ -161,7 +161,7 @@ def get_open_search_acl_rule_output(index: Optional[pulumi.Input[builtins.str]]
161
161
  username: Optional[pulumi.Input[builtins.str]] = None,
162
162
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOpenSearchAclRuleResult]:
163
163
  """
164
- The OpenSearch ACL Rule data source provides information about an existing Aiven OpenSearch ACL Rule.
164
+ Gets information about an Aiven for OpenSearch® ACL rule.
165
165
 
166
166
  ## Example Usage
167
167
 
@@ -169,18 +169,18 @@ def get_open_search_acl_rule_output(index: Optional[pulumi.Input[builtins.str]]
169
169
  import pulumi
170
170
  import pulumi_aiven as aiven
171
171
 
172
- os_acl_rule = aiven.get_open_search_acl_rule(project=os_acls_config["project"],
173
- service_name=os_acls_config["serviceName"],
174
- username="<USERNAME>",
175
- index="<INDEX>")
172
+ os_acl_rule = aiven.get_open_search_acl_rule(project=example_project["project"],
173
+ service_name=example_opensearch["serviceName"],
174
+ username="documentation-user-1",
175
+ index="index5")
176
176
  ```
177
177
 
178
178
 
179
- :param builtins.str index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
180
- :param builtins.str permission: The permissions for this ACL entry. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
179
+ :param builtins.str index: The index pattern for this ACL rule. Maximum length: `249`. Changing this property forces recreation of the resource.
180
+ :param builtins.str permission: The permissions for this ACL rule. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
181
181
  :param 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.
182
182
  :param 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.
183
- :param 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.
183
+ :param 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.
184
184
  """
185
185
  __args__ = dict()
186
186
  __args__['index'] = index