pulumi-aiven 6.29.0a1733489396__py3-none-any.whl → 6.30.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 (94) hide show
  1. pulumi_aiven/__init__.py +30 -0
  2. pulumi_aiven/_inputs.py +2961 -67
  3. pulumi_aiven/account_team_project.py +7 -7
  4. pulumi_aiven/alloydbomni.py +1335 -0
  5. pulumi_aiven/alloydbomni_database.py +347 -0
  6. pulumi_aiven/alloydbomni_user.py +433 -0
  7. pulumi_aiven/clickhouse.py +8 -8
  8. pulumi_aiven/get_account.py +2 -2
  9. pulumi_aiven/get_account_authentication.py +2 -2
  10. pulumi_aiven/get_account_team.py +2 -2
  11. pulumi_aiven/get_account_team_member.py +2 -2
  12. pulumi_aiven/get_account_team_project.py +3 -3
  13. pulumi_aiven/get_alloydbomni.py +499 -0
  14. pulumi_aiven/get_alloydbomni_database.py +168 -0
  15. pulumi_aiven/get_alloydbomni_user.py +210 -0
  16. pulumi_aiven/get_aws_privatelink.py +2 -2
  17. pulumi_aiven/get_aws_vpc_peering_connection.py +2 -2
  18. pulumi_aiven/get_azure_privatelink.py +2 -2
  19. pulumi_aiven/get_azure_vpc_peering_connection.py +2 -2
  20. pulumi_aiven/get_billing_group.py +2 -2
  21. pulumi_aiven/get_cassanda.py +2 -2
  22. pulumi_aiven/get_cassandra.py +2 -2
  23. pulumi_aiven/get_cassandra_user.py +2 -2
  24. pulumi_aiven/get_clickhouse.py +3 -3
  25. pulumi_aiven/get_clickhouse_database.py +2 -2
  26. pulumi_aiven/get_clickhouse_user.py +2 -2
  27. pulumi_aiven/get_connection_pool.py +2 -2
  28. pulumi_aiven/get_dragonfly.py +2 -2
  29. pulumi_aiven/get_external_identity.py +5 -5
  30. pulumi_aiven/get_flink.py +2 -2
  31. pulumi_aiven/get_flink_application.py +2 -2
  32. pulumi_aiven/get_flink_application_version.py +2 -2
  33. pulumi_aiven/get_gcp_privatelink.py +2 -2
  34. pulumi_aiven/get_gcp_vpc_peering_connection.py +2 -2
  35. pulumi_aiven/get_grafana.py +2 -2
  36. pulumi_aiven/get_influx_db.py +2 -2
  37. pulumi_aiven/get_influxdb_database.py +2 -2
  38. pulumi_aiven/get_influxdb_user.py +2 -2
  39. pulumi_aiven/get_kafka.py +2 -2
  40. pulumi_aiven/get_kafka_acl.py +2 -2
  41. pulumi_aiven/get_kafka_connect.py +2 -2
  42. pulumi_aiven/get_kafka_connector.py +2 -2
  43. pulumi_aiven/get_kafka_mirror_maker.py +2 -2
  44. pulumi_aiven/get_kafka_schema.py +2 -2
  45. pulumi_aiven/get_kafka_schema_configuration.py +2 -2
  46. pulumi_aiven/get_kafka_schema_registry_acl.py +2 -2
  47. pulumi_aiven/get_kafka_topic.py +2 -2
  48. pulumi_aiven/get_kafka_user.py +2 -2
  49. pulumi_aiven/get_m3_aggregator.py +2 -2
  50. pulumi_aiven/get_m3_db.py +2 -2
  51. pulumi_aiven/get_m3db_user.py +2 -2
  52. pulumi_aiven/get_mirror_maker_replication_flow.py +2 -2
  53. pulumi_aiven/get_my_sql.py +2 -2
  54. pulumi_aiven/get_mysql_database.py +2 -2
  55. pulumi_aiven/get_mysql_user.py +2 -2
  56. pulumi_aiven/get_open_search.py +2 -2
  57. pulumi_aiven/get_open_search_acl_config.py +2 -2
  58. pulumi_aiven/get_open_search_acl_rule.py +2 -2
  59. pulumi_aiven/get_opensearch_security_plugin_config.py +2 -2
  60. pulumi_aiven/get_opensearch_user.py +2 -2
  61. pulumi_aiven/get_organization.py +2 -2
  62. pulumi_aiven/get_organization_application_user.py +2 -2
  63. pulumi_aiven/get_organization_user.py +2 -2
  64. pulumi_aiven/get_organization_user_group.py +2 -2
  65. pulumi_aiven/get_organization_user_list.py +2 -2
  66. pulumi_aiven/get_organizational_unit.py +2 -2
  67. pulumi_aiven/get_pg.py +2 -2
  68. pulumi_aiven/get_pg_database.py +2 -2
  69. pulumi_aiven/get_pg_user.py +2 -2
  70. pulumi_aiven/get_project.py +2 -2
  71. pulumi_aiven/get_project_user.py +3 -3
  72. pulumi_aiven/get_project_vpc.py +2 -2
  73. pulumi_aiven/get_redis.py +2 -2
  74. pulumi_aiven/get_redis_user.py +2 -2
  75. pulumi_aiven/get_service_component.py +2 -2
  76. pulumi_aiven/get_service_integration.py +34 -6
  77. pulumi_aiven/get_service_integration_endpoint.py +2 -2
  78. pulumi_aiven/get_thanos.py +2 -2
  79. pulumi_aiven/get_transit_gateway_vpc_attachment.py +2 -2
  80. pulumi_aiven/get_valkey.py +2 -2
  81. pulumi_aiven/get_valkey_user.py +2 -2
  82. pulumi_aiven/kafka_acl.py +6 -4
  83. pulumi_aiven/kafka_native_acl.py +98 -44
  84. pulumi_aiven/organization_group_project.py +7 -7
  85. pulumi_aiven/organization_permission.py +56 -6
  86. pulumi_aiven/outputs.py +20185 -16451
  87. pulumi_aiven/project_user.py +7 -7
  88. pulumi_aiven/pulumi-plugin.json +1 -1
  89. pulumi_aiven/service_integration.py +98 -4
  90. {pulumi_aiven-6.29.0a1733489396.dist-info → pulumi_aiven-6.30.0.dist-info}/METADATA +3 -3
  91. pulumi_aiven-6.30.0.dist-info/RECORD +169 -0
  92. pulumi_aiven-6.29.0a1733489396.dist-info/RECORD +0 -163
  93. {pulumi_aiven-6.29.0a1733489396.dist-info → pulumi_aiven-6.30.0.dist-info}/WHEEL +0 -0
  94. {pulumi_aiven-6.29.0a1733489396.dist-info → pulumi_aiven-6.30.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,210 @@
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 sys
8
+ import pulumi
9
+ import pulumi.runtime
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
15
+ from . import _utilities
16
+
17
+ __all__ = [
18
+ 'GetAlloydbomniUserResult',
19
+ 'AwaitableGetAlloydbomniUserResult',
20
+ 'get_alloydbomni_user',
21
+ 'get_alloydbomni_user_output',
22
+ ]
23
+
24
+ @pulumi.output_type
25
+ class GetAlloydbomniUserResult:
26
+ """
27
+ A collection of values returned by getAlloydbomniUser.
28
+ """
29
+ def __init__(__self__, access_cert=None, access_key=None, id=None, password=None, pg_allow_replication=None, project=None, service_name=None, type=None, username=None):
30
+ if access_cert and not isinstance(access_cert, str):
31
+ raise TypeError("Expected argument 'access_cert' to be a str")
32
+ pulumi.set(__self__, "access_cert", access_cert)
33
+ if access_key and not isinstance(access_key, str):
34
+ raise TypeError("Expected argument 'access_key' to be a str")
35
+ pulumi.set(__self__, "access_key", access_key)
36
+ if id and not isinstance(id, str):
37
+ raise TypeError("Expected argument 'id' to be a str")
38
+ pulumi.set(__self__, "id", id)
39
+ if password and not isinstance(password, str):
40
+ raise TypeError("Expected argument 'password' to be a str")
41
+ pulumi.set(__self__, "password", password)
42
+ if pg_allow_replication and not isinstance(pg_allow_replication, bool):
43
+ raise TypeError("Expected argument 'pg_allow_replication' to be a bool")
44
+ pulumi.set(__self__, "pg_allow_replication", pg_allow_replication)
45
+ if project and not isinstance(project, str):
46
+ raise TypeError("Expected argument 'project' to be a str")
47
+ pulumi.set(__self__, "project", project)
48
+ if service_name and not isinstance(service_name, str):
49
+ raise TypeError("Expected argument 'service_name' to be a str")
50
+ pulumi.set(__self__, "service_name", service_name)
51
+ if type and not isinstance(type, str):
52
+ raise TypeError("Expected argument 'type' to be a str")
53
+ pulumi.set(__self__, "type", type)
54
+ if username and not isinstance(username, str):
55
+ raise TypeError("Expected argument 'username' to be a str")
56
+ pulumi.set(__self__, "username", username)
57
+
58
+ @property
59
+ @pulumi.getter(name="accessCert")
60
+ def access_cert(self) -> str:
61
+ """
62
+ The access certificate for the servie user.
63
+ """
64
+ return pulumi.get(self, "access_cert")
65
+
66
+ @property
67
+ @pulumi.getter(name="accessKey")
68
+ def access_key(self) -> str:
69
+ """
70
+ The access certificate key for the service user.
71
+ """
72
+ return pulumi.get(self, "access_key")
73
+
74
+ @property
75
+ @pulumi.getter
76
+ def id(self) -> str:
77
+ """
78
+ The provider-assigned unique ID for this managed resource.
79
+ """
80
+ return pulumi.get(self, "id")
81
+
82
+ @property
83
+ @pulumi.getter
84
+ def password(self) -> str:
85
+ """
86
+ The password of the service user.
87
+ """
88
+ return pulumi.get(self, "password")
89
+
90
+ @property
91
+ @pulumi.getter(name="pgAllowReplication")
92
+ def pg_allow_replication(self) -> bool:
93
+ """
94
+ Allows replication. For the default avnadmin user this attribute is required and is always `true`.
95
+ """
96
+ return pulumi.get(self, "pg_allow_replication")
97
+
98
+ @property
99
+ @pulumi.getter
100
+ def project(self) -> str:
101
+ """
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.
103
+ """
104
+ return pulumi.get(self, "project")
105
+
106
+ @property
107
+ @pulumi.getter(name="serviceName")
108
+ def service_name(self) -> str:
109
+ """
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.
111
+ """
112
+ return pulumi.get(self, "service_name")
113
+
114
+ @property
115
+ @pulumi.getter
116
+ def type(self) -> str:
117
+ """
118
+ The service user account type, either primary or regular.
119
+ """
120
+ return pulumi.get(self, "type")
121
+
122
+ @property
123
+ @pulumi.getter
124
+ def username(self) -> str:
125
+ """
126
+ The name of the service user for this service. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
127
+ """
128
+ return pulumi.get(self, "username")
129
+
130
+
131
+ class AwaitableGetAlloydbomniUserResult(GetAlloydbomniUserResult):
132
+ # pylint: disable=using-constant-test
133
+ def __await__(self):
134
+ if False:
135
+ yield self
136
+ return GetAlloydbomniUserResult(
137
+ access_cert=self.access_cert,
138
+ access_key=self.access_key,
139
+ id=self.id,
140
+ password=self.password,
141
+ pg_allow_replication=self.pg_allow_replication,
142
+ project=self.project,
143
+ service_name=self.service_name,
144
+ type=self.type,
145
+ username=self.username)
146
+
147
+
148
+ def get_alloydbomni_user(project: Optional[str] = None,
149
+ service_name: Optional[str] = None,
150
+ username: Optional[str] = None,
151
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAlloydbomniUserResult:
152
+ """
153
+ Gets information about an Aiven for AlloyDB Omni service user.
154
+
155
+ **This resource is in the beta stage and may change without notice.** Set
156
+ the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
157
+
158
+
159
+ :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.
160
+ :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.
161
+ :param str username: The name of the service user for this service. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
162
+ """
163
+ __args__ = dict()
164
+ __args__['project'] = project
165
+ __args__['serviceName'] = service_name
166
+ __args__['username'] = username
167
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
168
+ __ret__ = pulumi.runtime.invoke('aiven:index/getAlloydbomniUser:getAlloydbomniUser', __args__, opts=opts, typ=GetAlloydbomniUserResult).value
169
+
170
+ return AwaitableGetAlloydbomniUserResult(
171
+ access_cert=pulumi.get(__ret__, 'access_cert'),
172
+ access_key=pulumi.get(__ret__, 'access_key'),
173
+ id=pulumi.get(__ret__, 'id'),
174
+ password=pulumi.get(__ret__, 'password'),
175
+ pg_allow_replication=pulumi.get(__ret__, 'pg_allow_replication'),
176
+ project=pulumi.get(__ret__, 'project'),
177
+ service_name=pulumi.get(__ret__, 'service_name'),
178
+ type=pulumi.get(__ret__, 'type'),
179
+ username=pulumi.get(__ret__, 'username'))
180
+ def get_alloydbomni_user_output(project: Optional[pulumi.Input[str]] = None,
181
+ service_name: Optional[pulumi.Input[str]] = None,
182
+ username: Optional[pulumi.Input[str]] = None,
183
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAlloydbomniUserResult]:
184
+ """
185
+ Gets information about an Aiven for AlloyDB Omni service user.
186
+
187
+ **This resource is in the beta stage and may change without notice.** Set
188
+ the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
189
+
190
+
191
+ :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.
192
+ :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.
193
+ :param str username: The name of the service user for this service. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
194
+ """
195
+ __args__ = dict()
196
+ __args__['project'] = project
197
+ __args__['serviceName'] = service_name
198
+ __args__['username'] = username
199
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
200
+ __ret__ = pulumi.runtime.invoke_output('aiven:index/getAlloydbomniUser:getAlloydbomniUser', __args__, opts=opts, typ=GetAlloydbomniUserResult)
201
+ return __ret__.apply(lambda __response__: GetAlloydbomniUserResult(
202
+ access_cert=pulumi.get(__response__, 'access_cert'),
203
+ access_key=pulumi.get(__response__, 'access_key'),
204
+ id=pulumi.get(__response__, 'id'),
205
+ password=pulumi.get(__response__, 'password'),
206
+ pg_allow_replication=pulumi.get(__response__, 'pg_allow_replication'),
207
+ project=pulumi.get(__response__, 'project'),
208
+ service_name=pulumi.get(__response__, 'service_name'),
209
+ type=pulumi.get(__response__, 'type'),
210
+ username=pulumi.get(__response__, 'username')))
@@ -144,7 +144,7 @@ def get_aws_privatelink(project: Optional[str] = None,
144
144
  service_name=pulumi.get(__ret__, 'service_name'))
145
145
  def get_aws_privatelink_output(project: Optional[pulumi.Input[str]] = None,
146
146
  service_name: Optional[pulumi.Input[str]] = None,
147
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAwsPrivatelinkResult]:
147
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAwsPrivatelinkResult]:
148
148
  """
149
149
  Gets information about an AWS PrivateLink connection for an Aiven service.
150
150
 
@@ -165,7 +165,7 @@ def get_aws_privatelink_output(project: Optional[pulumi.Input[str]] = None,
165
165
  __args__ = dict()
166
166
  __args__['project'] = project
167
167
  __args__['serviceName'] = service_name
168
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
168
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
169
169
  __ret__ = pulumi.runtime.invoke_output('aiven:index/getAwsPrivatelink:getAwsPrivatelink', __args__, opts=opts, typ=GetAwsPrivatelinkResult)
170
170
  return __ret__.apply(lambda __response__: GetAwsPrivatelinkResult(
171
171
  aws_service_id=pulumi.get(__response__, 'aws_service_id'),
@@ -184,7 +184,7 @@ def get_aws_vpc_peering_connection_output(aws_account_id: Optional[pulumi.Input[
184
184
  aws_vpc_id: Optional[pulumi.Input[str]] = None,
185
185
  aws_vpc_region: Optional[pulumi.Input[str]] = None,
186
186
  vpc_id: Optional[pulumi.Input[str]] = None,
187
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAwsVpcPeeringConnectionResult]:
187
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAwsVpcPeeringConnectionResult]:
188
188
  """
189
189
  Gets information about an AWS VPC peering connection.
190
190
 
@@ -215,7 +215,7 @@ def get_aws_vpc_peering_connection_output(aws_account_id: Optional[pulumi.Input[
215
215
  __args__['awsVpcId'] = aws_vpc_id
216
216
  __args__['awsVpcRegion'] = aws_vpc_region
217
217
  __args__['vpcId'] = vpc_id
218
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
218
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
219
219
  __ret__ = pulumi.runtime.invoke_output('aiven:index/getAwsVpcPeeringConnection:getAwsVpcPeeringConnection', __args__, opts=opts, typ=GetAwsVpcPeeringConnectionResult)
220
220
  return __ret__.apply(lambda __response__: GetAwsVpcPeeringConnectionResult(
221
221
  aws_account_id=pulumi.get(__response__, 'aws_account_id'),
@@ -170,7 +170,7 @@ def get_azure_privatelink(project: Optional[str] = None,
170
170
  user_subscription_ids=pulumi.get(__ret__, 'user_subscription_ids'))
171
171
  def get_azure_privatelink_output(project: Optional[pulumi.Input[str]] = None,
172
172
  service_name: Optional[pulumi.Input[str]] = None,
173
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAzurePrivatelinkResult]:
173
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAzurePrivatelinkResult]:
174
174
  """
175
175
  Gets information about an Azure Private Link connection for an Aiven service.
176
176
 
@@ -191,7 +191,7 @@ def get_azure_privatelink_output(project: Optional[pulumi.Input[str]] = None,
191
191
  __args__ = dict()
192
192
  __args__['project'] = project
193
193
  __args__['serviceName'] = service_name
194
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
194
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
195
195
  __ret__ = pulumi.runtime.invoke_output('aiven:index/getAzurePrivatelink:getAzurePrivatelink', __args__, opts=opts, typ=GetAzurePrivatelinkResult)
196
196
  return __ret__.apply(lambda __response__: GetAzurePrivatelinkResult(
197
197
  azure_service_alias=pulumi.get(__response__, 'azure_service_alias'),
@@ -216,7 +216,7 @@ def get_azure_vpc_peering_connection_output(azure_subscription_id: Optional[pulu
216
216
  peer_resource_group: Optional[pulumi.Input[str]] = None,
217
217
  vnet_name: Optional[pulumi.Input[str]] = None,
218
218
  vpc_id: Optional[pulumi.Input[str]] = None,
219
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAzureVpcPeeringConnectionResult]:
219
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAzureVpcPeeringConnectionResult]:
220
220
  """
221
221
  Gets information about about an Azure VPC peering connection.
222
222
 
@@ -249,7 +249,7 @@ def get_azure_vpc_peering_connection_output(azure_subscription_id: Optional[pulu
249
249
  __args__['peerResourceGroup'] = peer_resource_group
250
250
  __args__['vnetName'] = vnet_name
251
251
  __args__['vpcId'] = vpc_id
252
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
252
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
253
253
  __ret__ = pulumi.runtime.invoke_output('aiven:index/getAzureVpcPeeringConnection:getAzureVpcPeeringConnection', __args__, opts=opts, typ=GetAzureVpcPeeringConnectionResult)
254
254
  return __ret__.apply(lambda __response__: GetAzureVpcPeeringConnectionResult(
255
255
  azure_subscription_id=pulumi.get(__response__, 'azure_subscription_id'),
@@ -273,7 +273,7 @@ def get_billing_group(billing_group_id: Optional[str] = None,
273
273
  vat_id=pulumi.get(__ret__, 'vat_id'),
274
274
  zip_code=pulumi.get(__ret__, 'zip_code'))
275
275
  def get_billing_group_output(billing_group_id: Optional[pulumi.Input[str]] = None,
276
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetBillingGroupResult]:
276
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetBillingGroupResult]:
277
277
  """
278
278
  Gets information about a billing group.
279
279
 
@@ -282,7 +282,7 @@ def get_billing_group_output(billing_group_id: Optional[pulumi.Input[str]] = Non
282
282
  """
283
283
  __args__ = dict()
284
284
  __args__['billingGroupId'] = billing_group_id
285
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
285
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
286
286
  __ret__ = pulumi.runtime.invoke_output('aiven:index/getBillingGroup:getBillingGroup', __args__, opts=opts, typ=GetBillingGroupResult)
287
287
  return __ret__.apply(lambda __response__: GetBillingGroupResult(
288
288
  account_id=pulumi.get(__response__, 'account_id'),
@@ -447,7 +447,7 @@ def get_cassanda(project: Optional[str] = None,
447
447
  termination_protection=pulumi.get(__ret__, 'termination_protection'))
448
448
  def get_cassanda_output(project: Optional[pulumi.Input[str]] = None,
449
449
  service_name: Optional[pulumi.Input[str]] = None,
450
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCassandaResult]:
450
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCassandaResult]:
451
451
  """
452
452
  Gets information about an Aiven for Apache Cassandra® service.
453
453
 
@@ -469,7 +469,7 @@ def get_cassanda_output(project: Optional[pulumi.Input[str]] = None,
469
469
  __args__ = dict()
470
470
  __args__['project'] = project
471
471
  __args__['serviceName'] = service_name
472
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
472
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
473
473
  __ret__ = pulumi.runtime.invoke_output('aiven:index/getCassanda:getCassanda', __args__, opts=opts, typ=GetCassandaResult)
474
474
  return __ret__.apply(lambda __response__: GetCassandaResult(
475
475
  additional_disk_space=pulumi.get(__response__, 'additional_disk_space'),
@@ -444,7 +444,7 @@ def get_cassandra(project: Optional[str] = None,
444
444
  termination_protection=pulumi.get(__ret__, 'termination_protection'))
445
445
  def get_cassandra_output(project: Optional[pulumi.Input[str]] = None,
446
446
  service_name: Optional[pulumi.Input[str]] = None,
447
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCassandraResult]:
447
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCassandraResult]:
448
448
  """
449
449
  Gets information about an Aiven for Apache Cassandra® service.
450
450
 
@@ -465,7 +465,7 @@ def get_cassandra_output(project: Optional[pulumi.Input[str]] = None,
465
465
  __args__ = dict()
466
466
  __args__['project'] = project
467
467
  __args__['serviceName'] = service_name
468
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
468
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
469
469
  __ret__ = pulumi.runtime.invoke_output('aiven:index/getCassandra:getCassandra', __args__, opts=opts, typ=GetCassandraResult)
470
470
  return __ret__.apply(lambda __response__: GetCassandraResult(
471
471
  additional_disk_space=pulumi.get(__response__, 'additional_disk_space'),
@@ -175,7 +175,7 @@ def get_cassandra_user(project: Optional[str] = None,
175
175
  def get_cassandra_user_output(project: Optional[pulumi.Input[str]] = None,
176
176
  service_name: Optional[pulumi.Input[str]] = None,
177
177
  username: Optional[pulumi.Input[str]] = None,
178
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCassandraUserResult]:
178
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCassandraUserResult]:
179
179
  """
180
180
  Gets information about an Aiven for Apache Cassandra® service user.
181
181
 
@@ -199,7 +199,7 @@ def get_cassandra_user_output(project: Optional[pulumi.Input[str]] = None,
199
199
  __args__['project'] = project
200
200
  __args__['serviceName'] = service_name
201
201
  __args__['username'] = username
202
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
202
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
203
203
  __ret__ = pulumi.runtime.invoke_output('aiven:index/getCassandraUser:getCassandraUser', __args__, opts=opts, typ=GetCassandraUserResult)
204
204
  return __ret__.apply(lambda __response__: GetCassandraUserResult(
205
205
  access_cert=pulumi.get(__response__, 'access_cert'),
@@ -256,7 +256,7 @@ class GetClickhouseResult:
256
256
  @pulumi.getter(name="serviceIntegrations")
257
257
  def service_integrations(self) -> Sequence['outputs.GetClickhouseServiceIntegrationResult']:
258
258
  """
259
- Integrations with other services. Service integrations are only applied at service creation.
259
+ Service integrations to specify when creating a service. Not applied after initial service creation
260
260
  """
261
261
  return pulumi.get(self, "service_integrations")
262
262
 
@@ -444,7 +444,7 @@ def get_clickhouse(project: Optional[str] = None,
444
444
  termination_protection=pulumi.get(__ret__, 'termination_protection'))
445
445
  def get_clickhouse_output(project: Optional[pulumi.Input[str]] = None,
446
446
  service_name: Optional[pulumi.Input[str]] = None,
447
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetClickhouseResult]:
447
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetClickhouseResult]:
448
448
  """
449
449
  Gets information about a ClickHouse service.
450
450
 
@@ -465,7 +465,7 @@ def get_clickhouse_output(project: Optional[pulumi.Input[str]] = None,
465
465
  __args__ = dict()
466
466
  __args__['project'] = project
467
467
  __args__['serviceName'] = service_name
468
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
468
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
469
469
  __ret__ = pulumi.runtime.invoke_output('aiven:index/getClickhouse:getClickhouse', __args__, opts=opts, typ=GetClickhouseResult)
470
470
  return __ret__.apply(lambda __response__: GetClickhouseResult(
471
471
  additional_disk_space=pulumi.get(__response__, 'additional_disk_space'),
@@ -133,7 +133,7 @@ def get_clickhouse_database(name: Optional[str] = None,
133
133
  def get_clickhouse_database_output(name: Optional[pulumi.Input[str]] = None,
134
134
  project: Optional[pulumi.Input[str]] = None,
135
135
  service_name: Optional[pulumi.Input[str]] = None,
136
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetClickhouseDatabaseResult]:
136
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetClickhouseDatabaseResult]:
137
137
  """
138
138
  Gets information about a ClickHouse database.
139
139
 
@@ -157,7 +157,7 @@ def get_clickhouse_database_output(name: Optional[pulumi.Input[str]] = None,
157
157
  __args__['name'] = name
158
158
  __args__['project'] = project
159
159
  __args__['serviceName'] = service_name
160
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
160
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
161
161
  __ret__ = pulumi.runtime.invoke_output('aiven:index/getClickhouseDatabase:getClickhouseDatabase', __args__, opts=opts, typ=GetClickhouseDatabaseResult)
162
162
  return __ret__.apply(lambda __response__: GetClickhouseDatabaseResult(
163
163
  id=pulumi.get(__response__, 'id'),
@@ -162,7 +162,7 @@ def get_clickhouse_user(project: Optional[str] = None,
162
162
  def get_clickhouse_user_output(project: Optional[pulumi.Input[str]] = None,
163
163
  service_name: Optional[pulumi.Input[str]] = None,
164
164
  username: Optional[pulumi.Input[str]] = None,
165
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetClickhouseUserResult]:
165
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetClickhouseUserResult]:
166
166
  """
167
167
  Gets information about a ClickHouse user.
168
168
 
@@ -186,7 +186,7 @@ def get_clickhouse_user_output(project: Optional[pulumi.Input[str]] = None,
186
186
  __args__['project'] = project
187
187
  __args__['serviceName'] = service_name
188
188
  __args__['username'] = username
189
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
189
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
190
190
  __ret__ = pulumi.runtime.invoke_output('aiven:index/getClickhouseUser:getClickhouseUser', __args__, opts=opts, typ=GetClickhouseUserResult)
191
191
  return __ret__.apply(lambda __response__: GetClickhouseUserResult(
192
192
  id=pulumi.get(__response__, 'id'),
@@ -188,7 +188,7 @@ def get_connection_pool(pool_name: Optional[str] = None,
188
188
  def get_connection_pool_output(pool_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[GetConnectionPoolResult]:
191
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetConnectionPoolResult]:
192
192
  """
193
193
  Gets information about a connection pool in an Aiven for PostgreSQL® service.
194
194
 
@@ -212,7 +212,7 @@ def get_connection_pool_output(pool_name: Optional[pulumi.Input[str]] = None,
212
212
  __args__['poolName'] = pool_name
213
213
  __args__['project'] = project
214
214
  __args__['serviceName'] = service_name
215
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
215
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
216
216
  __ret__ = pulumi.runtime.invoke_output('aiven:index/getConnectionPool:getConnectionPool', __args__, opts=opts, typ=GetConnectionPoolResult)
217
217
  return __ret__.apply(lambda __response__: GetConnectionPoolResult(
218
218
  connection_uri=pulumi.get(__response__, 'connection_uri'),
@@ -444,7 +444,7 @@ def get_dragonfly(project: Optional[str] = None,
444
444
  termination_protection=pulumi.get(__ret__, 'termination_protection'))
445
445
  def get_dragonfly_output(project: Optional[pulumi.Input[str]] = None,
446
446
  service_name: Optional[pulumi.Input[str]] = None,
447
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDragonflyResult]:
447
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDragonflyResult]:
448
448
  """
449
449
  Gets information about an Aiven for Dragonfly® service.
450
450
 
@@ -465,7 +465,7 @@ def get_dragonfly_output(project: Optional[pulumi.Input[str]] = None,
465
465
  __args__ = dict()
466
466
  __args__['project'] = project
467
467
  __args__['serviceName'] = service_name
468
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
468
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
469
469
  __ret__ = pulumi.runtime.invoke_output('aiven:index/getDragonfly:getDragonfly', __args__, opts=opts, typ=GetDragonflyResult)
470
470
  return __ret__.apply(lambda __response__: GetDragonflyResult(
471
471
  additional_disk_space=pulumi.get(__response__, 'additional_disk_space'),
@@ -47,7 +47,7 @@ class GetExternalIdentityResult:
47
47
  @pulumi.getter(name="externalServiceName")
48
48
  def external_service_name(self) -> str:
49
49
  """
50
- The name of the external service. The possible values are `github`.
50
+ The name of the external service. The possible value is `github`.
51
51
  """
52
52
  return pulumi.get(self, "external_service_name")
53
53
 
@@ -109,7 +109,7 @@ def get_external_identity(external_service_name: Optional[str] = None,
109
109
  the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
110
110
 
111
111
 
112
- :param str external_service_name: The name of the external service. The possible values are `github`.
112
+ :param str external_service_name: The name of the external service. The possible value is `github`.
113
113
  :param str external_user_id: The user's ID on the external service.
114
114
  :param str internal_user_id: The Aiven user ID.
115
115
  :param str organization_id: The ID of the Aiven organization that the user is part of.
@@ -132,7 +132,7 @@ def get_external_identity_output(external_service_name: Optional[pulumi.Input[st
132
132
  external_user_id: Optional[pulumi.Input[str]] = None,
133
133
  internal_user_id: Optional[pulumi.Input[str]] = None,
134
134
  organization_id: Optional[pulumi.Input[str]] = None,
135
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetExternalIdentityResult]:
135
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetExternalIdentityResult]:
136
136
  """
137
137
  Maps an external service user to an Aiven user.
138
138
 
@@ -140,7 +140,7 @@ def get_external_identity_output(external_service_name: Optional[pulumi.Input[st
140
140
  the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
141
141
 
142
142
 
143
- :param str external_service_name: The name of the external service. The possible values are `github`.
143
+ :param str external_service_name: The name of the external service. The possible value is `github`.
144
144
  :param str external_user_id: The user's ID on the external service.
145
145
  :param str internal_user_id: The Aiven user ID.
146
146
  :param str organization_id: The ID of the Aiven organization that the user is part of.
@@ -150,7 +150,7 @@ def get_external_identity_output(external_service_name: Optional[pulumi.Input[st
150
150
  __args__['externalUserId'] = external_user_id
151
151
  __args__['internalUserId'] = internal_user_id
152
152
  __args__['organizationId'] = organization_id
153
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
153
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
154
154
  __ret__ = pulumi.runtime.invoke_output('aiven:index/getExternalIdentity:getExternalIdentity', __args__, opts=opts, typ=GetExternalIdentityResult)
155
155
  return __ret__.apply(lambda __response__: GetExternalIdentityResult(
156
156
  external_service_name=pulumi.get(__response__, 'external_service_name'),
pulumi_aiven/get_flink.py CHANGED
@@ -444,7 +444,7 @@ def get_flink(project: Optional[str] = None,
444
444
  termination_protection=pulumi.get(__ret__, 'termination_protection'))
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
449
  Gets information about an Aiven for Apache Flink® service.
450
450
 
@@ -465,7 +465,7 @@ def get_flink_output(project: Optional[pulumi.Input[str]] = None,
465
465
  __args__ = dict()
466
466
  __args__['project'] = project
467
467
  __args__['serviceName'] = service_name
468
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
468
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
469
469
  __ret__ = pulumi.runtime.invoke_output('aiven:index/getFlink:getFlink', __args__, opts=opts, typ=GetFlinkResult)
470
470
  return __ret__.apply(lambda __response__: GetFlinkResult(
471
471
  additional_disk_space=pulumi.get(__response__, 'additional_disk_space'),
@@ -188,7 +188,7 @@ def get_flink_application(name: Optional[str] = None,
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
193
  Gets information about an Aiven for Apache Flink® application.
194
194
 
@@ -212,7 +212,7 @@ def get_flink_application_output(name: Optional[pulumi.Input[str]] = None,
212
212
  __args__['name'] = name
213
213
  __args__['project'] = project
214
214
  __args__['serviceName'] = service_name
215
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
215
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
216
216
  __ret__ = pulumi.runtime.invoke_output('aiven:index/getFlinkApplication:getFlinkApplication', __args__, opts=opts, typ=GetFlinkApplicationResult)
217
217
  return __ret__.apply(lambda __response__: GetFlinkApplicationResult(
218
218
  application_id=pulumi.get(__response__, 'application_id'),
@@ -246,7 +246,7 @@ def get_flink_application_version_output(application_id: Optional[pulumi.Input[s
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
251
  Gets information about an Aiven for Apache Flink® application version.
252
252
 
@@ -273,7 +273,7 @@ def get_flink_application_version_output(application_id: Optional[pulumi.Input[s
273
273
  __args__['applicationVersionId'] = application_version_id
274
274
  __args__['project'] = project
275
275
  __args__['serviceName'] = service_name
276
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
276
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
277
277
  __ret__ = pulumi.runtime.invoke_output('aiven:index/getFlinkApplicationVersion:getFlinkApplicationVersion', __args__, opts=opts, typ=GetFlinkApplicationVersionResult)
278
278
  return __ret__.apply(lambda __response__: GetFlinkApplicationVersionResult(
279
279
  application_id=pulumi.get(__response__, 'application_id'),
@@ -144,7 +144,7 @@ def get_gcp_privatelink(project: Optional[str] = None,
144
144
  state=pulumi.get(__ret__, 'state'))
145
145
  def get_gcp_privatelink_output(project: Optional[pulumi.Input[str]] = None,
146
146
  service_name: Optional[pulumi.Input[str]] = None,
147
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetGcpPrivatelinkResult]:
147
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetGcpPrivatelinkResult]:
148
148
  """
149
149
  Gets information about a Google Private Service Connect connection for an Aiven service.
150
150
 
@@ -165,7 +165,7 @@ def get_gcp_privatelink_output(project: Optional[pulumi.Input[str]] = None,
165
165
  __args__ = dict()
166
166
  __args__['project'] = project
167
167
  __args__['serviceName'] = service_name
168
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
168
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
169
169
  __ret__ = pulumi.runtime.invoke_output('aiven:index/getGcpPrivatelink:getGcpPrivatelink', __args__, opts=opts, typ=GetGcpPrivatelinkResult)
170
170
  return __ret__.apply(lambda __response__: GetGcpPrivatelinkResult(
171
171
  google_service_attachment=pulumi.get(__response__, 'google_service_attachment'),
@@ -162,7 +162,7 @@ def get_gcp_vpc_peering_connection(gcp_project_id: Optional[str] = None,
162
162
  def get_gcp_vpc_peering_connection_output(gcp_project_id: Optional[pulumi.Input[str]] = None,
163
163
  peer_vpc: Optional[pulumi.Input[str]] = None,
164
164
  vpc_id: Optional[pulumi.Input[str]] = None,
165
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetGcpVpcPeeringConnectionResult]:
165
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetGcpVpcPeeringConnectionResult]:
166
166
  """
167
167
  The GCP VPC Peering Connection data source provides information about the existing Aiven VPC Peering Connection.
168
168
 
@@ -186,7 +186,7 @@ def get_gcp_vpc_peering_connection_output(gcp_project_id: Optional[pulumi.Input[
186
186
  __args__['gcpProjectId'] = gcp_project_id
187
187
  __args__['peerVpc'] = peer_vpc
188
188
  __args__['vpcId'] = vpc_id
189
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
189
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
190
190
  __ret__ = pulumi.runtime.invoke_output('aiven:index/getGcpVpcPeeringConnection:getGcpVpcPeeringConnection', __args__, opts=opts, typ=GetGcpVpcPeeringConnectionResult)
191
191
  return __ret__.apply(lambda __response__: GetGcpVpcPeeringConnectionResult(
192
192
  gcp_project_id=pulumi.get(__response__, 'gcp_project_id'),
@@ -444,7 +444,7 @@ def get_grafana(project: Optional[str] = None,
444
444
  termination_protection=pulumi.get(__ret__, 'termination_protection'))
445
445
  def get_grafana_output(project: Optional[pulumi.Input[str]] = None,
446
446
  service_name: Optional[pulumi.Input[str]] = None,
447
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetGrafanaResult]:
447
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetGrafanaResult]:
448
448
  """
449
449
  Gets information about an Aiven for Grafana® service.
450
450
 
@@ -465,7 +465,7 @@ def get_grafana_output(project: Optional[pulumi.Input[str]] = None,
465
465
  __args__ = dict()
466
466
  __args__['project'] = project
467
467
  __args__['serviceName'] = service_name
468
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
468
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
469
469
  __ret__ = pulumi.runtime.invoke_output('aiven:index/getGrafana:getGrafana', __args__, opts=opts, typ=GetGrafanaResult)
470
470
  return __ret__.apply(lambda __response__: GetGrafanaResult(
471
471
  additional_disk_space=pulumi.get(__response__, 'additional_disk_space'),