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__ = ['GcpVpcPeeringConnectionArgs', 'GcpVpcPeeringConnection']
@@ -19,9 +24,9 @@ class GcpVpcPeeringConnectionArgs:
19
24
  vpc_id: pulumi.Input[str]):
20
25
  """
21
26
  The set of arguments for constructing a GcpVpcPeeringConnection resource.
22
- :param pulumi.Input[str] gcp_project_id: GCP project ID. This property cannot be changed, doing so forces recreation of the resource.
23
- :param pulumi.Input[str] peer_vpc: GCP VPC network name. This property cannot be changed, doing so forces recreation of the resource.
24
- :param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
27
+ :param pulumi.Input[str] gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
28
+ :param pulumi.Input[str] peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
29
+ :param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
25
30
  """
26
31
  pulumi.set(__self__, "gcp_project_id", gcp_project_id)
27
32
  pulumi.set(__self__, "peer_vpc", peer_vpc)
@@ -31,7 +36,7 @@ class GcpVpcPeeringConnectionArgs:
31
36
  @pulumi.getter(name="gcpProjectId")
32
37
  def gcp_project_id(self) -> pulumi.Input[str]:
33
38
  """
34
- GCP project ID. This property cannot be changed, doing so forces recreation of the resource.
39
+ Google Cloud project ID. Changing this property forces recreation of the resource.
35
40
  """
36
41
  return pulumi.get(self, "gcp_project_id")
37
42
 
@@ -43,7 +48,7 @@ class GcpVpcPeeringConnectionArgs:
43
48
  @pulumi.getter(name="peerVpc")
44
49
  def peer_vpc(self) -> pulumi.Input[str]:
45
50
  """
46
- GCP VPC network name. This property cannot be changed, doing so forces recreation of the resource.
51
+ Google Cloud VPC network name. Changing this property forces recreation of the resource.
47
52
  """
48
53
  return pulumi.get(self, "peer_vpc")
49
54
 
@@ -55,7 +60,7 @@ class GcpVpcPeeringConnectionArgs:
55
60
  @pulumi.getter(name="vpcId")
56
61
  def vpc_id(self) -> pulumi.Input[str]:
57
62
  """
58
- The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
63
+ The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
59
64
  """
60
65
  return pulumi.get(self, "vpc_id")
61
66
 
@@ -71,16 +76,16 @@ class _GcpVpcPeeringConnectionState:
71
76
  peer_vpc: Optional[pulumi.Input[str]] = None,
72
77
  self_link: Optional[pulumi.Input[str]] = None,
73
78
  state: Optional[pulumi.Input[str]] = None,
74
- state_info: Optional[pulumi.Input[Mapping[str, Any]]] = None,
79
+ state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
75
80
  vpc_id: Optional[pulumi.Input[str]] = None):
76
81
  """
77
82
  Input properties used for looking up and filtering GcpVpcPeeringConnection resources.
78
- :param pulumi.Input[str] gcp_project_id: GCP project ID. This property cannot be changed, doing so forces recreation of the resource.
79
- :param pulumi.Input[str] peer_vpc: GCP VPC network name. This property cannot be changed, doing so forces recreation of the resource.
80
- :param pulumi.Input[str] self_link: Computed GCP network peering link
81
- :param pulumi.Input[str] state: State of the peering connection
82
- :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information
83
- :param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
83
+ :param pulumi.Input[str] gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
84
+ :param pulumi.Input[str] peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
85
+ :param pulumi.Input[str] self_link: Computed Google Cloud network peering link.
86
+ :param pulumi.Input[str] state: State of the peering connection.
87
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] state_info: State-specific help or error information.
88
+ :param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
84
89
  """
85
90
  if gcp_project_id is not None:
86
91
  pulumi.set(__self__, "gcp_project_id", gcp_project_id)
@@ -99,7 +104,7 @@ class _GcpVpcPeeringConnectionState:
99
104
  @pulumi.getter(name="gcpProjectId")
100
105
  def gcp_project_id(self) -> Optional[pulumi.Input[str]]:
101
106
  """
102
- GCP project ID. This property cannot be changed, doing so forces recreation of the resource.
107
+ Google Cloud project ID. Changing this property forces recreation of the resource.
103
108
  """
104
109
  return pulumi.get(self, "gcp_project_id")
105
110
 
@@ -111,7 +116,7 @@ class _GcpVpcPeeringConnectionState:
111
116
  @pulumi.getter(name="peerVpc")
112
117
  def peer_vpc(self) -> Optional[pulumi.Input[str]]:
113
118
  """
114
- GCP VPC network name. This property cannot be changed, doing so forces recreation of the resource.
119
+ Google Cloud VPC network name. Changing this property forces recreation of the resource.
115
120
  """
116
121
  return pulumi.get(self, "peer_vpc")
117
122
 
@@ -123,7 +128,7 @@ class _GcpVpcPeeringConnectionState:
123
128
  @pulumi.getter(name="selfLink")
124
129
  def self_link(self) -> Optional[pulumi.Input[str]]:
125
130
  """
126
- Computed GCP network peering link
131
+ Computed Google Cloud network peering link.
127
132
  """
128
133
  return pulumi.get(self, "self_link")
129
134
 
@@ -135,7 +140,7 @@ class _GcpVpcPeeringConnectionState:
135
140
  @pulumi.getter
136
141
  def state(self) -> Optional[pulumi.Input[str]]:
137
142
  """
138
- State of the peering connection
143
+ State of the peering connection.
139
144
  """
140
145
  return pulumi.get(self, "state")
141
146
 
@@ -145,21 +150,21 @@ class _GcpVpcPeeringConnectionState:
145
150
 
146
151
  @property
147
152
  @pulumi.getter(name="stateInfo")
148
- def state_info(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
153
+ def state_info(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
149
154
  """
150
- State-specific help or error information
155
+ State-specific help or error information.
151
156
  """
152
157
  return pulumi.get(self, "state_info")
153
158
 
154
159
  @state_info.setter
155
- def state_info(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
160
+ def state_info(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
156
161
  pulumi.set(self, "state_info", value)
157
162
 
158
163
  @property
159
164
  @pulumi.getter(name="vpcId")
160
165
  def vpc_id(self) -> Optional[pulumi.Input[str]]:
161
166
  """
162
- The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
167
+ The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
163
168
  """
164
169
  return pulumi.get(self, "vpc_id")
165
170
 
@@ -178,33 +183,31 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
178
183
  vpc_id: Optional[pulumi.Input[str]] = None,
179
184
  __props__=None):
180
185
  """
181
- The GCP VPC Peering Connection resource allows the creation and management of Aiven GCP VPC Peering Connections.
186
+ Creates and manages a Google Cloud VPC peering connection.
182
187
 
183
188
  ## Example Usage
184
189
 
185
- <!--Start PulumiCodeChooser -->
186
190
  ```python
187
191
  import pulumi
188
192
  import pulumi_aiven as aiven
189
193
 
190
194
  foo = aiven.GcpVpcPeeringConnection("foo",
191
- vpc_id=data["aiven_project_vpc"]["vpc"]["id"],
195
+ vpc_id=vpc["id"],
192
196
  gcp_project_id="xxxx",
193
197
  peer_vpc="xxxx")
194
198
  ```
195
- <!--End PulumiCodeChooser -->
196
199
 
197
200
  ## Import
198
201
 
199
202
  ```sh
200
- $ pulumi import aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection foo project_name/vpc_id/gcp_project_id/peer_vpc
203
+ $ pulumi import aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection foo PROJECT_NAME/VPC_ID/GCP_PROJECT_ID/PEER_VPC
201
204
  ```
202
205
 
203
206
  :param str resource_name: The name of the resource.
204
207
  :param pulumi.ResourceOptions opts: Options for the resource.
205
- :param pulumi.Input[str] gcp_project_id: GCP project ID. This property cannot be changed, doing so forces recreation of the resource.
206
- :param pulumi.Input[str] peer_vpc: GCP VPC network name. This property cannot be changed, doing so forces recreation of the resource.
207
- :param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
208
+ :param pulumi.Input[str] gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
209
+ :param pulumi.Input[str] peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
210
+ :param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
208
211
  """
209
212
  ...
210
213
  @overload
@@ -213,26 +216,24 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
213
216
  args: GcpVpcPeeringConnectionArgs,
214
217
  opts: Optional[pulumi.ResourceOptions] = None):
215
218
  """
216
- The GCP VPC Peering Connection resource allows the creation and management of Aiven GCP VPC Peering Connections.
219
+ Creates and manages a Google Cloud VPC peering connection.
217
220
 
218
221
  ## Example Usage
219
222
 
220
- <!--Start PulumiCodeChooser -->
221
223
  ```python
222
224
  import pulumi
223
225
  import pulumi_aiven as aiven
224
226
 
225
227
  foo = aiven.GcpVpcPeeringConnection("foo",
226
- vpc_id=data["aiven_project_vpc"]["vpc"]["id"],
228
+ vpc_id=vpc["id"],
227
229
  gcp_project_id="xxxx",
228
230
  peer_vpc="xxxx")
229
231
  ```
230
- <!--End PulumiCodeChooser -->
231
232
 
232
233
  ## Import
233
234
 
234
235
  ```sh
235
- $ pulumi import aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection foo project_name/vpc_id/gcp_project_id/peer_vpc
236
+ $ pulumi import aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection foo PROJECT_NAME/VPC_ID/GCP_PROJECT_ID/PEER_VPC
236
237
  ```
237
238
 
238
239
  :param str resource_name: The name of the resource.
@@ -288,7 +289,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
288
289
  peer_vpc: Optional[pulumi.Input[str]] = None,
289
290
  self_link: Optional[pulumi.Input[str]] = None,
290
291
  state: Optional[pulumi.Input[str]] = None,
291
- state_info: Optional[pulumi.Input[Mapping[str, Any]]] = None,
292
+ state_info: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
292
293
  vpc_id: Optional[pulumi.Input[str]] = None) -> 'GcpVpcPeeringConnection':
293
294
  """
294
295
  Get an existing GcpVpcPeeringConnection resource's state with the given name, id, and optional extra
@@ -297,12 +298,12 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
297
298
  :param str resource_name: The unique name of the resulting resource.
298
299
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
299
300
  :param pulumi.ResourceOptions opts: Options for the resource.
300
- :param pulumi.Input[str] gcp_project_id: GCP project ID. This property cannot be changed, doing so forces recreation of the resource.
301
- :param pulumi.Input[str] peer_vpc: GCP VPC network name. This property cannot be changed, doing so forces recreation of the resource.
302
- :param pulumi.Input[str] self_link: Computed GCP network peering link
303
- :param pulumi.Input[str] state: State of the peering connection
304
- :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information
305
- :param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
301
+ :param pulumi.Input[str] gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
302
+ :param pulumi.Input[str] peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
303
+ :param pulumi.Input[str] self_link: Computed Google Cloud network peering link.
304
+ :param pulumi.Input[str] state: State of the peering connection.
305
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] state_info: State-specific help or error information.
306
+ :param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
306
307
  """
307
308
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
308
309
 
@@ -320,7 +321,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
320
321
  @pulumi.getter(name="gcpProjectId")
321
322
  def gcp_project_id(self) -> pulumi.Output[str]:
322
323
  """
323
- GCP project ID. This property cannot be changed, doing so forces recreation of the resource.
324
+ Google Cloud project ID. Changing this property forces recreation of the resource.
324
325
  """
325
326
  return pulumi.get(self, "gcp_project_id")
326
327
 
@@ -328,7 +329,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
328
329
  @pulumi.getter(name="peerVpc")
329
330
  def peer_vpc(self) -> pulumi.Output[str]:
330
331
  """
331
- GCP VPC network name. This property cannot be changed, doing so forces recreation of the resource.
332
+ Google Cloud VPC network name. Changing this property forces recreation of the resource.
332
333
  """
333
334
  return pulumi.get(self, "peer_vpc")
334
335
 
@@ -336,7 +337,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
336
337
  @pulumi.getter(name="selfLink")
337
338
  def self_link(self) -> pulumi.Output[str]:
338
339
  """
339
- Computed GCP network peering link
340
+ Computed Google Cloud network peering link.
340
341
  """
341
342
  return pulumi.get(self, "self_link")
342
343
 
@@ -344,15 +345,15 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
344
345
  @pulumi.getter
345
346
  def state(self) -> pulumi.Output[str]:
346
347
  """
347
- State of the peering connection
348
+ State of the peering connection.
348
349
  """
349
350
  return pulumi.get(self, "state")
350
351
 
351
352
  @property
352
353
  @pulumi.getter(name="stateInfo")
353
- def state_info(self) -> pulumi.Output[Mapping[str, Any]]:
354
+ def state_info(self) -> pulumi.Output[Mapping[str, str]]:
354
355
  """
355
- State-specific help or error information
356
+ State-specific help or error information.
356
357
  """
357
358
  return pulumi.get(self, "state_info")
358
359
 
@@ -360,7 +361,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
360
361
  @pulumi.getter(name="vpcId")
361
362
  def vpc_id(self) -> pulumi.Output[str]:
362
363
  """
363
- The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
364
+ The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
364
365
  """
365
366
  return pulumi.get(self, "vpc_id")
366
367
 
@@ -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__ = [
@@ -147,14 +152,12 @@ def get_account(name: Optional[str] = None,
147
152
 
148
153
  ## Example Usage
149
154
 
150
- <!--Start PulumiCodeChooser -->
151
155
  ```python
152
156
  import pulumi
153
157
  import pulumi_aiven as aiven
154
158
 
155
159
  account1 = aiven.get_account(name="<ACCOUNT_NAME>")
156
160
  ```
157
- <!--End PulumiCodeChooser -->
158
161
 
159
162
 
160
163
  :param str name: Account name
@@ -174,26 +177,34 @@ def get_account(name: Optional[str] = None,
174
177
  primary_billing_group_id=pulumi.get(__ret__, 'primary_billing_group_id'),
175
178
  tenant_id=pulumi.get(__ret__, 'tenant_id'),
176
179
  update_time=pulumi.get(__ret__, 'update_time'))
177
-
178
-
179
- @_utilities.lift_output_func(get_account)
180
180
  def get_account_output(name: Optional[pulumi.Input[str]] = None,
181
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAccountResult]:
181
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAccountResult]:
182
182
  """
183
183
  The Account data source provides information about the existing Aiven Account.
184
184
 
185
185
  ## Example Usage
186
186
 
187
- <!--Start PulumiCodeChooser -->
188
187
  ```python
189
188
  import pulumi
190
189
  import pulumi_aiven as aiven
191
190
 
192
191
  account1 = aiven.get_account(name="<ACCOUNT_NAME>")
193
192
  ```
194
- <!--End PulumiCodeChooser -->
195
193
 
196
194
 
197
195
  :param str name: Account name
198
196
  """
199
- ...
197
+ __args__ = dict()
198
+ __args__['name'] = name
199
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
200
+ __ret__ = pulumi.runtime.invoke_output('aiven:index/getAccount:getAccount', __args__, opts=opts, typ=GetAccountResult)
201
+ return __ret__.apply(lambda __response__: GetAccountResult(
202
+ account_id=pulumi.get(__response__, 'account_id'),
203
+ create_time=pulumi.get(__response__, 'create_time'),
204
+ id=pulumi.get(__response__, 'id'),
205
+ is_account_owner=pulumi.get(__response__, 'is_account_owner'),
206
+ name=pulumi.get(__response__, 'name'),
207
+ owner_team_id=pulumi.get(__response__, 'owner_team_id'),
208
+ primary_billing_group_id=pulumi.get(__response__, 'primary_billing_group_id'),
209
+ tenant_id=pulumi.get(__response__, 'tenant_id'),
210
+ update_time=pulumi.get(__response__, 'update_time')))
@@ -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
 
@@ -297,12 +302,9 @@ def get_account_authentication(account_id: Optional[str] = None,
297
302
  saml_variant=pulumi.get(__ret__, 'saml_variant'),
298
303
  type=pulumi.get(__ret__, 'type'),
299
304
  update_time=pulumi.get(__ret__, 'update_time'))
300
-
301
-
302
- @_utilities.lift_output_func(get_account_authentication)
303
305
  def get_account_authentication_output(account_id: Optional[pulumi.Input[str]] = None,
304
306
  name: Optional[pulumi.Input[str]] = None,
305
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAccountAuthenticationResult]:
307
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAccountAuthenticationResult]:
306
308
  """
307
309
  The Account Authentication data source provides information about the existing Aiven Account Authentication.
308
310
 
@@ -310,4 +312,28 @@ def get_account_authentication_output(account_id: Optional[pulumi.Input[str]] =
310
312
  :param str account_id: The unique id of the account.
311
313
  :param str name: The name of the account authentication.
312
314
  """
313
- ...
315
+ __args__ = dict()
316
+ __args__['accountId'] = account_id
317
+ __args__['name'] = name
318
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
319
+ __ret__ = pulumi.runtime.invoke_output('aiven:index/getAccountAuthentication:getAccountAuthentication', __args__, opts=opts, typ=GetAccountAuthenticationResult)
320
+ return __ret__.apply(lambda __response__: GetAccountAuthenticationResult(
321
+ account_id=pulumi.get(__response__, 'account_id'),
322
+ authentication_id=pulumi.get(__response__, 'authentication_id'),
323
+ auto_join_team_id=pulumi.get(__response__, 'auto_join_team_id'),
324
+ create_time=pulumi.get(__response__, 'create_time'),
325
+ enabled=pulumi.get(__response__, 'enabled'),
326
+ id=pulumi.get(__response__, 'id'),
327
+ name=pulumi.get(__response__, 'name'),
328
+ saml_acs_url=pulumi.get(__response__, 'saml_acs_url'),
329
+ saml_certificate=pulumi.get(__response__, 'saml_certificate'),
330
+ saml_digest_algorithm=pulumi.get(__response__, 'saml_digest_algorithm'),
331
+ saml_entity_id=pulumi.get(__response__, 'saml_entity_id'),
332
+ saml_field_mappings=pulumi.get(__response__, 'saml_field_mappings'),
333
+ saml_idp_login_allowed=pulumi.get(__response__, 'saml_idp_login_allowed'),
334
+ saml_idp_url=pulumi.get(__response__, 'saml_idp_url'),
335
+ saml_metadata_url=pulumi.get(__response__, 'saml_metadata_url'),
336
+ saml_signature_algorithm=pulumi.get(__response__, 'saml_signature_algorithm'),
337
+ saml_variant=pulumi.get(__response__, 'saml_variant'),
338
+ type=pulumi.get(__response__, 'type'),
339
+ update_time=pulumi.get(__response__, 'update_time')))
@@ -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__ = [
@@ -127,12 +132,9 @@ def get_account_team(account_id: Optional[str] = None,
127
132
  name=pulumi.get(__ret__, 'name'),
128
133
  team_id=pulumi.get(__ret__, 'team_id'),
129
134
  update_time=pulumi.get(__ret__, 'update_time'))
130
-
131
-
132
- @_utilities.lift_output_func(get_account_team)
133
135
  def get_account_team_output(account_id: Optional[pulumi.Input[str]] = None,
134
136
  name: Optional[pulumi.Input[str]] = None,
135
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAccountTeamResult]:
137
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAccountTeamResult]:
136
138
  """
137
139
  The Account Team data source provides information about the existing Account Team.
138
140
 
@@ -140,4 +142,15 @@ def get_account_team_output(account_id: Optional[pulumi.Input[str]] = None,
140
142
  :param str account_id: The unique account id
141
143
  :param str name: The account team name
142
144
  """
143
- ...
145
+ __args__ = dict()
146
+ __args__['accountId'] = account_id
147
+ __args__['name'] = name
148
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
149
+ __ret__ = pulumi.runtime.invoke_output('aiven:index/getAccountTeam:getAccountTeam', __args__, opts=opts, typ=GetAccountTeamResult)
150
+ return __ret__.apply(lambda __response__: GetAccountTeamResult(
151
+ account_id=pulumi.get(__response__, 'account_id'),
152
+ create_time=pulumi.get(__response__, 'create_time'),
153
+ id=pulumi.get(__response__, 'id'),
154
+ name=pulumi.get(__response__, 'name'),
155
+ team_id=pulumi.get(__response__, 'team_id'),
156
+ update_time=pulumi.get(__response__, 'update_time')))
@@ -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__ = [
@@ -56,7 +61,7 @@ class GetAccountTeamMemberResult:
56
61
  @pulumi.getter(name="accountId")
57
62
  def account_id(self) -> str:
58
63
  """
59
- The unique account id. This property cannot be changed, doing so forces recreation of the resource.
64
+ The unique account id. Changing this property forces recreation of the resource.
60
65
  """
61
66
  return pulumi.get(self, "account_id")
62
67
 
@@ -88,7 +93,7 @@ class GetAccountTeamMemberResult:
88
93
  @pulumi.getter(name="teamId")
89
94
  def team_id(self) -> str:
90
95
  """
91
- An account team id. This property cannot be changed, doing so forces recreation of the resource.
96
+ An account team id. Changing this property forces recreation of the resource.
92
97
  """
93
98
  return pulumi.get(self, "team_id")
94
99
 
@@ -96,7 +101,7 @@ class GetAccountTeamMemberResult:
96
101
  @pulumi.getter(name="userEmail")
97
102
  def user_email(self) -> str:
98
103
  """
99
- Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. This property cannot be changed, doing so forces recreation of the resource.
104
+ Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
100
105
  """
101
106
  return pulumi.get(self, "user_email")
102
107
 
@@ -124,9 +129,9 @@ def get_account_team_member(account_id: Optional[str] = None,
124
129
  The Account Team Member data source provides information about the existing Aiven Account Team Member.
125
130
 
126
131
 
127
- :param str account_id: The unique account id. This property cannot be changed, doing so forces recreation of the resource.
128
- :param str team_id: An account team id. This property cannot be changed, doing so forces recreation of the resource.
129
- :param str user_email: Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. This property cannot be changed, doing so forces recreation of the resource.
132
+ :param str account_id: The unique account id. Changing this property forces recreation of the resource.
133
+ :param str team_id: An account team id. Changing this property forces recreation of the resource.
134
+ :param str user_email: Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
130
135
  """
131
136
  __args__ = dict()
132
137
  __args__['accountId'] = account_id
@@ -143,19 +148,29 @@ def get_account_team_member(account_id: Optional[str] = None,
143
148
  invited_by_user_email=pulumi.get(__ret__, 'invited_by_user_email'),
144
149
  team_id=pulumi.get(__ret__, 'team_id'),
145
150
  user_email=pulumi.get(__ret__, 'user_email'))
146
-
147
-
148
- @_utilities.lift_output_func(get_account_team_member)
149
151
  def get_account_team_member_output(account_id: Optional[pulumi.Input[str]] = None,
150
152
  team_id: Optional[pulumi.Input[str]] = None,
151
153
  user_email: Optional[pulumi.Input[str]] = None,
152
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAccountTeamMemberResult]:
154
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAccountTeamMemberResult]:
153
155
  """
154
156
  The Account Team Member data source provides information about the existing Aiven Account Team Member.
155
157
 
156
158
 
157
- :param str account_id: The unique account id. This property cannot be changed, doing so forces recreation of the resource.
158
- :param str team_id: An account team id. This property cannot be changed, doing so forces recreation of the resource.
159
- :param str user_email: Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. This property cannot be changed, doing so forces recreation of the resource.
159
+ :param str account_id: The unique account id. Changing this property forces recreation of the resource.
160
+ :param str team_id: An account team id. Changing this property forces recreation of the resource.
161
+ :param str user_email: Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
160
162
  """
161
- ...
163
+ __args__ = dict()
164
+ __args__['accountId'] = account_id
165
+ __args__['teamId'] = team_id
166
+ __args__['userEmail'] = user_email
167
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
168
+ __ret__ = pulumi.runtime.invoke_output('aiven:index/getAccountTeamMember:getAccountTeamMember', __args__, opts=opts, typ=GetAccountTeamMemberResult)
169
+ return __ret__.apply(lambda __response__: GetAccountTeamMemberResult(
170
+ accepted=pulumi.get(__response__, 'accepted'),
171
+ account_id=pulumi.get(__response__, 'account_id'),
172
+ create_time=pulumi.get(__response__, 'create_time'),
173
+ id=pulumi.get(__response__, 'id'),
174
+ invited_by_user_email=pulumi.get(__response__, 'invited_by_user_email'),
175
+ team_id=pulumi.get(__response__, 'team_id'),
176
+ user_email=pulumi.get(__response__, 'user_email')))
@@ -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__ = [
@@ -74,7 +79,7 @@ class GetAccountTeamProjectResult:
74
79
  @pulumi.getter(name="teamType")
75
80
  def team_type(self) -> str:
76
81
  """
77
- The Account team project type. The possible values are `admin`, `developer`, `operator` and `read_only`.
82
+ The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
78
83
  """
79
84
  return pulumi.get(self, "team_type")
80
85
 
@@ -117,13 +122,10 @@ def get_account_team_project(account_id: Optional[str] = None,
117
122
  project_name=pulumi.get(__ret__, 'project_name'),
118
123
  team_id=pulumi.get(__ret__, 'team_id'),
119
124
  team_type=pulumi.get(__ret__, 'team_type'))
120
-
121
-
122
- @_utilities.lift_output_func(get_account_team_project)
123
125
  def get_account_team_project_output(account_id: Optional[pulumi.Input[str]] = None,
124
126
  project_name: Optional[pulumi.Input[str]] = None,
125
127
  team_id: Optional[pulumi.Input[str]] = None,
126
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAccountTeamProjectResult]:
128
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAccountTeamProjectResult]:
127
129
  """
128
130
  The Account Team Project data source provides information about the existing Account Team Project.
129
131
 
@@ -132,4 +134,15 @@ def get_account_team_project_output(account_id: Optional[pulumi.Input[str]] = No
132
134
  :param str project_name: The name of an already existing project
133
135
  :param str team_id: An account team id
134
136
  """
135
- ...
137
+ __args__ = dict()
138
+ __args__['accountId'] = account_id
139
+ __args__['projectName'] = project_name
140
+ __args__['teamId'] = team_id
141
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
142
+ __ret__ = pulumi.runtime.invoke_output('aiven:index/getAccountTeamProject:getAccountTeamProject', __args__, opts=opts, typ=GetAccountTeamProjectResult)
143
+ return __ret__.apply(lambda __response__: GetAccountTeamProjectResult(
144
+ account_id=pulumi.get(__response__, 'account_id'),
145
+ id=pulumi.get(__response__, 'id'),
146
+ project_name=pulumi.get(__response__, 'project_name'),
147
+ team_id=pulumi.get(__response__, 'team_id'),
148
+ team_type=pulumi.get(__response__, 'team_type')))