pulumi-aiven 6.13.0a1710994538__py3-none-any.whl → 6.13.0a1711361534__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 (129) hide show
  1. pulumi_aiven/__init__.py +28 -0
  2. pulumi_aiven/_inputs.py +2479 -932
  3. pulumi_aiven/account.py +34 -30
  4. pulumi_aiven/account_authentication.py +6 -2
  5. pulumi_aiven/account_team_member.py +21 -21
  6. pulumi_aiven/aws_privatelink.py +39 -39
  7. pulumi_aiven/aws_vpc_peering_connection.py +62 -52
  8. pulumi_aiven/azure_privatelink.py +49 -49
  9. pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
  10. pulumi_aiven/azure_vpc_peering_connection.py +76 -68
  11. pulumi_aiven/cassandra.py +7 -7
  12. pulumi_aiven/cassandra_user.py +21 -21
  13. pulumi_aiven/clickhouse.py +7 -7
  14. pulumi_aiven/clickhouse_database.py +21 -21
  15. pulumi_aiven/clickhouse_grant.py +42 -42
  16. pulumi_aiven/clickhouse_role.py +21 -21
  17. pulumi_aiven/clickhouse_user.py +21 -21
  18. pulumi_aiven/connection_pool.py +28 -28
  19. pulumi_aiven/dragonfly.py +1344 -0
  20. pulumi_aiven/flink.py +7 -7
  21. pulumi_aiven/flink_application.py +14 -14
  22. pulumi_aiven/flink_application_deployment.py +14 -14
  23. pulumi_aiven/flink_application_version.py +14 -14
  24. pulumi_aiven/gcp_privatelink.py +26 -26
  25. pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
  26. pulumi_aiven/gcp_vpc_peering_connection.py +35 -35
  27. pulumi_aiven/get_account_team_member.py +9 -9
  28. pulumi_aiven/get_aws_privatelink.py +15 -15
  29. pulumi_aiven/get_aws_vpc_peering_connection.py +33 -23
  30. pulumi_aiven/get_azure_privatelink.py +17 -17
  31. pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
  32. pulumi_aiven/get_cassanda.py +3 -3
  33. pulumi_aiven/get_cassandra.py +3 -3
  34. pulumi_aiven/get_cassandra_user.py +9 -9
  35. pulumi_aiven/get_clickhouse.py +3 -3
  36. pulumi_aiven/get_clickhouse_database.py +9 -9
  37. pulumi_aiven/get_clickhouse_user.py +9 -9
  38. pulumi_aiven/get_connection_pool.py +10 -10
  39. pulumi_aiven/get_dragonfly.py +443 -0
  40. pulumi_aiven/get_flink.py +3 -3
  41. pulumi_aiven/get_flink_application.py +6 -6
  42. pulumi_aiven/get_flink_application_version.py +6 -6
  43. pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -18
  44. pulumi_aiven/get_grafana.py +3 -3
  45. pulumi_aiven/get_kafka.py +3 -3
  46. pulumi_aiven/get_kafka_acl.py +15 -15
  47. pulumi_aiven/get_kafka_connect.py +3 -3
  48. pulumi_aiven/get_kafka_connector.py +9 -9
  49. pulumi_aiven/get_kafka_mirror_maker.py +3 -3
  50. pulumi_aiven/get_kafka_schema.py +9 -9
  51. pulumi_aiven/get_kafka_schema_configuration.py +7 -7
  52. pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
  53. pulumi_aiven/get_kafka_topic.py +9 -9
  54. pulumi_aiven/get_kafka_user.py +9 -9
  55. pulumi_aiven/get_m3_aggregator.py +3 -3
  56. pulumi_aiven/get_m3_db.py +3 -3
  57. pulumi_aiven/get_m3db_user.py +9 -9
  58. pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
  59. pulumi_aiven/get_my_sql.py +3 -3
  60. pulumi_aiven/get_mysql_database.py +9 -9
  61. pulumi_aiven/get_mysql_user.py +9 -9
  62. pulumi_aiven/get_open_search.py +3 -3
  63. pulumi_aiven/get_open_search_acl_config.py +6 -6
  64. pulumi_aiven/get_open_search_acl_rule.py +12 -12
  65. pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
  66. pulumi_aiven/get_opensearch_user.py +9 -9
  67. pulumi_aiven/get_organization.py +8 -8
  68. pulumi_aiven/get_organization_user_group.py +33 -9
  69. pulumi_aiven/get_organizational_unit.py +9 -9
  70. pulumi_aiven/get_pg.py +3 -3
  71. pulumi_aiven/get_pg_database.py +11 -11
  72. pulumi_aiven/get_pg_user.py +9 -9
  73. pulumi_aiven/get_project_user.py +6 -6
  74. pulumi_aiven/get_project_vpc.py +11 -13
  75. pulumi_aiven/get_redis.py +3 -3
  76. pulumi_aiven/get_redis_user.py +13 -13
  77. pulumi_aiven/get_service_integration.py +56 -4
  78. pulumi_aiven/get_service_integration_endpoint.py +1 -1
  79. pulumi_aiven/get_transit_gateway_vpc_attachment.py +9 -9
  80. pulumi_aiven/grafana.py +7 -7
  81. pulumi_aiven/influx_db.py +7 -7
  82. pulumi_aiven/influxdb_database.py +21 -21
  83. pulumi_aiven/influxdb_user.py +28 -28
  84. pulumi_aiven/kafka.py +7 -7
  85. pulumi_aiven/kafka_acl.py +35 -35
  86. pulumi_aiven/kafka_connect.py +7 -7
  87. pulumi_aiven/kafka_connector.py +21 -21
  88. pulumi_aiven/kafka_mirror_maker.py +7 -7
  89. pulumi_aiven/kafka_schema.py +47 -43
  90. pulumi_aiven/kafka_schema_configuration.py +14 -14
  91. pulumi_aiven/kafka_schema_registry_acl.py +35 -35
  92. pulumi_aiven/kafka_topic.py +21 -21
  93. pulumi_aiven/kafka_user.py +21 -21
  94. pulumi_aiven/m3_aggregator.py +7 -7
  95. pulumi_aiven/m3_db.py +7 -7
  96. pulumi_aiven/m3db_user.py +21 -21
  97. pulumi_aiven/mirror_maker_replication_flow.py +50 -48
  98. pulumi_aiven/my_sql.py +7 -7
  99. pulumi_aiven/mysql_database.py +21 -21
  100. pulumi_aiven/mysql_user.py +21 -21
  101. pulumi_aiven/open_search.py +7 -7
  102. pulumi_aiven/open_search_acl_config.py +14 -14
  103. pulumi_aiven/open_search_acl_rule.py +28 -28
  104. pulumi_aiven/opensearch_security_plugin_config.py +66 -14
  105. pulumi_aiven/opensearch_user.py +21 -21
  106. pulumi_aiven/organization.py +10 -10
  107. pulumi_aiven/organization_group_project.py +290 -0
  108. pulumi_aiven/organization_user.py +16 -16
  109. pulumi_aiven/organization_user_group.py +61 -23
  110. pulumi_aiven/organization_user_group_member.py +352 -0
  111. pulumi_aiven/organizational_unit.py +32 -32
  112. pulumi_aiven/outputs.py +2989 -467
  113. pulumi_aiven/pg.py +7 -7
  114. pulumi_aiven/pg_database.py +35 -35
  115. pulumi_aiven/pg_user.py +21 -21
  116. pulumi_aiven/project.py +26 -0
  117. pulumi_aiven/project_user.py +14 -14
  118. pulumi_aiven/project_vpc.py +25 -25
  119. pulumi_aiven/redis.py +7 -7
  120. pulumi_aiven/redis_user.py +49 -49
  121. pulumi_aiven/service_integration.py +195 -7
  122. pulumi_aiven/service_integration_endpoint.py +7 -7
  123. pulumi_aiven/static_ip.py +14 -14
  124. pulumi_aiven/transit_gateway_vpc_attachment.py +21 -21
  125. {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/METADATA +1 -1
  126. pulumi_aiven-6.13.0a1711361534.dist-info/RECORD +150 -0
  127. pulumi_aiven-6.13.0a1710994538.dist-info/RECORD +0 -146
  128. {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/WHEEL +0 -0
  129. {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/top_level.txt +0 -0
pulumi_aiven/account.py CHANGED
@@ -24,8 +24,8 @@ class AccountArgs:
24
24
  if name is not None:
25
25
  pulumi.set(__self__, "name", name)
26
26
  if primary_billing_group_id is not None:
27
- warnings.warn("""The new aiven_organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
28
- pulumi.log.warn("""primary_billing_group_id is deprecated: The new aiven_organization resource won't have it, and will not have a replacement.""")
27
+ warnings.warn("""The new Organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
28
+ pulumi.log.warn("""primary_billing_group_id is deprecated: The new Organization resource won't have it, and will not have a replacement.""")
29
29
  if primary_billing_group_id is not None:
30
30
  pulumi.set(__self__, "primary_billing_group_id", primary_billing_group_id)
31
31
 
@@ -47,8 +47,8 @@ class AccountArgs:
47
47
  """
48
48
  Billing group id
49
49
  """
50
- warnings.warn("""The new aiven_organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
51
- pulumi.log.warn("""primary_billing_group_id is deprecated: The new aiven_organization resource won't have it, and will not have a replacement.""")
50
+ warnings.warn("""The new Organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
51
+ pulumi.log.warn("""primary_billing_group_id is deprecated: The new Organization resource won't have it, and will not have a replacement.""")
52
52
 
53
53
  return pulumi.get(self, "primary_billing_group_id")
54
54
 
@@ -80,27 +80,27 @@ class _AccountState:
80
80
  :param pulumi.Input[str] update_time: Time of last update
81
81
  """
82
82
  if account_id is not None:
83
- warnings.warn("""The new aiven_organization resource won't have it, use the built-in ID field instead.""", DeprecationWarning)
84
- pulumi.log.warn("""account_id is deprecated: The new aiven_organization resource won't have it, use the built-in ID field instead.""")
83
+ warnings.warn("""The new Organization resource won't have it, use the built-in ID field instead.""", DeprecationWarning)
84
+ pulumi.log.warn("""account_id is deprecated: The new Organization resource won't have it, use the built-in ID field instead.""")
85
85
  if account_id is not None:
86
86
  pulumi.set(__self__, "account_id", account_id)
87
87
  if create_time is not None:
88
88
  pulumi.set(__self__, "create_time", create_time)
89
89
  if is_account_owner is not None:
90
- warnings.warn("""The new aiven_organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
91
- pulumi.log.warn("""is_account_owner is deprecated: The new aiven_organization resource won't have it, and will not have a replacement.""")
90
+ warnings.warn("""The new Organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
91
+ pulumi.log.warn("""is_account_owner is deprecated: The new Organization resource won't have it, and will not have a replacement.""")
92
92
  if is_account_owner is not None:
93
93
  pulumi.set(__self__, "is_account_owner", is_account_owner)
94
94
  if name is not None:
95
95
  pulumi.set(__self__, "name", name)
96
96
  if owner_team_id is not None:
97
- warnings.warn("""The new aiven_organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
98
- pulumi.log.warn("""owner_team_id is deprecated: The new aiven_organization resource won't have it, and will not have a replacement.""")
97
+ warnings.warn("""The new Organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
98
+ pulumi.log.warn("""owner_team_id is deprecated: The new Organization resource won't have it, and will not have a replacement.""")
99
99
  if owner_team_id is not None:
100
100
  pulumi.set(__self__, "owner_team_id", owner_team_id)
101
101
  if primary_billing_group_id is not None:
102
- warnings.warn("""The new aiven_organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
103
- pulumi.log.warn("""primary_billing_group_id is deprecated: The new aiven_organization resource won't have it, and will not have a replacement.""")
102
+ warnings.warn("""The new Organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
103
+ pulumi.log.warn("""primary_billing_group_id is deprecated: The new Organization resource won't have it, and will not have a replacement.""")
104
104
  if primary_billing_group_id is not None:
105
105
  pulumi.set(__self__, "primary_billing_group_id", primary_billing_group_id)
106
106
  if tenant_id is not None:
@@ -114,8 +114,8 @@ class _AccountState:
114
114
  """
115
115
  Account id
116
116
  """
117
- warnings.warn("""The new aiven_organization resource won't have it, use the built-in ID field instead.""", DeprecationWarning)
118
- pulumi.log.warn("""account_id is deprecated: The new aiven_organization resource won't have it, use the built-in ID field instead.""")
117
+ warnings.warn("""The new Organization resource won't have it, use the built-in ID field instead.""", DeprecationWarning)
118
+ pulumi.log.warn("""account_id is deprecated: The new Organization resource won't have it, use the built-in ID field instead.""")
119
119
 
120
120
  return pulumi.get(self, "account_id")
121
121
 
@@ -141,8 +141,8 @@ class _AccountState:
141
141
  """
142
142
  If true, user is part of the owners team for this account
143
143
  """
144
- warnings.warn("""The new aiven_organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
145
- pulumi.log.warn("""is_account_owner is deprecated: The new aiven_organization resource won't have it, and will not have a replacement.""")
144
+ warnings.warn("""The new Organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
145
+ pulumi.log.warn("""is_account_owner is deprecated: The new Organization resource won't have it, and will not have a replacement.""")
146
146
 
147
147
  return pulumi.get(self, "is_account_owner")
148
148
 
@@ -168,8 +168,8 @@ class _AccountState:
168
168
  """
169
169
  Owner team id
170
170
  """
171
- warnings.warn("""The new aiven_organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
172
- pulumi.log.warn("""owner_team_id is deprecated: The new aiven_organization resource won't have it, and will not have a replacement.""")
171
+ warnings.warn("""The new Organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
172
+ pulumi.log.warn("""owner_team_id is deprecated: The new Organization resource won't have it, and will not have a replacement.""")
173
173
 
174
174
  return pulumi.get(self, "owner_team_id")
175
175
 
@@ -183,8 +183,8 @@ class _AccountState:
183
183
  """
184
184
  Billing group id
185
185
  """
186
- warnings.warn("""The new aiven_organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
187
- pulumi.log.warn("""primary_billing_group_id is deprecated: The new aiven_organization resource won't have it, and will not have a replacement.""")
186
+ warnings.warn("""The new Organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
187
+ pulumi.log.warn("""primary_billing_group_id is deprecated: The new Organization resource won't have it, and will not have a replacement.""")
188
188
 
189
189
  return pulumi.get(self, "primary_billing_group_id")
190
190
 
@@ -226,7 +226,9 @@ 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
 
@@ -257,7 +259,9 @@ class Account(pulumi.CustomResource):
257
259
  args: Optional[AccountArgs] = None,
258
260
  opts: Optional[pulumi.ResourceOptions] = None):
259
261
  """
260
- The Account resource allows the creation and management of an Aiven Account.
262
+ Creates and manages an Aiven account.
263
+
264
+ **This resource is deprecated.** Use `Organization` instead.
261
265
 
262
266
  ## Example Usage
263
267
 
@@ -364,8 +368,8 @@ class Account(pulumi.CustomResource):
364
368
  """
365
369
  Account id
366
370
  """
367
- warnings.warn("""The new aiven_organization resource won't have it, use the built-in ID field instead.""", DeprecationWarning)
368
- pulumi.log.warn("""account_id is deprecated: The new aiven_organization resource won't have it, use the built-in ID field instead.""")
371
+ warnings.warn("""The new Organization resource won't have it, use the built-in ID field instead.""", DeprecationWarning)
372
+ pulumi.log.warn("""account_id is deprecated: The new Organization resource won't have it, use the built-in ID field instead.""")
369
373
 
370
374
  return pulumi.get(self, "account_id")
371
375
 
@@ -383,8 +387,8 @@ class Account(pulumi.CustomResource):
383
387
  """
384
388
  If true, user is part of the owners team for this account
385
389
  """
386
- warnings.warn("""The new aiven_organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
387
- pulumi.log.warn("""is_account_owner is deprecated: The new aiven_organization resource won't have it, and will not have a replacement.""")
390
+ warnings.warn("""The new Organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
391
+ pulumi.log.warn("""is_account_owner is deprecated: The new Organization resource won't have it, and will not have a replacement.""")
388
392
 
389
393
  return pulumi.get(self, "is_account_owner")
390
394
 
@@ -402,8 +406,8 @@ class Account(pulumi.CustomResource):
402
406
  """
403
407
  Owner team id
404
408
  """
405
- warnings.warn("""The new aiven_organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
406
- pulumi.log.warn("""owner_team_id is deprecated: The new aiven_organization resource won't have it, and will not have a replacement.""")
409
+ warnings.warn("""The new Organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
410
+ pulumi.log.warn("""owner_team_id is deprecated: The new Organization resource won't have it, and will not have a replacement.""")
407
411
 
408
412
  return pulumi.get(self, "owner_team_id")
409
413
 
@@ -413,8 +417,8 @@ class Account(pulumi.CustomResource):
413
417
  """
414
418
  Billing group id
415
419
  """
416
- warnings.warn("""The new aiven_organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
417
- pulumi.log.warn("""primary_billing_group_id is deprecated: The new aiven_organization resource won't have it, and will not have a replacement.""")
420
+ warnings.warn("""The new Organization resource won't have it, and will not have a replacement.""", DeprecationWarning)
421
+ pulumi.log.warn("""primary_billing_group_id is deprecated: The new Organization resource won't have it, and will not have a replacement.""")
418
422
 
419
423
  return pulumi.get(self, "primary_billing_group_id")
420
424
 
@@ -543,7 +543,9 @@ 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
 
@@ -574,7 +576,9 @@ 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
 
@@ -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
 
@@ -211,9 +211,9 @@ class AccountTeamMember(pulumi.CustomResource):
211
211
 
212
212
  :param str resource_name: The name of the resource.
213
213
  :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.
214
+ :param pulumi.Input[str] account_id: The unique account id. Changing this property forces recreation of the resource.
215
+ :param pulumi.Input[str] team_id: An account team id. Changing this property 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. Changing this property forces recreation of the resource.
217
217
  """
218
218
  ...
219
219
  @overload
@@ -316,11 +316,11 @@ class AccountTeamMember(pulumi.CustomResource):
316
316
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
317
317
  :param pulumi.ResourceOptions opts: Options for the resource.
318
318
  :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.
319
+ :param pulumi.Input[str] account_id: The unique account id. Changing this property forces recreation of the resource.
320
320
  :param pulumi.Input[str] create_time: Time of creation
321
321
  :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.
322
+ :param pulumi.Input[str] team_id: An account team id. Changing this property 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. Changing this property forces recreation of the resource.
324
324
  """
325
325
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
326
326
 
@@ -346,7 +346,7 @@ class AccountTeamMember(pulumi.CustomResource):
346
346
  @pulumi.getter(name="accountId")
347
347
  def account_id(self) -> pulumi.Output[str]:
348
348
  """
349
- The unique account id. This property cannot be changed, doing so forces recreation of the resource.
349
+ The unique account id. Changing this property forces recreation of the resource.
350
350
  """
351
351
  return pulumi.get(self, "account_id")
352
352
 
@@ -370,7 +370,7 @@ class AccountTeamMember(pulumi.CustomResource):
370
370
  @pulumi.getter(name="teamId")
371
371
  def team_id(self) -> pulumi.Output[str]:
372
372
  """
373
- An account team id. This property cannot be changed, doing so forces recreation of the resource.
373
+ An account team id. Changing this property forces recreation of the resource.
374
374
  """
375
375
  return pulumi.get(self, "team_id")
376
376
 
@@ -378,7 +378,7 @@ class AccountTeamMember(pulumi.CustomResource):
378
378
  @pulumi.getter(name="userEmail")
379
379
  def user_email(self) -> pulumi.Output[str]:
380
380
  """
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.
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. Changing this property forces recreation of the resource.
382
382
  """
383
383
  return pulumi.get(self, "user_email")
384
384
 
@@ -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: Identifies 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: Specifies 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
+ Identifies 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
+ Specifies 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: Identifies 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: Specifies 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
+ Identifies 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
+ Specifies 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,7 +162,7 @@ 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
 
@@ -171,9 +171,9 @@ class AwsPrivatelink(pulumi.CustomResource):
171
171
  import pulumi
172
172
  import pulumi_aiven as aiven
173
173
 
174
- foo = aiven.AwsPrivatelink("foo",
175
- project=data["aiven_project"]["foo"]["project"],
176
- service_name=aiven_kafka["bar"]["service_name"],
174
+ main = aiven.AwsPrivatelink("main",
175
+ project=data["aiven_project"]["example_project"]["project"],
176
+ service_name=aiven_kafka["example_kafka"]["service_name"],
177
177
  principals=["arn:aws:iam::012345678901:user/mwf"])
178
178
  ```
179
179
  <!--End PulumiCodeChooser -->
@@ -181,14 +181,14 @@ class AwsPrivatelink(pulumi.CustomResource):
181
181
  ## Import
182
182
 
183
183
  ```sh
184
- $ pulumi import aiven:index/awsPrivatelink:AwsPrivatelink foo project/service_name
184
+ $ pulumi import aiven:index/awsPrivatelink:AwsPrivatelink main PROJECT/SERVICE_NAME
185
185
  ```
186
186
 
187
187
  :param str resource_name: The name of the resource.
188
188
  :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.
189
+ :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.
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. Changing this property 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. Changing this property forces recreation of the resource.
192
192
  """
193
193
  ...
194
194
  @overload
@@ -197,7 +197,7 @@ class AwsPrivatelink(pulumi.CustomResource):
197
197
  args: AwsPrivatelinkArgs,
198
198
  opts: Optional[pulumi.ResourceOptions] = None):
199
199
  """
200
- The AWS Privatelink resource allows the creation and management of Aiven AWS Privatelink for a services.
200
+ Creates and manages an [AWS PrivateLink for Aiven services](https://aiven.io/docs/platform/howto/use-aws-privatelinks) in a VPC.
201
201
 
202
202
  ## Example Usage
203
203
 
@@ -206,9 +206,9 @@ class AwsPrivatelink(pulumi.CustomResource):
206
206
  import pulumi
207
207
  import pulumi_aiven as aiven
208
208
 
209
- foo = aiven.AwsPrivatelink("foo",
210
- project=data["aiven_project"]["foo"]["project"],
211
- service_name=aiven_kafka["bar"]["service_name"],
209
+ main = aiven.AwsPrivatelink("main",
210
+ project=data["aiven_project"]["example_project"]["project"],
211
+ service_name=aiven_kafka["example_kafka"]["service_name"],
212
212
  principals=["arn:aws:iam::012345678901:user/mwf"])
213
213
  ```
214
214
  <!--End PulumiCodeChooser -->
@@ -216,7 +216,7 @@ class AwsPrivatelink(pulumi.CustomResource):
216
216
  ## Import
217
217
 
218
218
  ```sh
219
- $ pulumi import aiven:index/awsPrivatelink:AwsPrivatelink foo project/service_name
219
+ $ pulumi import aiven:index/awsPrivatelink:AwsPrivatelink main PROJECT/SERVICE_NAME
220
220
  ```
221
221
 
222
222
  :param str resource_name: The name of the resource.
@@ -279,11 +279,11 @@ class AwsPrivatelink(pulumi.CustomResource):
279
279
  :param str resource_name: The unique name of the resulting resource.
280
280
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
281
281
  :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.
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 the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
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. Changing this property 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. Changing this property forces recreation of the resource.
287
287
  """
288
288
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
289
289
 
@@ -300,7 +300,7 @@ class AwsPrivatelink(pulumi.CustomResource):
300
300
  @pulumi.getter(name="awsServiceId")
301
301
  def aws_service_id(self) -> pulumi.Output[str]:
302
302
  """
303
- AWS service ID
303
+ AWS service ID.
304
304
  """
305
305
  return pulumi.get(self, "aws_service_id")
306
306
 
@@ -308,7 +308,7 @@ class AwsPrivatelink(pulumi.CustomResource):
308
308
  @pulumi.getter(name="awsServiceName")
309
309
  def aws_service_name(self) -> pulumi.Output[str]:
310
310
  """
311
- AWS service name
311
+ AWS service name.
312
312
  """
313
313
  return pulumi.get(self, "aws_service_name")
314
314
 
@@ -316,7 +316,7 @@ class AwsPrivatelink(pulumi.CustomResource):
316
316
  @pulumi.getter
317
317
  def principals(self) -> pulumi.Output[Sequence[str]]:
318
318
  """
319
- List of allowed principals
319
+ List of the ARNs of the AWS accounts or IAM users allowed to connect to the VPC endpoint.
320
320
  """
321
321
  return pulumi.get(self, "principals")
322
322
 
@@ -324,7 +324,7 @@ class AwsPrivatelink(pulumi.CustomResource):
324
324
  @pulumi.getter
325
325
  def project(self) -> pulumi.Output[str]:
326
326
  """
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.
327
+ Identifies 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
328
  """
329
329
  return pulumi.get(self, "project")
330
330
 
@@ -332,7 +332,7 @@ class AwsPrivatelink(pulumi.CustomResource):
332
332
  @pulumi.getter(name="serviceName")
333
333
  def service_name(self) -> pulumi.Output[str]:
334
334
  """
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.
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. Changing this property forces recreation of the resource.
336
336
  """
337
337
  return pulumi.get(self, "service_name")
338
338