pulumi-aiven 6.13.0a1710156545__py3-none-any.whl → 6.31.0a1736849214__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 (168) hide show
  1. pulumi_aiven/__init__.py +127 -0
  2. pulumi_aiven/_inputs.py +32615 -13711
  3. pulumi_aiven/_utilities.py +41 -5
  4. pulumi_aiven/account.py +32 -45
  5. pulumi_aiven/account_authentication.py +24 -9
  6. pulumi_aiven/account_team.py +35 -14
  7. pulumi_aiven/account_team_member.py +48 -39
  8. pulumi_aiven/account_team_project.py +40 -27
  9. pulumi_aiven/alloydbomni.py +1335 -0
  10. pulumi_aiven/alloydbomni_database.py +347 -0
  11. pulumi_aiven/alloydbomni_user.py +433 -0
  12. pulumi_aiven/aws_privatelink.py +44 -43
  13. pulumi_aiven/aws_vpc_peering_connection.py +72 -61
  14. pulumi_aiven/azure_privatelink.py +54 -53
  15. pulumi_aiven/azure_privatelink_connection_approval.py +136 -33
  16. pulumi_aiven/azure_vpc_peering_connection.py +86 -77
  17. pulumi_aiven/billing_group.py +33 -34
  18. pulumi_aiven/cassandra.py +145 -126
  19. pulumi_aiven/cassandra_user.py +59 -58
  20. pulumi_aiven/clickhouse.py +133 -114
  21. pulumi_aiven/clickhouse_database.py +58 -62
  22. pulumi_aiven/clickhouse_grant.py +135 -134
  23. pulumi_aiven/clickhouse_role.py +36 -49
  24. pulumi_aiven/clickhouse_user.py +50 -49
  25. pulumi_aiven/config/__init__.pyi +5 -0
  26. pulumi_aiven/config/vars.py +5 -0
  27. pulumi_aiven/connection_pool.py +67 -66
  28. pulumi_aiven/dragonfly.py +1256 -0
  29. pulumi_aiven/flink.py +104 -104
  30. pulumi_aiven/flink_application.py +58 -55
  31. pulumi_aiven/flink_application_deployment.py +178 -73
  32. pulumi_aiven/flink_application_version.py +179 -96
  33. pulumi_aiven/gcp_privatelink.py +69 -42
  34. pulumi_aiven/gcp_privatelink_connection_approval.py +78 -49
  35. pulumi_aiven/gcp_vpc_peering_connection.py +49 -48
  36. pulumi_aiven/get_account.py +20 -9
  37. pulumi_aiven/get_account_authentication.py +31 -5
  38. pulumi_aiven/get_account_team.py +18 -5
  39. pulumi_aiven/get_account_team_member.py +29 -14
  40. pulumi_aiven/get_account_team_project.py +19 -6
  41. pulumi_aiven/get_alloydbomni.py +499 -0
  42. pulumi_aiven/get_alloydbomni_database.py +168 -0
  43. pulumi_aiven/get_alloydbomni_user.py +210 -0
  44. pulumi_aiven/get_aws_privatelink.py +33 -24
  45. pulumi_aiven/get_aws_vpc_peering_connection.py +56 -33
  46. pulumi_aiven/get_azure_privatelink.py +37 -26
  47. pulumi_aiven/get_azure_vpc_peering_connection.py +77 -28
  48. pulumi_aiven/get_billing_group.py +31 -8
  49. pulumi_aiven/get_cassanda.py +55 -23
  50. pulumi_aiven/get_cassandra.py +55 -23
  51. pulumi_aiven/get_cassandra_user.py +42 -30
  52. pulumi_aiven/get_clickhouse.py +55 -23
  53. pulumi_aiven/get_clickhouse_database.py +35 -26
  54. pulumi_aiven/get_clickhouse_user.py +40 -29
  55. pulumi_aiven/get_connection_pool.py +43 -30
  56. pulumi_aiven/get_dragonfly.py +499 -0
  57. pulumi_aiven/get_external_identity.py +160 -0
  58. pulumi_aiven/get_flink.py +55 -23
  59. pulumi_aiven/get_flink_application.py +44 -31
  60. pulumi_aiven/get_flink_application_version.py +55 -37
  61. pulumi_aiven/get_gcp_privatelink.py +63 -7
  62. pulumi_aiven/get_gcp_vpc_peering_connection.py +39 -28
  63. pulumi_aiven/get_grafana.py +55 -23
  64. pulumi_aiven/get_influx_db.py +41 -5
  65. pulumi_aiven/get_influxdb_database.py +18 -5
  66. pulumi_aiven/get_influxdb_user.py +21 -5
  67. pulumi_aiven/get_kafka.py +59 -25
  68. pulumi_aiven/get_kafka_acl.py +50 -37
  69. pulumi_aiven/get_kafka_connect.py +54 -36
  70. pulumi_aiven/get_kafka_connector.py +44 -28
  71. pulumi_aiven/get_kafka_mirror_maker.py +50 -32
  72. pulumi_aiven/get_kafka_schema.py +35 -23
  73. pulumi_aiven/get_kafka_schema_configuration.py +32 -21
  74. pulumi_aiven/get_kafka_schema_registry_acl.py +37 -20
  75. pulumi_aiven/get_kafka_topic.py +70 -29
  76. pulumi_aiven/get_kafka_user.py +42 -30
  77. pulumi_aiven/get_m3_aggregator.py +51 -19
  78. pulumi_aiven/get_m3_db.py +55 -23
  79. pulumi_aiven/get_m3db_user.py +38 -28
  80. pulumi_aiven/get_mirror_maker_replication_flow.py +86 -25
  81. pulumi_aiven/get_my_sql.py +50 -18
  82. pulumi_aiven/get_mysql_database.py +31 -22
  83. pulumi_aiven/get_mysql_user.py +36 -23
  84. pulumi_aiven/get_open_search.py +50 -18
  85. pulumi_aiven/get_open_search_acl_config.py +27 -19
  86. pulumi_aiven/get_open_search_acl_rule.py +37 -25
  87. pulumi_aiven/get_opensearch_security_plugin_config.py +29 -19
  88. pulumi_aiven/get_opensearch_user.py +32 -22
  89. pulumi_aiven/get_organization.py +25 -17
  90. pulumi_aiven/get_organization_application_user.py +176 -0
  91. pulumi_aiven/get_organization_user.py +18 -5
  92. pulumi_aiven/get_organization_user_group.py +48 -14
  93. pulumi_aiven/get_organization_user_list.py +121 -0
  94. pulumi_aiven/get_organizational_unit.py +26 -14
  95. pulumi_aiven/get_pg.py +55 -23
  96. pulumi_aiven/get_pg_database.py +39 -28
  97. pulumi_aiven/get_pg_user.py +44 -31
  98. pulumi_aiven/get_project.py +43 -26
  99. pulumi_aiven/get_project_user.py +27 -19
  100. pulumi_aiven/get_project_vpc.py +31 -23
  101. pulumi_aiven/get_redis.py +50 -18
  102. pulumi_aiven/get_redis_user.py +40 -26
  103. pulumi_aiven/get_service_component.py +40 -22
  104. pulumi_aiven/get_service_integration.py +163 -53
  105. pulumi_aiven/get_service_integration_endpoint.py +128 -37
  106. pulumi_aiven/get_thanos.py +499 -0
  107. pulumi_aiven/get_transit_gateway_vpc_attachment.py +35 -22
  108. pulumi_aiven/get_valkey.py +499 -0
  109. pulumi_aiven/get_valkey_user.py +218 -0
  110. pulumi_aiven/grafana.py +188 -322
  111. pulumi_aiven/influx_db.py +127 -90
  112. pulumi_aiven/influxdb_database.py +40 -55
  113. pulumi_aiven/influxdb_user.py +47 -42
  114. pulumi_aiven/kafka.py +157 -144
  115. pulumi_aiven/kafka_acl.py +64 -57
  116. pulumi_aiven/kafka_connect.py +201 -332
  117. pulumi_aiven/kafka_connector.py +67 -60
  118. pulumi_aiven/kafka_mirror_maker.py +137 -320
  119. pulumi_aiven/kafka_native_acl.py +588 -0
  120. pulumi_aiven/kafka_schema.py +63 -58
  121. pulumi_aiven/kafka_schema_configuration.py +25 -24
  122. pulumi_aiven/kafka_schema_registry_acl.py +80 -35
  123. pulumi_aiven/kafka_topic.py +184 -65
  124. pulumi_aiven/kafka_user.py +59 -58
  125. pulumi_aiven/m3_aggregator.py +174 -310
  126. pulumi_aiven/m3_db.py +190 -326
  127. pulumi_aiven/m3db_user.py +51 -50
  128. pulumi_aiven/mirror_maker_replication_flow.py +215 -55
  129. pulumi_aiven/my_sql.py +188 -324
  130. pulumi_aiven/mysql_database.py +32 -51
  131. pulumi_aiven/mysql_user.py +37 -36
  132. pulumi_aiven/open_search.py +126 -107
  133. pulumi_aiven/open_search_acl_config.py +33 -36
  134. pulumi_aiven/open_search_acl_rule.py +55 -54
  135. pulumi_aiven/opensearch_security_plugin_config.py +69 -16
  136. pulumi_aiven/opensearch_user.py +30 -29
  137. pulumi_aiven/organization.py +18 -17
  138. pulumi_aiven/organization_application_user.py +345 -0
  139. pulumi_aiven/organization_application_user_token.py +711 -0
  140. pulumi_aiven/organization_group_project.py +349 -0
  141. pulumi_aiven/organization_permission.py +421 -0
  142. pulumi_aiven/organization_user.py +25 -46
  143. pulumi_aiven/organization_user_group.py +64 -23
  144. pulumi_aiven/organization_user_group_member.py +359 -0
  145. pulumi_aiven/organizational_unit.py +41 -36
  146. pulumi_aiven/outputs.py +38355 -21458
  147. pulumi_aiven/pg.py +92 -88
  148. pulumi_aiven/pg_database.py +52 -71
  149. pulumi_aiven/pg_user.py +80 -65
  150. pulumi_aiven/project.py +111 -102
  151. pulumi_aiven/project_user.py +44 -35
  152. pulumi_aiven/project_vpc.py +58 -29
  153. pulumi_aiven/provider.py +5 -0
  154. pulumi_aiven/pulumi-plugin.json +2 -1
  155. pulumi_aiven/redis.py +161 -297
  156. pulumi_aiven/redis_user.py +58 -57
  157. pulumi_aiven/service_integration.py +511 -165
  158. pulumi_aiven/service_integration_endpoint.py +466 -158
  159. pulumi_aiven/static_ip.py +21 -16
  160. pulumi_aiven/thanos.py +1262 -0
  161. pulumi_aiven/transit_gateway_vpc_attachment.py +44 -58
  162. pulumi_aiven/valkey.py +1256 -0
  163. pulumi_aiven/valkey_user.py +606 -0
  164. {pulumi_aiven-6.13.0a1710156545.dist-info → pulumi_aiven-6.31.0a1736849214.dist-info}/METADATA +7 -6
  165. pulumi_aiven-6.31.0a1736849214.dist-info/RECORD +169 -0
  166. {pulumi_aiven-6.13.0a1710156545.dist-info → pulumi_aiven-6.31.0a1736849214.dist-info}/WHEEL +1 -1
  167. pulumi_aiven-6.13.0a1710156545.dist-info/RECORD +0 -146
  168. {pulumi_aiven-6.13.0a1710156545.dist-info → pulumi_aiven-6.31.0a1736849214.dist-info}/top_level.txt +0 -0
pulumi_aiven/get_flink.py CHANGED
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
  from . import outputs
12
17
 
@@ -115,7 +120,7 @@ class GetFlinkResult:
115
120
  @pulumi.getter(name="additionalDiskSpace")
116
121
  def additional_disk_space(self) -> str:
117
122
  """
118
- Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
123
+ Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
119
124
  """
120
125
  return pulumi.get(self, "additional_disk_space")
121
126
 
@@ -179,7 +184,7 @@ class GetFlinkResult:
179
184
  @pulumi.getter(name="flinkUserConfigs")
180
185
  def flink_user_configs(self) -> Sequence['outputs.GetFlinkFlinkUserConfigResult']:
181
186
  """
182
- Flink user configurable settings
187
+ Flink user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
183
188
  """
184
189
  return pulumi.get(self, "flink_user_configs")
185
190
 
@@ -187,7 +192,7 @@ class GetFlinkResult:
187
192
  @pulumi.getter
188
193
  def flinks(self) -> Sequence['outputs.GetFlinkFlinkResult']:
189
194
  """
190
- Flink server provided values
195
+ Values provided by the Flink server.
191
196
  """
192
197
  return pulumi.get(self, "flinks")
193
198
 
@@ -219,7 +224,7 @@ class GetFlinkResult:
219
224
  @pulumi.getter
220
225
  def plan(self) -> str:
221
226
  """
222
- Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
227
+ Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
223
228
  """
224
229
  return pulumi.get(self, "plan")
225
230
 
@@ -227,7 +232,7 @@ class GetFlinkResult:
227
232
  @pulumi.getter
228
233
  def project(self) -> str:
229
234
  """
230
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
235
+ 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
236
  """
232
237
  return pulumi.get(self, "project")
233
238
 
@@ -331,7 +336,7 @@ class GetFlinkResult:
331
336
  @pulumi.getter(name="techEmails")
332
337
  def tech_emails(self) -> Sequence['outputs.GetFlinkTechEmailResult']:
333
338
  """
334
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
339
+ 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
340
  """
336
341
  return pulumi.get(self, "tech_emails")
337
342
 
@@ -385,22 +390,20 @@ def get_flink(project: Optional[str] = None,
385
390
  service_name: Optional[str] = None,
386
391
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetFlinkResult:
387
392
  """
388
- The Flink data source provides information about the existing Aiven Flink service.
393
+ Gets information about an Aiven for Apache Flink® service.
389
394
 
390
395
  ## Example Usage
391
396
 
392
- <!--Start PulumiCodeChooser -->
393
397
  ```python
394
398
  import pulumi
395
399
  import pulumi_aiven as aiven
396
400
 
397
- flink = aiven.get_flink(project=data["aiven_project"]["pr1"]["project"],
398
- service_name="<SERVICE_NAME>")
401
+ example_flink = aiven.get_flink(project=example_project["project"],
402
+ service_name="example-flink-service")
399
403
  ```
400
- <!--End PulumiCodeChooser -->
401
404
 
402
405
 
403
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
406
+ :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
407
  :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
408
  """
406
409
  __args__ = dict()
@@ -439,29 +442,58 @@ def get_flink(project: Optional[str] = None,
439
442
  tags=pulumi.get(__ret__, 'tags'),
440
443
  tech_emails=pulumi.get(__ret__, 'tech_emails'),
441
444
  termination_protection=pulumi.get(__ret__, 'termination_protection'))
442
-
443
-
444
- @_utilities.lift_output_func(get_flink)
445
445
  def get_flink_output(project: Optional[pulumi.Input[str]] = None,
446
446
  service_name: Optional[pulumi.Input[str]] = None,
447
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetFlinkResult]:
447
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetFlinkResult]:
448
448
  """
449
- The Flink data source provides information about the existing Aiven Flink service.
449
+ Gets information about an Aiven for Apache Flink® service.
450
450
 
451
451
  ## Example Usage
452
452
 
453
- <!--Start PulumiCodeChooser -->
454
453
  ```python
455
454
  import pulumi
456
455
  import pulumi_aiven as aiven
457
456
 
458
- flink = aiven.get_flink(project=data["aiven_project"]["pr1"]["project"],
459
- service_name="<SERVICE_NAME>")
457
+ example_flink = aiven.get_flink(project=example_project["project"],
458
+ service_name="example-flink-service")
460
459
  ```
461
- <!--End PulumiCodeChooser -->
462
460
 
463
461
 
464
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
462
+ :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
463
  :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
464
  """
467
- ...
465
+ __args__ = dict()
466
+ __args__['project'] = project
467
+ __args__['serviceName'] = service_name
468
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
469
+ __ret__ = pulumi.runtime.invoke_output('aiven:index/getFlink:getFlink', __args__, opts=opts, typ=GetFlinkResult)
470
+ return __ret__.apply(lambda __response__: GetFlinkResult(
471
+ additional_disk_space=pulumi.get(__response__, 'additional_disk_space'),
472
+ cloud_name=pulumi.get(__response__, 'cloud_name'),
473
+ components=pulumi.get(__response__, 'components'),
474
+ disk_space=pulumi.get(__response__, 'disk_space'),
475
+ disk_space_cap=pulumi.get(__response__, 'disk_space_cap'),
476
+ disk_space_default=pulumi.get(__response__, 'disk_space_default'),
477
+ disk_space_step=pulumi.get(__response__, 'disk_space_step'),
478
+ disk_space_used=pulumi.get(__response__, 'disk_space_used'),
479
+ flink_user_configs=pulumi.get(__response__, 'flink_user_configs'),
480
+ flinks=pulumi.get(__response__, 'flinks'),
481
+ id=pulumi.get(__response__, 'id'),
482
+ maintenance_window_dow=pulumi.get(__response__, 'maintenance_window_dow'),
483
+ maintenance_window_time=pulumi.get(__response__, 'maintenance_window_time'),
484
+ plan=pulumi.get(__response__, 'plan'),
485
+ project=pulumi.get(__response__, 'project'),
486
+ project_vpc_id=pulumi.get(__response__, 'project_vpc_id'),
487
+ service_host=pulumi.get(__response__, 'service_host'),
488
+ service_integrations=pulumi.get(__response__, 'service_integrations'),
489
+ service_name=pulumi.get(__response__, 'service_name'),
490
+ service_password=pulumi.get(__response__, 'service_password'),
491
+ service_port=pulumi.get(__response__, 'service_port'),
492
+ service_type=pulumi.get(__response__, 'service_type'),
493
+ service_uri=pulumi.get(__response__, 'service_uri'),
494
+ service_username=pulumi.get(__response__, 'service_username'),
495
+ state=pulumi.get(__response__, 'state'),
496
+ static_ips=pulumi.get(__response__, 'static_ips'),
497
+ tags=pulumi.get(__response__, 'tags'),
498
+ tech_emails=pulumi.get(__response__, 'tech_emails'),
499
+ termination_protection=pulumi.get(__response__, 'termination_protection')))
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
 
12
17
  __all__ = [
@@ -54,7 +59,7 @@ class GetFlinkApplicationResult:
54
59
  @pulumi.getter(name="applicationId")
55
60
  def application_id(self) -> str:
56
61
  """
57
- Application ID
62
+ Application ID.
58
63
  """
59
64
  return pulumi.get(self, "application_id")
60
65
 
@@ -62,7 +67,7 @@ class GetFlinkApplicationResult:
62
67
  @pulumi.getter(name="createdAt")
63
68
  def created_at(self) -> str:
64
69
  """
65
- Application creation time
70
+ Application creation time.
66
71
  """
67
72
  return pulumi.get(self, "created_at")
68
73
 
@@ -70,7 +75,7 @@ class GetFlinkApplicationResult:
70
75
  @pulumi.getter(name="createdBy")
71
76
  def created_by(self) -> str:
72
77
  """
73
- Application creator
78
+ The user who created the application.
74
79
  """
75
80
  return pulumi.get(self, "created_by")
76
81
 
@@ -86,7 +91,7 @@ class GetFlinkApplicationResult:
86
91
  @pulumi.getter
87
92
  def name(self) -> str:
88
93
  """
89
- Application name
94
+ The name of the application.
90
95
  """
91
96
  return pulumi.get(self, "name")
92
97
 
@@ -94,7 +99,7 @@ class GetFlinkApplicationResult:
94
99
  @pulumi.getter
95
100
  def project(self) -> str:
96
101
  """
97
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
102
+ 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
103
  """
99
104
  return pulumi.get(self, "project")
100
105
 
@@ -102,7 +107,7 @@ class GetFlinkApplicationResult:
102
107
  @pulumi.getter(name="serviceName")
103
108
  def service_name(self) -> str:
104
109
  """
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. This property cannot be changed, doing so forces recreation of the resource.
110
+ 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
111
  """
107
112
  return pulumi.get(self, "service_name")
108
113
 
@@ -110,7 +115,7 @@ class GetFlinkApplicationResult:
110
115
  @pulumi.getter(name="updatedAt")
111
116
  def updated_at(self) -> str:
112
117
  """
113
- Application update time
118
+ When the application was updated.
114
119
  """
115
120
  return pulumi.get(self, "updated_at")
116
121
 
@@ -118,7 +123,7 @@ class GetFlinkApplicationResult:
118
123
  @pulumi.getter(name="updatedBy")
119
124
  def updated_by(self) -> str:
120
125
  """
121
- Application updater
126
+ The user who updated the application.
122
127
  """
123
128
  return pulumi.get(self, "updated_by")
124
129
 
@@ -145,25 +150,23 @@ def get_flink_application(name: Optional[str] = None,
145
150
  service_name: Optional[str] = None,
146
151
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetFlinkApplicationResult:
147
152
  """
148
- The Flink Application data source provides information about the existing Aiven Flink Application.
153
+ Gets information about an Aiven for Apache Flink® application.
149
154
 
150
155
  ## Example Usage
151
156
 
152
- <!--Start PulumiCodeChooser -->
153
157
  ```python
154
158
  import pulumi
155
159
  import pulumi_aiven as aiven
156
160
 
157
- app1 = aiven.get_flink_application(project=data["aiven_project"]["pr1"]["project"],
158
- service_name="<SERVICE_NAME>",
159
- name="<APPLICATION_NAME>")
161
+ example_app = aiven.get_flink_application(project=example_project["project"],
162
+ service_name="example-flink-service",
163
+ name="example-app")
160
164
  ```
161
- <!--End PulumiCodeChooser -->
162
165
 
163
166
 
164
- :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. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
167
+ :param str name: The name of the application.
168
+ :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.
169
+ :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
170
  """
168
171
  __args__ = dict()
169
172
  __args__['name'] = name
@@ -182,32 +185,42 @@ def get_flink_application(name: Optional[str] = None,
182
185
  service_name=pulumi.get(__ret__, 'service_name'),
183
186
  updated_at=pulumi.get(__ret__, 'updated_at'),
184
187
  updated_by=pulumi.get(__ret__, 'updated_by'))
185
-
186
-
187
- @_utilities.lift_output_func(get_flink_application)
188
188
  def get_flink_application_output(name: Optional[pulumi.Input[str]] = None,
189
189
  project: Optional[pulumi.Input[str]] = None,
190
190
  service_name: Optional[pulumi.Input[str]] = None,
191
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetFlinkApplicationResult]:
191
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetFlinkApplicationResult]:
192
192
  """
193
- The Flink Application data source provides information about the existing Aiven Flink Application.
193
+ Gets information about an Aiven for Apache Flink® application.
194
194
 
195
195
  ## Example Usage
196
196
 
197
- <!--Start PulumiCodeChooser -->
198
197
  ```python
199
198
  import pulumi
200
199
  import pulumi_aiven as aiven
201
200
 
202
- app1 = aiven.get_flink_application(project=data["aiven_project"]["pr1"]["project"],
203
- service_name="<SERVICE_NAME>",
204
- name="<APPLICATION_NAME>")
201
+ example_app = aiven.get_flink_application(project=example_project["project"],
202
+ service_name="example-flink-service",
203
+ name="example-app")
205
204
  ```
206
- <!--End PulumiCodeChooser -->
207
205
 
208
206
 
209
- :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. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
207
+ :param str name: The name of the application.
208
+ :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.
209
+ :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
210
  """
213
- ...
211
+ __args__ = dict()
212
+ __args__['name'] = name
213
+ __args__['project'] = project
214
+ __args__['serviceName'] = service_name
215
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
216
+ __ret__ = pulumi.runtime.invoke_output('aiven:index/getFlinkApplication:getFlinkApplication', __args__, opts=opts, typ=GetFlinkApplicationResult)
217
+ return __ret__.apply(lambda __response__: GetFlinkApplicationResult(
218
+ application_id=pulumi.get(__response__, 'application_id'),
219
+ created_at=pulumi.get(__response__, 'created_at'),
220
+ created_by=pulumi.get(__response__, 'created_by'),
221
+ id=pulumi.get(__response__, 'id'),
222
+ name=pulumi.get(__response__, 'name'),
223
+ project=pulumi.get(__response__, 'project'),
224
+ service_name=pulumi.get(__response__, 'service_name'),
225
+ updated_at=pulumi.get(__response__, 'updated_at'),
226
+ updated_by=pulumi.get(__response__, 'updated_by')))
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
  from . import outputs
12
17
 
@@ -67,7 +72,7 @@ class GetFlinkApplicationVersionResult:
67
72
  @pulumi.getter(name="applicationId")
68
73
  def application_id(self) -> str:
69
74
  """
70
- Application ID
75
+ Application ID.
71
76
  """
72
77
  return pulumi.get(self, "application_id")
73
78
 
@@ -75,7 +80,7 @@ class GetFlinkApplicationVersionResult:
75
80
  @pulumi.getter(name="applicationVersionId")
76
81
  def application_version_id(self) -> str:
77
82
  """
78
- Application version ID
83
+ Application version ID.
79
84
  """
80
85
  return pulumi.get(self, "application_version_id")
81
86
 
@@ -83,7 +88,7 @@ class GetFlinkApplicationVersionResult:
83
88
  @pulumi.getter(name="createdAt")
84
89
  def created_at(self) -> str:
85
90
  """
86
- Application version creation time
91
+ Application version creation time.
87
92
  """
88
93
  return pulumi.get(self, "created_at")
89
94
 
@@ -91,7 +96,7 @@ class GetFlinkApplicationVersionResult:
91
96
  @pulumi.getter(name="createdBy")
92
97
  def created_by(self) -> str:
93
98
  """
94
- Application version creator
99
+ The user who created the application.
95
100
  """
96
101
  return pulumi.get(self, "created_by")
97
102
 
@@ -107,7 +112,7 @@ class GetFlinkApplicationVersionResult:
107
112
  @pulumi.getter
108
113
  def project(self) -> str:
109
114
  """
110
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
115
+ 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
116
  """
112
117
  return pulumi.get(self, "project")
113
118
 
@@ -115,7 +120,7 @@ class GetFlinkApplicationVersionResult:
115
120
  @pulumi.getter(name="serviceName")
116
121
  def service_name(self) -> str:
117
122
  """
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. This property cannot be changed, doing so forces recreation of the resource.
123
+ 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
124
  """
120
125
  return pulumi.get(self, "service_name")
121
126
 
@@ -123,7 +128,7 @@ class GetFlinkApplicationVersionResult:
123
128
  @pulumi.getter
124
129
  def sink(self) -> Sequence['outputs.GetFlinkApplicationVersionSinkResult']:
125
130
  """
126
- Application sink
131
+ The sink table for the application.
127
132
  """
128
133
  return pulumi.get(self, "sink")
129
134
 
@@ -139,7 +144,7 @@ class GetFlinkApplicationVersionResult:
139
144
  @pulumi.getter
140
145
  def source(self) -> Sequence['outputs.GetFlinkApplicationVersionSourceResult']:
141
146
  """
142
- Application source
147
+ The source table for the application.
143
148
  """
144
149
  return pulumi.get(self, "source")
145
150
 
@@ -155,7 +160,7 @@ class GetFlinkApplicationVersionResult:
155
160
  @pulumi.getter
156
161
  def statement(self) -> str:
157
162
  """
158
- Job SQL statement
163
+ Job SQL statement.
159
164
  """
160
165
  return pulumi.get(self, "statement")
161
166
 
@@ -163,7 +168,7 @@ class GetFlinkApplicationVersionResult:
163
168
  @pulumi.getter
164
169
  def version(self) -> int:
165
170
  """
166
- Application version number
171
+ Application version number.
167
172
  """
168
173
  return pulumi.get(self, "version")
169
174
 
@@ -195,27 +200,25 @@ def get_flink_application_version(application_id: Optional[str] = None,
195
200
  service_name: Optional[str] = None,
196
201
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetFlinkApplicationVersionResult:
197
202
  """
198
- The Flink Application Version data source provides information about the existing Aiven Flink Application Version.
203
+ Gets information about an Aiven for Apache Flink® application version.
199
204
 
200
205
  ## Example Usage
201
206
 
202
- <!--Start PulumiCodeChooser -->
203
207
  ```python
204
208
  import pulumi
205
209
  import pulumi_aiven as aiven
206
210
 
207
- app1 = aiven.get_flink_application_version(project=data["aiven_project"]["pr1"]["project"],
208
- service_name="<SERVICE_NAME>",
209
- application_id="<APPLICATION_ID>",
210
- application_version_id="<APPLICATION_VERSION_ID>")
211
+ main = aiven.get_flink_application_version(project=example_project["project"],
212
+ service_name=example_flink["serviceName"],
213
+ application_id=example_app["applicationId"],
214
+ application_version_id="d6e7f71c-cadf-49b5-a4ad-126c805fe684")
211
215
  ```
212
- <!--End PulumiCodeChooser -->
213
216
 
214
217
 
215
- :param str application_id: Application ID
216
- :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. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
218
+ :param str application_id: Application ID.
219
+ :param str application_version_id: Application version ID.
220
+ :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.
221
+ :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
222
  """
220
223
  __args__ = dict()
221
224
  __args__['applicationId'] = application_id
@@ -239,35 +242,50 @@ def get_flink_application_version(application_id: Optional[str] = None,
239
242
  sources=pulumi.get(__ret__, 'sources'),
240
243
  statement=pulumi.get(__ret__, 'statement'),
241
244
  version=pulumi.get(__ret__, 'version'))
242
-
243
-
244
- @_utilities.lift_output_func(get_flink_application_version)
245
245
  def get_flink_application_version_output(application_id: Optional[pulumi.Input[str]] = None,
246
246
  application_version_id: Optional[pulumi.Input[str]] = None,
247
247
  project: Optional[pulumi.Input[str]] = None,
248
248
  service_name: Optional[pulumi.Input[str]] = None,
249
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetFlinkApplicationVersionResult]:
249
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetFlinkApplicationVersionResult]:
250
250
  """
251
- The Flink Application Version data source provides information about the existing Aiven Flink Application Version.
251
+ Gets information about an Aiven for Apache Flink® application version.
252
252
 
253
253
  ## Example Usage
254
254
 
255
- <!--Start PulumiCodeChooser -->
256
255
  ```python
257
256
  import pulumi
258
257
  import pulumi_aiven as aiven
259
258
 
260
- app1 = aiven.get_flink_application_version(project=data["aiven_project"]["pr1"]["project"],
261
- service_name="<SERVICE_NAME>",
262
- application_id="<APPLICATION_ID>",
263
- application_version_id="<APPLICATION_VERSION_ID>")
259
+ main = aiven.get_flink_application_version(project=example_project["project"],
260
+ service_name=example_flink["serviceName"],
261
+ application_id=example_app["applicationId"],
262
+ application_version_id="d6e7f71c-cadf-49b5-a4ad-126c805fe684")
264
263
  ```
265
- <!--End PulumiCodeChooser -->
266
264
 
267
265
 
268
- :param str application_id: Application ID
269
- :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. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.
266
+ :param str application_id: Application ID.
267
+ :param str application_version_id: Application version ID.
268
+ :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.
269
+ :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
270
  """
273
- ...
271
+ __args__ = dict()
272
+ __args__['applicationId'] = application_id
273
+ __args__['applicationVersionId'] = application_version_id
274
+ __args__['project'] = project
275
+ __args__['serviceName'] = service_name
276
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
277
+ __ret__ = pulumi.runtime.invoke_output('aiven:index/getFlinkApplicationVersion:getFlinkApplicationVersion', __args__, opts=opts, typ=GetFlinkApplicationVersionResult)
278
+ return __ret__.apply(lambda __response__: GetFlinkApplicationVersionResult(
279
+ application_id=pulumi.get(__response__, 'application_id'),
280
+ application_version_id=pulumi.get(__response__, 'application_version_id'),
281
+ created_at=pulumi.get(__response__, 'created_at'),
282
+ created_by=pulumi.get(__response__, 'created_by'),
283
+ id=pulumi.get(__response__, 'id'),
284
+ project=pulumi.get(__response__, 'project'),
285
+ service_name=pulumi.get(__response__, 'service_name'),
286
+ sink=pulumi.get(__response__, 'sink'),
287
+ sinks=pulumi.get(__response__, 'sinks'),
288
+ source=pulumi.get(__response__, 'source'),
289
+ sources=pulumi.get(__response__, 'sources'),
290
+ statement=pulumi.get(__response__, 'statement'),
291
+ version=pulumi.get(__response__, 'version')))