pulumi-aiven 6.26.0a1728566627__py3-none-any.whl → 6.26.1__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 (159) hide show
  1. pulumi_aiven/_inputs.py +8165 -285
  2. pulumi_aiven/_utilities.py +1 -1
  3. pulumi_aiven/account.py +5 -0
  4. pulumi_aiven/account_authentication.py +5 -0
  5. pulumi_aiven/account_team.py +5 -0
  6. pulumi_aiven/account_team_member.py +5 -0
  7. pulumi_aiven/account_team_project.py +5 -0
  8. pulumi_aiven/aws_privatelink.py +5 -0
  9. pulumi_aiven/aws_vpc_peering_connection.py +5 -0
  10. pulumi_aiven/azure_privatelink.py +5 -0
  11. pulumi_aiven/azure_privatelink_connection_approval.py +5 -0
  12. pulumi_aiven/azure_vpc_peering_connection.py +5 -0
  13. pulumi_aiven/billing_group.py +5 -0
  14. pulumi_aiven/cassandra.py +5 -0
  15. pulumi_aiven/cassandra_user.py +5 -0
  16. pulumi_aiven/clickhouse.py +5 -0
  17. pulumi_aiven/clickhouse_database.py +5 -0
  18. pulumi_aiven/clickhouse_grant.py +5 -0
  19. pulumi_aiven/clickhouse_role.py +5 -0
  20. pulumi_aiven/clickhouse_user.py +5 -0
  21. pulumi_aiven/config/__init__.pyi +5 -0
  22. pulumi_aiven/config/vars.py +5 -0
  23. pulumi_aiven/connection_pool.py +5 -0
  24. pulumi_aiven/dragonfly.py +5 -0
  25. pulumi_aiven/flink.py +5 -0
  26. pulumi_aiven/flink_application.py +5 -0
  27. pulumi_aiven/flink_application_deployment.py +5 -0
  28. pulumi_aiven/flink_application_version.py +5 -0
  29. pulumi_aiven/gcp_privatelink.py +5 -0
  30. pulumi_aiven/gcp_privatelink_connection_approval.py +5 -0
  31. pulumi_aiven/gcp_vpc_peering_connection.py +5 -0
  32. pulumi_aiven/get_account.py +19 -4
  33. pulumi_aiven/get_account_authentication.py +30 -4
  34. pulumi_aiven/get_account_team.py +17 -4
  35. pulumi_aiven/get_account_team_member.py +19 -4
  36. pulumi_aiven/get_account_team_project.py +17 -4
  37. pulumi_aiven/get_aws_privatelink.py +17 -4
  38. pulumi_aiven/get_aws_vpc_peering_connection.py +21 -4
  39. pulumi_aiven/get_azure_privatelink.py +19 -4
  40. pulumi_aiven/get_azure_vpc_peering_connection.py +25 -4
  41. pulumi_aiven/get_billing_group.py +27 -4
  42. pulumi_aiven/get_cassanda.py +40 -4
  43. pulumi_aiven/get_cassandra.py +40 -4
  44. pulumi_aiven/get_cassandra_user.py +20 -4
  45. pulumi_aiven/get_clickhouse.py +40 -4
  46. pulumi_aiven/get_clickhouse_database.py +17 -4
  47. pulumi_aiven/get_clickhouse_user.py +19 -4
  48. pulumi_aiven/get_connection_pool.py +21 -4
  49. pulumi_aiven/get_dragonfly.py +40 -4
  50. pulumi_aiven/get_external_identity.py +18 -4
  51. pulumi_aiven/get_flink.py +40 -4
  52. pulumi_aiven/get_flink_application.py +21 -4
  53. pulumi_aiven/get_flink_application_version.py +26 -4
  54. pulumi_aiven/get_gcp_privatelink.py +17 -4
  55. pulumi_aiven/get_gcp_vpc_peering_connection.py +19 -4
  56. pulumi_aiven/get_grafana.py +40 -4
  57. pulumi_aiven/get_influx_db.py +40 -4
  58. pulumi_aiven/get_influxdb_database.py +17 -4
  59. pulumi_aiven/get_influxdb_user.py +20 -4
  60. pulumi_aiven/get_kafka.py +42 -4
  61. pulumi_aiven/get_kafka_acl.py +21 -4
  62. pulumi_aiven/get_kafka_connect.py +39 -4
  63. pulumi_aiven/get_kafka_connector.py +24 -4
  64. pulumi_aiven/get_kafka_mirror_maker.py +39 -4
  65. pulumi_aiven/get_kafka_schema.py +20 -4
  66. pulumi_aiven/get_kafka_schema_configuration.py +19 -4
  67. pulumi_aiven/get_kafka_schema_registry_acl.py +21 -4
  68. pulumi_aiven/get_kafka_topic.py +23 -4
  69. pulumi_aiven/get_kafka_user.py +20 -4
  70. pulumi_aiven/get_m3_aggregator.py +40 -4
  71. pulumi_aiven/get_m3_db.py +40 -4
  72. pulumi_aiven/get_m3db_user.py +18 -4
  73. pulumi_aiven/get_mirror_maker_replication_flow.py +29 -4
  74. pulumi_aiven/get_my_sql.py +40 -4
  75. pulumi_aiven/get_mysql_database.py +17 -4
  76. pulumi_aiven/get_mysql_user.py +21 -4
  77. pulumi_aiven/get_open_search.py +40 -4
  78. pulumi_aiven/get_open_search_acl_config.py +16 -4
  79. pulumi_aiven/get_open_search_acl_rule.py +20 -4
  80. pulumi_aiven/get_opensearch_security_plugin_config.py +18 -4
  81. pulumi_aiven/get_opensearch_user.py +18 -4
  82. pulumi_aiven/get_organization.py +16 -4
  83. pulumi_aiven/get_organization_application_user.py +17 -4
  84. pulumi_aiven/get_organization_user.py +17 -4
  85. pulumi_aiven/get_organization_user_group.py +18 -4
  86. pulumi_aiven/get_organizational_unit.py +16 -4
  87. pulumi_aiven/get_pg.py +40 -4
  88. pulumi_aiven/get_pg_database.py +19 -4
  89. pulumi_aiven/get_pg_user.py +21 -4
  90. pulumi_aiven/get_project.py +25 -4
  91. pulumi_aiven/get_project_user.py +16 -4
  92. pulumi_aiven/get_project_vpc.py +18 -4
  93. pulumi_aiven/get_redis.py +40 -4
  94. pulumi_aiven/get_redis_user.py +22 -4
  95. pulumi_aiven/get_service_component.py +26 -4
  96. pulumi_aiven/get_service_integration.py +35 -4
  97. pulumi_aiven/get_service_integration_endpoint.py +32 -4
  98. pulumi_aiven/get_thanos.py +40 -4
  99. pulumi_aiven/get_transit_gateway_vpc_attachment.py +21 -4
  100. pulumi_aiven/get_valkey.py +40 -4
  101. pulumi_aiven/get_valkey_user.py +22 -4
  102. pulumi_aiven/grafana.py +5 -0
  103. pulumi_aiven/influx_db.py +5 -0
  104. pulumi_aiven/influxdb_database.py +5 -0
  105. pulumi_aiven/influxdb_user.py +5 -0
  106. pulumi_aiven/kafka.py +5 -0
  107. pulumi_aiven/kafka_acl.py +5 -0
  108. pulumi_aiven/kafka_connect.py +5 -0
  109. pulumi_aiven/kafka_connector.py +5 -0
  110. pulumi_aiven/kafka_mirror_maker.py +5 -0
  111. pulumi_aiven/kafka_schema.py +5 -0
  112. pulumi_aiven/kafka_schema_configuration.py +5 -0
  113. pulumi_aiven/kafka_schema_registry_acl.py +5 -0
  114. pulumi_aiven/kafka_topic.py +5 -0
  115. pulumi_aiven/kafka_user.py +5 -0
  116. pulumi_aiven/m3_aggregator.py +5 -0
  117. pulumi_aiven/m3_db.py +5 -0
  118. pulumi_aiven/m3db_user.py +5 -0
  119. pulumi_aiven/mirror_maker_replication_flow.py +5 -0
  120. pulumi_aiven/my_sql.py +5 -0
  121. pulumi_aiven/mysql_database.py +5 -0
  122. pulumi_aiven/mysql_user.py +5 -0
  123. pulumi_aiven/open_search.py +5 -0
  124. pulumi_aiven/open_search_acl_config.py +5 -0
  125. pulumi_aiven/open_search_acl_rule.py +5 -0
  126. pulumi_aiven/opensearch_security_plugin_config.py +5 -0
  127. pulumi_aiven/opensearch_user.py +5 -0
  128. pulumi_aiven/organization.py +5 -0
  129. pulumi_aiven/organization_application_user.py +5 -0
  130. pulumi_aiven/organization_application_user_token.py +5 -0
  131. pulumi_aiven/organization_group_project.py +5 -0
  132. pulumi_aiven/organization_permission.py +5 -0
  133. pulumi_aiven/organization_user.py +5 -0
  134. pulumi_aiven/organization_user_group.py +5 -0
  135. pulumi_aiven/organization_user_group_member.py +5 -0
  136. pulumi_aiven/organizational_unit.py +5 -0
  137. pulumi_aiven/outputs.py +5 -0
  138. pulumi_aiven/pg.py +5 -0
  139. pulumi_aiven/pg_database.py +5 -0
  140. pulumi_aiven/pg_user.py +5 -0
  141. pulumi_aiven/project.py +5 -0
  142. pulumi_aiven/project_user.py +5 -0
  143. pulumi_aiven/project_vpc.py +5 -0
  144. pulumi_aiven/provider.py +5 -0
  145. pulumi_aiven/pulumi-plugin.json +1 -1
  146. pulumi_aiven/redis.py +5 -0
  147. pulumi_aiven/redis_user.py +5 -0
  148. pulumi_aiven/service_integration.py +5 -0
  149. pulumi_aiven/service_integration_endpoint.py +5 -0
  150. pulumi_aiven/static_ip.py +5 -0
  151. pulumi_aiven/thanos.py +5 -0
  152. pulumi_aiven/transit_gateway_vpc_attachment.py +5 -0
  153. pulumi_aiven/valkey.py +5 -0
  154. pulumi_aiven/valkey_user.py +5 -0
  155. {pulumi_aiven-6.26.0a1728566627.dist-info → pulumi_aiven-6.26.1.dist-info}/METADATA +3 -2
  156. pulumi_aiven-6.26.1.dist-info/RECORD +161 -0
  157. {pulumi_aiven-6.26.0a1728566627.dist-info → pulumi_aiven-6.26.1.dist-info}/WHEEL +1 -1
  158. pulumi_aiven-6.26.0a1728566627.dist-info/RECORD +0 -161
  159. {pulumi_aiven-6.26.0a1728566627.dist-info → pulumi_aiven-6.26.1.dist-info}/top_level.txt +0 -0
@@ -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
 
@@ -437,9 +442,6 @@ def get_dragonfly(project: Optional[str] = None,
437
442
  tags=pulumi.get(__ret__, 'tags'),
438
443
  tech_emails=pulumi.get(__ret__, 'tech_emails'),
439
444
  termination_protection=pulumi.get(__ret__, 'termination_protection'))
440
-
441
-
442
- @_utilities.lift_output_func(get_dragonfly)
443
445
  def get_dragonfly_output(project: Optional[pulumi.Input[str]] = None,
444
446
  service_name: Optional[pulumi.Input[str]] = None,
445
447
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDragonflyResult]:
@@ -460,4 +462,38 @@ def get_dragonfly_output(project: Optional[pulumi.Input[str]] = None,
460
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.
461
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.
462
464
  """
463
- ...
465
+ __args__ = dict()
466
+ __args__['project'] = project
467
+ __args__['serviceName'] = service_name
468
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
469
+ __ret__ = pulumi.runtime.invoke_output('aiven:index/getDragonfly:getDragonfly', __args__, opts=opts, typ=GetDragonflyResult)
470
+ return __ret__.apply(lambda __response__: GetDragonflyResult(
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
+ dragonflies=pulumi.get(__response__, 'dragonflies'),
480
+ dragonfly_user_configs=pulumi.get(__response__, 'dragonfly_user_configs'),
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__ = [
@@ -123,9 +128,6 @@ def get_external_identity(external_service_name: Optional[str] = None,
123
128
  id=pulumi.get(__ret__, 'id'),
124
129
  internal_user_id=pulumi.get(__ret__, 'internal_user_id'),
125
130
  organization_id=pulumi.get(__ret__, 'organization_id'))
126
-
127
-
128
- @_utilities.lift_output_func(get_external_identity)
129
131
  def get_external_identity_output(external_service_name: Optional[pulumi.Input[str]] = None,
130
132
  external_user_id: Optional[pulumi.Input[str]] = None,
131
133
  internal_user_id: Optional[pulumi.Input[str]] = None,
@@ -143,4 +145,16 @@ def get_external_identity_output(external_service_name: Optional[pulumi.Input[st
143
145
  :param str internal_user_id: The Aiven user ID.
144
146
  :param str organization_id: The ID of the Aiven organization that the user is part of.
145
147
  """
146
- ...
148
+ __args__ = dict()
149
+ __args__['externalServiceName'] = external_service_name
150
+ __args__['externalUserId'] = external_user_id
151
+ __args__['internalUserId'] = internal_user_id
152
+ __args__['organizationId'] = organization_id
153
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
154
+ __ret__ = pulumi.runtime.invoke_output('aiven:index/getExternalIdentity:getExternalIdentity', __args__, opts=opts, typ=GetExternalIdentityResult)
155
+ return __ret__.apply(lambda __response__: GetExternalIdentityResult(
156
+ external_service_name=pulumi.get(__response__, 'external_service_name'),
157
+ external_user_id=pulumi.get(__response__, 'external_user_id'),
158
+ id=pulumi.get(__response__, 'id'),
159
+ internal_user_id=pulumi.get(__response__, 'internal_user_id'),
160
+ organization_id=pulumi.get(__response__, 'organization_id')))
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
 
@@ -437,9 +442,6 @@ def get_flink(project: Optional[str] = None,
437
442
  tags=pulumi.get(__ret__, 'tags'),
438
443
  tech_emails=pulumi.get(__ret__, 'tech_emails'),
439
444
  termination_protection=pulumi.get(__ret__, 'termination_protection'))
440
-
441
-
442
- @_utilities.lift_output_func(get_flink)
443
445
  def get_flink_output(project: Optional[pulumi.Input[str]] = None,
444
446
  service_name: Optional[pulumi.Input[str]] = None,
445
447
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetFlinkResult]:
@@ -460,4 +462,38 @@ def get_flink_output(project: Optional[pulumi.Input[str]] = None,
460
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.
461
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.
462
464
  """
463
- ...
465
+ __args__ = dict()
466
+ __args__['project'] = project
467
+ __args__['serviceName'] = service_name
468
+ opts = pulumi.InvokeOptions.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__ = [
@@ -180,9 +185,6 @@ def get_flink_application(name: Optional[str] = None,
180
185
  service_name=pulumi.get(__ret__, 'service_name'),
181
186
  updated_at=pulumi.get(__ret__, 'updated_at'),
182
187
  updated_by=pulumi.get(__ret__, 'updated_by'))
183
-
184
-
185
- @_utilities.lift_output_func(get_flink_application)
186
188
  def get_flink_application_output(name: Optional[pulumi.Input[str]] = None,
187
189
  project: Optional[pulumi.Input[str]] = None,
188
190
  service_name: Optional[pulumi.Input[str]] = None,
@@ -206,4 +208,19 @@ def get_flink_application_output(name: Optional[pulumi.Input[str]] = None,
206
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.
207
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.
208
210
  """
209
- ...
211
+ __args__ = dict()
212
+ __args__['name'] = name
213
+ __args__['project'] = project
214
+ __args__['serviceName'] = service_name
215
+ opts = pulumi.InvokeOptions.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
 
@@ -237,9 +242,6 @@ def get_flink_application_version(application_id: Optional[str] = None,
237
242
  sources=pulumi.get(__ret__, 'sources'),
238
243
  statement=pulumi.get(__ret__, 'statement'),
239
244
  version=pulumi.get(__ret__, 'version'))
240
-
241
-
242
- @_utilities.lift_output_func(get_flink_application_version)
243
245
  def get_flink_application_version_output(application_id: Optional[pulumi.Input[str]] = None,
244
246
  application_version_id: Optional[pulumi.Input[str]] = None,
245
247
  project: Optional[pulumi.Input[str]] = None,
@@ -266,4 +268,24 @@ def get_flink_application_version_output(application_id: Optional[pulumi.Input[s
266
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.
267
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.
268
270
  """
269
- ...
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.InvokeOptions.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')))
@@ -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__ = [
@@ -137,9 +142,6 @@ def get_gcp_privatelink(project: Optional[str] = None,
137
142
  project=pulumi.get(__ret__, 'project'),
138
143
  service_name=pulumi.get(__ret__, 'service_name'),
139
144
  state=pulumi.get(__ret__, 'state'))
140
-
141
-
142
- @_utilities.lift_output_func(get_gcp_privatelink)
143
145
  def get_gcp_privatelink_output(project: Optional[pulumi.Input[str]] = None,
144
146
  service_name: Optional[pulumi.Input[str]] = None,
145
147
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetGcpPrivatelinkResult]:
@@ -160,4 +162,15 @@ def get_gcp_privatelink_output(project: Optional[pulumi.Input[str]] = None,
160
162
  :param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
161
163
  :param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
162
164
  """
163
- ...
165
+ __args__ = dict()
166
+ __args__['project'] = project
167
+ __args__['serviceName'] = service_name
168
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
169
+ __ret__ = pulumi.runtime.invoke_output('aiven:index/getGcpPrivatelink:getGcpPrivatelink', __args__, opts=opts, typ=GetGcpPrivatelinkResult)
170
+ return __ret__.apply(lambda __response__: GetGcpPrivatelinkResult(
171
+ google_service_attachment=pulumi.get(__response__, 'google_service_attachment'),
172
+ id=pulumi.get(__response__, 'id'),
173
+ message=pulumi.get(__response__, 'message'),
174
+ project=pulumi.get(__response__, 'project'),
175
+ service_name=pulumi.get(__response__, 'service_name'),
176
+ state=pulumi.get(__response__, 'state')))
@@ -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__ = [
@@ -154,9 +159,6 @@ def get_gcp_vpc_peering_connection(gcp_project_id: Optional[str] = None,
154
159
  state=pulumi.get(__ret__, 'state'),
155
160
  state_info=pulumi.get(__ret__, 'state_info'),
156
161
  vpc_id=pulumi.get(__ret__, 'vpc_id'))
157
-
158
-
159
- @_utilities.lift_output_func(get_gcp_vpc_peering_connection)
160
162
  def get_gcp_vpc_peering_connection_output(gcp_project_id: Optional[pulumi.Input[str]] = None,
161
163
  peer_vpc: Optional[pulumi.Input[str]] = None,
162
164
  vpc_id: Optional[pulumi.Input[str]] = None,
@@ -180,4 +182,17 @@ def get_gcp_vpc_peering_connection_output(gcp_project_id: Optional[pulumi.Input[
180
182
  :param str peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
181
183
  :param str vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
182
184
  """
183
- ...
185
+ __args__ = dict()
186
+ __args__['gcpProjectId'] = gcp_project_id
187
+ __args__['peerVpc'] = peer_vpc
188
+ __args__['vpcId'] = vpc_id
189
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
190
+ __ret__ = pulumi.runtime.invoke_output('aiven:index/getGcpVpcPeeringConnection:getGcpVpcPeeringConnection', __args__, opts=opts, typ=GetGcpVpcPeeringConnectionResult)
191
+ return __ret__.apply(lambda __response__: GetGcpVpcPeeringConnectionResult(
192
+ gcp_project_id=pulumi.get(__response__, 'gcp_project_id'),
193
+ id=pulumi.get(__response__, 'id'),
194
+ peer_vpc=pulumi.get(__response__, 'peer_vpc'),
195
+ self_link=pulumi.get(__response__, 'self_link'),
196
+ state=pulumi.get(__response__, 'state'),
197
+ state_info=pulumi.get(__response__, 'state_info'),
198
+ vpc_id=pulumi.get(__response__, 'vpc_id')))
@@ -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
 
@@ -437,9 +442,6 @@ def get_grafana(project: Optional[str] = None,
437
442
  tags=pulumi.get(__ret__, 'tags'),
438
443
  tech_emails=pulumi.get(__ret__, 'tech_emails'),
439
444
  termination_protection=pulumi.get(__ret__, 'termination_protection'))
440
-
441
-
442
- @_utilities.lift_output_func(get_grafana)
443
445
  def get_grafana_output(project: Optional[pulumi.Input[str]] = None,
444
446
  service_name: Optional[pulumi.Input[str]] = None,
445
447
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetGrafanaResult]:
@@ -460,4 +462,38 @@ def get_grafana_output(project: Optional[pulumi.Input[str]] = None,
460
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.
461
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.
462
464
  """
463
- ...
465
+ __args__ = dict()
466
+ __args__['project'] = project
467
+ __args__['serviceName'] = service_name
468
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
469
+ __ret__ = pulumi.runtime.invoke_output('aiven:index/getGrafana:getGrafana', __args__, opts=opts, typ=GetGrafanaResult)
470
+ return __ret__.apply(lambda __response__: GetGrafanaResult(
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
+ grafana_user_configs=pulumi.get(__response__, 'grafana_user_configs'),
480
+ grafanas=pulumi.get(__response__, 'grafanas'),
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
  from . import outputs
12
17
 
@@ -339,13 +344,44 @@ def get_influx_db(project: Optional[str] = None,
339
344
  tags=pulumi.get(__ret__, 'tags'),
340
345
  tech_emails=pulumi.get(__ret__, 'tech_emails'),
341
346
  termination_protection=pulumi.get(__ret__, 'termination_protection'))
342
-
343
-
344
- @_utilities.lift_output_func(get_influx_db)
345
347
  def get_influx_db_output(project: Optional[pulumi.Input[str]] = None,
346
348
  service_name: Optional[pulumi.Input[str]] = None,
347
349
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetInfluxDbResult]:
348
350
  """
349
351
  Use this data source to access information about an existing resource.
350
352
  """
351
- ...
353
+ __args__ = dict()
354
+ __args__['project'] = project
355
+ __args__['serviceName'] = service_name
356
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
357
+ __ret__ = pulumi.runtime.invoke_output('aiven:index/getInfluxDb:getInfluxDb', __args__, opts=opts, typ=GetInfluxDbResult)
358
+ return __ret__.apply(lambda __response__: GetInfluxDbResult(
359
+ additional_disk_space=pulumi.get(__response__, 'additional_disk_space'),
360
+ cloud_name=pulumi.get(__response__, 'cloud_name'),
361
+ components=pulumi.get(__response__, 'components'),
362
+ disk_space=pulumi.get(__response__, 'disk_space'),
363
+ disk_space_cap=pulumi.get(__response__, 'disk_space_cap'),
364
+ disk_space_default=pulumi.get(__response__, 'disk_space_default'),
365
+ disk_space_step=pulumi.get(__response__, 'disk_space_step'),
366
+ disk_space_used=pulumi.get(__response__, 'disk_space_used'),
367
+ id=pulumi.get(__response__, 'id'),
368
+ influxdb_user_configs=pulumi.get(__response__, 'influxdb_user_configs'),
369
+ influxdbs=pulumi.get(__response__, 'influxdbs'),
370
+ maintenance_window_dow=pulumi.get(__response__, 'maintenance_window_dow'),
371
+ maintenance_window_time=pulumi.get(__response__, 'maintenance_window_time'),
372
+ plan=pulumi.get(__response__, 'plan'),
373
+ project=pulumi.get(__response__, 'project'),
374
+ project_vpc_id=pulumi.get(__response__, 'project_vpc_id'),
375
+ service_host=pulumi.get(__response__, 'service_host'),
376
+ service_integrations=pulumi.get(__response__, 'service_integrations'),
377
+ service_name=pulumi.get(__response__, 'service_name'),
378
+ service_password=pulumi.get(__response__, 'service_password'),
379
+ service_port=pulumi.get(__response__, 'service_port'),
380
+ service_type=pulumi.get(__response__, 'service_type'),
381
+ service_uri=pulumi.get(__response__, 'service_uri'),
382
+ service_username=pulumi.get(__response__, 'service_username'),
383
+ state=pulumi.get(__response__, 'state'),
384
+ static_ips=pulumi.get(__response__, 'static_ips'),
385
+ tags=pulumi.get(__response__, 'tags'),
386
+ tech_emails=pulumi.get(__response__, 'tech_emails'),
387
+ 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__ = [
@@ -100,9 +105,6 @@ def get_influxdb_database(database_name: Optional[str] = None,
100
105
  project=pulumi.get(__ret__, 'project'),
101
106
  service_name=pulumi.get(__ret__, 'service_name'),
102
107
  termination_protection=pulumi.get(__ret__, 'termination_protection'))
103
-
104
-
105
- @_utilities.lift_output_func(get_influxdb_database)
106
108
  def get_influxdb_database_output(database_name: Optional[pulumi.Input[str]] = None,
107
109
  project: Optional[pulumi.Input[str]] = None,
108
110
  service_name: Optional[pulumi.Input[str]] = None,
@@ -110,4 +112,15 @@ def get_influxdb_database_output(database_name: Optional[pulumi.Input[str]] = No
110
112
  """
111
113
  Use this data source to access information about an existing resource.
112
114
  """
113
- ...
115
+ __args__ = dict()
116
+ __args__['databaseName'] = database_name
117
+ __args__['project'] = project
118
+ __args__['serviceName'] = service_name
119
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
120
+ __ret__ = pulumi.runtime.invoke_output('aiven:index/getInfluxdbDatabase:getInfluxdbDatabase', __args__, opts=opts, typ=GetInfluxdbDatabaseResult)
121
+ return __ret__.apply(lambda __response__: GetInfluxdbDatabaseResult(
122
+ database_name=pulumi.get(__response__, 'database_name'),
123
+ id=pulumi.get(__response__, 'id'),
124
+ project=pulumi.get(__response__, 'project'),
125
+ service_name=pulumi.get(__response__, 'service_name'),
126
+ 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__ = [
@@ -130,9 +135,6 @@ def get_influxdb_user(project: Optional[str] = None,
130
135
  service_name=pulumi.get(__ret__, 'service_name'),
131
136
  type=pulumi.get(__ret__, 'type'),
132
137
  username=pulumi.get(__ret__, 'username'))
133
-
134
-
135
- @_utilities.lift_output_func(get_influxdb_user)
136
138
  def get_influxdb_user_output(project: Optional[pulumi.Input[str]] = None,
137
139
  service_name: Optional[pulumi.Input[str]] = None,
138
140
  username: Optional[pulumi.Input[str]] = None,
@@ -140,4 +142,18 @@ def get_influxdb_user_output(project: Optional[pulumi.Input[str]] = None,
140
142
  """
141
143
  Use this data source to access information about an existing resource.
142
144
  """
143
- ...
145
+ __args__ = dict()
146
+ __args__['project'] = project
147
+ __args__['serviceName'] = service_name
148
+ __args__['username'] = username
149
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
150
+ __ret__ = pulumi.runtime.invoke_output('aiven:index/getInfluxdbUser:getInfluxdbUser', __args__, opts=opts, typ=GetInfluxdbUserResult)
151
+ return __ret__.apply(lambda __response__: GetInfluxdbUserResult(
152
+ access_cert=pulumi.get(__response__, 'access_cert'),
153
+ access_key=pulumi.get(__response__, 'access_key'),
154
+ id=pulumi.get(__response__, 'id'),
155
+ password=pulumi.get(__response__, 'password'),
156
+ project=pulumi.get(__response__, 'project'),
157
+ service_name=pulumi.get(__response__, 'service_name'),
158
+ type=pulumi.get(__response__, 'type'),
159
+ username=pulumi.get(__response__, 'username')))
pulumi_aiven/get_kafka.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
 
@@ -463,9 +468,6 @@ def get_kafka(project: Optional[str] = None,
463
468
  tags=pulumi.get(__ret__, 'tags'),
464
469
  tech_emails=pulumi.get(__ret__, 'tech_emails'),
465
470
  termination_protection=pulumi.get(__ret__, 'termination_protection'))
466
-
467
-
468
- @_utilities.lift_output_func(get_kafka)
469
471
  def get_kafka_output(project: Optional[pulumi.Input[str]] = None,
470
472
  service_name: Optional[pulumi.Input[str]] = None,
471
473
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetKafkaResult]:
@@ -486,4 +488,40 @@ def get_kafka_output(project: Optional[pulumi.Input[str]] = None,
486
488
  :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.
487
489
  :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.
488
490
  """
489
- ...
491
+ __args__ = dict()
492
+ __args__['project'] = project
493
+ __args__['serviceName'] = service_name
494
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
495
+ __ret__ = pulumi.runtime.invoke_output('aiven:index/getKafka:getKafka', __args__, opts=opts, typ=GetKafkaResult)
496
+ return __ret__.apply(lambda __response__: GetKafkaResult(
497
+ additional_disk_space=pulumi.get(__response__, 'additional_disk_space'),
498
+ cloud_name=pulumi.get(__response__, 'cloud_name'),
499
+ components=pulumi.get(__response__, 'components'),
500
+ default_acl=pulumi.get(__response__, 'default_acl'),
501
+ disk_space=pulumi.get(__response__, 'disk_space'),
502
+ disk_space_cap=pulumi.get(__response__, 'disk_space_cap'),
503
+ disk_space_default=pulumi.get(__response__, 'disk_space_default'),
504
+ disk_space_step=pulumi.get(__response__, 'disk_space_step'),
505
+ disk_space_used=pulumi.get(__response__, 'disk_space_used'),
506
+ id=pulumi.get(__response__, 'id'),
507
+ kafka_user_configs=pulumi.get(__response__, 'kafka_user_configs'),
508
+ kafkas=pulumi.get(__response__, 'kafkas'),
509
+ karapace=pulumi.get(__response__, 'karapace'),
510
+ maintenance_window_dow=pulumi.get(__response__, 'maintenance_window_dow'),
511
+ maintenance_window_time=pulumi.get(__response__, 'maintenance_window_time'),
512
+ plan=pulumi.get(__response__, 'plan'),
513
+ project=pulumi.get(__response__, 'project'),
514
+ project_vpc_id=pulumi.get(__response__, 'project_vpc_id'),
515
+ service_host=pulumi.get(__response__, 'service_host'),
516
+ service_integrations=pulumi.get(__response__, 'service_integrations'),
517
+ service_name=pulumi.get(__response__, 'service_name'),
518
+ service_password=pulumi.get(__response__, 'service_password'),
519
+ service_port=pulumi.get(__response__, 'service_port'),
520
+ service_type=pulumi.get(__response__, 'service_type'),
521
+ service_uri=pulumi.get(__response__, 'service_uri'),
522
+ service_username=pulumi.get(__response__, 'service_username'),
523
+ state=pulumi.get(__response__, 'state'),
524
+ static_ips=pulumi.get(__response__, 'static_ips'),
525
+ tags=pulumi.get(__response__, 'tags'),
526
+ tech_emails=pulumi.get(__response__, 'tech_emails'),
527
+ termination_protection=pulumi.get(__response__, 'termination_protection')))