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
pulumi_aiven/account.py CHANGED
@@ -226,18 +226,18 @@ class Account(pulumi.CustomResource):
226
226
  primary_billing_group_id: Optional[pulumi.Input[str]] = None,
227
227
  __props__=None):
228
228
  """
229
- The Account resource allows the creation and management of an Aiven Account.
229
+ Creates and manages an Aiven account.
230
+
231
+ **This resource is deprecated.** Use `Organization` instead.
230
232
 
231
233
  ## Example Usage
232
234
 
233
- <!--Start PulumiCodeChooser -->
234
235
  ```python
235
236
  import pulumi
236
237
  import pulumi_aiven as aiven
237
238
 
238
- account1 = aiven.Account("account1")
239
+ account1 = aiven.Account("account1", name="<ACCOUNT_NAME>")
239
240
  ```
240
- <!--End PulumiCodeChooser -->
241
241
 
242
242
  ## Import
243
243
 
@@ -257,18 +257,18 @@ class Account(pulumi.CustomResource):
257
257
  args: Optional[AccountArgs] = None,
258
258
  opts: Optional[pulumi.ResourceOptions] = None):
259
259
  """
260
- The Account resource allows the creation and management of an Aiven Account.
260
+ Creates and manages an Aiven account.
261
+
262
+ **This resource is deprecated.** Use `Organization` instead.
261
263
 
262
264
  ## Example Usage
263
265
 
264
- <!--Start PulumiCodeChooser -->
265
266
  ```python
266
267
  import pulumi
267
268
  import pulumi_aiven as aiven
268
269
 
269
- account1 = aiven.Account("account1")
270
+ account1 = aiven.Account("account1", name="<ACCOUNT_NAME>")
270
271
  ```
271
- <!--End PulumiCodeChooser -->
272
272
 
273
273
  ## Import
274
274
 
@@ -543,12 +543,14 @@ class AccountAuthentication(pulumi.CustomResource):
543
543
  type: Optional[pulumi.Input[str]] = None,
544
544
  __props__=None):
545
545
  """
546
- The Account Authentication resource allows the creation and management of an Aiven Account Authentications.
546
+ **This resource is deprecated**.
547
+
548
+ Creates and manages an authentication method.
547
549
 
548
550
  ## Import
549
551
 
550
552
  ```sh
551
- $ pulumi import aiven:index/accountAuthentication:AccountAuthentication foo account_id/authentication_id
553
+ $ pulumi import aiven:index/accountAuthentication:AccountAuthentication foo ACCOUNT_ID/AUTHENTICATION_ID
552
554
  ```
553
555
 
554
556
  :param str resource_name: The name of the resource.
@@ -574,12 +576,14 @@ class AccountAuthentication(pulumi.CustomResource):
574
576
  args: AccountAuthenticationArgs,
575
577
  opts: Optional[pulumi.ResourceOptions] = None):
576
578
  """
577
- The Account Authentication resource allows the creation and management of an Aiven Account Authentications.
579
+ **This resource is deprecated**.
580
+
581
+ Creates and manages an authentication method.
578
582
 
579
583
  ## Import
580
584
 
581
585
  ```sh
582
- $ pulumi import aiven:index/accountAuthentication:AccountAuthentication foo account_id/authentication_id
586
+ $ pulumi import aiven:index/accountAuthentication:AccountAuthentication foo ACCOUNT_ID/AUTHENTICATION_ID
583
587
  ```
584
588
 
585
589
  :param str resource_name: The name of the resource.
@@ -156,14 +156,14 @@ class AccountTeam(pulumi.CustomResource):
156
156
 
157
157
  ## Example Usage
158
158
 
159
- <!--Start PulumiCodeChooser -->
160
159
  ```python
161
160
  import pulumi
162
161
  import pulumi_aiven as aiven
163
162
 
164
- example_team = aiven.AccountTeam("exampleTeam", account_id=aiven_account["ACCOUNT_RESOURCE_NAME"]["account_id"])
163
+ example_team = aiven.AccountTeam("example_team",
164
+ account_id=accoun_t__resourc_e__name["accountId"],
165
+ name="Example team")
165
166
  ```
166
- <!--End PulumiCodeChooser -->
167
167
 
168
168
  ## Import
169
169
 
@@ -192,14 +192,14 @@ class AccountTeam(pulumi.CustomResource):
192
192
 
193
193
  ## Example Usage
194
194
 
195
- <!--Start PulumiCodeChooser -->
196
195
  ```python
197
196
  import pulumi
198
197
  import pulumi_aiven as aiven
199
198
 
200
- example_team = aiven.AccountTeam("exampleTeam", account_id=aiven_account["ACCOUNT_RESOURCE_NAME"]["account_id"])
199
+ example_team = aiven.AccountTeam("example_team",
200
+ account_id=accoun_t__resourc_e__name["accountId"],
201
+ name="Example team")
201
202
  ```
202
- <!--End PulumiCodeChooser -->
203
203
 
204
204
  ## Import
205
205
 
@@ -19,9 +19,9 @@ class AccountTeamMemberArgs:
19
19
  user_email: pulumi.Input[str]):
20
20
  """
21
21
  The set of arguments for constructing a AccountTeamMember resource.
22
- :param pulumi.Input[str] account_id: The unique account id. This property cannot be changed, doing so forces recreation of the resource.
23
- :param pulumi.Input[str] team_id: An account team id. This property cannot be changed, doing so forces recreation of the resource.
24
- :param pulumi.Input[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.
22
+ :param pulumi.Input[str] account_id: The unique account id. Changing this property forces recreation of the resource.
23
+ :param pulumi.Input[str] team_id: An account team id. Changing this property forces recreation of the resource.
24
+ :param pulumi.Input[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.
25
25
  """
26
26
  pulumi.set(__self__, "account_id", account_id)
27
27
  pulumi.set(__self__, "team_id", team_id)
@@ -31,7 +31,7 @@ class AccountTeamMemberArgs:
31
31
  @pulumi.getter(name="accountId")
32
32
  def account_id(self) -> pulumi.Input[str]:
33
33
  """
34
- The unique account id. This property cannot be changed, doing so forces recreation of the resource.
34
+ The unique account id. Changing this property forces recreation of the resource.
35
35
  """
36
36
  return pulumi.get(self, "account_id")
37
37
 
@@ -43,7 +43,7 @@ class AccountTeamMemberArgs:
43
43
  @pulumi.getter(name="teamId")
44
44
  def team_id(self) -> pulumi.Input[str]:
45
45
  """
46
- An account team id. This property cannot be changed, doing so forces recreation of the resource.
46
+ An account team id. Changing this property forces recreation of the resource.
47
47
  """
48
48
  return pulumi.get(self, "team_id")
49
49
 
@@ -55,7 +55,7 @@ class AccountTeamMemberArgs:
55
55
  @pulumi.getter(name="userEmail")
56
56
  def user_email(self) -> pulumi.Input[str]:
57
57
  """
58
- 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.
58
+ 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.
59
59
  """
60
60
  return pulumi.get(self, "user_email")
61
61
 
@@ -76,11 +76,11 @@ class _AccountTeamMemberState:
76
76
  """
77
77
  Input properties used for looking up and filtering AccountTeamMember resources.
78
78
  :param pulumi.Input[bool] accepted: is a boolean flag that determines whether an invitation was accepted or not by the user. `false` value means that the invitation was sent to the user but not yet accepted. `true` means that the user accepted the invitation and now a member of an account team.
79
- :param pulumi.Input[str] account_id: The unique account id. This property cannot be changed, doing so forces recreation of the resource.
79
+ :param pulumi.Input[str] account_id: The unique account id. Changing this property forces recreation of the resource.
80
80
  :param pulumi.Input[str] create_time: Time of creation
81
81
  :param pulumi.Input[str] invited_by_user_email: The email address that invited this user.
82
- :param pulumi.Input[str] team_id: An account team id. This property cannot be changed, doing so forces recreation of the resource.
83
- :param pulumi.Input[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.
82
+ :param pulumi.Input[str] team_id: An account team id. Changing this property forces recreation of the resource.
83
+ :param pulumi.Input[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.
84
84
  """
85
85
  if accepted is not None:
86
86
  pulumi.set(__self__, "accepted", accepted)
@@ -111,7 +111,7 @@ class _AccountTeamMemberState:
111
111
  @pulumi.getter(name="accountId")
112
112
  def account_id(self) -> Optional[pulumi.Input[str]]:
113
113
  """
114
- The unique account id. This property cannot be changed, doing so forces recreation of the resource.
114
+ The unique account id. Changing this property forces recreation of the resource.
115
115
  """
116
116
  return pulumi.get(self, "account_id")
117
117
 
@@ -147,7 +147,7 @@ class _AccountTeamMemberState:
147
147
  @pulumi.getter(name="teamId")
148
148
  def team_id(self) -> Optional[pulumi.Input[str]]:
149
149
  """
150
- An account team id. This property cannot be changed, doing so forces recreation of the resource.
150
+ An account team id. Changing this property forces recreation of the resource.
151
151
  """
152
152
  return pulumi.get(self, "team_id")
153
153
 
@@ -159,7 +159,7 @@ class _AccountTeamMemberState:
159
159
  @pulumi.getter(name="userEmail")
160
160
  def user_email(self) -> Optional[pulumi.Input[str]]:
161
161
  """
162
- 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.
162
+ 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.
163
163
  """
164
164
  return pulumi.get(self, "user_email")
165
165
 
@@ -191,29 +191,27 @@ class AccountTeamMember(pulumi.CustomResource):
191
191
 
192
192
  ## Example Usage
193
193
 
194
- <!--Start PulumiCodeChooser -->
195
194
  ```python
196
195
  import pulumi
197
196
  import pulumi_aiven as aiven
198
197
 
199
198
  main = aiven.AccountTeamMember("main",
200
- account_id=aiven_account["ACCOUNT_RESOURCE_NAME"]["account_id"],
201
- team_id=aiven_account_team["TEAM_RESOURCE_NAME"]["team_id"],
199
+ account_id=accoun_t__resourc_e__name["accountId"],
200
+ team_id=tea_m__resourc_e__name["teamId"],
202
201
  user_email="user+1@example.com")
203
202
  ```
204
- <!--End PulumiCodeChooser -->
205
203
 
206
204
  ## Import
207
205
 
208
206
  ```sh
209
- $ pulumi import aiven:index/accountTeamMember:AccountTeamMember foo account_id/team_id/user_email
207
+ $ pulumi import aiven:index/accountTeamMember:AccountTeamMember foo ACCOUNT_ID/TEAM_ID/USER_EMAIL
210
208
  ```
211
209
 
212
210
  :param str resource_name: The name of the resource.
213
211
  :param pulumi.ResourceOptions opts: Options for the resource.
214
- :param pulumi.Input[str] account_id: The unique account id. This property cannot be changed, doing so forces recreation of the resource.
215
- :param pulumi.Input[str] team_id: An account team id. This property cannot be changed, doing so forces recreation of the resource.
216
- :param pulumi.Input[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.
212
+ :param pulumi.Input[str] account_id: The unique account id. Changing this property forces recreation of the resource.
213
+ :param pulumi.Input[str] team_id: An account team id. Changing this property forces recreation of the resource.
214
+ :param pulumi.Input[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.
217
215
  """
218
216
  ...
219
217
  @overload
@@ -235,22 +233,20 @@ class AccountTeamMember(pulumi.CustomResource):
235
233
 
236
234
  ## Example Usage
237
235
 
238
- <!--Start PulumiCodeChooser -->
239
236
  ```python
240
237
  import pulumi
241
238
  import pulumi_aiven as aiven
242
239
 
243
240
  main = aiven.AccountTeamMember("main",
244
- account_id=aiven_account["ACCOUNT_RESOURCE_NAME"]["account_id"],
245
- team_id=aiven_account_team["TEAM_RESOURCE_NAME"]["team_id"],
241
+ account_id=accoun_t__resourc_e__name["accountId"],
242
+ team_id=tea_m__resourc_e__name["teamId"],
246
243
  user_email="user+1@example.com")
247
244
  ```
248
- <!--End PulumiCodeChooser -->
249
245
 
250
246
  ## Import
251
247
 
252
248
  ```sh
253
- $ pulumi import aiven:index/accountTeamMember:AccountTeamMember foo account_id/team_id/user_email
249
+ $ pulumi import aiven:index/accountTeamMember:AccountTeamMember foo ACCOUNT_ID/TEAM_ID/USER_EMAIL
254
250
  ```
255
251
 
256
252
  :param str resource_name: The name of the resource.
@@ -316,11 +312,11 @@ class AccountTeamMember(pulumi.CustomResource):
316
312
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
317
313
  :param pulumi.ResourceOptions opts: Options for the resource.
318
314
  :param pulumi.Input[bool] accepted: is a boolean flag that determines whether an invitation was accepted or not by the user. `false` value means that the invitation was sent to the user but not yet accepted. `true` means that the user accepted the invitation and now a member of an account team.
319
- :param pulumi.Input[str] account_id: The unique account id. This property cannot be changed, doing so forces recreation of the resource.
315
+ :param pulumi.Input[str] account_id: The unique account id. Changing this property forces recreation of the resource.
320
316
  :param pulumi.Input[str] create_time: Time of creation
321
317
  :param pulumi.Input[str] invited_by_user_email: The email address that invited this user.
322
- :param pulumi.Input[str] team_id: An account team id. This property cannot be changed, doing so forces recreation of the resource.
323
- :param pulumi.Input[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.
318
+ :param pulumi.Input[str] team_id: An account team id. Changing this property forces recreation of the resource.
319
+ :param pulumi.Input[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.
324
320
  """
325
321
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
326
322
 
@@ -346,7 +342,7 @@ class AccountTeamMember(pulumi.CustomResource):
346
342
  @pulumi.getter(name="accountId")
347
343
  def account_id(self) -> pulumi.Output[str]:
348
344
  """
349
- The unique account id. This property cannot be changed, doing so forces recreation of the resource.
345
+ The unique account id. Changing this property forces recreation of the resource.
350
346
  """
351
347
  return pulumi.get(self, "account_id")
352
348
 
@@ -370,7 +366,7 @@ class AccountTeamMember(pulumi.CustomResource):
370
366
  @pulumi.getter(name="teamId")
371
367
  def team_id(self) -> pulumi.Output[str]:
372
368
  """
373
- An account team id. This property cannot be changed, doing so forces recreation of the resource.
369
+ An account team id. Changing this property forces recreation of the resource.
374
370
  """
375
371
  return pulumi.get(self, "team_id")
376
372
 
@@ -378,7 +374,7 @@ class AccountTeamMember(pulumi.CustomResource):
378
374
  @pulumi.getter(name="userEmail")
379
375
  def user_email(self) -> pulumi.Output[str]:
380
376
  """
381
- 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.
377
+ 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.
382
378
  """
383
379
  return pulumi.get(self, "user_email")
384
380
 
@@ -173,22 +173,22 @@ class AccountTeamProject(pulumi.CustomResource):
173
173
 
174
174
  ## Example Usage
175
175
 
176
- <!--Start PulumiCodeChooser -->
177
176
  ```python
178
177
  import pulumi
179
178
  import pulumi_aiven as aiven
180
179
 
181
- example_project = aiven.Project("exampleProject",
180
+ example_project = aiven.Project("example_project",
182
181
  project="project-1",
183
- account_id=aiven_account_team["ACCOUNT_RESOURCE_NAME"]["account_id"])
184
- example_team = aiven.AccountTeam("exampleTeam", account_id=aiven_account["ACCOUNT_RESOURCE_NAME"]["account_id"])
182
+ account_id=accoun_t__resourc_e__name["accountId"])
183
+ example_team = aiven.AccountTeam("example_team",
184
+ account_id=accoun_t__resourc_e__name_aiven_account["accountId"],
185
+ name="Example team")
185
186
  main = aiven.AccountTeamProject("main",
186
- account_id=aiven_account["ACCOUNT_RESOURCE_NAME"]["account_id"],
187
+ account_id=accoun_t__resourc_e__name_aiven_account["accountId"],
187
188
  team_id=example_team.team_id,
188
189
  project_name=example_project.project,
189
190
  team_type="admin")
190
191
  ```
191
- <!--End PulumiCodeChooser -->
192
192
 
193
193
  ## Import
194
194
 
@@ -219,22 +219,22 @@ class AccountTeamProject(pulumi.CustomResource):
219
219
 
220
220
  ## Example Usage
221
221
 
222
- <!--Start PulumiCodeChooser -->
223
222
  ```python
224
223
  import pulumi
225
224
  import pulumi_aiven as aiven
226
225
 
227
- example_project = aiven.Project("exampleProject",
226
+ example_project = aiven.Project("example_project",
228
227
  project="project-1",
229
- account_id=aiven_account_team["ACCOUNT_RESOURCE_NAME"]["account_id"])
230
- example_team = aiven.AccountTeam("exampleTeam", account_id=aiven_account["ACCOUNT_RESOURCE_NAME"]["account_id"])
228
+ account_id=accoun_t__resourc_e__name["accountId"])
229
+ example_team = aiven.AccountTeam("example_team",
230
+ account_id=accoun_t__resourc_e__name_aiven_account["accountId"],
231
+ name="Example team")
231
232
  main = aiven.AccountTeamProject("main",
232
- account_id=aiven_account["ACCOUNT_RESOURCE_NAME"]["account_id"],
233
+ account_id=accoun_t__resourc_e__name_aiven_account["accountId"],
233
234
  team_id=example_team.team_id,
234
235
  project_name=example_project.project,
235
236
  team_type="admin")
236
237
  ```
237
- <!--End PulumiCodeChooser -->
238
238
 
239
239
  ## Import
240
240
 
@@ -19,9 +19,9 @@ class AwsPrivatelinkArgs:
19
19
  service_name: pulumi.Input[str]):
20
20
  """
21
21
  The set of arguments for constructing a AwsPrivatelink resource.
22
- :param pulumi.Input[Sequence[pulumi.Input[str]]] principals: List of allowed principals
23
- :param pulumi.Input[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.
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 variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
22
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] principals: List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
23
+ :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.
24
+ :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
25
  """
26
26
  pulumi.set(__self__, "principals", principals)
27
27
  pulumi.set(__self__, "project", project)
@@ -31,7 +31,7 @@ class AwsPrivatelinkArgs:
31
31
  @pulumi.getter
32
32
  def principals(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
33
33
  """
34
- List of allowed principals
34
+ List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
35
35
  """
36
36
  return pulumi.get(self, "principals")
37
37
 
@@ -43,7 +43,7 @@ class AwsPrivatelinkArgs:
43
43
  @pulumi.getter
44
44
  def project(self) -> pulumi.Input[str]:
45
45
  """
46
- 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.
46
+ 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.
47
47
  """
48
48
  return pulumi.get(self, "project")
49
49
 
@@ -55,7 +55,7 @@ class AwsPrivatelinkArgs:
55
55
  @pulumi.getter(name="serviceName")
56
56
  def service_name(self) -> pulumi.Input[str]:
57
57
  """
58
- 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.
58
+ 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.
59
59
  """
60
60
  return pulumi.get(self, "service_name")
61
61
 
@@ -74,11 +74,11 @@ class _AwsPrivatelinkState:
74
74
  service_name: Optional[pulumi.Input[str]] = None):
75
75
  """
76
76
  Input properties used for looking up and filtering AwsPrivatelink resources.
77
- :param pulumi.Input[str] aws_service_id: AWS service ID
78
- :param pulumi.Input[str] aws_service_name: AWS service name
79
- :param pulumi.Input[Sequence[pulumi.Input[str]]] principals: List of allowed principals
80
- :param pulumi.Input[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.
81
- :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 variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
77
+ :param pulumi.Input[str] aws_service_id: AWS service ID.
78
+ :param pulumi.Input[str] aws_service_name: AWS service name.
79
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] principals: List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
80
+ :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.
81
+ :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.
82
82
  """
83
83
  if aws_service_id is not None:
84
84
  pulumi.set(__self__, "aws_service_id", aws_service_id)
@@ -95,7 +95,7 @@ class _AwsPrivatelinkState:
95
95
  @pulumi.getter(name="awsServiceId")
96
96
  def aws_service_id(self) -> Optional[pulumi.Input[str]]:
97
97
  """
98
- AWS service ID
98
+ AWS service ID.
99
99
  """
100
100
  return pulumi.get(self, "aws_service_id")
101
101
 
@@ -107,7 +107,7 @@ class _AwsPrivatelinkState:
107
107
  @pulumi.getter(name="awsServiceName")
108
108
  def aws_service_name(self) -> Optional[pulumi.Input[str]]:
109
109
  """
110
- AWS service name
110
+ AWS service name.
111
111
  """
112
112
  return pulumi.get(self, "aws_service_name")
113
113
 
@@ -119,7 +119,7 @@ class _AwsPrivatelinkState:
119
119
  @pulumi.getter
120
120
  def principals(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
121
121
  """
122
- List of allowed principals
122
+ List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
123
123
  """
124
124
  return pulumi.get(self, "principals")
125
125
 
@@ -131,7 +131,7 @@ class _AwsPrivatelinkState:
131
131
  @pulumi.getter
132
132
  def project(self) -> Optional[pulumi.Input[str]]:
133
133
  """
134
- 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.
134
+ 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.
135
135
  """
136
136
  return pulumi.get(self, "project")
137
137
 
@@ -143,7 +143,7 @@ class _AwsPrivatelinkState:
143
143
  @pulumi.getter(name="serviceName")
144
144
  def service_name(self) -> Optional[pulumi.Input[str]]:
145
145
  """
146
- 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.
146
+ 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
147
  """
148
148
  return pulumi.get(self, "service_name")
149
149
 
@@ -162,33 +162,31 @@ class AwsPrivatelink(pulumi.CustomResource):
162
162
  service_name: Optional[pulumi.Input[str]] = None,
163
163
  __props__=None):
164
164
  """
165
- The AWS Privatelink resource allows the creation and management of Aiven AWS Privatelink for a services.
165
+ Creates and manages an [AWS PrivateLink for Aiven services](https://aiven.io/docs/platform/howto/use-aws-privatelinks) in a VPC.
166
166
 
167
167
  ## Example Usage
168
168
 
169
- <!--Start PulumiCodeChooser -->
170
169
  ```python
171
170
  import pulumi
172
171
  import pulumi_aiven as aiven
173
172
 
174
- foo = aiven.AwsPrivatelink("foo",
175
- project=data["aiven_project"]["foo"]["project"],
176
- service_name=aiven_kafka["bar"]["service_name"],
173
+ main = aiven.AwsPrivatelink("main",
174
+ project=example_project["project"],
175
+ service_name=example_kafka["serviceName"],
177
176
  principals=["arn:aws:iam::012345678901:user/mwf"])
178
177
  ```
179
- <!--End PulumiCodeChooser -->
180
178
 
181
179
  ## Import
182
180
 
183
181
  ```sh
184
- $ pulumi import aiven:index/awsPrivatelink:AwsPrivatelink foo project/service_name
182
+ $ pulumi import aiven:index/awsPrivatelink:AwsPrivatelink main PROJECT/SERVICE_NAME
185
183
  ```
186
184
 
187
185
  :param str resource_name: The name of the resource.
188
186
  :param pulumi.ResourceOptions opts: Options for the resource.
189
- :param pulumi.Input[Sequence[pulumi.Input[str]]] principals: List of allowed principals
190
- :param pulumi.Input[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.
191
- :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 variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
187
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] principals: List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
188
+ :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.
189
+ :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.
192
190
  """
193
191
  ...
194
192
  @overload
@@ -197,26 +195,24 @@ class AwsPrivatelink(pulumi.CustomResource):
197
195
  args: AwsPrivatelinkArgs,
198
196
  opts: Optional[pulumi.ResourceOptions] = None):
199
197
  """
200
- The AWS Privatelink resource allows the creation and management of Aiven AWS Privatelink for a services.
198
+ Creates and manages an [AWS PrivateLink for Aiven services](https://aiven.io/docs/platform/howto/use-aws-privatelinks) in a VPC.
201
199
 
202
200
  ## Example Usage
203
201
 
204
- <!--Start PulumiCodeChooser -->
205
202
  ```python
206
203
  import pulumi
207
204
  import pulumi_aiven as aiven
208
205
 
209
- foo = aiven.AwsPrivatelink("foo",
210
- project=data["aiven_project"]["foo"]["project"],
211
- service_name=aiven_kafka["bar"]["service_name"],
206
+ main = aiven.AwsPrivatelink("main",
207
+ project=example_project["project"],
208
+ service_name=example_kafka["serviceName"],
212
209
  principals=["arn:aws:iam::012345678901:user/mwf"])
213
210
  ```
214
- <!--End PulumiCodeChooser -->
215
211
 
216
212
  ## Import
217
213
 
218
214
  ```sh
219
- $ pulumi import aiven:index/awsPrivatelink:AwsPrivatelink foo project/service_name
215
+ $ pulumi import aiven:index/awsPrivatelink:AwsPrivatelink main PROJECT/SERVICE_NAME
220
216
  ```
221
217
 
222
218
  :param str resource_name: The name of the resource.
@@ -279,11 +275,11 @@ class AwsPrivatelink(pulumi.CustomResource):
279
275
  :param str resource_name: The unique name of the resulting resource.
280
276
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
281
277
  :param pulumi.ResourceOptions opts: Options for the resource.
282
- :param pulumi.Input[str] aws_service_id: AWS service ID
283
- :param pulumi.Input[str] aws_service_name: AWS service name
284
- :param pulumi.Input[Sequence[pulumi.Input[str]]] principals: List of allowed principals
285
- :param pulumi.Input[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.
286
- :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 variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
278
+ :param pulumi.Input[str] aws_service_id: AWS service ID.
279
+ :param pulumi.Input[str] aws_service_name: AWS service name.
280
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] principals: List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
281
+ :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.
282
+ :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.
287
283
  """
288
284
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
289
285
 
@@ -300,7 +296,7 @@ class AwsPrivatelink(pulumi.CustomResource):
300
296
  @pulumi.getter(name="awsServiceId")
301
297
  def aws_service_id(self) -> pulumi.Output[str]:
302
298
  """
303
- AWS service ID
299
+ AWS service ID.
304
300
  """
305
301
  return pulumi.get(self, "aws_service_id")
306
302
 
@@ -308,7 +304,7 @@ class AwsPrivatelink(pulumi.CustomResource):
308
304
  @pulumi.getter(name="awsServiceName")
309
305
  def aws_service_name(self) -> pulumi.Output[str]:
310
306
  """
311
- AWS service name
307
+ AWS service name.
312
308
  """
313
309
  return pulumi.get(self, "aws_service_name")
314
310
 
@@ -316,7 +312,7 @@ class AwsPrivatelink(pulumi.CustomResource):
316
312
  @pulumi.getter
317
313
  def principals(self) -> pulumi.Output[Sequence[str]]:
318
314
  """
319
- List of allowed principals
315
+ List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
320
316
  """
321
317
  return pulumi.get(self, "principals")
322
318
 
@@ -324,7 +320,7 @@ class AwsPrivatelink(pulumi.CustomResource):
324
320
  @pulumi.getter
325
321
  def project(self) -> pulumi.Output[str]:
326
322
  """
327
- 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.
323
+ 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.
328
324
  """
329
325
  return pulumi.get(self, "project")
330
326
 
@@ -332,7 +328,7 @@ class AwsPrivatelink(pulumi.CustomResource):
332
328
  @pulumi.getter(name="serviceName")
333
329
  def service_name(self) -> pulumi.Output[str]:
334
330
  """
335
- 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.
331
+ 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.
336
332
  """
337
333
  return pulumi.get(self, "service_name")
338
334