pulumi-aiven 6.14.0__py3-none-any.whl → 6.14.0a1711516617__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (132) hide show
  1. pulumi_aiven/_inputs.py +262 -200
  2. pulumi_aiven/account.py +6 -2
  3. pulumi_aiven/account_authentication.py +2 -2
  4. pulumi_aiven/account_team.py +6 -6
  5. pulumi_aiven/account_team_member.py +10 -6
  6. pulumi_aiven/account_team_project.py +12 -12
  7. pulumi_aiven/aws_privatelink.py +22 -18
  8. pulumi_aiven/aws_vpc_peering_connection.py +12 -8
  9. pulumi_aiven/azure_privatelink.py +22 -18
  10. pulumi_aiven/azure_privatelink_connection_approval.py +14 -112
  11. pulumi_aiven/azure_vpc_peering_connection.py +10 -6
  12. pulumi_aiven/billing_group.py +18 -18
  13. pulumi_aiven/cassandra.py +57 -25
  14. pulumi_aiven/cassandra_user.py +22 -18
  15. pulumi_aiven/clickhouse.py +57 -25
  16. pulumi_aiven/clickhouse_database.py +26 -24
  17. pulumi_aiven/clickhouse_grant.py +37 -35
  18. pulumi_aiven/clickhouse_role.py +20 -16
  19. pulumi_aiven/clickhouse_user.py +22 -18
  20. pulumi_aiven/connection_pool.py +28 -24
  21. pulumi_aiven/dragonfly.py +263 -124
  22. pulumi_aiven/flink.py +36 -32
  23. pulumi_aiven/flink_application.py +24 -22
  24. pulumi_aiven/flink_application_deployment.py +21 -21
  25. pulumi_aiven/flink_application_version.py +14 -96
  26. pulumi_aiven/gcp_privatelink.py +21 -21
  27. pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
  28. pulumi_aiven/gcp_vpc_peering_connection.py +8 -4
  29. pulumi_aiven/get_account.py +4 -0
  30. pulumi_aiven/get_aws_privatelink.py +14 -10
  31. pulumi_aiven/get_aws_vpc_peering_connection.py +10 -6
  32. pulumi_aiven/get_azure_privatelink.py +14 -10
  33. pulumi_aiven/get_azure_vpc_peering_connection.py +6 -2
  34. pulumi_aiven/get_billing_group.py +2 -2
  35. pulumi_aiven/get_cassanda.py +24 -7
  36. pulumi_aiven/get_cassandra.py +24 -7
  37. pulumi_aiven/get_cassandra_user.py +14 -10
  38. pulumi_aiven/get_clickhouse.py +24 -7
  39. pulumi_aiven/get_clickhouse_database.py +14 -10
  40. pulumi_aiven/get_clickhouse_user.py +14 -10
  41. pulumi_aiven/get_connection_pool.py +14 -10
  42. pulumi_aiven/get_dragonfly.py +20 -27
  43. pulumi_aiven/get_flink.py +10 -6
  44. pulumi_aiven/get_flink_application.py +12 -8
  45. pulumi_aiven/get_flink_application_version.py +12 -8
  46. pulumi_aiven/get_gcp_vpc_peering_connection.py +6 -2
  47. pulumi_aiven/get_grafana.py +24 -7
  48. pulumi_aiven/get_kafka.py +17 -13
  49. pulumi_aiven/get_kafka_acl.py +14 -10
  50. pulumi_aiven/get_kafka_connect.py +24 -7
  51. pulumi_aiven/get_kafka_connector.py +14 -10
  52. pulumi_aiven/get_kafka_mirror_maker.py +24 -7
  53. pulumi_aiven/get_kafka_schema.py +14 -10
  54. pulumi_aiven/get_kafka_schema_configuration.py +14 -10
  55. pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
  56. pulumi_aiven/get_kafka_topic.py +20 -16
  57. pulumi_aiven/get_kafka_user.py +14 -10
  58. pulumi_aiven/get_m3_aggregator.py +24 -7
  59. pulumi_aiven/get_m3_db.py +24 -7
  60. pulumi_aiven/get_m3db_user.py +14 -10
  61. pulumi_aiven/get_mirror_maker_replication_flow.py +18 -14
  62. pulumi_aiven/get_my_sql.py +24 -7
  63. pulumi_aiven/get_mysql_database.py +14 -10
  64. pulumi_aiven/get_mysql_user.py +14 -10
  65. pulumi_aiven/get_open_search.py +10 -6
  66. pulumi_aiven/get_open_search_acl_config.py +14 -10
  67. pulumi_aiven/get_open_search_acl_rule.py +14 -10
  68. pulumi_aiven/get_opensearch_security_plugin_config.py +14 -10
  69. pulumi_aiven/get_opensearch_user.py +14 -10
  70. pulumi_aiven/get_organization.py +4 -0
  71. pulumi_aiven/get_organization_user_group.py +6 -2
  72. pulumi_aiven/get_pg.py +10 -6
  73. pulumi_aiven/get_pg_database.py +14 -10
  74. pulumi_aiven/get_pg_user.py +14 -10
  75. pulumi_aiven/get_project.py +21 -17
  76. pulumi_aiven/get_project_user.py +13 -9
  77. pulumi_aiven/get_project_vpc.py +6 -2
  78. pulumi_aiven/get_redis.py +24 -7
  79. pulumi_aiven/get_redis_user.py +14 -10
  80. pulumi_aiven/get_service_component.py +8 -4
  81. pulumi_aiven/get_service_integration.py +33 -19
  82. pulumi_aiven/get_service_integration_endpoint.py +6 -2
  83. pulumi_aiven/get_transit_gateway_vpc_attachment.py +6 -2
  84. pulumi_aiven/grafana.py +267 -82
  85. pulumi_aiven/influx_db.py +21 -21
  86. pulumi_aiven/influxdb_database.py +21 -21
  87. pulumi_aiven/influxdb_user.py +21 -21
  88. pulumi_aiven/kafka.py +54 -50
  89. pulumi_aiven/kafka_acl.py +24 -20
  90. pulumi_aiven/kafka_connect.py +267 -80
  91. pulumi_aiven/kafka_connector.py +30 -26
  92. pulumi_aiven/kafka_mirror_maker.py +267 -80
  93. pulumi_aiven/kafka_schema.py +22 -18
  94. pulumi_aiven/kafka_schema_configuration.py +24 -20
  95. pulumi_aiven/kafka_schema_registry_acl.py +14 -54
  96. pulumi_aiven/kafka_topic.py +46 -84
  97. pulumi_aiven/kafka_user.py +22 -18
  98. pulumi_aiven/m3_aggregator.py +267 -80
  99. pulumi_aiven/m3_db.py +267 -80
  100. pulumi_aiven/m3db_user.py +20 -16
  101. pulumi_aiven/mirror_maker_replication_flow.py +26 -22
  102. pulumi_aiven/my_sql.py +267 -80
  103. pulumi_aiven/mysql_database.py +24 -20
  104. pulumi_aiven/mysql_user.py +22 -18
  105. pulumi_aiven/open_search.py +31 -27
  106. pulumi_aiven/open_search_acl_config.py +36 -28
  107. pulumi_aiven/open_search_acl_rule.py +40 -36
  108. pulumi_aiven/opensearch_security_plugin_config.py +32 -28
  109. pulumi_aiven/opensearch_user.py +22 -18
  110. pulumi_aiven/organization.py +6 -2
  111. pulumi_aiven/organization_group_project.py +0 -46
  112. pulumi_aiven/organization_user.py +20 -2
  113. pulumi_aiven/organization_user_group.py +6 -4
  114. pulumi_aiven/organization_user_group_member.py +10 -8
  115. pulumi_aiven/organizational_unit.py +6 -6
  116. pulumi_aiven/outputs.py +390 -271
  117. pulumi_aiven/pg.py +30 -30
  118. pulumi_aiven/pg_database.py +24 -20
  119. pulumi_aiven/pg_user.py +22 -18
  120. pulumi_aiven/project.py +79 -75
  121. pulumi_aiven/project_user.py +28 -24
  122. pulumi_aiven/project_vpc.py +7 -31
  123. pulumi_aiven/redis.py +267 -80
  124. pulumi_aiven/redis_user.py +22 -18
  125. pulumi_aiven/service_integration.py +58 -54
  126. pulumi_aiven/static_ip.py +7 -7
  127. pulumi_aiven/transit_gateway_vpc_attachment.py +8 -4
  128. {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711516617.dist-info}/METADATA +1 -1
  129. pulumi_aiven-6.14.0a1711516617.dist-info/RECORD +150 -0
  130. pulumi_aiven-6.14.0.dist-info/RECORD +0 -150
  131. {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711516617.dist-info}/WHEEL +0 -0
  132. {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711516617.dist-info}/top_level.txt +0 -0
@@ -22,7 +22,7 @@ class GetMySqlResult:
22
22
  """
23
23
  A collection of values returned by getMySql.
24
24
  """
25
- def __init__(__self__, additional_disk_space=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, maintenance_window_dow=None, maintenance_window_time=None, mysql_user_configs=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
25
+ def __init__(__self__, additional_disk_space=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, maintenance_window_dow=None, maintenance_window_time=None, mysql_user_configs=None, mysqls=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
26
26
  if additional_disk_space and not isinstance(additional_disk_space, str):
27
27
  raise TypeError("Expected argument 'additional_disk_space' to be a str")
28
28
  pulumi.set(__self__, "additional_disk_space", additional_disk_space)
@@ -59,6 +59,9 @@ class GetMySqlResult:
59
59
  if mysql_user_configs and not isinstance(mysql_user_configs, list):
60
60
  raise TypeError("Expected argument 'mysql_user_configs' to be a list")
61
61
  pulumi.set(__self__, "mysql_user_configs", mysql_user_configs)
62
+ if mysqls and not isinstance(mysqls, list):
63
+ raise TypeError("Expected argument 'mysqls' to be a list")
64
+ pulumi.set(__self__, "mysqls", mysqls)
62
65
  if plan and not isinstance(plan, str):
63
66
  raise TypeError("Expected argument 'plan' to be a str")
64
67
  pulumi.set(__self__, "plan", plan)
@@ -204,6 +207,14 @@ class GetMySqlResult:
204
207
  """
205
208
  return pulumi.get(self, "mysql_user_configs")
206
209
 
210
+ @property
211
+ @pulumi.getter
212
+ def mysqls(self) -> Sequence['outputs.GetMySqlMysqlResult']:
213
+ """
214
+ MySQL specific server provided values
215
+ """
216
+ return pulumi.get(self, "mysqls")
217
+
207
218
  @property
208
219
  @pulumi.getter
209
220
  def plan(self) -> str:
@@ -216,7 +227,7 @@ class GetMySqlResult:
216
227
  @pulumi.getter
217
228
  def project(self) -> str:
218
229
  """
219
- 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.
230
+ 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.
220
231
  """
221
232
  return pulumi.get(self, "project")
222
233
 
@@ -320,7 +331,7 @@ class GetMySqlResult:
320
331
  @pulumi.getter(name="techEmails")
321
332
  def tech_emails(self) -> Sequence['outputs.GetMySqlTechEmailResult']:
322
333
  """
323
- 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.
334
+ Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
324
335
  """
325
336
  return pulumi.get(self, "tech_emails")
326
337
 
@@ -351,6 +362,7 @@ class AwaitableGetMySqlResult(GetMySqlResult):
351
362
  maintenance_window_dow=self.maintenance_window_dow,
352
363
  maintenance_window_time=self.maintenance_window_time,
353
364
  mysql_user_configs=self.mysql_user_configs,
365
+ mysqls=self.mysqls,
354
366
  plan=self.plan,
355
367
  project=self.project,
356
368
  project_vpc_id=self.project_vpc_id,
@@ -377,16 +389,18 @@ def get_my_sql(project: Optional[str] = None,
377
389
 
378
390
  ## Example Usage
379
391
 
392
+ <!--Start PulumiCodeChooser -->
380
393
  ```python
381
394
  import pulumi
382
395
  import pulumi_aiven as aiven
383
396
 
384
- mysql1 = aiven.get_my_sql(project=foo["project"],
397
+ mysql1 = aiven.get_my_sql(project=data["aiven_project"]["foo"]["project"],
385
398
  service_name="my-mysql1")
386
399
  ```
400
+ <!--End PulumiCodeChooser -->
387
401
 
388
402
 
389
- :param 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.
403
+ :param 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.
390
404
  :param 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.
391
405
  """
392
406
  __args__ = dict()
@@ -408,6 +422,7 @@ def get_my_sql(project: Optional[str] = None,
408
422
  maintenance_window_dow=pulumi.get(__ret__, 'maintenance_window_dow'),
409
423
  maintenance_window_time=pulumi.get(__ret__, 'maintenance_window_time'),
410
424
  mysql_user_configs=pulumi.get(__ret__, 'mysql_user_configs'),
425
+ mysqls=pulumi.get(__ret__, 'mysqls'),
411
426
  plan=pulumi.get(__ret__, 'plan'),
412
427
  project=pulumi.get(__ret__, 'project'),
413
428
  project_vpc_id=pulumi.get(__ret__, 'project_vpc_id'),
@@ -435,16 +450,18 @@ def get_my_sql_output(project: Optional[pulumi.Input[str]] = None,
435
450
 
436
451
  ## Example Usage
437
452
 
453
+ <!--Start PulumiCodeChooser -->
438
454
  ```python
439
455
  import pulumi
440
456
  import pulumi_aiven as aiven
441
457
 
442
- mysql1 = aiven.get_my_sql(project=foo["project"],
458
+ mysql1 = aiven.get_my_sql(project=data["aiven_project"]["foo"]["project"],
443
459
  service_name="my-mysql1")
444
460
  ```
461
+ <!--End PulumiCodeChooser -->
445
462
 
446
463
 
447
- :param 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.
464
+ :param 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.
448
465
  :param 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.
449
466
  """
450
467
  ...
@@ -58,7 +58,7 @@ class GetMysqlDatabaseResult:
58
58
  @pulumi.getter
59
59
  def project(self) -> str:
60
60
  """
61
- 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.
61
+ 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.
62
62
  """
63
63
  return pulumi.get(self, "project")
64
64
 
@@ -66,7 +66,7 @@ class GetMysqlDatabaseResult:
66
66
  @pulumi.getter(name="serviceName")
67
67
  def service_name(self) -> str:
68
68
  """
69
- 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.
69
+ 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.
70
70
  """
71
71
  return pulumi.get(self, "service_name")
72
72
 
@@ -98,19 +98,21 @@ def get_mysql_database(database_name: Optional[str] = None,
98
98
 
99
99
  ## Example Usage
100
100
 
101
+ <!--Start PulumiCodeChooser -->
101
102
  ```python
102
103
  import pulumi
103
104
  import pulumi_aiven as aiven
104
105
 
105
- mydatabase = aiven.get_mysql_database(project=myproject["project"],
106
- service_name=mymysql["serviceName"],
106
+ mydatabase = aiven.get_mysql_database(project=aiven_project["myproject"]["project"],
107
+ service_name=aiven_mysql["mymysql"]["service_name"],
107
108
  database_name="<DATABASE_NAME>")
108
109
  ```
110
+ <!--End PulumiCodeChooser -->
109
111
 
110
112
 
111
113
  :param str database_name: The name of the service database. Changing this property forces recreation of the resource.
112
- :param 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.
113
- :param 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.
114
+ :param 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.
115
+ :param 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.
114
116
  """
115
117
  __args__ = dict()
116
118
  __args__['databaseName'] = database_name
@@ -137,18 +139,20 @@ def get_mysql_database_output(database_name: Optional[pulumi.Input[str]] = None,
137
139
 
138
140
  ## Example Usage
139
141
 
142
+ <!--Start PulumiCodeChooser -->
140
143
  ```python
141
144
  import pulumi
142
145
  import pulumi_aiven as aiven
143
146
 
144
- mydatabase = aiven.get_mysql_database(project=myproject["project"],
145
- service_name=mymysql["serviceName"],
147
+ mydatabase = aiven.get_mysql_database(project=aiven_project["myproject"]["project"],
148
+ service_name=aiven_mysql["mymysql"]["service_name"],
146
149
  database_name="<DATABASE_NAME>")
147
150
  ```
151
+ <!--End PulumiCodeChooser -->
148
152
 
149
153
 
150
154
  :param str database_name: The name of the service database. Changing this property forces recreation of the resource.
151
- :param 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.
152
- :param 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.
155
+ :param 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.
156
+ :param 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.
153
157
  """
154
158
  ...
@@ -94,7 +94,7 @@ class GetMysqlUserResult:
94
94
  @pulumi.getter
95
95
  def project(self) -> str:
96
96
  """
97
- 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.
97
+ 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.
98
98
  """
99
99
  return pulumi.get(self, "project")
100
100
 
@@ -102,7 +102,7 @@ class GetMysqlUserResult:
102
102
  @pulumi.getter(name="serviceName")
103
103
  def service_name(self) -> str:
104
104
  """
105
- 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.
105
+ 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.
106
106
  """
107
107
  return pulumi.get(self, "service_name")
108
108
 
@@ -149,18 +149,20 @@ def get_mysql_user(project: Optional[str] = None,
149
149
 
150
150
  ## Example Usage
151
151
 
152
+ <!--Start PulumiCodeChooser -->
152
153
  ```python
153
154
  import pulumi
154
155
  import pulumi_aiven as aiven
155
156
 
156
- user = aiven.get_mysql_user(service_name="my-service",
157
- project="my-project",
157
+ user = aiven.get_mysql_user(project="my-project",
158
+ service_name="my-service",
158
159
  username="user1")
159
160
  ```
161
+ <!--End PulumiCodeChooser -->
160
162
 
161
163
 
162
- :param 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.
163
- :param 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.
164
+ :param 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.
165
+ :param 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.
164
166
  :param 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.
165
167
  """
166
168
  __args__ = dict()
@@ -192,18 +194,20 @@ def get_mysql_user_output(project: Optional[pulumi.Input[str]] = None,
192
194
 
193
195
  ## Example Usage
194
196
 
197
+ <!--Start PulumiCodeChooser -->
195
198
  ```python
196
199
  import pulumi
197
200
  import pulumi_aiven as aiven
198
201
 
199
- user = aiven.get_mysql_user(service_name="my-service",
200
- project="my-project",
202
+ user = aiven.get_mysql_user(project="my-project",
203
+ service_name="my-service",
201
204
  username="user1")
202
205
  ```
206
+ <!--End PulumiCodeChooser -->
203
207
 
204
208
 
205
- :param 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.
206
- :param 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.
209
+ :param 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.
210
+ :param 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.
207
211
  :param 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.
208
212
  """
209
213
  ...
@@ -227,7 +227,7 @@ class GetOpenSearchResult:
227
227
  @pulumi.getter
228
228
  def project(self) -> str:
229
229
  """
230
- 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.
230
+ 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.
231
231
  """
232
232
  return pulumi.get(self, "project")
233
233
 
@@ -331,7 +331,7 @@ class GetOpenSearchResult:
331
331
  @pulumi.getter(name="techEmails")
332
332
  def tech_emails(self) -> Sequence['outputs.GetOpenSearchTechEmailResult']:
333
333
  """
334
- 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.
334
+ Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
335
335
  """
336
336
  return pulumi.get(self, "tech_emails")
337
337
 
@@ -389,16 +389,18 @@ def get_open_search(project: Optional[str] = None,
389
389
 
390
390
  ## Example Usage
391
391
 
392
+ <!--Start PulumiCodeChooser -->
392
393
  ```python
393
394
  import pulumi
394
395
  import pulumi_aiven as aiven
395
396
 
396
- os1 = aiven.get_open_search(project=pr1["project"],
397
+ os1 = aiven.get_open_search(project=data["aiven_project"]["pr1"]["project"],
397
398
  service_name="my-os1")
398
399
  ```
400
+ <!--End PulumiCodeChooser -->
399
401
 
400
402
 
401
- :param 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.
403
+ :param 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.
402
404
  :param 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.
403
405
  """
404
406
  __args__ = dict()
@@ -448,16 +450,18 @@ def get_open_search_output(project: Optional[pulumi.Input[str]] = None,
448
450
 
449
451
  ## Example Usage
450
452
 
453
+ <!--Start PulumiCodeChooser -->
451
454
  ```python
452
455
  import pulumi
453
456
  import pulumi_aiven as aiven
454
457
 
455
- os1 = aiven.get_open_search(project=pr1["project"],
458
+ os1 = aiven.get_open_search(project=data["aiven_project"]["pr1"]["project"],
456
459
  service_name="my-os1")
457
460
  ```
461
+ <!--End PulumiCodeChooser -->
458
462
 
459
463
 
460
- :param 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.
464
+ :param 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.
461
465
  :param 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.
462
466
  """
463
467
  ...
@@ -66,7 +66,7 @@ class GetOpenSearchAclConfigResult:
66
66
  @pulumi.getter
67
67
  def project(self) -> str:
68
68
  """
69
- 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.
69
+ 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.
70
70
  """
71
71
  return pulumi.get(self, "project")
72
72
 
@@ -74,7 +74,7 @@ class GetOpenSearchAclConfigResult:
74
74
  @pulumi.getter(name="serviceName")
75
75
  def service_name(self) -> str:
76
76
  """
77
- 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.
77
+ 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.
78
78
  """
79
79
  return pulumi.get(self, "service_name")
80
80
 
@@ -100,17 +100,19 @@ def get_open_search_acl_config(project: Optional[str] = None,
100
100
 
101
101
  ## Example Usage
102
102
 
103
+ <!--Start PulumiCodeChooser -->
103
104
  ```python
104
105
  import pulumi
105
106
  import pulumi_aiven as aiven
106
107
 
107
- os_acl_config = aiven.get_open_search_acl_config(project=os_project["project"],
108
- service_name=os["serviceName"])
108
+ os_acl_config = aiven.get_open_search_acl_config(project=aiven_project["os-project"]["project"],
109
+ service_name=aiven_opensearch["os"]["service_name"])
109
110
  ```
111
+ <!--End PulumiCodeChooser -->
110
112
 
111
113
 
112
- :param 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.
113
- :param 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.
114
+ :param 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.
115
+ :param 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.
114
116
  """
115
117
  __args__ = dict()
116
118
  __args__['project'] = project
@@ -135,16 +137,18 @@ def get_open_search_acl_config_output(project: Optional[pulumi.Input[str]] = Non
135
137
 
136
138
  ## Example Usage
137
139
 
140
+ <!--Start PulumiCodeChooser -->
138
141
  ```python
139
142
  import pulumi
140
143
  import pulumi_aiven as aiven
141
144
 
142
- os_acl_config = aiven.get_open_search_acl_config(project=os_project["project"],
143
- service_name=os["serviceName"])
145
+ os_acl_config = aiven.get_open_search_acl_config(project=aiven_project["os-project"]["project"],
146
+ service_name=aiven_opensearch["os"]["service_name"])
144
147
  ```
148
+ <!--End PulumiCodeChooser -->
145
149
 
146
150
 
147
- :param 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.
148
- :param 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.
151
+ :param 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.
152
+ :param 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.
149
153
  """
150
154
  ...
@@ -69,7 +69,7 @@ class GetOpenSearchAclRuleResult:
69
69
  @pulumi.getter
70
70
  def project(self) -> str:
71
71
  """
72
- 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.
72
+ 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.
73
73
  """
74
74
  return pulumi.get(self, "project")
75
75
 
@@ -77,7 +77,7 @@ class GetOpenSearchAclRuleResult:
77
77
  @pulumi.getter(name="serviceName")
78
78
  def service_name(self) -> str:
79
79
  """
80
- 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.
80
+ 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.
81
81
  """
82
82
  return pulumi.get(self, "service_name")
83
83
 
@@ -115,21 +115,23 @@ def get_open_search_acl_rule(index: Optional[str] = None,
115
115
 
116
116
  ## Example Usage
117
117
 
118
+ <!--Start PulumiCodeChooser -->
118
119
  ```python
119
120
  import pulumi
120
121
  import pulumi_aiven as aiven
121
122
 
122
- os_acl_rule = aiven.get_open_search_acl_rule(project=os_acls_config["project"],
123
- service_name=os_acls_config["serviceName"],
123
+ os_acl_rule = aiven.get_open_search_acl_rule(project=aiven_opensearch_acl_config["os_acls_config"]["project"],
124
+ service_name=aiven_opensearch_acl_config["os_acls_config"]["service_name"],
124
125
  username="<USERNAME>",
125
126
  index="<INDEX>")
126
127
  ```
128
+ <!--End PulumiCodeChooser -->
127
129
 
128
130
 
129
131
  :param str index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
130
132
  :param str permission: The permissions for this ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
131
- :param 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.
132
- :param 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.
133
+ :param 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.
134
+ :param 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.
133
135
  :param 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.
134
136
  """
135
137
  __args__ = dict()
@@ -162,21 +164,23 @@ def get_open_search_acl_rule_output(index: Optional[pulumi.Input[str]] = None,
162
164
 
163
165
  ## Example Usage
164
166
 
167
+ <!--Start PulumiCodeChooser -->
165
168
  ```python
166
169
  import pulumi
167
170
  import pulumi_aiven as aiven
168
171
 
169
- os_acl_rule = aiven.get_open_search_acl_rule(project=os_acls_config["project"],
170
- service_name=os_acls_config["serviceName"],
172
+ os_acl_rule = aiven.get_open_search_acl_rule(project=aiven_opensearch_acl_config["os_acls_config"]["project"],
173
+ service_name=aiven_opensearch_acl_config["os_acls_config"]["service_name"],
171
174
  username="<USERNAME>",
172
175
  index="<INDEX>")
173
176
  ```
177
+ <!--End PulumiCodeChooser -->
174
178
 
175
179
 
176
180
  :param str index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
177
181
  :param str permission: The permissions for this ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
178
- :param 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.
179
- :param 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.
182
+ :param 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.
183
+ :param 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.
180
184
  :param 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.
181
185
  """
182
186
  ...
@@ -88,7 +88,7 @@ class GetOpensearchSecurityPluginConfigResult:
88
88
  @pulumi.getter
89
89
  def project(self) -> str:
90
90
  """
91
- 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.
91
+ 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.
92
92
  """
93
93
  return pulumi.get(self, "project")
94
94
 
@@ -96,7 +96,7 @@ class GetOpensearchSecurityPluginConfigResult:
96
96
  @pulumi.getter(name="serviceName")
97
97
  def service_name(self) -> str:
98
98
  """
99
- 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
+ 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.
100
100
  """
101
101
  return pulumi.get(self, "service_name")
102
102
 
@@ -124,17 +124,19 @@ def get_opensearch_security_plugin_config(project: Optional[str] = None,
124
124
 
125
125
  ## Example Usage
126
126
 
127
+ <!--Start PulumiCodeChooser -->
127
128
  ```python
128
129
  import pulumi
129
130
  import pulumi_aiven as aiven
130
131
 
131
- os_sec_config = aiven.get_opensearch_security_plugin_config(project=os_project["project"],
132
- service_name=os["serviceName"])
132
+ os_sec_config = aiven.get_opensearch_security_plugin_config(project=aiven_project["os-project"]["project"],
133
+ service_name=aiven_opensearch["os"]["service_name"])
133
134
  ```
135
+ <!--End PulumiCodeChooser -->
134
136
 
135
137
 
136
- :param 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.
137
- :param 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.
138
+ :param 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.
139
+ :param 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.
138
140
  """
139
141
  __args__ = dict()
140
142
  __args__['project'] = project
@@ -161,16 +163,18 @@ def get_opensearch_security_plugin_config_output(project: Optional[pulumi.Input[
161
163
 
162
164
  ## Example Usage
163
165
 
166
+ <!--Start PulumiCodeChooser -->
164
167
  ```python
165
168
  import pulumi
166
169
  import pulumi_aiven as aiven
167
170
 
168
- os_sec_config = aiven.get_opensearch_security_plugin_config(project=os_project["project"],
169
- service_name=os["serviceName"])
171
+ os_sec_config = aiven.get_opensearch_security_plugin_config(project=aiven_project["os-project"]["project"],
172
+ service_name=aiven_opensearch["os"]["service_name"])
170
173
  ```
174
+ <!--End PulumiCodeChooser -->
171
175
 
172
176
 
173
- :param 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.
174
- :param 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.
177
+ :param 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.
178
+ :param 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.
175
179
  """
176
180
  ...
@@ -61,7 +61,7 @@ class GetOpensearchUserResult:
61
61
  @pulumi.getter
62
62
  def project(self) -> str:
63
63
  """
64
- 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.
64
+ 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.
65
65
  """
66
66
  return pulumi.get(self, "project")
67
67
 
@@ -69,7 +69,7 @@ class GetOpensearchUserResult:
69
69
  @pulumi.getter(name="serviceName")
70
70
  def service_name(self) -> str:
71
71
  """
72
- 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.
72
+ 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.
73
73
  """
74
74
  return pulumi.get(self, "service_name")
75
75
 
@@ -113,18 +113,20 @@ def get_opensearch_user(project: Optional[str] = None,
113
113
 
114
114
  ## Example Usage
115
115
 
116
+ <!--Start PulumiCodeChooser -->
116
117
  ```python
117
118
  import pulumi
118
119
  import pulumi_aiven as aiven
119
120
 
120
- user = aiven.get_opensearch_user(service_name="my-service",
121
- project="my-project",
121
+ user = aiven.get_opensearch_user(project="my-project",
122
+ service_name="my-service",
122
123
  username="user1")
123
124
  ```
125
+ <!--End PulumiCodeChooser -->
124
126
 
125
127
 
126
- :param 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.
127
- :param 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.
128
+ :param 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.
129
+ :param 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.
128
130
  :param 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.
129
131
  """
130
132
  __args__ = dict()
@@ -153,18 +155,20 @@ def get_opensearch_user_output(project: Optional[pulumi.Input[str]] = None,
153
155
 
154
156
  ## Example Usage
155
157
 
158
+ <!--Start PulumiCodeChooser -->
156
159
  ```python
157
160
  import pulumi
158
161
  import pulumi_aiven as aiven
159
162
 
160
- user = aiven.get_opensearch_user(service_name="my-service",
161
- project="my-project",
163
+ user = aiven.get_opensearch_user(project="my-project",
164
+ service_name="my-service",
162
165
  username="user1")
163
166
  ```
167
+ <!--End PulumiCodeChooser -->
164
168
 
165
169
 
166
- :param 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.
167
- :param 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.
170
+ :param 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.
171
+ :param 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.
168
172
  :param 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.
169
173
  """
170
174
  ...
@@ -100,12 +100,14 @@ def get_organization(id: Optional[str] = None,
100
100
 
101
101
  ## Example Usage
102
102
 
103
+ <!--Start PulumiCodeChooser -->
103
104
  ```python
104
105
  import pulumi
105
106
  import pulumi_aiven as aiven
106
107
 
107
108
  main = aiven.get_organization(name="Example organization")
108
109
  ```
110
+ <!--End PulumiCodeChooser -->
109
111
 
110
112
 
111
113
  :param str id: ID of the organization.
@@ -134,12 +136,14 @@ def get_organization_output(id: Optional[pulumi.Input[Optional[str]]] = None,
134
136
 
135
137
  ## Example Usage
136
138
 
139
+ <!--Start PulumiCodeChooser -->
137
140
  ```python
138
141
  import pulumi
139
142
  import pulumi_aiven as aiven
140
143
 
141
144
  main = aiven.get_organization(name="Example organization")
142
145
  ```
146
+ <!--End PulumiCodeChooser -->
143
147
 
144
148
 
145
149
  :param str id: ID of the organization.