pulumi-aiven 6.13.0a1711027602__py3-none-any.whl → 6.14.0__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (136) hide show
  1. pulumi_aiven/__init__.py +28 -0
  2. pulumi_aiven/_inputs.py +2623 -1138
  3. pulumi_aiven/account.py +8 -8
  4. pulumi_aiven/account_authentication.py +8 -4
  5. pulumi_aiven/account_team.py +6 -6
  6. pulumi_aiven/account_team_member.py +27 -31
  7. pulumi_aiven/account_team_project.py +12 -12
  8. pulumi_aiven/aws_privatelink.py +39 -43
  9. pulumi_aiven/aws_vpc_peering_connection.py +62 -56
  10. pulumi_aiven/azure_privatelink.py +49 -53
  11. pulumi_aiven/azure_privatelink_connection_approval.py +131 -33
  12. pulumi_aiven/azure_vpc_peering_connection.py +76 -72
  13. pulumi_aiven/billing_group.py +18 -18
  14. pulumi_aiven/cassandra.py +25 -57
  15. pulumi_aiven/cassandra_user.py +25 -29
  16. pulumi_aiven/clickhouse.py +25 -57
  17. pulumi_aiven/clickhouse_database.py +31 -33
  18. pulumi_aiven/clickhouse_grant.py +56 -58
  19. pulumi_aiven/clickhouse_role.py +23 -27
  20. pulumi_aiven/clickhouse_user.py +25 -29
  21. pulumi_aiven/connection_pool.py +38 -42
  22. pulumi_aiven/dragonfly.py +1205 -0
  23. pulumi_aiven/flink.py +32 -36
  24. pulumi_aiven/flink_application.py +22 -24
  25. pulumi_aiven/flink_application_deployment.py +28 -28
  26. pulumi_aiven/flink_application_version.py +96 -14
  27. pulumi_aiven/gcp_privatelink.py +40 -40
  28. pulumi_aiven/gcp_privatelink_connection_approval.py +47 -47
  29. pulumi_aiven/gcp_vpc_peering_connection.py +39 -43
  30. pulumi_aiven/get_account.py +0 -4
  31. pulumi_aiven/get_account_team_member.py +9 -9
  32. pulumi_aiven/get_aws_privatelink.py +15 -19
  33. pulumi_aiven/get_aws_vpc_peering_connection.py +33 -27
  34. pulumi_aiven/get_azure_privatelink.py +17 -21
  35. pulumi_aiven/get_azure_vpc_peering_connection.py +50 -22
  36. pulumi_aiven/get_billing_group.py +2 -2
  37. pulumi_aiven/get_cassanda.py +7 -24
  38. pulumi_aiven/get_cassandra.py +7 -24
  39. pulumi_aiven/get_cassandra_user.py +13 -17
  40. pulumi_aiven/get_clickhouse.py +7 -24
  41. pulumi_aiven/get_clickhouse_database.py +13 -17
  42. pulumi_aiven/get_clickhouse_user.py +13 -17
  43. pulumi_aiven/get_connection_pool.py +14 -18
  44. pulumi_aiven/get_dragonfly.py +450 -0
  45. pulumi_aiven/get_flink.py +6 -10
  46. pulumi_aiven/get_flink_application.py +8 -12
  47. pulumi_aiven/get_flink_application_version.py +8 -12
  48. pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -22
  49. pulumi_aiven/get_grafana.py +7 -24
  50. pulumi_aiven/get_kafka.py +13 -17
  51. pulumi_aiven/get_kafka_acl.py +19 -23
  52. pulumi_aiven/get_kafka_connect.py +7 -24
  53. pulumi_aiven/get_kafka_connector.py +13 -17
  54. pulumi_aiven/get_kafka_mirror_maker.py +7 -24
  55. pulumi_aiven/get_kafka_schema.py +13 -17
  56. pulumi_aiven/get_kafka_schema_configuration.py +11 -15
  57. pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
  58. pulumi_aiven/get_kafka_topic.py +19 -23
  59. pulumi_aiven/get_kafka_user.py +13 -17
  60. pulumi_aiven/get_m3_aggregator.py +7 -24
  61. pulumi_aiven/get_m3_db.py +7 -24
  62. pulumi_aiven/get_m3db_user.py +13 -17
  63. pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
  64. pulumi_aiven/get_my_sql.py +7 -24
  65. pulumi_aiven/get_mysql_database.py +13 -17
  66. pulumi_aiven/get_mysql_user.py +13 -17
  67. pulumi_aiven/get_open_search.py +6 -10
  68. pulumi_aiven/get_open_search_acl_config.py +10 -14
  69. pulumi_aiven/get_open_search_acl_rule.py +16 -20
  70. pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
  71. pulumi_aiven/get_opensearch_user.py +13 -17
  72. pulumi_aiven/get_organization.py +8 -12
  73. pulumi_aiven/get_organization_user_group.py +29 -9
  74. pulumi_aiven/get_organizational_unit.py +9 -9
  75. pulumi_aiven/get_pg.py +6 -10
  76. pulumi_aiven/get_pg_database.py +15 -19
  77. pulumi_aiven/get_pg_user.py +13 -17
  78. pulumi_aiven/get_project.py +17 -21
  79. pulumi_aiven/get_project_user.py +9 -13
  80. pulumi_aiven/get_project_vpc.py +11 -17
  81. pulumi_aiven/get_redis.py +7 -24
  82. pulumi_aiven/get_redis_user.py +17 -21
  83. pulumi_aiven/get_service_component.py +4 -8
  84. pulumi_aiven/get_service_integration.py +75 -37
  85. pulumi_aiven/get_service_integration_endpoint.py +3 -7
  86. pulumi_aiven/get_transit_gateway_vpc_attachment.py +11 -15
  87. pulumi_aiven/grafana.py +82 -267
  88. pulumi_aiven/influx_db.py +28 -28
  89. pulumi_aiven/influxdb_database.py +35 -35
  90. pulumi_aiven/influxdb_user.py +42 -42
  91. pulumi_aiven/kafka.py +50 -54
  92. pulumi_aiven/kafka_acl.py +41 -45
  93. pulumi_aiven/kafka_connect.py +80 -267
  94. pulumi_aiven/kafka_connector.py +33 -37
  95. pulumi_aiven/kafka_mirror_maker.py +80 -267
  96. pulumi_aiven/kafka_schema.py +51 -51
  97. pulumi_aiven/kafka_schema_configuration.py +20 -24
  98. pulumi_aiven/kafka_schema_registry_acl.py +75 -35
  99. pulumi_aiven/kafka_topic.py +91 -53
  100. pulumi_aiven/kafka_user.py +25 -29
  101. pulumi_aiven/m3_aggregator.py +80 -267
  102. pulumi_aiven/m3_db.py +80 -267
  103. pulumi_aiven/m3db_user.py +23 -27
  104. pulumi_aiven/mirror_maker_replication_flow.py +58 -60
  105. pulumi_aiven/my_sql.py +80 -267
  106. pulumi_aiven/mysql_database.py +27 -31
  107. pulumi_aiven/mysql_user.py +25 -29
  108. pulumi_aiven/open_search.py +27 -31
  109. pulumi_aiven/open_search_acl_config.py +28 -36
  110. pulumi_aiven/open_search_acl_rule.py +50 -54
  111. pulumi_aiven/opensearch_security_plugin_config.py +64 -16
  112. pulumi_aiven/opensearch_user.py +25 -29
  113. pulumi_aiven/organization.py +10 -14
  114. pulumi_aiven/organization_group_project.py +336 -0
  115. pulumi_aiven/organization_user.py +16 -34
  116. pulumi_aiven/organization_user_group.py +59 -23
  117. pulumi_aiven/organization_user_group_member.py +350 -0
  118. pulumi_aiven/organizational_unit.py +36 -36
  119. pulumi_aiven/outputs.py +3539 -1136
  120. pulumi_aiven/pg.py +30 -30
  121. pulumi_aiven/pg_database.py +41 -45
  122. pulumi_aiven/pg_user.py +25 -29
  123. pulumi_aiven/project.py +91 -69
  124. pulumi_aiven/project_user.py +24 -28
  125. pulumi_aiven/project_vpc.py +49 -25
  126. pulumi_aiven/redis.py +80 -267
  127. pulumi_aiven/redis_user.py +53 -57
  128. pulumi_aiven/service_integration.py +249 -65
  129. pulumi_aiven/service_integration_endpoint.py +7 -7
  130. pulumi_aiven/static_ip.py +14 -14
  131. pulumi_aiven/transit_gateway_vpc_attachment.py +25 -29
  132. {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/METADATA +1 -1
  133. pulumi_aiven-6.14.0.dist-info/RECORD +150 -0
  134. pulumi_aiven-6.13.0a1711027602.dist-info/RECORD +0 -146
  135. {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/WHEEL +0 -0
  136. {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/top_level.txt +0 -0
@@ -22,7 +22,7 @@ class GetM3AggregatorResult:
22
22
  """
23
23
  A collection of values returned by getM3Aggregator.
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, m3aggregator_user_configs=None, m3aggregators=None, maintenance_window_dow=None, maintenance_window_time=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, m3aggregator_user_configs=None, maintenance_window_dow=None, maintenance_window_time=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)
@@ -53,9 +53,6 @@ class GetM3AggregatorResult:
53
53
  if m3aggregator_user_configs and not isinstance(m3aggregator_user_configs, list):
54
54
  raise TypeError("Expected argument 'm3aggregator_user_configs' to be a list")
55
55
  pulumi.set(__self__, "m3aggregator_user_configs", m3aggregator_user_configs)
56
- if m3aggregators and not isinstance(m3aggregators, list):
57
- raise TypeError("Expected argument 'm3aggregators' to be a list")
58
- pulumi.set(__self__, "m3aggregators", m3aggregators)
59
56
  if maintenance_window_dow and not isinstance(maintenance_window_dow, str):
60
57
  raise TypeError("Expected argument 'maintenance_window_dow' to be a str")
61
58
  pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
@@ -191,14 +188,6 @@ class GetM3AggregatorResult:
191
188
  """
192
189
  return pulumi.get(self, "m3aggregator_user_configs")
193
190
 
194
- @property
195
- @pulumi.getter
196
- def m3aggregators(self) -> Sequence['outputs.GetM3AggregatorM3aggregatorResult']:
197
- """
198
- M3 aggregator specific server provided values
199
- """
200
- return pulumi.get(self, "m3aggregators")
201
-
202
191
  @property
203
192
  @pulumi.getter(name="maintenanceWindowDow")
204
193
  def maintenance_window_dow(self) -> str:
@@ -227,7 +216,7 @@ class GetM3AggregatorResult:
227
216
  @pulumi.getter
228
217
  def project(self) -> str:
229
218
  """
230
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
231
220
  """
232
221
  return pulumi.get(self, "project")
233
222
 
@@ -331,7 +320,7 @@ class GetM3AggregatorResult:
331
320
  @pulumi.getter(name="techEmails")
332
321
  def tech_emails(self) -> Sequence['outputs.GetM3AggregatorTechEmailResult']:
333
322
  """
334
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
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.
335
324
  """
336
325
  return pulumi.get(self, "tech_emails")
337
326
 
@@ -360,7 +349,6 @@ class AwaitableGetM3AggregatorResult(GetM3AggregatorResult):
360
349
  disk_space_used=self.disk_space_used,
361
350
  id=self.id,
362
351
  m3aggregator_user_configs=self.m3aggregator_user_configs,
363
- m3aggregators=self.m3aggregators,
364
352
  maintenance_window_dow=self.maintenance_window_dow,
365
353
  maintenance_window_time=self.maintenance_window_time,
366
354
  plan=self.plan,
@@ -389,18 +377,16 @@ def get_m3_aggregator(project: Optional[str] = None,
389
377
 
390
378
  ## Example Usage
391
379
 
392
- <!--Start PulumiCodeChooser -->
393
380
  ```python
394
381
  import pulumi
395
382
  import pulumi_aiven as aiven
396
383
 
397
- m3a = aiven.get_m3_aggregator(project=data["aiven_project"]["foo"]["project"],
384
+ m3a = aiven.get_m3_aggregator(project=foo["project"],
398
385
  service_name="my-m3a")
399
386
  ```
400
- <!--End PulumiCodeChooser -->
401
387
 
402
388
 
403
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
404
390
  :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.
405
391
  """
406
392
  __args__ = dict()
@@ -420,7 +406,6 @@ def get_m3_aggregator(project: Optional[str] = None,
420
406
  disk_space_used=pulumi.get(__ret__, 'disk_space_used'),
421
407
  id=pulumi.get(__ret__, 'id'),
422
408
  m3aggregator_user_configs=pulumi.get(__ret__, 'm3aggregator_user_configs'),
423
- m3aggregators=pulumi.get(__ret__, 'm3aggregators'),
424
409
  maintenance_window_dow=pulumi.get(__ret__, 'maintenance_window_dow'),
425
410
  maintenance_window_time=pulumi.get(__ret__, 'maintenance_window_time'),
426
411
  plan=pulumi.get(__ret__, 'plan'),
@@ -450,18 +435,16 @@ def get_m3_aggregator_output(project: Optional[pulumi.Input[str]] = None,
450
435
 
451
436
  ## Example Usage
452
437
 
453
- <!--Start PulumiCodeChooser -->
454
438
  ```python
455
439
  import pulumi
456
440
  import pulumi_aiven as aiven
457
441
 
458
- m3a = aiven.get_m3_aggregator(project=data["aiven_project"]["foo"]["project"],
442
+ m3a = aiven.get_m3_aggregator(project=foo["project"],
459
443
  service_name="my-m3a")
460
444
  ```
461
- <!--End PulumiCodeChooser -->
462
445
 
463
446
 
464
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
465
448
  :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.
466
449
  """
467
450
  ...
pulumi_aiven/get_m3_db.py CHANGED
@@ -22,7 +22,7 @@ class GetM3DbResult:
22
22
  """
23
23
  A collection of values returned by getM3Db.
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, m3db_user_configs=None, m3dbs=None, maintenance_window_dow=None, maintenance_window_time=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, m3db_user_configs=None, maintenance_window_dow=None, maintenance_window_time=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)
@@ -53,9 +53,6 @@ class GetM3DbResult:
53
53
  if m3db_user_configs and not isinstance(m3db_user_configs, list):
54
54
  raise TypeError("Expected argument 'm3db_user_configs' to be a list")
55
55
  pulumi.set(__self__, "m3db_user_configs", m3db_user_configs)
56
- if m3dbs and not isinstance(m3dbs, list):
57
- raise TypeError("Expected argument 'm3dbs' to be a list")
58
- pulumi.set(__self__, "m3dbs", m3dbs)
59
56
  if maintenance_window_dow and not isinstance(maintenance_window_dow, str):
60
57
  raise TypeError("Expected argument 'maintenance_window_dow' to be a str")
61
58
  pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
@@ -191,14 +188,6 @@ class GetM3DbResult:
191
188
  """
192
189
  return pulumi.get(self, "m3db_user_configs")
193
190
 
194
- @property
195
- @pulumi.getter
196
- def m3dbs(self) -> Sequence['outputs.GetM3DbM3dbResult']:
197
- """
198
- M3 specific server provided values
199
- """
200
- return pulumi.get(self, "m3dbs")
201
-
202
191
  @property
203
192
  @pulumi.getter(name="maintenanceWindowDow")
204
193
  def maintenance_window_dow(self) -> str:
@@ -227,7 +216,7 @@ class GetM3DbResult:
227
216
  @pulumi.getter
228
217
  def project(self) -> str:
229
218
  """
230
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
231
220
  """
232
221
  return pulumi.get(self, "project")
233
222
 
@@ -331,7 +320,7 @@ class GetM3DbResult:
331
320
  @pulumi.getter(name="techEmails")
332
321
  def tech_emails(self) -> Sequence['outputs.GetM3DbTechEmailResult']:
333
322
  """
334
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
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.
335
324
  """
336
325
  return pulumi.get(self, "tech_emails")
337
326
 
@@ -360,7 +349,6 @@ class AwaitableGetM3DbResult(GetM3DbResult):
360
349
  disk_space_used=self.disk_space_used,
361
350
  id=self.id,
362
351
  m3db_user_configs=self.m3db_user_configs,
363
- m3dbs=self.m3dbs,
364
352
  maintenance_window_dow=self.maintenance_window_dow,
365
353
  maintenance_window_time=self.maintenance_window_time,
366
354
  plan=self.plan,
@@ -389,18 +377,16 @@ def get_m3_db(project: Optional[str] = None,
389
377
 
390
378
  ## Example Usage
391
379
 
392
- <!--Start PulumiCodeChooser -->
393
380
  ```python
394
381
  import pulumi
395
382
  import pulumi_aiven as aiven
396
383
 
397
- m3 = aiven.get_m3_db(project=data["aiven_project"]["foo"]["project"],
384
+ m3 = aiven.get_m3_db(project=foo["project"],
398
385
  service_name="my-m3db")
399
386
  ```
400
- <!--End PulumiCodeChooser -->
401
387
 
402
388
 
403
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
404
390
  :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.
405
391
  """
406
392
  __args__ = dict()
@@ -420,7 +406,6 @@ def get_m3_db(project: Optional[str] = None,
420
406
  disk_space_used=pulumi.get(__ret__, 'disk_space_used'),
421
407
  id=pulumi.get(__ret__, 'id'),
422
408
  m3db_user_configs=pulumi.get(__ret__, 'm3db_user_configs'),
423
- m3dbs=pulumi.get(__ret__, 'm3dbs'),
424
409
  maintenance_window_dow=pulumi.get(__ret__, 'maintenance_window_dow'),
425
410
  maintenance_window_time=pulumi.get(__ret__, 'maintenance_window_time'),
426
411
  plan=pulumi.get(__ret__, 'plan'),
@@ -450,18 +435,16 @@ def get_m3_db_output(project: Optional[pulumi.Input[str]] = None,
450
435
 
451
436
  ## Example Usage
452
437
 
453
- <!--Start PulumiCodeChooser -->
454
438
  ```python
455
439
  import pulumi
456
440
  import pulumi_aiven as aiven
457
441
 
458
- m3 = aiven.get_m3_db(project=data["aiven_project"]["foo"]["project"],
442
+ m3 = aiven.get_m3_db(project=foo["project"],
459
443
  service_name="my-m3db")
460
444
  ```
461
- <!--End PulumiCodeChooser -->
462
445
 
463
446
 
464
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
465
448
  :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.
466
449
  """
467
450
  ...
@@ -61,7 +61,7 @@ class GetM3dbUserResult:
61
61
  @pulumi.getter
62
62
  def project(self) -> str:
63
63
  """
64
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
65
65
  """
66
66
  return pulumi.get(self, "project")
67
67
 
@@ -69,7 +69,7 @@ class GetM3dbUserResult:
69
69
  @pulumi.getter(name="serviceName")
70
70
  def service_name(self) -> str:
71
71
  """
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. This property cannot be changed, doing so forces recreation of the resource.
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.
73
73
  """
74
74
  return pulumi.get(self, "service_name")
75
75
 
@@ -85,7 +85,7 @@ class GetM3dbUserResult:
85
85
  @pulumi.getter
86
86
  def username(self) -> str:
87
87
  """
88
- The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
88
+ The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
89
89
  """
90
90
  return pulumi.get(self, "username")
91
91
 
@@ -113,21 +113,19 @@ def get_m3db_user(project: Optional[str] = None,
113
113
 
114
114
  ## Example Usage
115
115
 
116
- <!--Start PulumiCodeChooser -->
117
116
  ```python
118
117
  import pulumi
119
118
  import pulumi_aiven as aiven
120
119
 
121
- user = aiven.get_m3db_user(project="my-project",
122
- service_name="my-service",
120
+ user = aiven.get_m3db_user(service_name="my-service",
121
+ project="my-project",
123
122
  username="user1")
124
123
  ```
125
- <!--End PulumiCodeChooser -->
126
124
 
127
125
 
128
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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. This property cannot be changed, doing so forces recreation of the resource.
130
- :param str username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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 username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
131
129
  """
132
130
  __args__ = dict()
133
131
  __args__['project'] = project
@@ -155,20 +153,18 @@ def get_m3db_user_output(project: Optional[pulumi.Input[str]] = None,
155
153
 
156
154
  ## Example Usage
157
155
 
158
- <!--Start PulumiCodeChooser -->
159
156
  ```python
160
157
  import pulumi
161
158
  import pulumi_aiven as aiven
162
159
 
163
- user = aiven.get_m3db_user(project="my-project",
164
- service_name="my-service",
160
+ user = aiven.get_m3db_user(service_name="my-service",
161
+ project="my-project",
165
162
  username="user1")
166
163
  ```
167
- <!--End PulumiCodeChooser -->
168
164
 
169
165
 
170
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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. This property cannot be changed, doing so forces recreation of the resource.
172
- :param str username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
168
+ :param str username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
173
169
  """
174
170
  ...
@@ -109,7 +109,7 @@ class GetMirrorMakerReplicationFlowResult:
109
109
  @pulumi.getter
110
110
  def project(self) -> str:
111
111
  """
112
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
112
+ 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
113
  """
114
114
  return pulumi.get(self, "project")
115
115
 
@@ -125,7 +125,7 @@ class GetMirrorMakerReplicationFlowResult:
125
125
  @pulumi.getter(name="serviceName")
126
126
  def service_name(self) -> str:
127
127
  """
128
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
128
+ 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.
129
129
  """
130
130
  return pulumi.get(self, "service_name")
131
131
 
@@ -210,21 +210,19 @@ def get_mirror_maker_replication_flow(project: Optional[str] = None,
210
210
 
211
211
  ## Example Usage
212
212
 
213
- <!--Start PulumiCodeChooser -->
214
213
  ```python
215
214
  import pulumi
216
215
  import pulumi_aiven as aiven
217
216
 
218
- f1 = aiven.get_mirror_maker_replication_flow(project=aiven_project["kafka-mm-project1"]["project"],
219
- service_name=aiven_kafka["mm"]["service_name"],
220
- source_cluster=aiven_kafka["source"]["service_name"],
221
- target_cluster=aiven_kafka["target"]["service_name"])
217
+ f1 = aiven.get_mirror_maker_replication_flow(project=kafka_mm_project1["project"],
218
+ service_name=mm["serviceName"],
219
+ source_cluster=source["serviceName"],
220
+ target_cluster=target["serviceName"])
222
221
  ```
223
- <!--End PulumiCodeChooser -->
224
222
 
225
223
 
226
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
227
- :param str service_name: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
224
+ :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.
225
+ :param str service_name: 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.
228
226
  :param str source_cluster: Source cluster alias. Maximum length: `128`.
229
227
  :param str target_cluster: Target cluster alias. Maximum length: `128`.
230
228
  """
@@ -264,21 +262,19 @@ def get_mirror_maker_replication_flow_output(project: Optional[pulumi.Input[str]
264
262
 
265
263
  ## Example Usage
266
264
 
267
- <!--Start PulumiCodeChooser -->
268
265
  ```python
269
266
  import pulumi
270
267
  import pulumi_aiven as aiven
271
268
 
272
- f1 = aiven.get_mirror_maker_replication_flow(project=aiven_project["kafka-mm-project1"]["project"],
273
- service_name=aiven_kafka["mm"]["service_name"],
274
- source_cluster=aiven_kafka["source"]["service_name"],
275
- target_cluster=aiven_kafka["target"]["service_name"])
269
+ f1 = aiven.get_mirror_maker_replication_flow(project=kafka_mm_project1["project"],
270
+ service_name=mm["serviceName"],
271
+ source_cluster=source["serviceName"],
272
+ target_cluster=target["serviceName"])
276
273
  ```
277
- <!--End PulumiCodeChooser -->
278
274
 
279
275
 
280
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
281
- :param str service_name: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
276
+ :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.
277
+ :param str service_name: 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.
282
278
  :param str source_cluster: Source cluster alias. Maximum length: `128`.
283
279
  :param str target_cluster: Target cluster alias. Maximum length: `128`.
284
280
  """
@@ -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, 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):
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):
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,9 +59,6 @@ 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)
65
62
  if plan and not isinstance(plan, str):
66
63
  raise TypeError("Expected argument 'plan' to be a str")
67
64
  pulumi.set(__self__, "plan", plan)
@@ -207,14 +204,6 @@ class GetMySqlResult:
207
204
  """
208
205
  return pulumi.get(self, "mysql_user_configs")
209
206
 
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
-
218
207
  @property
219
208
  @pulumi.getter
220
209
  def plan(self) -> str:
@@ -227,7 +216,7 @@ class GetMySqlResult:
227
216
  @pulumi.getter
228
217
  def project(self) -> str:
229
218
  """
230
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
231
220
  """
232
221
  return pulumi.get(self, "project")
233
222
 
@@ -331,7 +320,7 @@ class GetMySqlResult:
331
320
  @pulumi.getter(name="techEmails")
332
321
  def tech_emails(self) -> Sequence['outputs.GetMySqlTechEmailResult']:
333
322
  """
334
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
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.
335
324
  """
336
325
  return pulumi.get(self, "tech_emails")
337
326
 
@@ -362,7 +351,6 @@ class AwaitableGetMySqlResult(GetMySqlResult):
362
351
  maintenance_window_dow=self.maintenance_window_dow,
363
352
  maintenance_window_time=self.maintenance_window_time,
364
353
  mysql_user_configs=self.mysql_user_configs,
365
- mysqls=self.mysqls,
366
354
  plan=self.plan,
367
355
  project=self.project,
368
356
  project_vpc_id=self.project_vpc_id,
@@ -389,18 +377,16 @@ def get_my_sql(project: Optional[str] = None,
389
377
 
390
378
  ## Example Usage
391
379
 
392
- <!--Start PulumiCodeChooser -->
393
380
  ```python
394
381
  import pulumi
395
382
  import pulumi_aiven as aiven
396
383
 
397
- mysql1 = aiven.get_my_sql(project=data["aiven_project"]["foo"]["project"],
384
+ mysql1 = aiven.get_my_sql(project=foo["project"],
398
385
  service_name="my-mysql1")
399
386
  ```
400
- <!--End PulumiCodeChooser -->
401
387
 
402
388
 
403
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
404
390
  :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.
405
391
  """
406
392
  __args__ = dict()
@@ -422,7 +408,6 @@ def get_my_sql(project: Optional[str] = None,
422
408
  maintenance_window_dow=pulumi.get(__ret__, 'maintenance_window_dow'),
423
409
  maintenance_window_time=pulumi.get(__ret__, 'maintenance_window_time'),
424
410
  mysql_user_configs=pulumi.get(__ret__, 'mysql_user_configs'),
425
- mysqls=pulumi.get(__ret__, 'mysqls'),
426
411
  plan=pulumi.get(__ret__, 'plan'),
427
412
  project=pulumi.get(__ret__, 'project'),
428
413
  project_vpc_id=pulumi.get(__ret__, 'project_vpc_id'),
@@ -450,18 +435,16 @@ def get_my_sql_output(project: Optional[pulumi.Input[str]] = None,
450
435
 
451
436
  ## Example Usage
452
437
 
453
- <!--Start PulumiCodeChooser -->
454
438
  ```python
455
439
  import pulumi
456
440
  import pulumi_aiven as aiven
457
441
 
458
- mysql1 = aiven.get_my_sql(project=data["aiven_project"]["foo"]["project"],
442
+ mysql1 = aiven.get_my_sql(project=foo["project"],
459
443
  service_name="my-mysql1")
460
444
  ```
461
- <!--End PulumiCodeChooser -->
462
445
 
463
446
 
464
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
465
448
  :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.
466
449
  """
467
450
  ...
@@ -42,7 +42,7 @@ class GetMysqlDatabaseResult:
42
42
  @pulumi.getter(name="databaseName")
43
43
  def database_name(self) -> str:
44
44
  """
45
- The name of the service database. This property cannot be changed, doing so forces recreation of the resource.
45
+ The name of the service database. Changing this property forces recreation of the resource.
46
46
  """
47
47
  return pulumi.get(self, "database_name")
48
48
 
@@ -58,7 +58,7 @@ class GetMysqlDatabaseResult:
58
58
  @pulumi.getter
59
59
  def project(self) -> str:
60
60
  """
61
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
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
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
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.
70
70
  """
71
71
  return pulumi.get(self, "service_name")
72
72
 
@@ -98,21 +98,19 @@ def get_mysql_database(database_name: Optional[str] = None,
98
98
 
99
99
  ## Example Usage
100
100
 
101
- <!--Start PulumiCodeChooser -->
102
101
  ```python
103
102
  import pulumi
104
103
  import pulumi_aiven as aiven
105
104
 
106
- mydatabase = aiven.get_mysql_database(project=aiven_project["myproject"]["project"],
107
- service_name=aiven_mysql["mymysql"]["service_name"],
105
+ mydatabase = aiven.get_mysql_database(project=myproject["project"],
106
+ service_name=mymysql["serviceName"],
108
107
  database_name="<DATABASE_NAME>")
109
108
  ```
110
- <!--End PulumiCodeChooser -->
111
109
 
112
110
 
113
- :param str database_name: The name of the service database. This property cannot be changed, doing so 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. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
111
+ :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.
116
114
  """
117
115
  __args__ = dict()
118
116
  __args__['databaseName'] = database_name
@@ -139,20 +137,18 @@ def get_mysql_database_output(database_name: Optional[pulumi.Input[str]] = None,
139
137
 
140
138
  ## Example Usage
141
139
 
142
- <!--Start PulumiCodeChooser -->
143
140
  ```python
144
141
  import pulumi
145
142
  import pulumi_aiven as aiven
146
143
 
147
- mydatabase = aiven.get_mysql_database(project=aiven_project["myproject"]["project"],
148
- service_name=aiven_mysql["mymysql"]["service_name"],
144
+ mydatabase = aiven.get_mysql_database(project=myproject["project"],
145
+ service_name=mymysql["serviceName"],
149
146
  database_name="<DATABASE_NAME>")
150
147
  ```
151
- <!--End PulumiCodeChooser -->
152
148
 
153
149
 
154
- :param str database_name: The name of the service database. This property cannot be changed, doing so 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. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
150
+ :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.
157
153
  """
158
154
  ...