pulumi-aiven 6.13.0a1711361534__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 (132) hide show
  1. pulumi_aiven/_inputs.py +200 -262
  2. pulumi_aiven/account.py +2 -6
  3. pulumi_aiven/account_authentication.py +2 -2
  4. pulumi_aiven/account_team.py +6 -6
  5. pulumi_aiven/account_team_member.py +6 -10
  6. pulumi_aiven/account_team_project.py +12 -12
  7. pulumi_aiven/aws_privatelink.py +18 -22
  8. pulumi_aiven/aws_vpc_peering_connection.py +8 -12
  9. pulumi_aiven/azure_privatelink.py +18 -22
  10. pulumi_aiven/azure_privatelink_connection_approval.py +112 -14
  11. pulumi_aiven/azure_vpc_peering_connection.py +6 -10
  12. pulumi_aiven/billing_group.py +18 -18
  13. pulumi_aiven/cassandra.py +25 -57
  14. pulumi_aiven/cassandra_user.py +18 -22
  15. pulumi_aiven/clickhouse.py +25 -57
  16. pulumi_aiven/clickhouse_database.py +24 -26
  17. pulumi_aiven/clickhouse_grant.py +35 -37
  18. pulumi_aiven/clickhouse_role.py +16 -20
  19. pulumi_aiven/clickhouse_user.py +18 -22
  20. pulumi_aiven/connection_pool.py +24 -28
  21. pulumi_aiven/dragonfly.py +124 -263
  22. pulumi_aiven/flink.py +32 -36
  23. pulumi_aiven/flink_application.py +22 -24
  24. pulumi_aiven/flink_application_deployment.py +21 -21
  25. pulumi_aiven/flink_application_version.py +96 -14
  26. pulumi_aiven/gcp_privatelink.py +21 -21
  27. pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
  28. pulumi_aiven/gcp_vpc_peering_connection.py +4 -8
  29. pulumi_aiven/get_account.py +0 -4
  30. pulumi_aiven/get_aws_privatelink.py +10 -14
  31. pulumi_aiven/get_aws_vpc_peering_connection.py +6 -10
  32. pulumi_aiven/get_azure_privatelink.py +10 -14
  33. pulumi_aiven/get_azure_vpc_peering_connection.py +2 -6
  34. pulumi_aiven/get_billing_group.py +2 -2
  35. pulumi_aiven/get_cassanda.py +7 -24
  36. pulumi_aiven/get_cassandra.py +7 -24
  37. pulumi_aiven/get_cassandra_user.py +10 -14
  38. pulumi_aiven/get_clickhouse.py +7 -24
  39. pulumi_aiven/get_clickhouse_database.py +10 -14
  40. pulumi_aiven/get_clickhouse_user.py +10 -14
  41. pulumi_aiven/get_connection_pool.py +10 -14
  42. pulumi_aiven/get_dragonfly.py +27 -20
  43. pulumi_aiven/get_flink.py +6 -10
  44. pulumi_aiven/get_flink_application.py +8 -12
  45. pulumi_aiven/get_flink_application_version.py +8 -12
  46. pulumi_aiven/get_gcp_vpc_peering_connection.py +2 -6
  47. pulumi_aiven/get_grafana.py +7 -24
  48. pulumi_aiven/get_kafka.py +13 -17
  49. pulumi_aiven/get_kafka_acl.py +10 -14
  50. pulumi_aiven/get_kafka_connect.py +7 -24
  51. pulumi_aiven/get_kafka_connector.py +10 -14
  52. pulumi_aiven/get_kafka_mirror_maker.py +7 -24
  53. pulumi_aiven/get_kafka_schema.py +10 -14
  54. pulumi_aiven/get_kafka_schema_configuration.py +10 -14
  55. pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
  56. pulumi_aiven/get_kafka_topic.py +16 -20
  57. pulumi_aiven/get_kafka_user.py +10 -14
  58. pulumi_aiven/get_m3_aggregator.py +7 -24
  59. pulumi_aiven/get_m3_db.py +7 -24
  60. pulumi_aiven/get_m3db_user.py +10 -14
  61. pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
  62. pulumi_aiven/get_my_sql.py +7 -24
  63. pulumi_aiven/get_mysql_database.py +10 -14
  64. pulumi_aiven/get_mysql_user.py +10 -14
  65. pulumi_aiven/get_open_search.py +6 -10
  66. pulumi_aiven/get_open_search_acl_config.py +10 -14
  67. pulumi_aiven/get_open_search_acl_rule.py +10 -14
  68. pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
  69. pulumi_aiven/get_opensearch_user.py +10 -14
  70. pulumi_aiven/get_organization.py +0 -4
  71. pulumi_aiven/get_organization_user_group.py +2 -6
  72. pulumi_aiven/get_pg.py +6 -10
  73. pulumi_aiven/get_pg_database.py +10 -14
  74. pulumi_aiven/get_pg_user.py +10 -14
  75. pulumi_aiven/get_project.py +17 -21
  76. pulumi_aiven/get_project_user.py +9 -13
  77. pulumi_aiven/get_project_vpc.py +2 -6
  78. pulumi_aiven/get_redis.py +7 -24
  79. pulumi_aiven/get_redis_user.py +10 -14
  80. pulumi_aiven/get_service_component.py +4 -8
  81. pulumi_aiven/get_service_integration.py +19 -33
  82. pulumi_aiven/get_service_integration_endpoint.py +2 -6
  83. pulumi_aiven/get_transit_gateway_vpc_attachment.py +2 -6
  84. pulumi_aiven/grafana.py +82 -267
  85. pulumi_aiven/influx_db.py +21 -21
  86. pulumi_aiven/influxdb_database.py +21 -21
  87. pulumi_aiven/influxdb_user.py +21 -21
  88. pulumi_aiven/kafka.py +50 -54
  89. pulumi_aiven/kafka_acl.py +20 -24
  90. pulumi_aiven/kafka_connect.py +80 -267
  91. pulumi_aiven/kafka_connector.py +26 -30
  92. pulumi_aiven/kafka_mirror_maker.py +80 -267
  93. pulumi_aiven/kafka_schema.py +18 -22
  94. pulumi_aiven/kafka_schema_configuration.py +20 -24
  95. pulumi_aiven/kafka_schema_registry_acl.py +54 -14
  96. pulumi_aiven/kafka_topic.py +84 -46
  97. pulumi_aiven/kafka_user.py +18 -22
  98. pulumi_aiven/m3_aggregator.py +80 -267
  99. pulumi_aiven/m3_db.py +80 -267
  100. pulumi_aiven/m3db_user.py +16 -20
  101. pulumi_aiven/mirror_maker_replication_flow.py +22 -26
  102. pulumi_aiven/my_sql.py +80 -267
  103. pulumi_aiven/mysql_database.py +20 -24
  104. pulumi_aiven/mysql_user.py +18 -22
  105. pulumi_aiven/open_search.py +27 -31
  106. pulumi_aiven/open_search_acl_config.py +28 -36
  107. pulumi_aiven/open_search_acl_rule.py +36 -40
  108. pulumi_aiven/opensearch_security_plugin_config.py +28 -32
  109. pulumi_aiven/opensearch_user.py +18 -22
  110. pulumi_aiven/organization.py +2 -6
  111. pulumi_aiven/organization_group_project.py +46 -0
  112. pulumi_aiven/organization_user.py +2 -20
  113. pulumi_aiven/organization_user_group.py +4 -6
  114. pulumi_aiven/organization_user_group_member.py +8 -10
  115. pulumi_aiven/organizational_unit.py +6 -6
  116. pulumi_aiven/outputs.py +271 -390
  117. pulumi_aiven/pg.py +30 -30
  118. pulumi_aiven/pg_database.py +20 -24
  119. pulumi_aiven/pg_user.py +18 -22
  120. pulumi_aiven/project.py +75 -79
  121. pulumi_aiven/project_user.py +24 -28
  122. pulumi_aiven/project_vpc.py +31 -7
  123. pulumi_aiven/redis.py +80 -267
  124. pulumi_aiven/redis_user.py +18 -22
  125. pulumi_aiven/service_integration.py +54 -58
  126. pulumi_aiven/static_ip.py +7 -7
  127. pulumi_aiven/transit_gateway_vpc_attachment.py +4 -8
  128. {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/METADATA +1 -1
  129. pulumi_aiven-6.14.0.dist-info/RECORD +150 -0
  130. pulumi_aiven-6.13.0a1711361534.dist-info/RECORD +0 -150
  131. {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/WHEEL +0 -0
  132. {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/top_level.txt +0 -0
@@ -64,7 +64,7 @@ class GetClickhouseUserResult:
64
64
  @pulumi.getter
65
65
  def project(self) -> str:
66
66
  """
67
- 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.
67
+ 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.
68
68
  """
69
69
  return pulumi.get(self, "project")
70
70
 
@@ -80,7 +80,7 @@ class GetClickhouseUserResult:
80
80
  @pulumi.getter(name="serviceName")
81
81
  def service_name(self) -> str:
82
82
  """
83
- 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.
83
+ 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.
84
84
  """
85
85
  return pulumi.get(self, "service_name")
86
86
 
@@ -125,20 +125,18 @@ def get_clickhouse_user(project: Optional[str] = None,
125
125
 
126
126
  ## Example Usage
127
127
 
128
- <!--Start PulumiCodeChooser -->
129
128
  ```python
130
129
  import pulumi
131
130
  import pulumi_aiven as aiven
132
131
 
133
- ch_user = aiven.get_clickhouse_user(project=aiven_project["myproject"]["project"],
134
- service_name=aiven_clickhouse["myservice"]["service_name"],
132
+ ch_user = aiven.get_clickhouse_user(project=myproject["project"],
133
+ service_name=myservice["serviceName"],
135
134
  username="<USERNAME>")
136
135
  ```
137
- <!--End PulumiCodeChooser -->
138
136
 
139
137
 
140
- :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.
141
- :param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
138
+ :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.
139
+ :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.
142
140
  :param str username: The actual name of the Clickhouse user. Changing this property forces recreation of the resource.
143
141
  """
144
142
  __args__ = dict()
@@ -168,20 +166,18 @@ def get_clickhouse_user_output(project: Optional[pulumi.Input[str]] = None,
168
166
 
169
167
  ## Example Usage
170
168
 
171
- <!--Start PulumiCodeChooser -->
172
169
  ```python
173
170
  import pulumi
174
171
  import pulumi_aiven as aiven
175
172
 
176
- ch_user = aiven.get_clickhouse_user(project=aiven_project["myproject"]["project"],
177
- service_name=aiven_clickhouse["myservice"]["service_name"],
173
+ ch_user = aiven.get_clickhouse_user(project=myproject["project"],
174
+ service_name=myservice["serviceName"],
178
175
  username="<USERNAME>")
179
176
  ```
180
- <!--End PulumiCodeChooser -->
181
177
 
182
178
 
183
- :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.
184
- :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.
179
+ :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.
180
+ :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.
185
181
  :param str username: The actual name of the Clickhouse user. Changing this property forces recreation of the resource.
186
182
  """
187
183
  ...
@@ -102,7 +102,7 @@ class GetConnectionPoolResult:
102
102
  @pulumi.getter
103
103
  def project(self) -> str:
104
104
  """
105
- 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.
105
+ 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.
106
106
  """
107
107
  return pulumi.get(self, "project")
108
108
 
@@ -110,7 +110,7 @@ class GetConnectionPoolResult:
110
110
  @pulumi.getter(name="serviceName")
111
111
  def service_name(self) -> str:
112
112
  """
113
- 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.
113
+ 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
  return pulumi.get(self, "service_name")
116
116
 
@@ -149,21 +149,19 @@ def get_connection_pool(pool_name: Optional[str] = None,
149
149
 
150
150
  ## Example Usage
151
151
 
152
- <!--Start PulumiCodeChooser -->
153
152
  ```python
154
153
  import pulumi
155
154
  import pulumi_aiven as aiven
156
155
 
157
- mytestpool = aiven.get_connection_pool(project=aiven_project["myproject"]["project"],
158
- service_name=aiven_pg["mypg"]["service_name"],
156
+ mytestpool = aiven.get_connection_pool(project=myproject["project"],
157
+ service_name=mypg["serviceName"],
159
158
  pool_name="mypool")
160
159
  ```
161
- <!--End PulumiCodeChooser -->
162
160
 
163
161
 
164
162
  :param str pool_name: The name of the created pool. Changing this property forces recreation of the resource.
165
- :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.
166
- :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.
163
+ :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.
164
+ :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.
167
165
  """
168
166
  __args__ = dict()
169
167
  __args__['poolName'] = pool_name
@@ -194,20 +192,18 @@ def get_connection_pool_output(pool_name: Optional[pulumi.Input[str]] = None,
194
192
 
195
193
  ## Example Usage
196
194
 
197
- <!--Start PulumiCodeChooser -->
198
195
  ```python
199
196
  import pulumi
200
197
  import pulumi_aiven as aiven
201
198
 
202
- mytestpool = aiven.get_connection_pool(project=aiven_project["myproject"]["project"],
203
- service_name=aiven_pg["mypg"]["service_name"],
199
+ mytestpool = aiven.get_connection_pool(project=myproject["project"],
200
+ service_name=mypg["serviceName"],
204
201
  pool_name="mypool")
205
202
  ```
206
- <!--End PulumiCodeChooser -->
207
203
 
208
204
 
209
205
  :param str pool_name: The name of the created pool. Changing this property forces recreation of the resource.
210
- :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.
211
- :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.
206
+ :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.
207
+ :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.
212
208
  """
213
209
  ...
@@ -22,7 +22,7 @@ class GetDragonflyResult:
22
22
  """
23
23
  A collection of values returned by getDragonfly.
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, dragonflies=None, dragonfly_user_configs=None, id=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, dragonfly_user_configs=None, id=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)
@@ -47,9 +47,6 @@ class GetDragonflyResult:
47
47
  if disk_space_used and not isinstance(disk_space_used, str):
48
48
  raise TypeError("Expected argument 'disk_space_used' to be a str")
49
49
  pulumi.set(__self__, "disk_space_used", disk_space_used)
50
- if dragonflies and not isinstance(dragonflies, list):
51
- raise TypeError("Expected argument 'dragonflies' to be a list")
52
- pulumi.set(__self__, "dragonflies", dragonflies)
53
50
  if dragonfly_user_configs and not isinstance(dragonfly_user_configs, list):
54
51
  raise TypeError("Expected argument 'dragonfly_user_configs' to be a list")
55
52
  pulumi.set(__self__, "dragonfly_user_configs", dragonfly_user_configs)
@@ -175,14 +172,6 @@ class GetDragonflyResult:
175
172
  """
176
173
  return pulumi.get(self, "disk_space_used")
177
174
 
178
- @property
179
- @pulumi.getter
180
- def dragonflies(self) -> Sequence['outputs.GetDragonflyDragonflyResult']:
181
- """
182
- Dragonfly server provided values
183
- """
184
- return pulumi.get(self, "dragonflies")
185
-
186
175
  @property
187
176
  @pulumi.getter(name="dragonflyUserConfigs")
188
177
  def dragonfly_user_configs(self) -> Sequence['outputs.GetDragonflyDragonflyUserConfigResult']:
@@ -227,7 +216,7 @@ class GetDragonflyResult:
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 GetDragonflyResult:
331
320
  @pulumi.getter(name="techEmails")
332
321
  def tech_emails(self) -> Sequence['outputs.GetDragonflyTechEmailResult']:
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
 
@@ -358,7 +347,6 @@ class AwaitableGetDragonflyResult(GetDragonflyResult):
358
347
  disk_space_default=self.disk_space_default,
359
348
  disk_space_step=self.disk_space_step,
360
349
  disk_space_used=self.disk_space_used,
361
- dragonflies=self.dragonflies,
362
350
  dragonfly_user_configs=self.dragonfly_user_configs,
363
351
  id=self.id,
364
352
  maintenance_window_dow=self.maintenance_window_dow,
@@ -385,10 +373,20 @@ def get_dragonfly(project: Optional[str] = None,
385
373
  service_name: Optional[str] = None,
386
374
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDragonflyResult:
387
375
  """
388
- The Dragonfly data source provides information about the existing Aiven Dragonfly service.
376
+ Gets information about an Aiven for Dragonfly® service.
377
+
378
+ ## Example Usage
389
379
 
380
+ ```python
381
+ import pulumi
382
+ import pulumi_aiven as aiven
390
383
 
391
- :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.
384
+ example_dragonfly = aiven.get_dragonfly(project=example_project["project"],
385
+ service_name="example-dragonfly-service")
386
+ ```
387
+
388
+
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.
392
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.
393
391
  """
394
392
  __args__ = dict()
@@ -406,7 +404,6 @@ def get_dragonfly(project: Optional[str] = None,
406
404
  disk_space_default=pulumi.get(__ret__, 'disk_space_default'),
407
405
  disk_space_step=pulumi.get(__ret__, 'disk_space_step'),
408
406
  disk_space_used=pulumi.get(__ret__, 'disk_space_used'),
409
- dragonflies=pulumi.get(__ret__, 'dragonflies'),
410
407
  dragonfly_user_configs=pulumi.get(__ret__, 'dragonfly_user_configs'),
411
408
  id=pulumi.get(__ret__, 'id'),
412
409
  maintenance_window_dow=pulumi.get(__ret__, 'maintenance_window_dow'),
@@ -434,10 +431,20 @@ def get_dragonfly_output(project: Optional[pulumi.Input[str]] = None,
434
431
  service_name: Optional[pulumi.Input[str]] = None,
435
432
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDragonflyResult]:
436
433
  """
437
- The Dragonfly data source provides information about the existing Aiven Dragonfly service.
434
+ Gets information about an Aiven for Dragonfly® service.
435
+
436
+ ## Example Usage
437
+
438
+ ```python
439
+ import pulumi
440
+ import pulumi_aiven as aiven
441
+
442
+ example_dragonfly = aiven.get_dragonfly(project=example_project["project"],
443
+ service_name="example-dragonfly-service")
444
+ ```
438
445
 
439
446
 
440
- :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.
441
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.
442
449
  """
443
450
  ...
pulumi_aiven/get_flink.py CHANGED
@@ -227,7 +227,7 @@ class GetFlinkResult:
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 GetFlinkResult:
331
331
  @pulumi.getter(name="techEmails")
332
332
  def tech_emails(self) -> Sequence['outputs.GetFlinkTechEmailResult']:
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
 
@@ -389,18 +389,16 @@ def get_flink(project: Optional[str] = None,
389
389
 
390
390
  ## Example Usage
391
391
 
392
- <!--Start PulumiCodeChooser -->
393
392
  ```python
394
393
  import pulumi
395
394
  import pulumi_aiven as aiven
396
395
 
397
- flink = aiven.get_flink(project=data["aiven_project"]["pr1"]["project"],
396
+ flink = aiven.get_flink(project=pr1["project"],
398
397
  service_name="<SERVICE_NAME>")
399
398
  ```
400
- <!--End PulumiCodeChooser -->
401
399
 
402
400
 
403
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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.
404
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.
405
403
  """
406
404
  __args__ = dict()
@@ -450,18 +448,16 @@ def get_flink_output(project: Optional[pulumi.Input[str]] = None,
450
448
 
451
449
  ## Example Usage
452
450
 
453
- <!--Start PulumiCodeChooser -->
454
451
  ```python
455
452
  import pulumi
456
453
  import pulumi_aiven as aiven
457
454
 
458
- flink = aiven.get_flink(project=data["aiven_project"]["pr1"]["project"],
455
+ flink = aiven.get_flink(project=pr1["project"],
459
456
  service_name="<SERVICE_NAME>")
460
457
  ```
461
- <!--End PulumiCodeChooser -->
462
458
 
463
459
 
464
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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.
465
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.
466
462
  """
467
463
  ...
@@ -94,7 +94,7 @@ class GetFlinkApplicationResult:
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 GetFlinkApplicationResult:
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
 
@@ -149,21 +149,19 @@ def get_flink_application(name: Optional[str] = None,
149
149
 
150
150
  ## Example Usage
151
151
 
152
- <!--Start PulumiCodeChooser -->
153
152
  ```python
154
153
  import pulumi
155
154
  import pulumi_aiven as aiven
156
155
 
157
- app1 = aiven.get_flink_application(project=data["aiven_project"]["pr1"]["project"],
156
+ app1 = aiven.get_flink_application(project=pr1["project"],
158
157
  service_name="<SERVICE_NAME>",
159
158
  name="<APPLICATION_NAME>")
160
159
  ```
161
- <!--End PulumiCodeChooser -->
162
160
 
163
161
 
164
162
  :param str name: Application name
165
- :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.
166
- :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.
163
+ :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.
164
+ :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.
167
165
  """
168
166
  __args__ = dict()
169
167
  __args__['name'] = name
@@ -194,20 +192,18 @@ def get_flink_application_output(name: Optional[pulumi.Input[str]] = None,
194
192
 
195
193
  ## Example Usage
196
194
 
197
- <!--Start PulumiCodeChooser -->
198
195
  ```python
199
196
  import pulumi
200
197
  import pulumi_aiven as aiven
201
198
 
202
- app1 = aiven.get_flink_application(project=data["aiven_project"]["pr1"]["project"],
199
+ app1 = aiven.get_flink_application(project=pr1["project"],
203
200
  service_name="<SERVICE_NAME>",
204
201
  name="<APPLICATION_NAME>")
205
202
  ```
206
- <!--End PulumiCodeChooser -->
207
203
 
208
204
 
209
205
  :param str name: Application name
210
- :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.
211
- :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.
206
+ :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.
207
+ :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.
212
208
  """
213
209
  ...
@@ -107,7 +107,7 @@ class GetFlinkApplicationVersionResult:
107
107
  @pulumi.getter
108
108
  def project(self) -> str:
109
109
  """
110
- 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.
110
+ 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.
111
111
  """
112
112
  return pulumi.get(self, "project")
113
113
 
@@ -115,7 +115,7 @@ class GetFlinkApplicationVersionResult:
115
115
  @pulumi.getter(name="serviceName")
116
116
  def service_name(self) -> str:
117
117
  """
118
- 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.
118
+ 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.
119
119
  """
120
120
  return pulumi.get(self, "service_name")
121
121
 
@@ -199,23 +199,21 @@ def get_flink_application_version(application_id: Optional[str] = None,
199
199
 
200
200
  ## Example Usage
201
201
 
202
- <!--Start PulumiCodeChooser -->
203
202
  ```python
204
203
  import pulumi
205
204
  import pulumi_aiven as aiven
206
205
 
207
- app1 = aiven.get_flink_application_version(project=data["aiven_project"]["pr1"]["project"],
206
+ app1 = aiven.get_flink_application_version(project=pr1["project"],
208
207
  service_name="<SERVICE_NAME>",
209
208
  application_id="<APPLICATION_ID>",
210
209
  application_version_id="<APPLICATION_VERSION_ID>")
211
210
  ```
212
- <!--End PulumiCodeChooser -->
213
211
 
214
212
 
215
213
  :param str application_id: Application ID
216
214
  :param str application_version_id: Application version ID
217
- :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.
218
- :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.
215
+ :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.
216
+ :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.
219
217
  """
220
218
  __args__ = dict()
221
219
  __args__['applicationId'] = application_id
@@ -252,22 +250,20 @@ def get_flink_application_version_output(application_id: Optional[pulumi.Input[s
252
250
 
253
251
  ## Example Usage
254
252
 
255
- <!--Start PulumiCodeChooser -->
256
253
  ```python
257
254
  import pulumi
258
255
  import pulumi_aiven as aiven
259
256
 
260
- app1 = aiven.get_flink_application_version(project=data["aiven_project"]["pr1"]["project"],
257
+ app1 = aiven.get_flink_application_version(project=pr1["project"],
261
258
  service_name="<SERVICE_NAME>",
262
259
  application_id="<APPLICATION_ID>",
263
260
  application_version_id="<APPLICATION_VERSION_ID>")
264
261
  ```
265
- <!--End PulumiCodeChooser -->
266
262
 
267
263
 
268
264
  :param str application_id: Application ID
269
265
  :param str application_version_id: Application version ID
270
- :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.
271
- :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.
266
+ :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.
267
+ :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.
272
268
  """
273
269
  ...
@@ -125,16 +125,14 @@ def get_gcp_vpc_peering_connection(gcp_project_id: Optional[str] = None,
125
125
 
126
126
  ## Example Usage
127
127
 
128
- <!--Start PulumiCodeChooser -->
129
128
  ```python
130
129
  import pulumi
131
130
  import pulumi_aiven as aiven
132
131
 
133
- main = aiven.get_gcp_vpc_peering_connection(vpc_id=data["aiven_project_vpc"]["vpc"]["id"],
132
+ main = aiven.get_gcp_vpc_peering_connection(vpc_id=vpc["id"],
134
133
  gcp_project_id="example-project",
135
134
  peer_vpc="example-network")
136
135
  ```
137
- <!--End PulumiCodeChooser -->
138
136
 
139
137
 
140
138
  :param str gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
@@ -168,16 +166,14 @@ def get_gcp_vpc_peering_connection_output(gcp_project_id: Optional[pulumi.Input[
168
166
 
169
167
  ## Example Usage
170
168
 
171
- <!--Start PulumiCodeChooser -->
172
169
  ```python
173
170
  import pulumi
174
171
  import pulumi_aiven as aiven
175
172
 
176
- main = aiven.get_gcp_vpc_peering_connection(vpc_id=data["aiven_project_vpc"]["vpc"]["id"],
173
+ main = aiven.get_gcp_vpc_peering_connection(vpc_id=vpc["id"],
177
174
  gcp_project_id="example-project",
178
175
  peer_vpc="example-network")
179
176
  ```
180
- <!--End PulumiCodeChooser -->
181
177
 
182
178
 
183
179
  :param str gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
@@ -22,7 +22,7 @@ class GetGrafanaResult:
22
22
  """
23
23
  A collection of values returned by getGrafana.
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, grafana_user_configs=None, grafanas=None, id=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, grafana_user_configs=None, id=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)
@@ -50,9 +50,6 @@ class GetGrafanaResult:
50
50
  if grafana_user_configs and not isinstance(grafana_user_configs, list):
51
51
  raise TypeError("Expected argument 'grafana_user_configs' to be a list")
52
52
  pulumi.set(__self__, "grafana_user_configs", grafana_user_configs)
53
- if grafanas and not isinstance(grafanas, list):
54
- raise TypeError("Expected argument 'grafanas' to be a list")
55
- pulumi.set(__self__, "grafanas", grafanas)
56
53
  if id and not isinstance(id, str):
57
54
  raise TypeError("Expected argument 'id' to be a str")
58
55
  pulumi.set(__self__, "id", id)
@@ -183,14 +180,6 @@ class GetGrafanaResult:
183
180
  """
184
181
  return pulumi.get(self, "grafana_user_configs")
185
182
 
186
- @property
187
- @pulumi.getter
188
- def grafanas(self) -> Sequence['outputs.GetGrafanaGrafanaResult']:
189
- """
190
- Grafana server provided values
191
- """
192
- return pulumi.get(self, "grafanas")
193
-
194
183
  @property
195
184
  @pulumi.getter
196
185
  def id(self) -> str:
@@ -227,7 +216,7 @@ class GetGrafanaResult:
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 GetGrafanaResult:
331
320
  @pulumi.getter(name="techEmails")
332
321
  def tech_emails(self) -> Sequence['outputs.GetGrafanaTechEmailResult']:
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
 
@@ -359,7 +348,6 @@ class AwaitableGetGrafanaResult(GetGrafanaResult):
359
348
  disk_space_step=self.disk_space_step,
360
349
  disk_space_used=self.disk_space_used,
361
350
  grafana_user_configs=self.grafana_user_configs,
362
- grafanas=self.grafanas,
363
351
  id=self.id,
364
352
  maintenance_window_dow=self.maintenance_window_dow,
365
353
  maintenance_window_time=self.maintenance_window_time,
@@ -389,18 +377,16 @@ def get_grafana(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
- gr1 = aiven.get_grafana(project=data["aiven_project"]["ps1"]["project"],
384
+ gr1 = aiven.get_grafana(project=ps1["project"],
398
385
  service_name="my-gr1")
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. 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.
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()
@@ -419,7 +405,6 @@ def get_grafana(project: Optional[str] = None,
419
405
  disk_space_step=pulumi.get(__ret__, 'disk_space_step'),
420
406
  disk_space_used=pulumi.get(__ret__, 'disk_space_used'),
421
407
  grafana_user_configs=pulumi.get(__ret__, 'grafana_user_configs'),
422
- grafanas=pulumi.get(__ret__, 'grafanas'),
423
408
  id=pulumi.get(__ret__, 'id'),
424
409
  maintenance_window_dow=pulumi.get(__ret__, 'maintenance_window_dow'),
425
410
  maintenance_window_time=pulumi.get(__ret__, 'maintenance_window_time'),
@@ -450,18 +435,16 @@ def get_grafana_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
- gr1 = aiven.get_grafana(project=data["aiven_project"]["ps1"]["project"],
442
+ gr1 = aiven.get_grafana(project=ps1["project"],
459
443
  service_name="my-gr1")
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. 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.
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
  ...