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

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

Potentially problematic release.


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

Files changed (117) hide show
  1. pulumi_aiven/__init__.py +19 -0
  2. pulumi_aiven/_inputs.py +232 -150
  3. pulumi_aiven/account_authentication.py +2 -2
  4. pulumi_aiven/account_team_member.py +2 -2
  5. pulumi_aiven/aws_privatelink.py +14 -14
  6. pulumi_aiven/azure_privatelink.py +14 -14
  7. pulumi_aiven/azure_privatelink_connection_approval.py +14 -14
  8. pulumi_aiven/billing_group.py +18 -16
  9. pulumi_aiven/cassandra.py +16 -44
  10. pulumi_aiven/cassandra_user.py +16 -16
  11. pulumi_aiven/clickhouse.py +16 -44
  12. pulumi_aiven/clickhouse_database.py +16 -43
  13. pulumi_aiven/clickhouse_grant.py +14 -14
  14. pulumi_aiven/clickhouse_role.py +18 -18
  15. pulumi_aiven/clickhouse_user.py +14 -14
  16. pulumi_aiven/connection_pool.py +16 -16
  17. pulumi_aiven/dragonfly.py +124 -263
  18. pulumi_aiven/flink.py +16 -16
  19. pulumi_aiven/flink_application.py +16 -16
  20. pulumi_aiven/flink_application_deployment.py +21 -21
  21. pulumi_aiven/flink_application_version.py +14 -14
  22. pulumi_aiven/gcp_privatelink.py +21 -21
  23. pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
  24. pulumi_aiven/gcp_vpc_peering_connection.py +2 -2
  25. pulumi_aiven/get_aws_privatelink.py +6 -6
  26. pulumi_aiven/get_azure_privatelink.py +6 -6
  27. pulumi_aiven/get_billing_group.py +2 -2
  28. pulumi_aiven/get_cassanda.py +5 -18
  29. pulumi_aiven/get_cassandra.py +5 -18
  30. pulumi_aiven/get_cassandra_user.py +6 -6
  31. pulumi_aiven/get_clickhouse.py +5 -18
  32. pulumi_aiven/get_clickhouse_database.py +6 -6
  33. pulumi_aiven/get_clickhouse_user.py +6 -6
  34. pulumi_aiven/get_connection_pool.py +6 -6
  35. pulumi_aiven/get_dragonfly.py +27 -20
  36. pulumi_aiven/get_flink.py +4 -4
  37. pulumi_aiven/get_flink_application.py +6 -6
  38. pulumi_aiven/get_flink_application_version.py +6 -6
  39. pulumi_aiven/get_grafana.py +5 -18
  40. pulumi_aiven/get_kafka.py +13 -13
  41. pulumi_aiven/get_kafka_acl.py +6 -6
  42. pulumi_aiven/get_kafka_connect.py +5 -18
  43. pulumi_aiven/get_kafka_connector.py +6 -6
  44. pulumi_aiven/get_kafka_mirror_maker.py +5 -18
  45. pulumi_aiven/get_kafka_schema.py +6 -6
  46. pulumi_aiven/get_kafka_schema_configuration.py +6 -6
  47. pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
  48. pulumi_aiven/get_kafka_topic.py +16 -16
  49. pulumi_aiven/get_kafka_user.py +6 -6
  50. pulumi_aiven/get_m3_aggregator.py +5 -18
  51. pulumi_aiven/get_m3_db.py +5 -18
  52. pulumi_aiven/get_m3db_user.py +6 -6
  53. pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
  54. pulumi_aiven/get_my_sql.py +5 -18
  55. pulumi_aiven/get_mysql_database.py +6 -6
  56. pulumi_aiven/get_mysql_user.py +6 -6
  57. pulumi_aiven/get_open_search.py +4 -4
  58. pulumi_aiven/get_open_search_acl_config.py +6 -6
  59. pulumi_aiven/get_open_search_acl_rule.py +6 -6
  60. pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
  61. pulumi_aiven/get_opensearch_user.py +6 -6
  62. pulumi_aiven/get_organization_application_user.py +156 -0
  63. pulumi_aiven/get_pg.py +4 -4
  64. pulumi_aiven/get_pg_database.py +6 -6
  65. pulumi_aiven/get_pg_user.py +6 -6
  66. pulumi_aiven/get_project.py +17 -17
  67. pulumi_aiven/get_project_user.py +7 -7
  68. pulumi_aiven/get_redis.py +5 -18
  69. pulumi_aiven/get_redis_user.py +6 -6
  70. pulumi_aiven/get_service_integration.py +19 -29
  71. pulumi_aiven/grafana.py +78 -261
  72. pulumi_aiven/influx_db.py +21 -21
  73. pulumi_aiven/influxdb_database.py +21 -41
  74. pulumi_aiven/influxdb_user.py +21 -21
  75. pulumi_aiven/kafka.py +43 -43
  76. pulumi_aiven/kafka_acl.py +16 -16
  77. pulumi_aiven/kafka_connect.py +78 -261
  78. pulumi_aiven/kafka_connector.py +14 -14
  79. pulumi_aiven/kafka_mirror_maker.py +78 -261
  80. pulumi_aiven/kafka_schema.py +14 -14
  81. pulumi_aiven/kafka_schema_configuration.py +16 -16
  82. pulumi_aiven/kafka_schema_registry_acl.py +54 -14
  83. pulumi_aiven/kafka_topic.py +40 -60
  84. pulumi_aiven/kafka_user.py +16 -16
  85. pulumi_aiven/m3_aggregator.py +78 -261
  86. pulumi_aiven/m3_db.py +78 -261
  87. pulumi_aiven/m3db_user.py +14 -14
  88. pulumi_aiven/mirror_maker_replication_flow.py +14 -14
  89. pulumi_aiven/my_sql.py +78 -261
  90. pulumi_aiven/mysql_database.py +16 -36
  91. pulumi_aiven/mysql_user.py +16 -16
  92. pulumi_aiven/open_search.py +14 -14
  93. pulumi_aiven/open_search_acl_config.py +16 -20
  94. pulumi_aiven/open_search_acl_rule.py +16 -16
  95. pulumi_aiven/opensearch_security_plugin_config.py +16 -16
  96. pulumi_aiven/opensearch_user.py +16 -16
  97. pulumi_aiven/organization_application_user.py +323 -0
  98. pulumi_aiven/organization_application_user_token.py +742 -0
  99. pulumi_aiven/organization_group_project.py +20 -6
  100. pulumi_aiven/organization_user.py +2 -20
  101. pulumi_aiven/outputs.py +259 -266
  102. pulumi_aiven/pg.py +16 -16
  103. pulumi_aiven/pg_database.py +16 -36
  104. pulumi_aiven/pg_user.py +16 -16
  105. pulumi_aiven/project.py +71 -71
  106. pulumi_aiven/project_user.py +22 -22
  107. pulumi_aiven/project_vpc.py +7 -7
  108. pulumi_aiven/redis.py +78 -261
  109. pulumi_aiven/redis_user.py +16 -16
  110. pulumi_aiven/service_integration.py +54 -54
  111. pulumi_aiven/static_ip.py +7 -7
  112. pulumi_aiven/transit_gateway_vpc_attachment.py +2 -2
  113. {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/METADATA +1 -1
  114. pulumi_aiven-6.15.0.dist-info/RECORD +153 -0
  115. pulumi_aiven-6.14.0a1714562227.dist-info/RECORD +0 -150
  116. {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/WHEEL +0 -0
  117. {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/top_level.txt +0 -0
@@ -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. Changing this property 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,
@@ -398,7 +386,7 @@ def get_my_sql(project: Optional[str] = None,
398
386
  ```
399
387
 
400
388
 
401
- :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.
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.
402
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.
403
391
  """
404
392
  __args__ = dict()
@@ -420,7 +408,6 @@ def get_my_sql(project: Optional[str] = None,
420
408
  maintenance_window_dow=pulumi.get(__ret__, 'maintenance_window_dow'),
421
409
  maintenance_window_time=pulumi.get(__ret__, 'maintenance_window_time'),
422
410
  mysql_user_configs=pulumi.get(__ret__, 'mysql_user_configs'),
423
- mysqls=pulumi.get(__ret__, 'mysqls'),
424
411
  plan=pulumi.get(__ret__, 'plan'),
425
412
  project=pulumi.get(__ret__, 'project'),
426
413
  project_vpc_id=pulumi.get(__ret__, 'project_vpc_id'),
@@ -457,7 +444,7 @@ def get_my_sql_output(project: Optional[pulumi.Input[str]] = None,
457
444
  ```
458
445
 
459
446
 
460
- :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.
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.
461
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.
462
449
  """
463
450
  ...
@@ -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. Changing this property 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. Changing this property 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
 
@@ -109,8 +109,8 @@ def get_mysql_database(database_name: Optional[str] = None,
109
109
 
110
110
 
111
111
  :param str database_name: The name of the service database. Changing this property forces recreation of the resource.
112
- :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.
113
- :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.
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
114
  """
115
115
  __args__ = dict()
116
116
  __args__['databaseName'] = database_name
@@ -148,7 +148,7 @@ def get_mysql_database_output(database_name: Optional[pulumi.Input[str]] = None,
148
148
 
149
149
 
150
150
  :param str database_name: The name of the service database. 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.
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.
153
153
  """
154
154
  ...
@@ -94,7 +94,7 @@ class GetMysqlUserResult:
94
94
  @pulumi.getter
95
95
  def project(self) -> str:
96
96
  """
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.
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.
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
- 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.
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.
106
106
  """
107
107
  return pulumi.get(self, "service_name")
108
108
 
@@ -159,8 +159,8 @@ def get_mysql_user(project: Optional[str] = None,
159
159
  ```
160
160
 
161
161
 
162
- :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.
163
- :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.
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
164
  :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
165
  """
166
166
  __args__ = dict()
@@ -202,8 +202,8 @@ def get_mysql_user_output(project: Optional[pulumi.Input[str]] = None,
202
202
  ```
203
203
 
204
204
 
205
- :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.
206
- :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.
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.
207
207
  :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
208
  """
209
209
  ...
@@ -227,7 +227,7 @@ class GetOpenSearchResult:
227
227
  @pulumi.getter
228
228
  def project(self) -> str:
229
229
  """
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.
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.
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
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
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.
335
335
  """
336
336
  return pulumi.get(self, "tech_emails")
337
337
 
@@ -398,7 +398,7 @@ def get_open_search(project: Optional[str] = None,
398
398
  ```
399
399
 
400
400
 
401
- :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.
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.
402
402
  :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
403
  """
404
404
  __args__ = dict()
@@ -457,7 +457,7 @@ def get_open_search_output(project: Optional[pulumi.Input[str]] = None,
457
457
  ```
458
458
 
459
459
 
460
- :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.
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.
461
461
  :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
462
  """
463
463
  ...
@@ -66,7 +66,7 @@ class GetOpenSearchAclConfigResult:
66
66
  @pulumi.getter
67
67
  def project(self) -> str:
68
68
  """
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.
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.
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
- 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.
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.
78
78
  """
79
79
  return pulumi.get(self, "service_name")
80
80
 
@@ -109,8 +109,8 @@ def get_open_search_acl_config(project: Optional[str] = None,
109
109
  ```
110
110
 
111
111
 
112
- :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.
113
- :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.
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
114
  """
115
115
  __args__ = dict()
116
116
  __args__['project'] = project
@@ -144,7 +144,7 @@ def get_open_search_acl_config_output(project: Optional[pulumi.Input[str]] = Non
144
144
  ```
145
145
 
146
146
 
147
- :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.
148
- :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.
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.
149
149
  """
150
150
  ...
@@ -69,7 +69,7 @@ class GetOpenSearchAclRuleResult:
69
69
  @pulumi.getter
70
70
  def project(self) -> str:
71
71
  """
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.
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.
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
- 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.
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.
81
81
  """
82
82
  return pulumi.get(self, "service_name")
83
83
 
@@ -128,8 +128,8 @@ def get_open_search_acl_rule(index: Optional[str] = None,
128
128
 
129
129
  :param str index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
130
130
  :param str permission: The permissions for this ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
131
- :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.
132
- :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.
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
133
  :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
134
  """
135
135
  __args__ = dict()
@@ -175,8 +175,8 @@ def get_open_search_acl_rule_output(index: Optional[pulumi.Input[str]] = None,
175
175
 
176
176
  :param str index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
177
177
  :param str permission: The permissions for this ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
178
- :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.
179
- :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.
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.
180
180
  :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
181
  """
182
182
  ...
@@ -88,7 +88,7 @@ class GetOpensearchSecurityPluginConfigResult:
88
88
  @pulumi.getter
89
89
  def project(self) -> str:
90
90
  """
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.
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.
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
- 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.
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.
100
100
  """
101
101
  return pulumi.get(self, "service_name")
102
102
 
@@ -133,8 +133,8 @@ def get_opensearch_security_plugin_config(project: Optional[str] = None,
133
133
  ```
134
134
 
135
135
 
136
- :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.
137
- :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.
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
138
  """
139
139
  __args__ = dict()
140
140
  __args__['project'] = project
@@ -170,7 +170,7 @@ def get_opensearch_security_plugin_config_output(project: Optional[pulumi.Input[
170
170
  ```
171
171
 
172
172
 
173
- :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.
174
- :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.
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.
175
175
  """
176
176
  ...
@@ -61,7 +61,7 @@ class GetOpensearchUserResult:
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. Changing this property 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 GetOpensearchUserResult:
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. Changing this property 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
 
@@ -123,8 +123,8 @@ def get_opensearch_user(project: Optional[str] = None,
123
123
  ```
124
124
 
125
125
 
126
- :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.
127
- :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.
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
128
  :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
129
  """
130
130
  __args__ = dict()
@@ -163,8 +163,8 @@ def get_opensearch_user_output(project: Optional[pulumi.Input[str]] = None,
163
163
  ```
164
164
 
165
165
 
166
- :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.
167
- :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.
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
168
  :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
169
  """
170
170
  ...
@@ -0,0 +1,156 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from . import _utilities
11
+
12
+ __all__ = [
13
+ 'GetOrganizationApplicationUserResult',
14
+ 'AwaitableGetOrganizationApplicationUserResult',
15
+ 'get_organization_application_user',
16
+ 'get_organization_application_user_output',
17
+ ]
18
+
19
+ @pulumi.output_type
20
+ class GetOrganizationApplicationUserResult:
21
+ """
22
+ A collection of values returned by getOrganizationApplicationUser.
23
+ """
24
+ def __init__(__self__, email=None, id=None, name=None, organization_id=None, user_id=None):
25
+ if email and not isinstance(email, str):
26
+ raise TypeError("Expected argument 'email' to be a str")
27
+ pulumi.set(__self__, "email", email)
28
+ if id and not isinstance(id, str):
29
+ raise TypeError("Expected argument 'id' to be a str")
30
+ pulumi.set(__self__, "id", id)
31
+ if name and not isinstance(name, str):
32
+ raise TypeError("Expected argument 'name' to be a str")
33
+ pulumi.set(__self__, "name", name)
34
+ if organization_id and not isinstance(organization_id, str):
35
+ raise TypeError("Expected argument 'organization_id' to be a str")
36
+ pulumi.set(__self__, "organization_id", organization_id)
37
+ if user_id and not isinstance(user_id, str):
38
+ raise TypeError("Expected argument 'user_id' to be a str")
39
+ pulumi.set(__self__, "user_id", user_id)
40
+
41
+ @property
42
+ @pulumi.getter
43
+ def email(self) -> str:
44
+ """
45
+ The auto-generated email address of the application user.
46
+ """
47
+ return pulumi.get(self, "email")
48
+
49
+ @property
50
+ @pulumi.getter
51
+ def id(self) -> str:
52
+ """
53
+ The provider-assigned unique ID for this managed resource.
54
+ """
55
+ return pulumi.get(self, "id")
56
+
57
+ @property
58
+ @pulumi.getter
59
+ def name(self) -> str:
60
+ """
61
+ Name of the application user.
62
+ """
63
+ return pulumi.get(self, "name")
64
+
65
+ @property
66
+ @pulumi.getter(name="organizationId")
67
+ def organization_id(self) -> str:
68
+ """
69
+ The ID of the organization the application user belongs to.
70
+ """
71
+ return pulumi.get(self, "organization_id")
72
+
73
+ @property
74
+ @pulumi.getter(name="userId")
75
+ def user_id(self) -> str:
76
+ """
77
+ The ID of the application user.
78
+ """
79
+ return pulumi.get(self, "user_id")
80
+
81
+
82
+ class AwaitableGetOrganizationApplicationUserResult(GetOrganizationApplicationUserResult):
83
+ # pylint: disable=using-constant-test
84
+ def __await__(self):
85
+ if False:
86
+ yield self
87
+ return GetOrganizationApplicationUserResult(
88
+ email=self.email,
89
+ id=self.id,
90
+ name=self.name,
91
+ organization_id=self.organization_id,
92
+ user_id=self.user_id)
93
+
94
+
95
+ def get_organization_application_user(organization_id: Optional[str] = None,
96
+ user_id: Optional[str] = None,
97
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOrganizationApplicationUserResult:
98
+ """
99
+ Gets information about an application user.
100
+
101
+ **This data source is in the limited availability stage and may change without notice.** To enable this feature, contact the sales team. After it's enabled, set
102
+ the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the data source.
103
+
104
+ ## Example Usage
105
+
106
+ ```python
107
+ import pulumi
108
+ import pulumi_aiven as aiven
109
+
110
+ tf_user = aiven.get_organization_application_user(organization_id=main["id"],
111
+ user_id="u123a456b7890c")
112
+ ```
113
+
114
+
115
+ :param str organization_id: The ID of the organization the application user belongs to.
116
+ :param str user_id: The ID of the application user.
117
+ """
118
+ __args__ = dict()
119
+ __args__['organizationId'] = organization_id
120
+ __args__['userId'] = user_id
121
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
122
+ __ret__ = pulumi.runtime.invoke('aiven:index/getOrganizationApplicationUser:getOrganizationApplicationUser', __args__, opts=opts, typ=GetOrganizationApplicationUserResult).value
123
+
124
+ return AwaitableGetOrganizationApplicationUserResult(
125
+ email=pulumi.get(__ret__, 'email'),
126
+ id=pulumi.get(__ret__, 'id'),
127
+ name=pulumi.get(__ret__, 'name'),
128
+ organization_id=pulumi.get(__ret__, 'organization_id'),
129
+ user_id=pulumi.get(__ret__, 'user_id'))
130
+
131
+
132
+ @_utilities.lift_output_func(get_organization_application_user)
133
+ def get_organization_application_user_output(organization_id: Optional[pulumi.Input[str]] = None,
134
+ user_id: Optional[pulumi.Input[str]] = None,
135
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOrganizationApplicationUserResult]:
136
+ """
137
+ Gets information about an application user.
138
+
139
+ **This data source is in the limited availability stage and may change without notice.** To enable this feature, contact the sales team. After it's enabled, set
140
+ the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the data source.
141
+
142
+ ## Example Usage
143
+
144
+ ```python
145
+ import pulumi
146
+ import pulumi_aiven as aiven
147
+
148
+ tf_user = aiven.get_organization_application_user(organization_id=main["id"],
149
+ user_id="u123a456b7890c")
150
+ ```
151
+
152
+
153
+ :param str organization_id: The ID of the organization the application user belongs to.
154
+ :param str user_id: The ID of the application user.
155
+ """
156
+ ...
pulumi_aiven/get_pg.py CHANGED
@@ -227,7 +227,7 @@ class GetPgResult:
227
227
  @pulumi.getter
228
228
  def project(self) -> str:
229
229
  """
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.
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.
231
231
  """
232
232
  return pulumi.get(self, "project")
233
233
 
@@ -331,7 +331,7 @@ class GetPgResult:
331
331
  @pulumi.getter(name="techEmails")
332
332
  def tech_emails(self) -> Sequence['outputs.GetPgTechEmailResult']:
333
333
  """
334
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
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.
335
335
  """
336
336
  return pulumi.get(self, "tech_emails")
337
337
 
@@ -398,7 +398,7 @@ def get_pg(project: Optional[str] = None,
398
398
  ```
399
399
 
400
400
 
401
- :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.
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.
402
402
  :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
403
  """
404
404
  __args__ = dict()
@@ -457,7 +457,7 @@ def get_pg_output(project: Optional[pulumi.Input[str]] = None,
457
457
  ```
458
458
 
459
459
 
460
- :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.
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.
461
461
  :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
462
  """
463
463
  ...
@@ -80,7 +80,7 @@ class GetPgDatabaseResult:
80
80
  @pulumi.getter
81
81
  def project(self) -> str:
82
82
  """
83
- 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.
83
+ 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.
84
84
  """
85
85
  return pulumi.get(self, "project")
86
86
 
@@ -88,7 +88,7 @@ class GetPgDatabaseResult:
88
88
  @pulumi.getter(name="serviceName")
89
89
  def service_name(self) -> str:
90
90
  """
91
- 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.
91
+ 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.
92
92
  """
93
93
  return pulumi.get(self, "service_name")
94
94
 
@@ -133,8 +133,8 @@ def get_pg_database(database_name: Optional[str] = None,
133
133
 
134
134
 
135
135
  :param str database_name: The name of the service database. Changing this property forces recreation of the resource.
136
- :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.
137
- :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.
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
138
  """
139
139
  __args__ = dict()
140
140
  __args__['databaseName'] = database_name
@@ -174,7 +174,7 @@ def get_pg_database_output(database_name: Optional[pulumi.Input[str]] = None,
174
174
 
175
175
 
176
176
  :param str database_name: The name of the service database. 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.
177
+ :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.
178
+ :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.
179
179
  """
180
180
  ...