pulumi-aiven 6.43.0a1756184863__py3-none-any.whl → 6.47.0a1767071446__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.
Files changed (102) hide show
  1. pulumi_aiven/__init__.py +4 -0
  2. pulumi_aiven/_inputs.py +3087 -602
  3. pulumi_aiven/account_team.py +6 -12
  4. pulumi_aiven/account_team_member.py +6 -12
  5. pulumi_aiven/account_team_project.py +6 -12
  6. pulumi_aiven/alloydbomni.py +72 -23
  7. pulumi_aiven/alloydbomni_database.py +26 -0
  8. pulumi_aiven/alloydbomni_user.py +135 -8
  9. pulumi_aiven/billing_group.py +225 -114
  10. pulumi_aiven/cassandra.py +46 -23
  11. pulumi_aiven/cassandra_user.py +110 -9
  12. pulumi_aiven/clickhouse.py +46 -23
  13. pulumi_aiven/clickhouse_user.py +127 -7
  14. pulumi_aiven/dragonfly.py +46 -23
  15. pulumi_aiven/flink.py +46 -23
  16. pulumi_aiven/get_account_team.py +6 -12
  17. pulumi_aiven/get_account_team_member.py +6 -12
  18. pulumi_aiven/get_account_team_project.py +6 -12
  19. pulumi_aiven/get_alloydbomni.py +43 -3
  20. pulumi_aiven/get_alloydbomni_database.py +26 -0
  21. pulumi_aiven/get_alloydbomni_user.py +27 -1
  22. pulumi_aiven/get_billing_group.py +47 -15
  23. pulumi_aiven/get_cassanda.py +17 -3
  24. pulumi_aiven/get_cassandra.py +17 -3
  25. pulumi_aiven/get_cassandra_user.py +1 -1
  26. pulumi_aiven/get_clickhouse.py +17 -3
  27. pulumi_aiven/get_clickhouse_user.py +1 -1
  28. pulumi_aiven/get_dragonfly.py +17 -3
  29. pulumi_aiven/get_flink.py +17 -3
  30. pulumi_aiven/get_grafana.py +17 -3
  31. pulumi_aiven/get_influx_db.py +12 -1
  32. pulumi_aiven/get_kafka.py +17 -3
  33. pulumi_aiven/get_kafka_connect.py +17 -3
  34. pulumi_aiven/get_kafka_mirror_maker.py +17 -3
  35. pulumi_aiven/get_kafka_user.py +1 -1
  36. pulumi_aiven/get_m3_aggregator.py +14 -112
  37. pulumi_aiven/get_m3_db.py +14 -124
  38. pulumi_aiven/get_m3db_user.py +2 -61
  39. pulumi_aiven/get_my_sql.py +17 -3
  40. pulumi_aiven/get_mysql_user.py +1 -1
  41. pulumi_aiven/get_open_search.py +17 -3
  42. pulumi_aiven/get_opensearch_user.py +1 -1
  43. pulumi_aiven/get_organization.py +1 -1
  44. pulumi_aiven/get_organization_address.py +1 -1
  45. pulumi_aiven/get_organization_application_user.py +29 -11
  46. pulumi_aiven/get_organization_billing_group.py +3 -3
  47. pulumi_aiven/get_organization_project.py +2 -8
  48. pulumi_aiven/get_organization_user_group_list.py +131 -0
  49. pulumi_aiven/get_organization_user_group_member_list.py +171 -0
  50. pulumi_aiven/get_organization_user_list.py +33 -11
  51. pulumi_aiven/get_organizational_unit.py +4 -0
  52. pulumi_aiven/get_pg.py +17 -3
  53. pulumi_aiven/get_pg_user.py +1 -1
  54. pulumi_aiven/get_redis.py +14 -128
  55. pulumi_aiven/get_redis_user.py +2 -77
  56. pulumi_aiven/get_service_component.py +3 -3
  57. pulumi_aiven/get_service_plan.py +309 -0
  58. pulumi_aiven/get_service_plan_list.py +151 -0
  59. pulumi_aiven/get_thanos.py +17 -3
  60. pulumi_aiven/get_valkey.py +17 -3
  61. pulumi_aiven/get_valkey_user.py +4 -4
  62. pulumi_aiven/governance_access.py +12 -0
  63. pulumi_aiven/grafana.py +46 -23
  64. pulumi_aiven/influx_db.py +133 -291
  65. pulumi_aiven/influxdb_database.py +14 -28
  66. pulumi_aiven/influxdb_user.py +21 -42
  67. pulumi_aiven/kafka.py +46 -23
  68. pulumi_aiven/kafka_connect.py +48 -25
  69. pulumi_aiven/kafka_mirror_maker.py +46 -23
  70. pulumi_aiven/kafka_schema.py +20 -20
  71. pulumi_aiven/kafka_user.py +110 -9
  72. pulumi_aiven/m3_aggregator.py +48 -75
  73. pulumi_aiven/m3_db.py +48 -95
  74. pulumi_aiven/m3db_user.py +2 -54
  75. pulumi_aiven/my_sql.py +46 -23
  76. pulumi_aiven/mysql_user.py +110 -9
  77. pulumi_aiven/open_search.py +46 -23
  78. pulumi_aiven/opensearch_user.py +110 -9
  79. pulumi_aiven/organization.py +6 -6
  80. pulumi_aiven/organization_address.py +12 -0
  81. pulumi_aiven/organization_application_user.py +76 -48
  82. pulumi_aiven/organization_application_user_token.py +127 -91
  83. pulumi_aiven/organization_billing_group.py +33 -21
  84. pulumi_aiven/organization_permission.py +82 -49
  85. pulumi_aiven/organization_project.py +9 -15
  86. pulumi_aiven/organization_user.py +8 -8
  87. pulumi_aiven/organization_user_group_member.py +29 -35
  88. pulumi_aiven/outputs.py +2042 -326
  89. pulumi_aiven/pg.py +112 -23
  90. pulumi_aiven/pg_user.py +109 -8
  91. pulumi_aiven/project.py +2 -24
  92. pulumi_aiven/pulumi-plugin.json +1 -1
  93. pulumi_aiven/redis.py +57 -97
  94. pulumi_aiven/redis_user.py +23 -79
  95. pulumi_aiven/thanos.py +46 -23
  96. pulumi_aiven/valkey.py +46 -23
  97. pulumi_aiven/valkey_user.py +130 -29
  98. {pulumi_aiven-6.43.0a1756184863.dist-info → pulumi_aiven-6.47.0a1767071446.dist-info}/METADATA +1 -1
  99. pulumi_aiven-6.47.0a1767071446.dist-info/RECORD +193 -0
  100. pulumi_aiven-6.43.0a1756184863.dist-info/RECORD +0 -189
  101. {pulumi_aiven-6.43.0a1756184863.dist-info → pulumi_aiven-6.47.0a1767071446.dist-info}/WHEEL +0 -0
  102. {pulumi_aiven-6.43.0a1756184863.dist-info → pulumi_aiven-6.47.0a1767071446.dist-info}/top_level.txt +0 -0
@@ -27,9 +27,9 @@ class OrganizationUserGroupMemberArgs:
27
27
  timeouts: Optional[pulumi.Input['OrganizationUserGroupMemberTimeoutsArgs']] = None):
28
28
  """
29
29
  The set of arguments for constructing a OrganizationUserGroupMember resource.
30
- :param pulumi.Input[_builtins.str] group_id: The ID of the user group.
31
- :param pulumi.Input[_builtins.str] organization_id: The ID of the organization.
32
- :param pulumi.Input[_builtins.str] user_id: The ID of the organization user or application user.
30
+ :param pulumi.Input[_builtins.str] group_id: ID of the user group. Changing this property forces recreation of the resource.
31
+ :param pulumi.Input[_builtins.str] organization_id: ID of an organization. Changing this property forces recreation of the resource.
32
+ :param pulumi.Input[_builtins.str] user_id: User ID. Changing this property forces recreation of the resource.
33
33
  """
34
34
  pulumi.set(__self__, "group_id", group_id)
35
35
  pulumi.set(__self__, "organization_id", organization_id)
@@ -41,7 +41,7 @@ class OrganizationUserGroupMemberArgs:
41
41
  @pulumi.getter(name="groupId")
42
42
  def group_id(self) -> pulumi.Input[_builtins.str]:
43
43
  """
44
- The ID of the user group.
44
+ ID of the user group. Changing this property forces recreation of the resource.
45
45
  """
46
46
  return pulumi.get(self, "group_id")
47
47
 
@@ -53,7 +53,7 @@ class OrganizationUserGroupMemberArgs:
53
53
  @pulumi.getter(name="organizationId")
54
54
  def organization_id(self) -> pulumi.Input[_builtins.str]:
55
55
  """
56
- The ID of the organization.
56
+ ID of an organization. Changing this property forces recreation of the resource.
57
57
  """
58
58
  return pulumi.get(self, "organization_id")
59
59
 
@@ -65,7 +65,7 @@ class OrganizationUserGroupMemberArgs:
65
65
  @pulumi.getter(name="userId")
66
66
  def user_id(self) -> pulumi.Input[_builtins.str]:
67
67
  """
68
- The ID of the organization user or application user.
68
+ User ID. Changing this property forces recreation of the resource.
69
69
  """
70
70
  return pulumi.get(self, "user_id")
71
71
 
@@ -93,10 +93,10 @@ class _OrganizationUserGroupMemberState:
93
93
  user_id: Optional[pulumi.Input[_builtins.str]] = None):
94
94
  """
95
95
  Input properties used for looking up and filtering OrganizationUserGroupMember resources.
96
- :param pulumi.Input[_builtins.str] group_id: The ID of the user group.
97
- :param pulumi.Input[_builtins.str] last_activity_time: Last activity time of the user group member.
98
- :param pulumi.Input[_builtins.str] organization_id: The ID of the organization.
99
- :param pulumi.Input[_builtins.str] user_id: The ID of the organization user or application user.
96
+ :param pulumi.Input[_builtins.str] group_id: ID of the user group. Changing this property forces recreation of the resource.
97
+ :param pulumi.Input[_builtins.str] last_activity_time: Last Activity Time.
98
+ :param pulumi.Input[_builtins.str] organization_id: ID of an organization. Changing this property forces recreation of the resource.
99
+ :param pulumi.Input[_builtins.str] user_id: User ID. Changing this property forces recreation of the resource.
100
100
  """
101
101
  if group_id is not None:
102
102
  pulumi.set(__self__, "group_id", group_id)
@@ -113,7 +113,7 @@ class _OrganizationUserGroupMemberState:
113
113
  @pulumi.getter(name="groupId")
114
114
  def group_id(self) -> Optional[pulumi.Input[_builtins.str]]:
115
115
  """
116
- The ID of the user group.
116
+ ID of the user group. Changing this property forces recreation of the resource.
117
117
  """
118
118
  return pulumi.get(self, "group_id")
119
119
 
@@ -125,7 +125,7 @@ class _OrganizationUserGroupMemberState:
125
125
  @pulumi.getter(name="lastActivityTime")
126
126
  def last_activity_time(self) -> Optional[pulumi.Input[_builtins.str]]:
127
127
  """
128
- Last activity time of the user group member.
128
+ Last Activity Time.
129
129
  """
130
130
  return pulumi.get(self, "last_activity_time")
131
131
 
@@ -137,7 +137,7 @@ class _OrganizationUserGroupMemberState:
137
137
  @pulumi.getter(name="organizationId")
138
138
  def organization_id(self) -> Optional[pulumi.Input[_builtins.str]]:
139
139
  """
140
- The ID of the organization.
140
+ ID of an organization. Changing this property forces recreation of the resource.
141
141
  """
142
142
  return pulumi.get(self, "organization_id")
143
143
 
@@ -158,7 +158,7 @@ class _OrganizationUserGroupMemberState:
158
158
  @pulumi.getter(name="userId")
159
159
  def user_id(self) -> Optional[pulumi.Input[_builtins.str]]:
160
160
  """
161
- The ID of the organization user or application user.
161
+ User ID. Changing this property forces recreation of the resource.
162
162
  """
163
163
  return pulumi.get(self, "user_id")
164
164
 
@@ -179,22 +179,19 @@ class OrganizationUserGroupMember(pulumi.CustomResource):
179
179
  user_id: Optional[pulumi.Input[_builtins.str]] = None,
180
180
  __props__=None):
181
181
  """
182
- Adds and manages users in a user group. You can add organization users and application users to groups.
183
- Organization users must be [managed in the Aiven Console](https://aiven.io/docs/platform/howto/manage-org-users). Application users can be created and managed using the `OrganizationApplicationUser` resource.
184
-
185
- Groups are granted roles and permissions using the `OrganizationPermission` resource.
182
+ Adds and manages users in a user group. You can add organization users and application users to groups. Organization users must be [managed in the Aiven Console](https://aiven.io/docs/platform/howto/manage-org-users). Application users can be created and managed using the `OrganizationApplicationUser` resource. Groups are granted roles and permissions using the `OrganizationPermission` resource.
186
183
 
187
184
  ## Import
188
185
 
189
186
  ```sh
190
- $ pulumi import aiven:index/organizationUserGroupMember:OrganizationUserGroupMember project_admin ORGANIZATION_ID/USER_GROUP_ID/USER_ID
187
+ $ pulumi import aiven:index/organizationUserGroupMember:OrganizationUserGroupMember example ORGANIZATION_ID/GROUP_ID/USER_ID
191
188
  ```
192
189
 
193
190
  :param str resource_name: The name of the resource.
194
191
  :param pulumi.ResourceOptions opts: Options for the resource.
195
- :param pulumi.Input[_builtins.str] group_id: The ID of the user group.
196
- :param pulumi.Input[_builtins.str] organization_id: The ID of the organization.
197
- :param pulumi.Input[_builtins.str] user_id: The ID of the organization user or application user.
192
+ :param pulumi.Input[_builtins.str] group_id: ID of the user group. Changing this property forces recreation of the resource.
193
+ :param pulumi.Input[_builtins.str] organization_id: ID of an organization. Changing this property forces recreation of the resource.
194
+ :param pulumi.Input[_builtins.str] user_id: User ID. Changing this property forces recreation of the resource.
198
195
  """
199
196
  ...
200
197
  @overload
@@ -203,15 +200,12 @@ class OrganizationUserGroupMember(pulumi.CustomResource):
203
200
  args: OrganizationUserGroupMemberArgs,
204
201
  opts: Optional[pulumi.ResourceOptions] = None):
205
202
  """
206
- Adds and manages users in a user group. You can add organization users and application users to groups.
207
- Organization users must be [managed in the Aiven Console](https://aiven.io/docs/platform/howto/manage-org-users). Application users can be created and managed using the `OrganizationApplicationUser` resource.
208
-
209
- Groups are granted roles and permissions using the `OrganizationPermission` resource.
203
+ Adds and manages users in a user group. You can add organization users and application users to groups. Organization users must be [managed in the Aiven Console](https://aiven.io/docs/platform/howto/manage-org-users). Application users can be created and managed using the `OrganizationApplicationUser` resource. Groups are granted roles and permissions using the `OrganizationPermission` resource.
210
204
 
211
205
  ## Import
212
206
 
213
207
  ```sh
214
- $ pulumi import aiven:index/organizationUserGroupMember:OrganizationUserGroupMember project_admin ORGANIZATION_ID/USER_GROUP_ID/USER_ID
208
+ $ pulumi import aiven:index/organizationUserGroupMember:OrganizationUserGroupMember example ORGANIZATION_ID/GROUP_ID/USER_ID
215
209
  ```
216
210
 
217
211
  :param str resource_name: The name of the resource.
@@ -275,10 +269,10 @@ class OrganizationUserGroupMember(pulumi.CustomResource):
275
269
  :param str resource_name: The unique name of the resulting resource.
276
270
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
277
271
  :param pulumi.ResourceOptions opts: Options for the resource.
278
- :param pulumi.Input[_builtins.str] group_id: The ID of the user group.
279
- :param pulumi.Input[_builtins.str] last_activity_time: Last activity time of the user group member.
280
- :param pulumi.Input[_builtins.str] organization_id: The ID of the organization.
281
- :param pulumi.Input[_builtins.str] user_id: The ID of the organization user or application user.
272
+ :param pulumi.Input[_builtins.str] group_id: ID of the user group. Changing this property forces recreation of the resource.
273
+ :param pulumi.Input[_builtins.str] last_activity_time: Last Activity Time.
274
+ :param pulumi.Input[_builtins.str] organization_id: ID of an organization. Changing this property forces recreation of the resource.
275
+ :param pulumi.Input[_builtins.str] user_id: User ID. Changing this property forces recreation of the resource.
282
276
  """
283
277
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
284
278
 
@@ -295,7 +289,7 @@ class OrganizationUserGroupMember(pulumi.CustomResource):
295
289
  @pulumi.getter(name="groupId")
296
290
  def group_id(self) -> pulumi.Output[_builtins.str]:
297
291
  """
298
- The ID of the user group.
292
+ ID of the user group. Changing this property forces recreation of the resource.
299
293
  """
300
294
  return pulumi.get(self, "group_id")
301
295
 
@@ -303,7 +297,7 @@ class OrganizationUserGroupMember(pulumi.CustomResource):
303
297
  @pulumi.getter(name="lastActivityTime")
304
298
  def last_activity_time(self) -> pulumi.Output[_builtins.str]:
305
299
  """
306
- Last activity time of the user group member.
300
+ Last Activity Time.
307
301
  """
308
302
  return pulumi.get(self, "last_activity_time")
309
303
 
@@ -311,7 +305,7 @@ class OrganizationUserGroupMember(pulumi.CustomResource):
311
305
  @pulumi.getter(name="organizationId")
312
306
  def organization_id(self) -> pulumi.Output[_builtins.str]:
313
307
  """
314
- The ID of the organization.
308
+ ID of an organization. Changing this property forces recreation of the resource.
315
309
  """
316
310
  return pulumi.get(self, "organization_id")
317
311
 
@@ -324,7 +318,7 @@ class OrganizationUserGroupMember(pulumi.CustomResource):
324
318
  @pulumi.getter(name="userId")
325
319
  def user_id(self) -> pulumi.Output[_builtins.str]:
326
320
  """
327
- The ID of the organization user or application user.
321
+ User ID. Changing this property forces recreation of the resource.
328
322
  """
329
323
  return pulumi.get(self, "user_id")
330
324