pulumi-aiven 6.13.0a1710156545__py3-none-any.whl → 6.31.0a1736849214__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-aiven might be problematic. Click here for more details.

Files changed (168) hide show
  1. pulumi_aiven/__init__.py +127 -0
  2. pulumi_aiven/_inputs.py +32615 -13711
  3. pulumi_aiven/_utilities.py +41 -5
  4. pulumi_aiven/account.py +32 -45
  5. pulumi_aiven/account_authentication.py +24 -9
  6. pulumi_aiven/account_team.py +35 -14
  7. pulumi_aiven/account_team_member.py +48 -39
  8. pulumi_aiven/account_team_project.py +40 -27
  9. pulumi_aiven/alloydbomni.py +1335 -0
  10. pulumi_aiven/alloydbomni_database.py +347 -0
  11. pulumi_aiven/alloydbomni_user.py +433 -0
  12. pulumi_aiven/aws_privatelink.py +44 -43
  13. pulumi_aiven/aws_vpc_peering_connection.py +72 -61
  14. pulumi_aiven/azure_privatelink.py +54 -53
  15. pulumi_aiven/azure_privatelink_connection_approval.py +136 -33
  16. pulumi_aiven/azure_vpc_peering_connection.py +86 -77
  17. pulumi_aiven/billing_group.py +33 -34
  18. pulumi_aiven/cassandra.py +145 -126
  19. pulumi_aiven/cassandra_user.py +59 -58
  20. pulumi_aiven/clickhouse.py +133 -114
  21. pulumi_aiven/clickhouse_database.py +58 -62
  22. pulumi_aiven/clickhouse_grant.py +135 -134
  23. pulumi_aiven/clickhouse_role.py +36 -49
  24. pulumi_aiven/clickhouse_user.py +50 -49
  25. pulumi_aiven/config/__init__.pyi +5 -0
  26. pulumi_aiven/config/vars.py +5 -0
  27. pulumi_aiven/connection_pool.py +67 -66
  28. pulumi_aiven/dragonfly.py +1256 -0
  29. pulumi_aiven/flink.py +104 -104
  30. pulumi_aiven/flink_application.py +58 -55
  31. pulumi_aiven/flink_application_deployment.py +178 -73
  32. pulumi_aiven/flink_application_version.py +179 -96
  33. pulumi_aiven/gcp_privatelink.py +69 -42
  34. pulumi_aiven/gcp_privatelink_connection_approval.py +78 -49
  35. pulumi_aiven/gcp_vpc_peering_connection.py +49 -48
  36. pulumi_aiven/get_account.py +20 -9
  37. pulumi_aiven/get_account_authentication.py +31 -5
  38. pulumi_aiven/get_account_team.py +18 -5
  39. pulumi_aiven/get_account_team_member.py +29 -14
  40. pulumi_aiven/get_account_team_project.py +19 -6
  41. pulumi_aiven/get_alloydbomni.py +499 -0
  42. pulumi_aiven/get_alloydbomni_database.py +168 -0
  43. pulumi_aiven/get_alloydbomni_user.py +210 -0
  44. pulumi_aiven/get_aws_privatelink.py +33 -24
  45. pulumi_aiven/get_aws_vpc_peering_connection.py +56 -33
  46. pulumi_aiven/get_azure_privatelink.py +37 -26
  47. pulumi_aiven/get_azure_vpc_peering_connection.py +77 -28
  48. pulumi_aiven/get_billing_group.py +31 -8
  49. pulumi_aiven/get_cassanda.py +55 -23
  50. pulumi_aiven/get_cassandra.py +55 -23
  51. pulumi_aiven/get_cassandra_user.py +42 -30
  52. pulumi_aiven/get_clickhouse.py +55 -23
  53. pulumi_aiven/get_clickhouse_database.py +35 -26
  54. pulumi_aiven/get_clickhouse_user.py +40 -29
  55. pulumi_aiven/get_connection_pool.py +43 -30
  56. pulumi_aiven/get_dragonfly.py +499 -0
  57. pulumi_aiven/get_external_identity.py +160 -0
  58. pulumi_aiven/get_flink.py +55 -23
  59. pulumi_aiven/get_flink_application.py +44 -31
  60. pulumi_aiven/get_flink_application_version.py +55 -37
  61. pulumi_aiven/get_gcp_privatelink.py +63 -7
  62. pulumi_aiven/get_gcp_vpc_peering_connection.py +39 -28
  63. pulumi_aiven/get_grafana.py +55 -23
  64. pulumi_aiven/get_influx_db.py +41 -5
  65. pulumi_aiven/get_influxdb_database.py +18 -5
  66. pulumi_aiven/get_influxdb_user.py +21 -5
  67. pulumi_aiven/get_kafka.py +59 -25
  68. pulumi_aiven/get_kafka_acl.py +50 -37
  69. pulumi_aiven/get_kafka_connect.py +54 -36
  70. pulumi_aiven/get_kafka_connector.py +44 -28
  71. pulumi_aiven/get_kafka_mirror_maker.py +50 -32
  72. pulumi_aiven/get_kafka_schema.py +35 -23
  73. pulumi_aiven/get_kafka_schema_configuration.py +32 -21
  74. pulumi_aiven/get_kafka_schema_registry_acl.py +37 -20
  75. pulumi_aiven/get_kafka_topic.py +70 -29
  76. pulumi_aiven/get_kafka_user.py +42 -30
  77. pulumi_aiven/get_m3_aggregator.py +51 -19
  78. pulumi_aiven/get_m3_db.py +55 -23
  79. pulumi_aiven/get_m3db_user.py +38 -28
  80. pulumi_aiven/get_mirror_maker_replication_flow.py +86 -25
  81. pulumi_aiven/get_my_sql.py +50 -18
  82. pulumi_aiven/get_mysql_database.py +31 -22
  83. pulumi_aiven/get_mysql_user.py +36 -23
  84. pulumi_aiven/get_open_search.py +50 -18
  85. pulumi_aiven/get_open_search_acl_config.py +27 -19
  86. pulumi_aiven/get_open_search_acl_rule.py +37 -25
  87. pulumi_aiven/get_opensearch_security_plugin_config.py +29 -19
  88. pulumi_aiven/get_opensearch_user.py +32 -22
  89. pulumi_aiven/get_organization.py +25 -17
  90. pulumi_aiven/get_organization_application_user.py +176 -0
  91. pulumi_aiven/get_organization_user.py +18 -5
  92. pulumi_aiven/get_organization_user_group.py +48 -14
  93. pulumi_aiven/get_organization_user_list.py +121 -0
  94. pulumi_aiven/get_organizational_unit.py +26 -14
  95. pulumi_aiven/get_pg.py +55 -23
  96. pulumi_aiven/get_pg_database.py +39 -28
  97. pulumi_aiven/get_pg_user.py +44 -31
  98. pulumi_aiven/get_project.py +43 -26
  99. pulumi_aiven/get_project_user.py +27 -19
  100. pulumi_aiven/get_project_vpc.py +31 -23
  101. pulumi_aiven/get_redis.py +50 -18
  102. pulumi_aiven/get_redis_user.py +40 -26
  103. pulumi_aiven/get_service_component.py +40 -22
  104. pulumi_aiven/get_service_integration.py +163 -53
  105. pulumi_aiven/get_service_integration_endpoint.py +128 -37
  106. pulumi_aiven/get_thanos.py +499 -0
  107. pulumi_aiven/get_transit_gateway_vpc_attachment.py +35 -22
  108. pulumi_aiven/get_valkey.py +499 -0
  109. pulumi_aiven/get_valkey_user.py +218 -0
  110. pulumi_aiven/grafana.py +188 -322
  111. pulumi_aiven/influx_db.py +127 -90
  112. pulumi_aiven/influxdb_database.py +40 -55
  113. pulumi_aiven/influxdb_user.py +47 -42
  114. pulumi_aiven/kafka.py +157 -144
  115. pulumi_aiven/kafka_acl.py +64 -57
  116. pulumi_aiven/kafka_connect.py +201 -332
  117. pulumi_aiven/kafka_connector.py +67 -60
  118. pulumi_aiven/kafka_mirror_maker.py +137 -320
  119. pulumi_aiven/kafka_native_acl.py +588 -0
  120. pulumi_aiven/kafka_schema.py +63 -58
  121. pulumi_aiven/kafka_schema_configuration.py +25 -24
  122. pulumi_aiven/kafka_schema_registry_acl.py +80 -35
  123. pulumi_aiven/kafka_topic.py +184 -65
  124. pulumi_aiven/kafka_user.py +59 -58
  125. pulumi_aiven/m3_aggregator.py +174 -310
  126. pulumi_aiven/m3_db.py +190 -326
  127. pulumi_aiven/m3db_user.py +51 -50
  128. pulumi_aiven/mirror_maker_replication_flow.py +215 -55
  129. pulumi_aiven/my_sql.py +188 -324
  130. pulumi_aiven/mysql_database.py +32 -51
  131. pulumi_aiven/mysql_user.py +37 -36
  132. pulumi_aiven/open_search.py +126 -107
  133. pulumi_aiven/open_search_acl_config.py +33 -36
  134. pulumi_aiven/open_search_acl_rule.py +55 -54
  135. pulumi_aiven/opensearch_security_plugin_config.py +69 -16
  136. pulumi_aiven/opensearch_user.py +30 -29
  137. pulumi_aiven/organization.py +18 -17
  138. pulumi_aiven/organization_application_user.py +345 -0
  139. pulumi_aiven/organization_application_user_token.py +711 -0
  140. pulumi_aiven/organization_group_project.py +349 -0
  141. pulumi_aiven/organization_permission.py +421 -0
  142. pulumi_aiven/organization_user.py +25 -46
  143. pulumi_aiven/organization_user_group.py +64 -23
  144. pulumi_aiven/organization_user_group_member.py +359 -0
  145. pulumi_aiven/organizational_unit.py +41 -36
  146. pulumi_aiven/outputs.py +38355 -21458
  147. pulumi_aiven/pg.py +92 -88
  148. pulumi_aiven/pg_database.py +52 -71
  149. pulumi_aiven/pg_user.py +80 -65
  150. pulumi_aiven/project.py +111 -102
  151. pulumi_aiven/project_user.py +44 -35
  152. pulumi_aiven/project_vpc.py +58 -29
  153. pulumi_aiven/provider.py +5 -0
  154. pulumi_aiven/pulumi-plugin.json +2 -1
  155. pulumi_aiven/redis.py +161 -297
  156. pulumi_aiven/redis_user.py +58 -57
  157. pulumi_aiven/service_integration.py +511 -165
  158. pulumi_aiven/service_integration_endpoint.py +466 -158
  159. pulumi_aiven/static_ip.py +21 -16
  160. pulumi_aiven/thanos.py +1262 -0
  161. pulumi_aiven/transit_gateway_vpc_attachment.py +44 -58
  162. pulumi_aiven/valkey.py +1256 -0
  163. pulumi_aiven/valkey_user.py +606 -0
  164. {pulumi_aiven-6.13.0a1710156545.dist-info → pulumi_aiven-6.31.0a1736849214.dist-info}/METADATA +7 -6
  165. pulumi_aiven-6.31.0a1736849214.dist-info/RECORD +169 -0
  166. {pulumi_aiven-6.13.0a1710156545.dist-info → pulumi_aiven-6.31.0a1736849214.dist-info}/WHEEL +1 -1
  167. pulumi_aiven-6.13.0a1710156545.dist-info/RECORD +0 -146
  168. {pulumi_aiven-6.13.0a1710156545.dist-info → pulumi_aiven-6.31.0a1736849214.dist-info}/top_level.txt +0 -0
@@ -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__ = ['GcpPrivatelinkArgs', 'GcpPrivatelink']
@@ -18,10 +23,8 @@ class GcpPrivatelinkArgs:
18
23
  service_name: pulumi.Input[str]):
19
24
  """
20
25
  The set of arguments for constructing a GcpPrivatelink resource.
21
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
22
- reference. This property cannot be changed, doing so forces recreation of the resource.
23
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
24
- variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
26
+ :param pulumi.Input[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.
27
+ :param pulumi.Input[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.
25
28
  """
26
29
  pulumi.set(__self__, "project", project)
27
30
  pulumi.set(__self__, "service_name", service_name)
@@ -30,8 +33,7 @@ class GcpPrivatelinkArgs:
30
33
  @pulumi.getter
31
34
  def project(self) -> pulumi.Input[str]:
32
35
  """
33
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
34
- reference. This property cannot be changed, doing so forces recreation of the resource.
36
+ 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.
35
37
  """
36
38
  return pulumi.get(self, "project")
37
39
 
@@ -43,8 +45,7 @@ class GcpPrivatelinkArgs:
43
45
  @pulumi.getter(name="serviceName")
44
46
  def service_name(self) -> pulumi.Input[str]:
45
47
  """
46
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
47
- variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
48
+ 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.
48
49
  """
49
50
  return pulumi.get(self, "service_name")
50
51
 
@@ -63,13 +64,11 @@ class _GcpPrivatelinkState:
63
64
  state: Optional[pulumi.Input[str]] = None):
64
65
  """
65
66
  Input properties used for looking up and filtering GcpPrivatelink resources.
66
- :param pulumi.Input[str] google_service_attachment: Privatelink resource Google Service Attachment
67
- :param pulumi.Input[str] message: Printable result of the GCP Privatelink request
68
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
69
- reference. This property cannot be changed, doing so forces recreation of the resource.
70
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
71
- variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
72
- :param pulumi.Input[str] state: Privatelink resource state
67
+ :param pulumi.Input[str] google_service_attachment: Google Private Service Connect service attachment.
68
+ :param pulumi.Input[str] message: Printable result of the Google Cloud Private Service Connect request.
69
+ :param pulumi.Input[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.
70
+ :param pulumi.Input[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.
71
+ :param pulumi.Input[str] state: The state of the Private Service Connect resource.
73
72
  """
74
73
  if google_service_attachment is not None:
75
74
  pulumi.set(__self__, "google_service_attachment", google_service_attachment)
@@ -86,7 +85,7 @@ class _GcpPrivatelinkState:
86
85
  @pulumi.getter(name="googleServiceAttachment")
87
86
  def google_service_attachment(self) -> Optional[pulumi.Input[str]]:
88
87
  """
89
- Privatelink resource Google Service Attachment
88
+ Google Private Service Connect service attachment.
90
89
  """
91
90
  return pulumi.get(self, "google_service_attachment")
92
91
 
@@ -98,7 +97,7 @@ class _GcpPrivatelinkState:
98
97
  @pulumi.getter
99
98
  def message(self) -> Optional[pulumi.Input[str]]:
100
99
  """
101
- Printable result of the GCP Privatelink request
100
+ Printable result of the Google Cloud Private Service Connect request.
102
101
  """
103
102
  return pulumi.get(self, "message")
104
103
 
@@ -110,8 +109,7 @@ class _GcpPrivatelinkState:
110
109
  @pulumi.getter
111
110
  def project(self) -> Optional[pulumi.Input[str]]:
112
111
  """
113
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
114
- reference. This property cannot be changed, doing so forces recreation of the resource.
112
+ 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.
115
113
  """
116
114
  return pulumi.get(self, "project")
117
115
 
@@ -123,8 +121,7 @@ class _GcpPrivatelinkState:
123
121
  @pulumi.getter(name="serviceName")
124
122
  def service_name(self) -> Optional[pulumi.Input[str]]:
125
123
  """
126
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
127
- variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
124
+ 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.
128
125
  """
129
126
  return pulumi.get(self, "service_name")
130
127
 
@@ -136,7 +133,7 @@ class _GcpPrivatelinkState:
136
133
  @pulumi.getter
137
134
  def state(self) -> Optional[pulumi.Input[str]]:
138
135
  """
139
- Privatelink resource state
136
+ The state of the Private Service Connect resource.
140
137
  """
141
138
  return pulumi.get(self, "state")
142
139
 
@@ -154,13 +151,29 @@ class GcpPrivatelink(pulumi.CustomResource):
154
151
  service_name: Optional[pulumi.Input[str]] = None,
155
152
  __props__=None):
156
153
  """
157
- Create a GcpPrivatelink resource with the given unique name, props, and options.
154
+ Creates and manages a Google Private Service Connect for an Aiven service in a VPC.
155
+
156
+ ## Example Usage
157
+
158
+ ```python
159
+ import pulumi
160
+ import pulumi_aiven as aiven
161
+
162
+ main = aiven.GcpPrivatelink("main",
163
+ project=example_project["project"],
164
+ service_name=example_kafka["serviceName"])
165
+ ```
166
+
167
+ ## Import
168
+
169
+ ```sh
170
+ $ pulumi import aiven:index/gcpPrivatelink:GcpPrivatelink main PROJECT/SERVICE_NAME
171
+ ```
172
+
158
173
  :param str resource_name: The name of the resource.
159
174
  :param pulumi.ResourceOptions opts: Options for the resource.
160
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
161
- reference. This property cannot be changed, doing so forces recreation of the resource.
162
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
163
- variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
175
+ :param pulumi.Input[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.
176
+ :param pulumi.Input[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.
164
177
  """
165
178
  ...
166
179
  @overload
@@ -169,7 +182,25 @@ class GcpPrivatelink(pulumi.CustomResource):
169
182
  args: GcpPrivatelinkArgs,
170
183
  opts: Optional[pulumi.ResourceOptions] = None):
171
184
  """
172
- Create a GcpPrivatelink resource with the given unique name, props, and options.
185
+ Creates and manages a Google Private Service Connect for an Aiven service in a VPC.
186
+
187
+ ## Example Usage
188
+
189
+ ```python
190
+ import pulumi
191
+ import pulumi_aiven as aiven
192
+
193
+ main = aiven.GcpPrivatelink("main",
194
+ project=example_project["project"],
195
+ service_name=example_kafka["serviceName"])
196
+ ```
197
+
198
+ ## Import
199
+
200
+ ```sh
201
+ $ pulumi import aiven:index/gcpPrivatelink:GcpPrivatelink main PROJECT/SERVICE_NAME
202
+ ```
203
+
173
204
  :param str resource_name: The name of the resource.
174
205
  :param GcpPrivatelinkArgs args: The arguments to use to populate this resource's properties.
175
206
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -227,13 +258,11 @@ class GcpPrivatelink(pulumi.CustomResource):
227
258
  :param str resource_name: The unique name of the resulting resource.
228
259
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
229
260
  :param pulumi.ResourceOptions opts: Options for the resource.
230
- :param pulumi.Input[str] google_service_attachment: Privatelink resource Google Service Attachment
231
- :param pulumi.Input[str] message: Printable result of the GCP Privatelink request
232
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
233
- reference. This property cannot be changed, doing so forces recreation of the resource.
234
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
235
- variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
236
- :param pulumi.Input[str] state: Privatelink resource state
261
+ :param pulumi.Input[str] google_service_attachment: Google Private Service Connect service attachment.
262
+ :param pulumi.Input[str] message: Printable result of the Google Cloud Private Service Connect request.
263
+ :param pulumi.Input[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.
264
+ :param pulumi.Input[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.
265
+ :param pulumi.Input[str] state: The state of the Private Service Connect resource.
237
266
  """
238
267
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
239
268
 
@@ -250,7 +279,7 @@ class GcpPrivatelink(pulumi.CustomResource):
250
279
  @pulumi.getter(name="googleServiceAttachment")
251
280
  def google_service_attachment(self) -> pulumi.Output[str]:
252
281
  """
253
- Privatelink resource Google Service Attachment
282
+ Google Private Service Connect service attachment.
254
283
  """
255
284
  return pulumi.get(self, "google_service_attachment")
256
285
 
@@ -258,7 +287,7 @@ class GcpPrivatelink(pulumi.CustomResource):
258
287
  @pulumi.getter
259
288
  def message(self) -> pulumi.Output[str]:
260
289
  """
261
- Printable result of the GCP Privatelink request
290
+ Printable result of the Google Cloud Private Service Connect request.
262
291
  """
263
292
  return pulumi.get(self, "message")
264
293
 
@@ -266,8 +295,7 @@ class GcpPrivatelink(pulumi.CustomResource):
266
295
  @pulumi.getter
267
296
  def project(self) -> pulumi.Output[str]:
268
297
  """
269
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
270
- reference. This property cannot be changed, doing so forces recreation of the resource.
298
+ 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.
271
299
  """
272
300
  return pulumi.get(self, "project")
273
301
 
@@ -275,8 +303,7 @@ class GcpPrivatelink(pulumi.CustomResource):
275
303
  @pulumi.getter(name="serviceName")
276
304
  def service_name(self) -> pulumi.Output[str]:
277
305
  """
278
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
279
- variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
306
+ 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.
280
307
  """
281
308
  return pulumi.get(self, "service_name")
282
309
 
@@ -284,7 +311,7 @@ class GcpPrivatelink(pulumi.CustomResource):
284
311
  @pulumi.getter
285
312
  def state(self) -> pulumi.Output[str]:
286
313
  """
287
- Privatelink resource state
314
+ The state of the Private Service Connect resource.
288
315
  """
289
316
  return pulumi.get(self, "state")
290
317
 
@@ -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__ = ['GcpPrivatelinkConnectionApprovalArgs', 'GcpPrivatelinkConnectionApproval']
@@ -19,11 +24,9 @@ class GcpPrivatelinkConnectionApprovalArgs:
19
24
  user_ip_address: pulumi.Input[str]):
20
25
  """
21
26
  The set of arguments for constructing a GcpPrivatelinkConnectionApproval resource.
22
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
23
- reference. This property cannot be changed, doing so forces recreation of the resource.
24
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
25
- variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
26
- :param pulumi.Input[str] user_ip_address: Privatelink connection user IP address
27
+ :param pulumi.Input[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.
28
+ :param pulumi.Input[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.
29
+ :param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
27
30
  """
28
31
  pulumi.set(__self__, "project", project)
29
32
  pulumi.set(__self__, "service_name", service_name)
@@ -33,8 +36,7 @@ class GcpPrivatelinkConnectionApprovalArgs:
33
36
  @pulumi.getter
34
37
  def project(self) -> pulumi.Input[str]:
35
38
  """
36
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
37
- reference. This property cannot be changed, doing so forces recreation of the resource.
39
+ 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.
38
40
  """
39
41
  return pulumi.get(self, "project")
40
42
 
@@ -46,8 +48,7 @@ class GcpPrivatelinkConnectionApprovalArgs:
46
48
  @pulumi.getter(name="serviceName")
47
49
  def service_name(self) -> pulumi.Input[str]:
48
50
  """
49
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
50
- variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
51
+ 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.
51
52
  """
52
53
  return pulumi.get(self, "service_name")
53
54
 
@@ -59,7 +60,7 @@ class GcpPrivatelinkConnectionApprovalArgs:
59
60
  @pulumi.getter(name="userIpAddress")
60
61
  def user_ip_address(self) -> pulumi.Input[str]:
61
62
  """
62
- Privatelink connection user IP address
63
+ The Private Service Connect connection user IP address.
63
64
  """
64
65
  return pulumi.get(self, "user_ip_address")
65
66
 
@@ -79,14 +80,12 @@ class _GcpPrivatelinkConnectionApprovalState:
79
80
  user_ip_address: Optional[pulumi.Input[str]] = None):
80
81
  """
81
82
  Input properties used for looking up and filtering GcpPrivatelinkConnectionApproval resources.
82
- :param pulumi.Input[str] privatelink_connection_id: Privatelink connection id
83
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
84
- reference. This property cannot be changed, doing so forces recreation of the resource.
85
- :param pulumi.Input[str] psc_connection_id: Privatelink connection PSC connection id
86
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
87
- variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
88
- :param pulumi.Input[str] state: Privatelink connection state
89
- :param pulumi.Input[str] user_ip_address: Privatelink connection user IP address
83
+ :param pulumi.Input[str] privatelink_connection_id: Aiven internal ID for the private link connection.
84
+ :param pulumi.Input[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.
85
+ :param pulumi.Input[str] psc_connection_id: The Google Private Service Connect connection ID.
86
+ :param pulumi.Input[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.
87
+ :param pulumi.Input[str] state: The state of the connection.
88
+ :param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
90
89
  """
91
90
  if privatelink_connection_id is not None:
92
91
  pulumi.set(__self__, "privatelink_connection_id", privatelink_connection_id)
@@ -105,7 +104,7 @@ class _GcpPrivatelinkConnectionApprovalState:
105
104
  @pulumi.getter(name="privatelinkConnectionId")
106
105
  def privatelink_connection_id(self) -> Optional[pulumi.Input[str]]:
107
106
  """
108
- Privatelink connection id
107
+ Aiven internal ID for the private link connection.
109
108
  """
110
109
  return pulumi.get(self, "privatelink_connection_id")
111
110
 
@@ -117,8 +116,7 @@ class _GcpPrivatelinkConnectionApprovalState:
117
116
  @pulumi.getter
118
117
  def project(self) -> Optional[pulumi.Input[str]]:
119
118
  """
120
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
121
- reference. This property cannot be changed, doing so forces recreation of the resource.
119
+ 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.
122
120
  """
123
121
  return pulumi.get(self, "project")
124
122
 
@@ -130,7 +128,7 @@ class _GcpPrivatelinkConnectionApprovalState:
130
128
  @pulumi.getter(name="pscConnectionId")
131
129
  def psc_connection_id(self) -> Optional[pulumi.Input[str]]:
132
130
  """
133
- Privatelink connection PSC connection id
131
+ The Google Private Service Connect connection ID.
134
132
  """
135
133
  return pulumi.get(self, "psc_connection_id")
136
134
 
@@ -142,8 +140,7 @@ class _GcpPrivatelinkConnectionApprovalState:
142
140
  @pulumi.getter(name="serviceName")
143
141
  def service_name(self) -> Optional[pulumi.Input[str]]:
144
142
  """
145
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
146
- variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
143
+ 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.
147
144
  """
148
145
  return pulumi.get(self, "service_name")
149
146
 
@@ -155,7 +152,7 @@ class _GcpPrivatelinkConnectionApprovalState:
155
152
  @pulumi.getter
156
153
  def state(self) -> Optional[pulumi.Input[str]]:
157
154
  """
158
- Privatelink connection state
155
+ The state of the connection.
159
156
  """
160
157
  return pulumi.get(self, "state")
161
158
 
@@ -167,7 +164,7 @@ class _GcpPrivatelinkConnectionApprovalState:
167
164
  @pulumi.getter(name="userIpAddress")
168
165
  def user_ip_address(self) -> Optional[pulumi.Input[str]]:
169
166
  """
170
- Privatelink connection user IP address
167
+ The Private Service Connect connection user IP address.
171
168
  """
172
169
  return pulumi.get(self, "user_ip_address")
173
170
 
@@ -186,14 +183,31 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
186
183
  user_ip_address: Optional[pulumi.Input[str]] = None,
187
184
  __props__=None):
188
185
  """
189
- Create a GcpPrivatelinkConnectionApproval resource with the given unique name, props, and options.
186
+ Approves a Google Private Service Connect connection to an Aiven service with an associated endpoint IP.
187
+
188
+ ## Example Usage
189
+
190
+ ```python
191
+ import pulumi
192
+ import pulumi_aiven as aiven
193
+
194
+ approve = aiven.GcpPrivatelinkConnectionApproval("approve",
195
+ project=example_project["project"],
196
+ service_name=example_kafka["serviceName"],
197
+ user_ip_address="10.0.0.100")
198
+ ```
199
+
200
+ ## Import
201
+
202
+ ```sh
203
+ $ pulumi import aiven:index/gcpPrivatelinkConnectionApproval:GcpPrivatelinkConnectionApproval main PROJECT/SERVICE_NAME
204
+ ```
205
+
190
206
  :param str resource_name: The name of the resource.
191
207
  :param pulumi.ResourceOptions opts: Options for the resource.
192
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
193
- reference. This property cannot be changed, doing so forces recreation of the resource.
194
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
195
- variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
196
- :param pulumi.Input[str] user_ip_address: Privatelink connection user IP address
208
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
209
+ :param pulumi.Input[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.
210
+ :param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
197
211
  """
198
212
  ...
199
213
  @overload
@@ -202,7 +216,26 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
202
216
  args: GcpPrivatelinkConnectionApprovalArgs,
203
217
  opts: Optional[pulumi.ResourceOptions] = None):
204
218
  """
205
- Create a GcpPrivatelinkConnectionApproval resource with the given unique name, props, and options.
219
+ Approves a Google Private Service Connect connection to an Aiven service with an associated endpoint IP.
220
+
221
+ ## Example Usage
222
+
223
+ ```python
224
+ import pulumi
225
+ import pulumi_aiven as aiven
226
+
227
+ approve = aiven.GcpPrivatelinkConnectionApproval("approve",
228
+ project=example_project["project"],
229
+ service_name=example_kafka["serviceName"],
230
+ user_ip_address="10.0.0.100")
231
+ ```
232
+
233
+ ## Import
234
+
235
+ ```sh
236
+ $ pulumi import aiven:index/gcpPrivatelinkConnectionApproval:GcpPrivatelinkConnectionApproval main PROJECT/SERVICE_NAME
237
+ ```
238
+
206
239
  :param str resource_name: The name of the resource.
207
240
  :param GcpPrivatelinkConnectionApprovalArgs args: The arguments to use to populate this resource's properties.
208
241
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -265,14 +298,12 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
265
298
  :param str resource_name: The unique name of the resulting resource.
266
299
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
267
300
  :param pulumi.ResourceOptions opts: Options for the resource.
268
- :param pulumi.Input[str] privatelink_connection_id: Privatelink connection id
269
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
270
- reference. This property cannot be changed, doing so forces recreation of the resource.
271
- :param pulumi.Input[str] psc_connection_id: Privatelink connection PSC connection id
272
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
273
- variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
274
- :param pulumi.Input[str] state: Privatelink connection state
275
- :param pulumi.Input[str] user_ip_address: Privatelink connection user IP address
301
+ :param pulumi.Input[str] privatelink_connection_id: Aiven internal ID for the private link connection.
302
+ :param pulumi.Input[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.
303
+ :param pulumi.Input[str] psc_connection_id: The Google Private Service Connect connection ID.
304
+ :param pulumi.Input[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.
305
+ :param pulumi.Input[str] state: The state of the connection.
306
+ :param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
276
307
  """
277
308
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
278
309
 
@@ -290,7 +321,7 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
290
321
  @pulumi.getter(name="privatelinkConnectionId")
291
322
  def privatelink_connection_id(self) -> pulumi.Output[str]:
292
323
  """
293
- Privatelink connection id
324
+ Aiven internal ID for the private link connection.
294
325
  """
295
326
  return pulumi.get(self, "privatelink_connection_id")
296
327
 
@@ -298,8 +329,7 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
298
329
  @pulumi.getter
299
330
  def project(self) -> pulumi.Output[str]:
300
331
  """
301
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
302
- reference. This property cannot be changed, doing so forces recreation of the resource.
332
+ 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.
303
333
  """
304
334
  return pulumi.get(self, "project")
305
335
 
@@ -307,7 +337,7 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
307
337
  @pulumi.getter(name="pscConnectionId")
308
338
  def psc_connection_id(self) -> pulumi.Output[str]:
309
339
  """
310
- Privatelink connection PSC connection id
340
+ The Google Private Service Connect connection ID.
311
341
  """
312
342
  return pulumi.get(self, "psc_connection_id")
313
343
 
@@ -315,8 +345,7 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
315
345
  @pulumi.getter(name="serviceName")
316
346
  def service_name(self) -> pulumi.Output[str]:
317
347
  """
318
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
319
- variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
348
+ 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.
320
349
  """
321
350
  return pulumi.get(self, "service_name")
322
351
 
@@ -324,7 +353,7 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
324
353
  @pulumi.getter
325
354
  def state(self) -> pulumi.Output[str]:
326
355
  """
327
- Privatelink connection state
356
+ The state of the connection.
328
357
  """
329
358
  return pulumi.get(self, "state")
330
359
 
@@ -332,7 +361,7 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
332
361
  @pulumi.getter(name="userIpAddress")
333
362
  def user_ip_address(self) -> pulumi.Output[str]:
334
363
  """
335
- Privatelink connection user IP address
364
+ The Private Service Connect connection user IP address.
336
365
  """
337
366
  return pulumi.get(self, "user_ip_address")
338
367