pulumi-aiven 6.13.0a1711027602__py3-none-any.whl → 6.14.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 (136) hide show
  1. pulumi_aiven/__init__.py +28 -0
  2. pulumi_aiven/_inputs.py +2623 -1138
  3. pulumi_aiven/account.py +8 -8
  4. pulumi_aiven/account_authentication.py +8 -4
  5. pulumi_aiven/account_team.py +6 -6
  6. pulumi_aiven/account_team_member.py +27 -31
  7. pulumi_aiven/account_team_project.py +12 -12
  8. pulumi_aiven/aws_privatelink.py +39 -43
  9. pulumi_aiven/aws_vpc_peering_connection.py +62 -56
  10. pulumi_aiven/azure_privatelink.py +49 -53
  11. pulumi_aiven/azure_privatelink_connection_approval.py +131 -33
  12. pulumi_aiven/azure_vpc_peering_connection.py +76 -72
  13. pulumi_aiven/billing_group.py +18 -18
  14. pulumi_aiven/cassandra.py +25 -57
  15. pulumi_aiven/cassandra_user.py +25 -29
  16. pulumi_aiven/clickhouse.py +25 -57
  17. pulumi_aiven/clickhouse_database.py +31 -33
  18. pulumi_aiven/clickhouse_grant.py +56 -58
  19. pulumi_aiven/clickhouse_role.py +23 -27
  20. pulumi_aiven/clickhouse_user.py +25 -29
  21. pulumi_aiven/connection_pool.py +38 -42
  22. pulumi_aiven/dragonfly.py +1205 -0
  23. pulumi_aiven/flink.py +32 -36
  24. pulumi_aiven/flink_application.py +22 -24
  25. pulumi_aiven/flink_application_deployment.py +28 -28
  26. pulumi_aiven/flink_application_version.py +96 -14
  27. pulumi_aiven/gcp_privatelink.py +40 -40
  28. pulumi_aiven/gcp_privatelink_connection_approval.py +47 -47
  29. pulumi_aiven/gcp_vpc_peering_connection.py +39 -43
  30. pulumi_aiven/get_account.py +0 -4
  31. pulumi_aiven/get_account_team_member.py +9 -9
  32. pulumi_aiven/get_aws_privatelink.py +15 -19
  33. pulumi_aiven/get_aws_vpc_peering_connection.py +33 -27
  34. pulumi_aiven/get_azure_privatelink.py +17 -21
  35. pulumi_aiven/get_azure_vpc_peering_connection.py +50 -22
  36. pulumi_aiven/get_billing_group.py +2 -2
  37. pulumi_aiven/get_cassanda.py +7 -24
  38. pulumi_aiven/get_cassandra.py +7 -24
  39. pulumi_aiven/get_cassandra_user.py +13 -17
  40. pulumi_aiven/get_clickhouse.py +7 -24
  41. pulumi_aiven/get_clickhouse_database.py +13 -17
  42. pulumi_aiven/get_clickhouse_user.py +13 -17
  43. pulumi_aiven/get_connection_pool.py +14 -18
  44. pulumi_aiven/get_dragonfly.py +450 -0
  45. pulumi_aiven/get_flink.py +6 -10
  46. pulumi_aiven/get_flink_application.py +8 -12
  47. pulumi_aiven/get_flink_application_version.py +8 -12
  48. pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -22
  49. pulumi_aiven/get_grafana.py +7 -24
  50. pulumi_aiven/get_kafka.py +13 -17
  51. pulumi_aiven/get_kafka_acl.py +19 -23
  52. pulumi_aiven/get_kafka_connect.py +7 -24
  53. pulumi_aiven/get_kafka_connector.py +13 -17
  54. pulumi_aiven/get_kafka_mirror_maker.py +7 -24
  55. pulumi_aiven/get_kafka_schema.py +13 -17
  56. pulumi_aiven/get_kafka_schema_configuration.py +11 -15
  57. pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
  58. pulumi_aiven/get_kafka_topic.py +19 -23
  59. pulumi_aiven/get_kafka_user.py +13 -17
  60. pulumi_aiven/get_m3_aggregator.py +7 -24
  61. pulumi_aiven/get_m3_db.py +7 -24
  62. pulumi_aiven/get_m3db_user.py +13 -17
  63. pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
  64. pulumi_aiven/get_my_sql.py +7 -24
  65. pulumi_aiven/get_mysql_database.py +13 -17
  66. pulumi_aiven/get_mysql_user.py +13 -17
  67. pulumi_aiven/get_open_search.py +6 -10
  68. pulumi_aiven/get_open_search_acl_config.py +10 -14
  69. pulumi_aiven/get_open_search_acl_rule.py +16 -20
  70. pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
  71. pulumi_aiven/get_opensearch_user.py +13 -17
  72. pulumi_aiven/get_organization.py +8 -12
  73. pulumi_aiven/get_organization_user_group.py +29 -9
  74. pulumi_aiven/get_organizational_unit.py +9 -9
  75. pulumi_aiven/get_pg.py +6 -10
  76. pulumi_aiven/get_pg_database.py +15 -19
  77. pulumi_aiven/get_pg_user.py +13 -17
  78. pulumi_aiven/get_project.py +17 -21
  79. pulumi_aiven/get_project_user.py +9 -13
  80. pulumi_aiven/get_project_vpc.py +11 -17
  81. pulumi_aiven/get_redis.py +7 -24
  82. pulumi_aiven/get_redis_user.py +17 -21
  83. pulumi_aiven/get_service_component.py +4 -8
  84. pulumi_aiven/get_service_integration.py +75 -37
  85. pulumi_aiven/get_service_integration_endpoint.py +3 -7
  86. pulumi_aiven/get_transit_gateway_vpc_attachment.py +11 -15
  87. pulumi_aiven/grafana.py +82 -267
  88. pulumi_aiven/influx_db.py +28 -28
  89. pulumi_aiven/influxdb_database.py +35 -35
  90. pulumi_aiven/influxdb_user.py +42 -42
  91. pulumi_aiven/kafka.py +50 -54
  92. pulumi_aiven/kafka_acl.py +41 -45
  93. pulumi_aiven/kafka_connect.py +80 -267
  94. pulumi_aiven/kafka_connector.py +33 -37
  95. pulumi_aiven/kafka_mirror_maker.py +80 -267
  96. pulumi_aiven/kafka_schema.py +51 -51
  97. pulumi_aiven/kafka_schema_configuration.py +20 -24
  98. pulumi_aiven/kafka_schema_registry_acl.py +75 -35
  99. pulumi_aiven/kafka_topic.py +91 -53
  100. pulumi_aiven/kafka_user.py +25 -29
  101. pulumi_aiven/m3_aggregator.py +80 -267
  102. pulumi_aiven/m3_db.py +80 -267
  103. pulumi_aiven/m3db_user.py +23 -27
  104. pulumi_aiven/mirror_maker_replication_flow.py +58 -60
  105. pulumi_aiven/my_sql.py +80 -267
  106. pulumi_aiven/mysql_database.py +27 -31
  107. pulumi_aiven/mysql_user.py +25 -29
  108. pulumi_aiven/open_search.py +27 -31
  109. pulumi_aiven/open_search_acl_config.py +28 -36
  110. pulumi_aiven/open_search_acl_rule.py +50 -54
  111. pulumi_aiven/opensearch_security_plugin_config.py +64 -16
  112. pulumi_aiven/opensearch_user.py +25 -29
  113. pulumi_aiven/organization.py +10 -14
  114. pulumi_aiven/organization_group_project.py +336 -0
  115. pulumi_aiven/organization_user.py +16 -34
  116. pulumi_aiven/organization_user_group.py +59 -23
  117. pulumi_aiven/organization_user_group_member.py +350 -0
  118. pulumi_aiven/organizational_unit.py +36 -36
  119. pulumi_aiven/outputs.py +3539 -1136
  120. pulumi_aiven/pg.py +30 -30
  121. pulumi_aiven/pg_database.py +41 -45
  122. pulumi_aiven/pg_user.py +25 -29
  123. pulumi_aiven/project.py +91 -69
  124. pulumi_aiven/project_user.py +24 -28
  125. pulumi_aiven/project_vpc.py +49 -25
  126. pulumi_aiven/redis.py +80 -267
  127. pulumi_aiven/redis_user.py +53 -57
  128. pulumi_aiven/service_integration.py +249 -65
  129. pulumi_aiven/service_integration_endpoint.py +7 -7
  130. pulumi_aiven/static_ip.py +14 -14
  131. pulumi_aiven/transit_gateway_vpc_attachment.py +25 -29
  132. {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/METADATA +1 -1
  133. pulumi_aiven-6.14.0.dist-info/RECORD +150 -0
  134. pulumi_aiven-6.13.0a1711027602.dist-info/RECORD +0 -146
  135. {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/WHEEL +0 -0
  136. {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/top_level.txt +0 -0
@@ -19,9 +19,9 @@ class GcpVpcPeeringConnectionArgs:
19
19
  vpc_id: pulumi.Input[str]):
20
20
  """
21
21
  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.
22
+ :param pulumi.Input[str] gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
23
+ :param pulumi.Input[str] peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
24
+ :param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
25
25
  """
26
26
  pulumi.set(__self__, "gcp_project_id", gcp_project_id)
27
27
  pulumi.set(__self__, "peer_vpc", peer_vpc)
@@ -31,7 +31,7 @@ class GcpVpcPeeringConnectionArgs:
31
31
  @pulumi.getter(name="gcpProjectId")
32
32
  def gcp_project_id(self) -> pulumi.Input[str]:
33
33
  """
34
- GCP project ID. This property cannot be changed, doing so forces recreation of the resource.
34
+ Google Cloud project ID. Changing this property forces recreation of the resource.
35
35
  """
36
36
  return pulumi.get(self, "gcp_project_id")
37
37
 
@@ -43,7 +43,7 @@ class GcpVpcPeeringConnectionArgs:
43
43
  @pulumi.getter(name="peerVpc")
44
44
  def peer_vpc(self) -> pulumi.Input[str]:
45
45
  """
46
- GCP VPC network name. This property cannot be changed, doing so forces recreation of the resource.
46
+ Google Cloud VPC network name. Changing this property forces recreation of the resource.
47
47
  """
48
48
  return pulumi.get(self, "peer_vpc")
49
49
 
@@ -55,7 +55,7 @@ class GcpVpcPeeringConnectionArgs:
55
55
  @pulumi.getter(name="vpcId")
56
56
  def vpc_id(self) -> pulumi.Input[str]:
57
57
  """
58
- The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
58
+ The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
59
59
  """
60
60
  return pulumi.get(self, "vpc_id")
61
61
 
@@ -75,12 +75,12 @@ class _GcpVpcPeeringConnectionState:
75
75
  vpc_id: Optional[pulumi.Input[str]] = None):
76
76
  """
77
77
  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.
78
+ :param pulumi.Input[str] gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
79
+ :param pulumi.Input[str] peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
80
+ :param pulumi.Input[str] self_link: Computed Google Cloud 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. Changing this property forces recreation of the resource.
84
84
  """
85
85
  if gcp_project_id is not None:
86
86
  pulumi.set(__self__, "gcp_project_id", gcp_project_id)
@@ -99,7 +99,7 @@ class _GcpVpcPeeringConnectionState:
99
99
  @pulumi.getter(name="gcpProjectId")
100
100
  def gcp_project_id(self) -> Optional[pulumi.Input[str]]:
101
101
  """
102
- GCP project ID. This property cannot be changed, doing so forces recreation of the resource.
102
+ Google Cloud project ID. Changing this property forces recreation of the resource.
103
103
  """
104
104
  return pulumi.get(self, "gcp_project_id")
105
105
 
@@ -111,7 +111,7 @@ class _GcpVpcPeeringConnectionState:
111
111
  @pulumi.getter(name="peerVpc")
112
112
  def peer_vpc(self) -> Optional[pulumi.Input[str]]:
113
113
  """
114
- GCP VPC network name. This property cannot be changed, doing so forces recreation of the resource.
114
+ Google Cloud VPC network name. Changing this property forces recreation of the resource.
115
115
  """
116
116
  return pulumi.get(self, "peer_vpc")
117
117
 
@@ -123,7 +123,7 @@ class _GcpVpcPeeringConnectionState:
123
123
  @pulumi.getter(name="selfLink")
124
124
  def self_link(self) -> Optional[pulumi.Input[str]]:
125
125
  """
126
- Computed GCP network peering link
126
+ Computed Google Cloud network peering link.
127
127
  """
128
128
  return pulumi.get(self, "self_link")
129
129
 
@@ -135,7 +135,7 @@ class _GcpVpcPeeringConnectionState:
135
135
  @pulumi.getter
136
136
  def state(self) -> Optional[pulumi.Input[str]]:
137
137
  """
138
- State of the peering connection
138
+ State of the peering connection.
139
139
  """
140
140
  return pulumi.get(self, "state")
141
141
 
@@ -147,7 +147,7 @@ class _GcpVpcPeeringConnectionState:
147
147
  @pulumi.getter(name="stateInfo")
148
148
  def state_info(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
149
149
  """
150
- State-specific help or error information
150
+ State-specific help or error information.
151
151
  """
152
152
  return pulumi.get(self, "state_info")
153
153
 
@@ -159,7 +159,7 @@ class _GcpVpcPeeringConnectionState:
159
159
  @pulumi.getter(name="vpcId")
160
160
  def vpc_id(self) -> Optional[pulumi.Input[str]]:
161
161
  """
162
- The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
162
+ The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
163
163
  """
164
164
  return pulumi.get(self, "vpc_id")
165
165
 
@@ -178,33 +178,31 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
178
178
  vpc_id: Optional[pulumi.Input[str]] = None,
179
179
  __props__=None):
180
180
  """
181
- The GCP VPC Peering Connection resource allows the creation and management of Aiven GCP VPC Peering Connections.
181
+ Creates and manages a Google Cloud VPC peering connection.
182
182
 
183
183
  ## Example Usage
184
184
 
185
- <!--Start PulumiCodeChooser -->
186
185
  ```python
187
186
  import pulumi
188
187
  import pulumi_aiven as aiven
189
188
 
190
189
  foo = aiven.GcpVpcPeeringConnection("foo",
191
- vpc_id=data["aiven_project_vpc"]["vpc"]["id"],
190
+ vpc_id=vpc["id"],
192
191
  gcp_project_id="xxxx",
193
192
  peer_vpc="xxxx")
194
193
  ```
195
- <!--End PulumiCodeChooser -->
196
194
 
197
195
  ## Import
198
196
 
199
197
  ```sh
200
- $ pulumi import aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection foo project_name/vpc_id/gcp_project_id/peer_vpc
198
+ $ pulumi import aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection foo PROJECT_NAME/VPC_ID/GCP_PROJECT_ID/PEER_VPC
201
199
  ```
202
200
 
203
201
  :param str resource_name: The name of the resource.
204
202
  :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.
203
+ :param pulumi.Input[str] gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
204
+ :param pulumi.Input[str] peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
205
+ :param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
208
206
  """
209
207
  ...
210
208
  @overload
@@ -213,26 +211,24 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
213
211
  args: GcpVpcPeeringConnectionArgs,
214
212
  opts: Optional[pulumi.ResourceOptions] = None):
215
213
  """
216
- The GCP VPC Peering Connection resource allows the creation and management of Aiven GCP VPC Peering Connections.
214
+ Creates and manages a Google Cloud VPC peering connection.
217
215
 
218
216
  ## Example Usage
219
217
 
220
- <!--Start PulumiCodeChooser -->
221
218
  ```python
222
219
  import pulumi
223
220
  import pulumi_aiven as aiven
224
221
 
225
222
  foo = aiven.GcpVpcPeeringConnection("foo",
226
- vpc_id=data["aiven_project_vpc"]["vpc"]["id"],
223
+ vpc_id=vpc["id"],
227
224
  gcp_project_id="xxxx",
228
225
  peer_vpc="xxxx")
229
226
  ```
230
- <!--End PulumiCodeChooser -->
231
227
 
232
228
  ## Import
233
229
 
234
230
  ```sh
235
- $ pulumi import aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection foo project_name/vpc_id/gcp_project_id/peer_vpc
231
+ $ pulumi import aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection foo PROJECT_NAME/VPC_ID/GCP_PROJECT_ID/PEER_VPC
236
232
  ```
237
233
 
238
234
  :param str resource_name: The name of the resource.
@@ -297,12 +293,12 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
297
293
  :param str resource_name: The unique name of the resulting resource.
298
294
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
299
295
  :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.
296
+ :param pulumi.Input[str] gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
297
+ :param pulumi.Input[str] peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
298
+ :param pulumi.Input[str] self_link: Computed Google Cloud network peering link.
299
+ :param pulumi.Input[str] state: State of the peering connection.
300
+ :param pulumi.Input[Mapping[str, Any]] state_info: State-specific help or error information.
301
+ :param pulumi.Input[str] vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
306
302
  """
307
303
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
308
304
 
@@ -320,7 +316,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
320
316
  @pulumi.getter(name="gcpProjectId")
321
317
  def gcp_project_id(self) -> pulumi.Output[str]:
322
318
  """
323
- GCP project ID. This property cannot be changed, doing so forces recreation of the resource.
319
+ Google Cloud project ID. Changing this property forces recreation of the resource.
324
320
  """
325
321
  return pulumi.get(self, "gcp_project_id")
326
322
 
@@ -328,7 +324,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
328
324
  @pulumi.getter(name="peerVpc")
329
325
  def peer_vpc(self) -> pulumi.Output[str]:
330
326
  """
331
- GCP VPC network name. This property cannot be changed, doing so forces recreation of the resource.
327
+ Google Cloud VPC network name. Changing this property forces recreation of the resource.
332
328
  """
333
329
  return pulumi.get(self, "peer_vpc")
334
330
 
@@ -336,7 +332,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
336
332
  @pulumi.getter(name="selfLink")
337
333
  def self_link(self) -> pulumi.Output[str]:
338
334
  """
339
- Computed GCP network peering link
335
+ Computed Google Cloud network peering link.
340
336
  """
341
337
  return pulumi.get(self, "self_link")
342
338
 
@@ -344,7 +340,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
344
340
  @pulumi.getter
345
341
  def state(self) -> pulumi.Output[str]:
346
342
  """
347
- State of the peering connection
343
+ State of the peering connection.
348
344
  """
349
345
  return pulumi.get(self, "state")
350
346
 
@@ -352,7 +348,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
352
348
  @pulumi.getter(name="stateInfo")
353
349
  def state_info(self) -> pulumi.Output[Mapping[str, Any]]:
354
350
  """
355
- State-specific help or error information
351
+ State-specific help or error information.
356
352
  """
357
353
  return pulumi.get(self, "state_info")
358
354
 
@@ -360,7 +356,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
360
356
  @pulumi.getter(name="vpcId")
361
357
  def vpc_id(self) -> pulumi.Output[str]:
362
358
  """
363
- The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
359
+ The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
364
360
  """
365
361
  return pulumi.get(self, "vpc_id")
366
362
 
@@ -147,14 +147,12 @@ def get_account(name: Optional[str] = None,
147
147
 
148
148
  ## Example Usage
149
149
 
150
- <!--Start PulumiCodeChooser -->
151
150
  ```python
152
151
  import pulumi
153
152
  import pulumi_aiven as aiven
154
153
 
155
154
  account1 = aiven.get_account(name="<ACCOUNT_NAME>")
156
155
  ```
157
- <!--End PulumiCodeChooser -->
158
156
 
159
157
 
160
158
  :param str name: Account name
@@ -184,14 +182,12 @@ def get_account_output(name: Optional[pulumi.Input[str]] = None,
184
182
 
185
183
  ## Example Usage
186
184
 
187
- <!--Start PulumiCodeChooser -->
188
185
  ```python
189
186
  import pulumi
190
187
  import pulumi_aiven as aiven
191
188
 
192
189
  account1 = aiven.get_account(name="<ACCOUNT_NAME>")
193
190
  ```
194
- <!--End PulumiCodeChooser -->
195
191
 
196
192
 
197
193
  :param str name: Account name
@@ -56,7 +56,7 @@ class GetAccountTeamMemberResult:
56
56
  @pulumi.getter(name="accountId")
57
57
  def account_id(self) -> str:
58
58
  """
59
- The unique account id. This property cannot be changed, doing so forces recreation of the resource.
59
+ The unique account id. Changing this property forces recreation of the resource.
60
60
  """
61
61
  return pulumi.get(self, "account_id")
62
62
 
@@ -88,7 +88,7 @@ class GetAccountTeamMemberResult:
88
88
  @pulumi.getter(name="teamId")
89
89
  def team_id(self) -> str:
90
90
  """
91
- An account team id. This property cannot be changed, doing so forces recreation of the resource.
91
+ An account team id. Changing this property forces recreation of the resource.
92
92
  """
93
93
  return pulumi.get(self, "team_id")
94
94
 
@@ -96,7 +96,7 @@ class GetAccountTeamMemberResult:
96
96
  @pulumi.getter(name="userEmail")
97
97
  def user_email(self) -> str:
98
98
  """
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.
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. Changing this property forces recreation of the resource.
100
100
  """
101
101
  return pulumi.get(self, "user_email")
102
102
 
@@ -124,9 +124,9 @@ def get_account_team_member(account_id: Optional[str] = None,
124
124
  The Account Team Member data source provides information about the existing Aiven Account Team Member.
125
125
 
126
126
 
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.
127
+ :param str account_id: The unique account id. Changing this property forces recreation of the resource.
128
+ :param str team_id: An account team id. Changing this property 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. Changing this property forces recreation of the resource.
130
130
  """
131
131
  __args__ = dict()
132
132
  __args__['accountId'] = account_id
@@ -154,8 +154,8 @@ def get_account_team_member_output(account_id: Optional[pulumi.Input[str]] = Non
154
154
  The Account Team Member data source provides information about the existing Aiven Account Team Member.
155
155
 
156
156
 
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.
157
+ :param str account_id: The unique account id. Changing this property forces recreation of the resource.
158
+ :param str team_id: An account team id. Changing this property 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. Changing this property forces recreation of the resource.
160
160
  """
161
161
  ...
@@ -45,7 +45,7 @@ class GetAwsPrivatelinkResult:
45
45
  @pulumi.getter(name="awsServiceId")
46
46
  def aws_service_id(self) -> str:
47
47
  """
48
- AWS service ID
48
+ AWS service ID.
49
49
  """
50
50
  return pulumi.get(self, "aws_service_id")
51
51
 
@@ -53,7 +53,7 @@ class GetAwsPrivatelinkResult:
53
53
  @pulumi.getter(name="awsServiceName")
54
54
  def aws_service_name(self) -> str:
55
55
  """
56
- AWS service name
56
+ AWS service name.
57
57
  """
58
58
  return pulumi.get(self, "aws_service_name")
59
59
 
@@ -69,7 +69,7 @@ class GetAwsPrivatelinkResult:
69
69
  @pulumi.getter
70
70
  def principals(self) -> Sequence[str]:
71
71
  """
72
- List of allowed principals
72
+ List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
73
73
  """
74
74
  return pulumi.get(self, "principals")
75
75
 
@@ -77,7 +77,7 @@ class GetAwsPrivatelinkResult:
77
77
  @pulumi.getter
78
78
  def project(self) -> str:
79
79
  """
80
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
80
+ 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.
81
81
  """
82
82
  return pulumi.get(self, "project")
83
83
 
@@ -85,7 +85,7 @@ class GetAwsPrivatelinkResult:
85
85
  @pulumi.getter(name="serviceName")
86
86
  def service_name(self) -> str:
87
87
  """
88
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
88
+ 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.
89
89
  """
90
90
  return pulumi.get(self, "service_name")
91
91
 
@@ -108,23 +108,21 @@ def get_aws_privatelink(project: Optional[str] = None,
108
108
  service_name: Optional[str] = None,
109
109
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAwsPrivatelinkResult:
110
110
  """
111
- The AWS Privatelink resource allows the creation and management of Aiven AWS Privatelink for a services.
111
+ Gets information about an AWS PrivateLink connection for an Aiven service.
112
112
 
113
113
  ## Example Usage
114
114
 
115
- <!--Start PulumiCodeChooser -->
116
115
  ```python
117
116
  import pulumi
118
117
  import pulumi_aiven as aiven
119
118
 
120
- foo = aiven.get_aws_privatelink(project=data["aiven_project"]["foo"]["project"],
121
- service_name=aiven_kafka["bar"]["service_name"])
119
+ main = aiven.get_aws_privatelink(project=example_project["project"],
120
+ service_name=example_kafka["serviceName"])
122
121
  ```
123
- <!--End PulumiCodeChooser -->
124
122
 
125
123
 
126
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
127
- :param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
124
+ :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.
125
+ :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.
128
126
  """
129
127
  __args__ = dict()
130
128
  __args__['project'] = project
@@ -146,22 +144,20 @@ def get_aws_privatelink_output(project: Optional[pulumi.Input[str]] = None,
146
144
  service_name: Optional[pulumi.Input[str]] = None,
147
145
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAwsPrivatelinkResult]:
148
146
  """
149
- The AWS Privatelink resource allows the creation and management of Aiven AWS Privatelink for a services.
147
+ Gets information about an AWS PrivateLink connection for an Aiven service.
150
148
 
151
149
  ## Example Usage
152
150
 
153
- <!--Start PulumiCodeChooser -->
154
151
  ```python
155
152
  import pulumi
156
153
  import pulumi_aiven as aiven
157
154
 
158
- foo = aiven.get_aws_privatelink(project=data["aiven_project"]["foo"]["project"],
159
- service_name=aiven_kafka["bar"]["service_name"])
155
+ main = aiven.get_aws_privatelink(project=example_project["project"],
156
+ service_name=example_kafka["serviceName"])
160
157
  ```
161
- <!--End PulumiCodeChooser -->
162
158
 
163
159
 
164
- :param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
165
- :param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
160
+ :param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
161
+ :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.
166
162
  """
167
163
  ...
@@ -51,7 +51,7 @@ class GetAwsVpcPeeringConnectionResult:
51
51
  @pulumi.getter(name="awsAccountId")
52
52
  def aws_account_id(self) -> str:
53
53
  """
54
- AWS account ID. This property cannot be changed, doing so forces recreation of the resource.
54
+ AWS account ID. Changing this property forces recreation of the resource.
55
55
  """
56
56
  return pulumi.get(self, "aws_account_id")
57
57
 
@@ -59,7 +59,7 @@ class GetAwsVpcPeeringConnectionResult:
59
59
  @pulumi.getter(name="awsVpcId")
60
60
  def aws_vpc_id(self) -> str:
61
61
  """
62
- AWS VPC ID. This property cannot be changed, doing so forces recreation of the resource.
62
+ AWS VPC ID. Changing this property forces recreation of the resource.
63
63
  """
64
64
  return pulumi.get(self, "aws_vpc_id")
65
65
 
@@ -67,7 +67,7 @@ class GetAwsVpcPeeringConnectionResult:
67
67
  @pulumi.getter(name="awsVpcPeeringConnectionId")
68
68
  def aws_vpc_peering_connection_id(self) -> str:
69
69
  """
70
- AWS VPC peering connection ID
70
+ The ID of the AWS VPC peering connection.
71
71
  """
72
72
  return pulumi.get(self, "aws_vpc_peering_connection_id")
73
73
 
@@ -75,7 +75,7 @@ class GetAwsVpcPeeringConnectionResult:
75
75
  @pulumi.getter(name="awsVpcRegion")
76
76
  def aws_vpc_region(self) -> str:
77
77
  """
78
- AWS region of the peered VPC (if not in the same region as Aiven VPC). This property cannot be changed, doing so forces recreation of the resource.
78
+ The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
79
79
  """
80
80
  return pulumi.get(self, "aws_vpc_region")
81
81
 
@@ -91,7 +91,7 @@ class GetAwsVpcPeeringConnectionResult:
91
91
  @pulumi.getter
92
92
  def state(self) -> str:
93
93
  """
94
- State of the peering connection
94
+ The state of the peering connection.
95
95
  """
96
96
  return pulumi.get(self, "state")
97
97
 
@@ -99,7 +99,7 @@ class GetAwsVpcPeeringConnectionResult:
99
99
  @pulumi.getter(name="stateInfo")
100
100
  def state_info(self) -> Mapping[str, Any]:
101
101
  """
102
- State-specific help or error information
102
+ State-specific help or error information.
103
103
  """
104
104
  return pulumi.get(self, "state_info")
105
105
 
@@ -107,7 +107,7 @@ class GetAwsVpcPeeringConnectionResult:
107
107
  @pulumi.getter(name="vpcId")
108
108
  def vpc_id(self) -> str:
109
109
  """
110
- The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
110
+ The ID of the Aiven VPC. Changing this property forces recreation of the resource.
111
111
  """
112
112
  return pulumi.get(self, "vpc_id")
113
113
 
@@ -134,26 +134,29 @@ def get_aws_vpc_peering_connection(aws_account_id: Optional[str] = None,
134
134
  vpc_id: Optional[str] = None,
135
135
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAwsVpcPeeringConnectionResult:
136
136
  """
137
- The AWS VPC Peering Connection data source provides information about the existing Aiven VPC Peering Connection.
137
+ Gets information about an AWS VPC peering connection.
138
138
 
139
139
  ## Example Usage
140
140
 
141
- <!--Start PulumiCodeChooser -->
142
141
  ```python
143
142
  import pulumi
144
143
  import pulumi_aiven as aiven
145
144
 
146
- foo = aiven.get_aws_vpc_peering_connection(vpc_id=data["aiven_project_vpc"]["vpc"]["id"],
147
- aws_account_id="XXXXX",
148
- aws_vpc_id="XXXXX")
145
+ example_vpc = aiven.ProjectVpc("example_vpc",
146
+ project=example_project["project"],
147
+ cloud_name="google-europe-west1",
148
+ network_cidr="192.168.1.0/24")
149
+ aws_to_aiven_peering = example_vpc.id.apply(lambda id: aiven.get_aws_vpc_peering_connection_output(vpc_id=id,
150
+ aws_account_id=aws_id,
151
+ aws_vpc_id="vpc-1a2b3c4d5e6f7g8h9",
152
+ aws_vpc_region="aws-us-east-2"))
149
153
  ```
150
- <!--End PulumiCodeChooser -->
151
154
 
152
155
 
153
- :param str aws_account_id: AWS account ID. This property cannot be changed, doing so forces recreation of the resource.
154
- :param str aws_vpc_id: AWS VPC ID. This property cannot be changed, doing so forces recreation of the resource.
155
- :param str aws_vpc_region: AWS region of the peered VPC (if not in the same region as Aiven VPC). This property cannot be changed, doing so forces recreation of the resource.
156
- :param str vpc_id: The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
156
+ :param str aws_account_id: AWS account ID. Changing this property forces recreation of the resource.
157
+ :param str aws_vpc_id: AWS VPC ID. Changing this property forces recreation of the resource.
158
+ :param str aws_vpc_region: The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
159
+ :param str vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
157
160
  """
158
161
  __args__ = dict()
159
162
  __args__['awsAccountId'] = aws_account_id
@@ -181,25 +184,28 @@ def get_aws_vpc_peering_connection_output(aws_account_id: Optional[pulumi.Input[
181
184
  vpc_id: Optional[pulumi.Input[str]] = None,
182
185
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAwsVpcPeeringConnectionResult]:
183
186
  """
184
- The AWS VPC Peering Connection data source provides information about the existing Aiven VPC Peering Connection.
187
+ Gets information about an AWS VPC peering connection.
185
188
 
186
189
  ## Example Usage
187
190
 
188
- <!--Start PulumiCodeChooser -->
189
191
  ```python
190
192
  import pulumi
191
193
  import pulumi_aiven as aiven
192
194
 
193
- foo = aiven.get_aws_vpc_peering_connection(vpc_id=data["aiven_project_vpc"]["vpc"]["id"],
194
- aws_account_id="XXXXX",
195
- aws_vpc_id="XXXXX")
195
+ example_vpc = aiven.ProjectVpc("example_vpc",
196
+ project=example_project["project"],
197
+ cloud_name="google-europe-west1",
198
+ network_cidr="192.168.1.0/24")
199
+ aws_to_aiven_peering = example_vpc.id.apply(lambda id: aiven.get_aws_vpc_peering_connection_output(vpc_id=id,
200
+ aws_account_id=aws_id,
201
+ aws_vpc_id="vpc-1a2b3c4d5e6f7g8h9",
202
+ aws_vpc_region="aws-us-east-2"))
196
203
  ```
197
- <!--End PulumiCodeChooser -->
198
204
 
199
205
 
200
- :param str aws_account_id: AWS account ID. This property cannot be changed, doing so forces recreation of the resource.
201
- :param str aws_vpc_id: AWS VPC ID. This property cannot be changed, doing so forces recreation of the resource.
202
- :param str aws_vpc_region: AWS region of the peered VPC (if not in the same region as Aiven VPC). This property cannot be changed, doing so forces recreation of the resource.
203
- :param str vpc_id: The VPC the peering connection belongs to. This property cannot be changed, doing so forces recreation of the resource.
206
+ :param str aws_account_id: AWS account ID. Changing this property forces recreation of the resource.
207
+ :param str aws_vpc_id: AWS VPC ID. Changing this property forces recreation of the resource.
208
+ :param str aws_vpc_region: The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
209
+ :param str vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
204
210
  """
205
211
  ...