pulumi-aiven 6.12.0a1708492523__py3-none-any.whl → 6.13.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 (138) hide show
  1. pulumi_aiven/__init__.py +28 -0
  2. pulumi_aiven/_inputs.py +2973 -1323
  3. pulumi_aiven/account.py +40 -32
  4. pulumi_aiven/account_authentication.py +8 -4
  5. pulumi_aiven/account_team.py +36 -4
  6. pulumi_aiven/account_team_member.py +69 -35
  7. pulumi_aiven/account_team_project.py +52 -12
  8. pulumi_aiven/aws_privatelink.py +43 -39
  9. pulumi_aiven/aws_vpc_peering_connection.py +66 -52
  10. pulumi_aiven/azure_privatelink.py +53 -49
  11. pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
  12. pulumi_aiven/azure_vpc_peering_connection.py +80 -68
  13. pulumi_aiven/billing_group.py +6 -2
  14. pulumi_aiven/cassandra.py +17 -13
  15. pulumi_aiven/cassandra_user.py +27 -23
  16. pulumi_aiven/clickhouse.py +13 -9
  17. pulumi_aiven/clickhouse_database.py +27 -23
  18. pulumi_aiven/clickhouse_grant.py +46 -42
  19. pulumi_aiven/clickhouse_role.py +27 -23
  20. pulumi_aiven/clickhouse_user.py +27 -23
  21. pulumi_aiven/connection_pool.py +34 -30
  22. pulumi_aiven/dragonfly.py +1344 -0
  23. pulumi_aiven/flink.py +13 -9
  24. pulumi_aiven/flink_application.py +20 -16
  25. pulumi_aiven/flink_application_deployment.py +14 -14
  26. pulumi_aiven/flink_application_version.py +16 -16
  27. pulumi_aiven/gcp_privatelink.py +26 -26
  28. pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
  29. pulumi_aiven/gcp_vpc_peering_connection.py +41 -37
  30. pulumi_aiven/get_account.py +4 -0
  31. pulumi_aiven/get_account_team_member.py +9 -9
  32. pulumi_aiven/get_aws_privatelink.py +19 -15
  33. pulumi_aiven/get_aws_vpc_peering_connection.py +37 -23
  34. pulumi_aiven/get_azure_privatelink.py +21 -17
  35. pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
  36. pulumi_aiven/get_cassanda.py +7 -3
  37. pulumi_aiven/get_cassandra.py +7 -3
  38. pulumi_aiven/get_cassandra_user.py +13 -9
  39. pulumi_aiven/get_clickhouse.py +7 -3
  40. pulumi_aiven/get_clickhouse_database.py +13 -9
  41. pulumi_aiven/get_clickhouse_user.py +13 -9
  42. pulumi_aiven/get_connection_pool.py +14 -10
  43. pulumi_aiven/get_dragonfly.py +443 -0
  44. pulumi_aiven/get_flink.py +7 -3
  45. pulumi_aiven/get_flink_application.py +10 -6
  46. pulumi_aiven/get_flink_application_version.py +10 -6
  47. pulumi_aiven/get_gcp_vpc_peering_connection.py +22 -18
  48. pulumi_aiven/get_grafana.py +7 -3
  49. pulumi_aiven/get_influx_db.py +2 -114
  50. pulumi_aiven/get_influxdb_database.py +2 -21
  51. pulumi_aiven/get_influxdb_user.py +2 -55
  52. pulumi_aiven/get_kafka.py +7 -3
  53. pulumi_aiven/get_kafka_acl.py +19 -15
  54. pulumi_aiven/get_kafka_connect.py +7 -3
  55. pulumi_aiven/get_kafka_connector.py +13 -9
  56. pulumi_aiven/get_kafka_mirror_maker.py +7 -3
  57. pulumi_aiven/get_kafka_schema.py +13 -9
  58. pulumi_aiven/get_kafka_schema_configuration.py +11 -7
  59. pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
  60. pulumi_aiven/get_kafka_topic.py +13 -9
  61. pulumi_aiven/get_kafka_user.py +13 -9
  62. pulumi_aiven/get_m3_aggregator.py +7 -3
  63. pulumi_aiven/get_m3_db.py +7 -3
  64. pulumi_aiven/get_m3db_user.py +13 -9
  65. pulumi_aiven/get_mirror_maker_replication_flow.py +10 -6
  66. pulumi_aiven/get_my_sql.py +7 -3
  67. pulumi_aiven/get_mysql_database.py +13 -9
  68. pulumi_aiven/get_mysql_user.py +13 -9
  69. pulumi_aiven/get_open_search.py +7 -3
  70. pulumi_aiven/get_open_search_acl_config.py +10 -6
  71. pulumi_aiven/get_open_search_acl_rule.py +16 -12
  72. pulumi_aiven/get_opensearch_security_plugin_config.py +10 -6
  73. pulumi_aiven/get_opensearch_user.py +13 -9
  74. pulumi_aiven/get_organization.py +12 -8
  75. pulumi_aiven/get_organization_user_group.py +33 -9
  76. pulumi_aiven/get_organizational_unit.py +9 -9
  77. pulumi_aiven/get_pg.py +7 -3
  78. pulumi_aiven/get_pg_database.py +15 -11
  79. pulumi_aiven/get_pg_user.py +13 -9
  80. pulumi_aiven/get_project.py +4 -0
  81. pulumi_aiven/get_project_user.py +10 -6
  82. pulumi_aiven/get_project_vpc.py +15 -13
  83. pulumi_aiven/get_redis.py +7 -3
  84. pulumi_aiven/get_redis_user.py +17 -13
  85. pulumi_aiven/get_service_component.py +4 -0
  86. pulumi_aiven/get_service_integration.py +68 -6
  87. pulumi_aiven/get_service_integration_endpoint.py +5 -1
  88. pulumi_aiven/get_transit_gateway_vpc_attachment.py +13 -9
  89. pulumi_aiven/grafana.py +13 -9
  90. pulumi_aiven/influx_db.py +239 -138
  91. pulumi_aiven/influxdb_database.py +37 -25
  92. pulumi_aiven/influxdb_user.py +44 -63
  93. pulumi_aiven/kafka.py +19 -15
  94. pulumi_aiven/kafka_acl.py +41 -37
  95. pulumi_aiven/kafka_connect.py +13 -9
  96. pulumi_aiven/kafka_connector.py +29 -25
  97. pulumi_aiven/kafka_mirror_maker.py +13 -9
  98. pulumi_aiven/kafka_schema.py +53 -45
  99. pulumi_aiven/kafka_schema_configuration.py +20 -16
  100. pulumi_aiven/kafka_schema_registry_acl.py +35 -35
  101. pulumi_aiven/kafka_topic.py +23 -23
  102. pulumi_aiven/kafka_user.py +27 -23
  103. pulumi_aiven/m3_aggregator.py +13 -9
  104. pulumi_aiven/m3_db.py +13 -9
  105. pulumi_aiven/m3db_user.py +27 -23
  106. pulumi_aiven/mirror_maker_replication_flow.py +56 -50
  107. pulumi_aiven/my_sql.py +13 -9
  108. pulumi_aiven/mysql_database.py +27 -23
  109. pulumi_aiven/mysql_user.py +27 -23
  110. pulumi_aiven/open_search.py +17 -13
  111. pulumi_aiven/open_search_acl_config.py +20 -16
  112. pulumi_aiven/open_search_acl_rule.py +34 -30
  113. pulumi_aiven/opensearch_security_plugin_config.py +68 -16
  114. pulumi_aiven/opensearch_user.py +27 -23
  115. pulumi_aiven/organization.py +14 -10
  116. pulumi_aiven/organization_group_project.py +290 -0
  117. pulumi_aiven/organization_user.py +20 -18
  118. pulumi_aiven/organization_user_group.py +77 -38
  119. pulumi_aiven/organization_user_group_member.py +352 -0
  120. pulumi_aiven/organizational_unit.py +36 -32
  121. pulumi_aiven/outputs.py +4004 -1363
  122. pulumi_aiven/pg.py +16 -16
  123. pulumi_aiven/pg_database.py +41 -37
  124. pulumi_aiven/pg_user.py +27 -23
  125. pulumi_aiven/project.py +28 -2
  126. pulumi_aiven/project_user.py +20 -16
  127. pulumi_aiven/project_vpc.py +25 -25
  128. pulumi_aiven/redis.py +13 -9
  129. pulumi_aiven/redis_user.py +55 -51
  130. pulumi_aiven/service_integration.py +207 -15
  131. pulumi_aiven/service_integration_endpoint.py +7 -7
  132. pulumi_aiven/static_ip.py +14 -14
  133. pulumi_aiven/transit_gateway_vpc_attachment.py +27 -23
  134. {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.dist-info}/METADATA +1 -1
  135. pulumi_aiven-6.13.0.dist-info/RECORD +150 -0
  136. {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.dist-info}/WHEEL +1 -1
  137. pulumi_aiven-6.12.0a1708492523.dist-info/RECORD +0 -146
  138. {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,443 @@
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
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetDragonflyResult',
15
+ 'AwaitableGetDragonflyResult',
16
+ 'get_dragonfly',
17
+ 'get_dragonfly_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetDragonflyResult:
22
+ """
23
+ A collection of values returned by getDragonfly.
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):
26
+ if additional_disk_space and not isinstance(additional_disk_space, str):
27
+ raise TypeError("Expected argument 'additional_disk_space' to be a str")
28
+ pulumi.set(__self__, "additional_disk_space", additional_disk_space)
29
+ if cloud_name and not isinstance(cloud_name, str):
30
+ raise TypeError("Expected argument 'cloud_name' to be a str")
31
+ pulumi.set(__self__, "cloud_name", cloud_name)
32
+ if components and not isinstance(components, list):
33
+ raise TypeError("Expected argument 'components' to be a list")
34
+ pulumi.set(__self__, "components", components)
35
+ if disk_space and not isinstance(disk_space, str):
36
+ raise TypeError("Expected argument 'disk_space' to be a str")
37
+ pulumi.set(__self__, "disk_space", disk_space)
38
+ if disk_space_cap and not isinstance(disk_space_cap, str):
39
+ raise TypeError("Expected argument 'disk_space_cap' to be a str")
40
+ pulumi.set(__self__, "disk_space_cap", disk_space_cap)
41
+ if disk_space_default and not isinstance(disk_space_default, str):
42
+ raise TypeError("Expected argument 'disk_space_default' to be a str")
43
+ pulumi.set(__self__, "disk_space_default", disk_space_default)
44
+ if disk_space_step and not isinstance(disk_space_step, str):
45
+ raise TypeError("Expected argument 'disk_space_step' to be a str")
46
+ pulumi.set(__self__, "disk_space_step", disk_space_step)
47
+ if disk_space_used and not isinstance(disk_space_used, str):
48
+ raise TypeError("Expected argument 'disk_space_used' to be a str")
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
+ if dragonfly_user_configs and not isinstance(dragonfly_user_configs, list):
54
+ raise TypeError("Expected argument 'dragonfly_user_configs' to be a list")
55
+ pulumi.set(__self__, "dragonfly_user_configs", dragonfly_user_configs)
56
+ if id and not isinstance(id, str):
57
+ raise TypeError("Expected argument 'id' to be a str")
58
+ pulumi.set(__self__, "id", id)
59
+ if maintenance_window_dow and not isinstance(maintenance_window_dow, str):
60
+ raise TypeError("Expected argument 'maintenance_window_dow' to be a str")
61
+ pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
62
+ if maintenance_window_time and not isinstance(maintenance_window_time, str):
63
+ raise TypeError("Expected argument 'maintenance_window_time' to be a str")
64
+ pulumi.set(__self__, "maintenance_window_time", maintenance_window_time)
65
+ if plan and not isinstance(plan, str):
66
+ raise TypeError("Expected argument 'plan' to be a str")
67
+ pulumi.set(__self__, "plan", plan)
68
+ if project and not isinstance(project, str):
69
+ raise TypeError("Expected argument 'project' to be a str")
70
+ pulumi.set(__self__, "project", project)
71
+ if project_vpc_id and not isinstance(project_vpc_id, str):
72
+ raise TypeError("Expected argument 'project_vpc_id' to be a str")
73
+ pulumi.set(__self__, "project_vpc_id", project_vpc_id)
74
+ if service_host and not isinstance(service_host, str):
75
+ raise TypeError("Expected argument 'service_host' to be a str")
76
+ pulumi.set(__self__, "service_host", service_host)
77
+ if service_integrations and not isinstance(service_integrations, list):
78
+ raise TypeError("Expected argument 'service_integrations' to be a list")
79
+ pulumi.set(__self__, "service_integrations", service_integrations)
80
+ if service_name and not isinstance(service_name, str):
81
+ raise TypeError("Expected argument 'service_name' to be a str")
82
+ pulumi.set(__self__, "service_name", service_name)
83
+ if service_password and not isinstance(service_password, str):
84
+ raise TypeError("Expected argument 'service_password' to be a str")
85
+ pulumi.set(__self__, "service_password", service_password)
86
+ if service_port and not isinstance(service_port, int):
87
+ raise TypeError("Expected argument 'service_port' to be a int")
88
+ pulumi.set(__self__, "service_port", service_port)
89
+ if service_type and not isinstance(service_type, str):
90
+ raise TypeError("Expected argument 'service_type' to be a str")
91
+ pulumi.set(__self__, "service_type", service_type)
92
+ if service_uri and not isinstance(service_uri, str):
93
+ raise TypeError("Expected argument 'service_uri' to be a str")
94
+ pulumi.set(__self__, "service_uri", service_uri)
95
+ if service_username and not isinstance(service_username, str):
96
+ raise TypeError("Expected argument 'service_username' to be a str")
97
+ pulumi.set(__self__, "service_username", service_username)
98
+ if state and not isinstance(state, str):
99
+ raise TypeError("Expected argument 'state' to be a str")
100
+ pulumi.set(__self__, "state", state)
101
+ if static_ips and not isinstance(static_ips, list):
102
+ raise TypeError("Expected argument 'static_ips' to be a list")
103
+ pulumi.set(__self__, "static_ips", static_ips)
104
+ if tags and not isinstance(tags, list):
105
+ raise TypeError("Expected argument 'tags' to be a list")
106
+ pulumi.set(__self__, "tags", tags)
107
+ if tech_emails and not isinstance(tech_emails, list):
108
+ raise TypeError("Expected argument 'tech_emails' to be a list")
109
+ pulumi.set(__self__, "tech_emails", tech_emails)
110
+ if termination_protection and not isinstance(termination_protection, bool):
111
+ raise TypeError("Expected argument 'termination_protection' to be a bool")
112
+ pulumi.set(__self__, "termination_protection", termination_protection)
113
+
114
+ @property
115
+ @pulumi.getter(name="additionalDiskSpace")
116
+ def additional_disk_space(self) -> str:
117
+ """
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.
119
+ """
120
+ return pulumi.get(self, "additional_disk_space")
121
+
122
+ @property
123
+ @pulumi.getter(name="cloudName")
124
+ def cloud_name(self) -> str:
125
+ """
126
+ Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
127
+ """
128
+ return pulumi.get(self, "cloud_name")
129
+
130
+ @property
131
+ @pulumi.getter
132
+ def components(self) -> Sequence['outputs.GetDragonflyComponentResult']:
133
+ """
134
+ Service component information objects
135
+ """
136
+ return pulumi.get(self, "components")
137
+
138
+ @property
139
+ @pulumi.getter(name="diskSpace")
140
+ def disk_space(self) -> str:
141
+ """
142
+ Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
143
+ """
144
+ return pulumi.get(self, "disk_space")
145
+
146
+ @property
147
+ @pulumi.getter(name="diskSpaceCap")
148
+ def disk_space_cap(self) -> str:
149
+ """
150
+ The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
151
+ """
152
+ return pulumi.get(self, "disk_space_cap")
153
+
154
+ @property
155
+ @pulumi.getter(name="diskSpaceDefault")
156
+ def disk_space_default(self) -> str:
157
+ """
158
+ The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
159
+ """
160
+ return pulumi.get(self, "disk_space_default")
161
+
162
+ @property
163
+ @pulumi.getter(name="diskSpaceStep")
164
+ def disk_space_step(self) -> str:
165
+ """
166
+ The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
167
+ """
168
+ return pulumi.get(self, "disk_space_step")
169
+
170
+ @property
171
+ @pulumi.getter(name="diskSpaceUsed")
172
+ def disk_space_used(self) -> str:
173
+ """
174
+ Disk space that service is currently using
175
+ """
176
+ return pulumi.get(self, "disk_space_used")
177
+
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
+ @property
187
+ @pulumi.getter(name="dragonflyUserConfigs")
188
+ def dragonfly_user_configs(self) -> Sequence['outputs.GetDragonflyDragonflyUserConfigResult']:
189
+ """
190
+ Dragonfly user configurable settings
191
+ """
192
+ return pulumi.get(self, "dragonfly_user_configs")
193
+
194
+ @property
195
+ @pulumi.getter
196
+ def id(self) -> str:
197
+ """
198
+ The provider-assigned unique ID for this managed resource.
199
+ """
200
+ return pulumi.get(self, "id")
201
+
202
+ @property
203
+ @pulumi.getter(name="maintenanceWindowDow")
204
+ def maintenance_window_dow(self) -> str:
205
+ """
206
+ Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
207
+ """
208
+ return pulumi.get(self, "maintenance_window_dow")
209
+
210
+ @property
211
+ @pulumi.getter(name="maintenanceWindowTime")
212
+ def maintenance_window_time(self) -> str:
213
+ """
214
+ Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
215
+ """
216
+ return pulumi.get(self, "maintenance_window_time")
217
+
218
+ @property
219
+ @pulumi.getter
220
+ def plan(self) -> str:
221
+ """
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).
223
+ """
224
+ return pulumi.get(self, "plan")
225
+
226
+ @property
227
+ @pulumi.getter
228
+ def project(self) -> str:
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.
231
+ """
232
+ return pulumi.get(self, "project")
233
+
234
+ @property
235
+ @pulumi.getter(name="projectVpcId")
236
+ def project_vpc_id(self) -> str:
237
+ """
238
+ Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
239
+ """
240
+ return pulumi.get(self, "project_vpc_id")
241
+
242
+ @property
243
+ @pulumi.getter(name="serviceHost")
244
+ def service_host(self) -> str:
245
+ """
246
+ The hostname of the service.
247
+ """
248
+ return pulumi.get(self, "service_host")
249
+
250
+ @property
251
+ @pulumi.getter(name="serviceIntegrations")
252
+ def service_integrations(self) -> Sequence['outputs.GetDragonflyServiceIntegrationResult']:
253
+ """
254
+ Service integrations to specify when creating a service. Not applied after initial service creation
255
+ """
256
+ return pulumi.get(self, "service_integrations")
257
+
258
+ @property
259
+ @pulumi.getter(name="serviceName")
260
+ def service_name(self) -> str:
261
+ """
262
+ 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.
263
+ """
264
+ return pulumi.get(self, "service_name")
265
+
266
+ @property
267
+ @pulumi.getter(name="servicePassword")
268
+ def service_password(self) -> str:
269
+ """
270
+ Password used for connecting to the service, if applicable
271
+ """
272
+ return pulumi.get(self, "service_password")
273
+
274
+ @property
275
+ @pulumi.getter(name="servicePort")
276
+ def service_port(self) -> int:
277
+ """
278
+ The port of the service
279
+ """
280
+ return pulumi.get(self, "service_port")
281
+
282
+ @property
283
+ @pulumi.getter(name="serviceType")
284
+ def service_type(self) -> str:
285
+ """
286
+ Aiven internal service type code
287
+ """
288
+ return pulumi.get(self, "service_type")
289
+
290
+ @property
291
+ @pulumi.getter(name="serviceUri")
292
+ def service_uri(self) -> str:
293
+ """
294
+ URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
295
+ """
296
+ return pulumi.get(self, "service_uri")
297
+
298
+ @property
299
+ @pulumi.getter(name="serviceUsername")
300
+ def service_username(self) -> str:
301
+ """
302
+ Username used for connecting to the service, if applicable
303
+ """
304
+ return pulumi.get(self, "service_username")
305
+
306
+ @property
307
+ @pulumi.getter
308
+ def state(self) -> str:
309
+ """
310
+ Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
311
+ """
312
+ return pulumi.get(self, "state")
313
+
314
+ @property
315
+ @pulumi.getter(name="staticIps")
316
+ def static_ips(self) -> Sequence[str]:
317
+ """
318
+ Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
319
+ """
320
+ return pulumi.get(self, "static_ips")
321
+
322
+ @property
323
+ @pulumi.getter
324
+ def tags(self) -> Sequence['outputs.GetDragonflyTagResult']:
325
+ """
326
+ Tags are key-value pairs that allow you to categorize services.
327
+ """
328
+ return pulumi.get(self, "tags")
329
+
330
+ @property
331
+ @pulumi.getter(name="techEmails")
332
+ def tech_emails(self) -> Sequence['outputs.GetDragonflyTechEmailResult']:
333
+ """
334
+ Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
335
+ """
336
+ return pulumi.get(self, "tech_emails")
337
+
338
+ @property
339
+ @pulumi.getter(name="terminationProtection")
340
+ def termination_protection(self) -> bool:
341
+ """
342
+ Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
343
+ """
344
+ return pulumi.get(self, "termination_protection")
345
+
346
+
347
+ class AwaitableGetDragonflyResult(GetDragonflyResult):
348
+ # pylint: disable=using-constant-test
349
+ def __await__(self):
350
+ if False:
351
+ yield self
352
+ return GetDragonflyResult(
353
+ additional_disk_space=self.additional_disk_space,
354
+ cloud_name=self.cloud_name,
355
+ components=self.components,
356
+ disk_space=self.disk_space,
357
+ disk_space_cap=self.disk_space_cap,
358
+ disk_space_default=self.disk_space_default,
359
+ disk_space_step=self.disk_space_step,
360
+ disk_space_used=self.disk_space_used,
361
+ dragonflies=self.dragonflies,
362
+ dragonfly_user_configs=self.dragonfly_user_configs,
363
+ id=self.id,
364
+ maintenance_window_dow=self.maintenance_window_dow,
365
+ maintenance_window_time=self.maintenance_window_time,
366
+ plan=self.plan,
367
+ project=self.project,
368
+ project_vpc_id=self.project_vpc_id,
369
+ service_host=self.service_host,
370
+ service_integrations=self.service_integrations,
371
+ service_name=self.service_name,
372
+ service_password=self.service_password,
373
+ service_port=self.service_port,
374
+ service_type=self.service_type,
375
+ service_uri=self.service_uri,
376
+ service_username=self.service_username,
377
+ state=self.state,
378
+ static_ips=self.static_ips,
379
+ tags=self.tags,
380
+ tech_emails=self.tech_emails,
381
+ termination_protection=self.termination_protection)
382
+
383
+
384
+ def get_dragonfly(project: Optional[str] = None,
385
+ service_name: Optional[str] = None,
386
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDragonflyResult:
387
+ """
388
+ The Dragonfly data source provides information about the existing Aiven Dragonfly service.
389
+
390
+
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.
392
+ :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
+ """
394
+ __args__ = dict()
395
+ __args__['project'] = project
396
+ __args__['serviceName'] = service_name
397
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
398
+ __ret__ = pulumi.runtime.invoke('aiven:index/getDragonfly:getDragonfly', __args__, opts=opts, typ=GetDragonflyResult).value
399
+
400
+ return AwaitableGetDragonflyResult(
401
+ additional_disk_space=pulumi.get(__ret__, 'additional_disk_space'),
402
+ cloud_name=pulumi.get(__ret__, 'cloud_name'),
403
+ components=pulumi.get(__ret__, 'components'),
404
+ disk_space=pulumi.get(__ret__, 'disk_space'),
405
+ disk_space_cap=pulumi.get(__ret__, 'disk_space_cap'),
406
+ disk_space_default=pulumi.get(__ret__, 'disk_space_default'),
407
+ disk_space_step=pulumi.get(__ret__, 'disk_space_step'),
408
+ disk_space_used=pulumi.get(__ret__, 'disk_space_used'),
409
+ dragonflies=pulumi.get(__ret__, 'dragonflies'),
410
+ dragonfly_user_configs=pulumi.get(__ret__, 'dragonfly_user_configs'),
411
+ id=pulumi.get(__ret__, 'id'),
412
+ maintenance_window_dow=pulumi.get(__ret__, 'maintenance_window_dow'),
413
+ maintenance_window_time=pulumi.get(__ret__, 'maintenance_window_time'),
414
+ plan=pulumi.get(__ret__, 'plan'),
415
+ project=pulumi.get(__ret__, 'project'),
416
+ project_vpc_id=pulumi.get(__ret__, 'project_vpc_id'),
417
+ service_host=pulumi.get(__ret__, 'service_host'),
418
+ service_integrations=pulumi.get(__ret__, 'service_integrations'),
419
+ service_name=pulumi.get(__ret__, 'service_name'),
420
+ service_password=pulumi.get(__ret__, 'service_password'),
421
+ service_port=pulumi.get(__ret__, 'service_port'),
422
+ service_type=pulumi.get(__ret__, 'service_type'),
423
+ service_uri=pulumi.get(__ret__, 'service_uri'),
424
+ service_username=pulumi.get(__ret__, 'service_username'),
425
+ state=pulumi.get(__ret__, 'state'),
426
+ static_ips=pulumi.get(__ret__, 'static_ips'),
427
+ tags=pulumi.get(__ret__, 'tags'),
428
+ tech_emails=pulumi.get(__ret__, 'tech_emails'),
429
+ termination_protection=pulumi.get(__ret__, 'termination_protection'))
430
+
431
+
432
+ @_utilities.lift_output_func(get_dragonfly)
433
+ def get_dragonfly_output(project: Optional[pulumi.Input[str]] = None,
434
+ service_name: Optional[pulumi.Input[str]] = None,
435
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDragonflyResult]:
436
+ """
437
+ The Dragonfly data source provides information about the existing Aiven Dragonfly service.
438
+
439
+
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.
441
+ :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
+ """
443
+ ...
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. This property cannot be changed, doing so forces recreation of the resource.
230
+ Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
231
231
  """
232
232
  return pulumi.get(self, "project")
233
233
 
@@ -389,6 +389,7 @@ def get_flink(project: Optional[str] = None,
389
389
 
390
390
  ## Example Usage
391
391
 
392
+ <!--Start PulumiCodeChooser -->
392
393
  ```python
393
394
  import pulumi
394
395
  import pulumi_aiven as aiven
@@ -396,9 +397,10 @@ def get_flink(project: Optional[str] = None,
396
397
  flink = aiven.get_flink(project=data["aiven_project"]["pr1"]["project"],
397
398
  service_name="<SERVICE_NAME>")
398
399
  ```
400
+ <!--End PulumiCodeChooser -->
399
401
 
400
402
 
401
- :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.
403
+ :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
402
404
  :param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
403
405
  """
404
406
  __args__ = dict()
@@ -448,6 +450,7 @@ def get_flink_output(project: Optional[pulumi.Input[str]] = None,
448
450
 
449
451
  ## Example Usage
450
452
 
453
+ <!--Start PulumiCodeChooser -->
451
454
  ```python
452
455
  import pulumi
453
456
  import pulumi_aiven as aiven
@@ -455,9 +458,10 @@ def get_flink_output(project: Optional[pulumi.Input[str]] = None,
455
458
  flink = aiven.get_flink(project=data["aiven_project"]["pr1"]["project"],
456
459
  service_name="<SERVICE_NAME>")
457
460
  ```
461
+ <!--End PulumiCodeChooser -->
458
462
 
459
463
 
460
- :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.
464
+ :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
461
465
  :param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
462
466
  """
463
467
  ...
@@ -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. This property cannot be changed, doing so forces recreation of the resource.
97
+ Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
98
98
  """
99
99
  return pulumi.get(self, "project")
100
100
 
@@ -102,7 +102,7 @@ class 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. This property cannot be changed, doing so forces recreation of the resource.
105
+ Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
106
106
  """
107
107
  return pulumi.get(self, "service_name")
108
108
 
@@ -149,6 +149,7 @@ def get_flink_application(name: Optional[str] = None,
149
149
 
150
150
  ## Example Usage
151
151
 
152
+ <!--Start PulumiCodeChooser -->
152
153
  ```python
153
154
  import pulumi
154
155
  import pulumi_aiven as aiven
@@ -157,11 +158,12 @@ def get_flink_application(name: Optional[str] = None,
157
158
  service_name="<SERVICE_NAME>",
158
159
  name="<APPLICATION_NAME>")
159
160
  ```
161
+ <!--End PulumiCodeChooser -->
160
162
 
161
163
 
162
164
  :param str name: Application name
163
- :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.
164
- :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.
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.
165
167
  """
166
168
  __args__ = dict()
167
169
  __args__['name'] = name
@@ -192,6 +194,7 @@ def get_flink_application_output(name: Optional[pulumi.Input[str]] = None,
192
194
 
193
195
  ## Example Usage
194
196
 
197
+ <!--Start PulumiCodeChooser -->
195
198
  ```python
196
199
  import pulumi
197
200
  import pulumi_aiven as aiven
@@ -200,10 +203,11 @@ def get_flink_application_output(name: Optional[pulumi.Input[str]] = None,
200
203
  service_name="<SERVICE_NAME>",
201
204
  name="<APPLICATION_NAME>")
202
205
  ```
206
+ <!--End PulumiCodeChooser -->
203
207
 
204
208
 
205
209
  :param str name: Application name
206
- :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.
207
- :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.
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.
208
212
  """
209
213
  ...
@@ -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. This property cannot be changed, doing so forces recreation of the resource.
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.
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. This property cannot be changed, doing so forces recreation of the resource.
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.
119
119
  """
120
120
  return pulumi.get(self, "service_name")
121
121
 
@@ -199,6 +199,7 @@ def get_flink_application_version(application_id: Optional[str] = None,
199
199
 
200
200
  ## Example Usage
201
201
 
202
+ <!--Start PulumiCodeChooser -->
202
203
  ```python
203
204
  import pulumi
204
205
  import pulumi_aiven as aiven
@@ -208,12 +209,13 @@ def get_flink_application_version(application_id: Optional[str] = None,
208
209
  application_id="<APPLICATION_ID>",
209
210
  application_version_id="<APPLICATION_VERSION_ID>")
210
211
  ```
212
+ <!--End PulumiCodeChooser -->
211
213
 
212
214
 
213
215
  :param str application_id: Application ID
214
216
  :param str application_version_id: Application version ID
215
- :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.
216
- :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.
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.
217
219
  """
218
220
  __args__ = dict()
219
221
  __args__['applicationId'] = application_id
@@ -250,6 +252,7 @@ def get_flink_application_version_output(application_id: Optional[pulumi.Input[s
250
252
 
251
253
  ## Example Usage
252
254
 
255
+ <!--Start PulumiCodeChooser -->
253
256
  ```python
254
257
  import pulumi
255
258
  import pulumi_aiven as aiven
@@ -259,11 +262,12 @@ def get_flink_application_version_output(application_id: Optional[pulumi.Input[s
259
262
  application_id="<APPLICATION_ID>",
260
263
  application_version_id="<APPLICATION_VERSION_ID>")
261
264
  ```
265
+ <!--End PulumiCodeChooser -->
262
266
 
263
267
 
264
268
  :param str application_id: Application ID
265
269
  :param str application_version_id: Application version ID
266
- :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.
267
- :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.
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.
268
272
  """
269
273
  ...