pulumi-aiven 6.14.0a1714540524__py3-none-any.whl → 6.14.0a1714596828__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 (113) hide show
  1. pulumi_aiven/_inputs.py +88 -150
  2. pulumi_aiven/account_authentication.py +2 -2
  3. pulumi_aiven/account_team_member.py +2 -2
  4. pulumi_aiven/aws_privatelink.py +14 -14
  5. pulumi_aiven/azure_privatelink.py +14 -14
  6. pulumi_aiven/azure_privatelink_connection_approval.py +14 -14
  7. pulumi_aiven/billing_group.py +18 -16
  8. pulumi_aiven/cassandra.py +16 -44
  9. pulumi_aiven/cassandra_user.py +16 -16
  10. pulumi_aiven/clickhouse.py +16 -44
  11. pulumi_aiven/clickhouse_database.py +16 -16
  12. pulumi_aiven/clickhouse_grant.py +14 -14
  13. pulumi_aiven/clickhouse_role.py +16 -16
  14. pulumi_aiven/clickhouse_user.py +14 -14
  15. pulumi_aiven/connection_pool.py +16 -16
  16. pulumi_aiven/dragonfly.py +124 -263
  17. pulumi_aiven/flink.py +16 -16
  18. pulumi_aiven/flink_application.py +16 -16
  19. pulumi_aiven/flink_application_deployment.py +21 -21
  20. pulumi_aiven/flink_application_version.py +14 -14
  21. pulumi_aiven/gcp_privatelink.py +21 -21
  22. pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
  23. pulumi_aiven/gcp_vpc_peering_connection.py +2 -2
  24. pulumi_aiven/get_aws_privatelink.py +6 -6
  25. pulumi_aiven/get_azure_privatelink.py +6 -6
  26. pulumi_aiven/get_billing_group.py +2 -2
  27. pulumi_aiven/get_cassanda.py +5 -18
  28. pulumi_aiven/get_cassandra.py +5 -18
  29. pulumi_aiven/get_cassandra_user.py +6 -6
  30. pulumi_aiven/get_clickhouse.py +5 -18
  31. pulumi_aiven/get_clickhouse_database.py +6 -6
  32. pulumi_aiven/get_clickhouse_user.py +6 -6
  33. pulumi_aiven/get_connection_pool.py +6 -6
  34. pulumi_aiven/get_dragonfly.py +27 -20
  35. pulumi_aiven/get_flink.py +4 -4
  36. pulumi_aiven/get_flink_application.py +6 -6
  37. pulumi_aiven/get_flink_application_version.py +6 -6
  38. pulumi_aiven/get_grafana.py +5 -18
  39. pulumi_aiven/get_kafka.py +13 -13
  40. pulumi_aiven/get_kafka_acl.py +6 -6
  41. pulumi_aiven/get_kafka_connect.py +5 -18
  42. pulumi_aiven/get_kafka_connector.py +6 -6
  43. pulumi_aiven/get_kafka_mirror_maker.py +5 -18
  44. pulumi_aiven/get_kafka_schema.py +6 -6
  45. pulumi_aiven/get_kafka_schema_configuration.py +6 -6
  46. pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
  47. pulumi_aiven/get_kafka_topic.py +16 -16
  48. pulumi_aiven/get_kafka_user.py +6 -6
  49. pulumi_aiven/get_m3_aggregator.py +5 -18
  50. pulumi_aiven/get_m3_db.py +5 -18
  51. pulumi_aiven/get_m3db_user.py +6 -6
  52. pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
  53. pulumi_aiven/get_my_sql.py +5 -18
  54. pulumi_aiven/get_mysql_database.py +6 -6
  55. pulumi_aiven/get_mysql_user.py +6 -6
  56. pulumi_aiven/get_open_search.py +4 -4
  57. pulumi_aiven/get_open_search_acl_config.py +6 -6
  58. pulumi_aiven/get_open_search_acl_rule.py +6 -6
  59. pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
  60. pulumi_aiven/get_opensearch_user.py +6 -6
  61. pulumi_aiven/get_pg.py +4 -4
  62. pulumi_aiven/get_pg_database.py +6 -6
  63. pulumi_aiven/get_pg_user.py +6 -6
  64. pulumi_aiven/get_project.py +17 -17
  65. pulumi_aiven/get_project_user.py +7 -7
  66. pulumi_aiven/get_redis.py +5 -18
  67. pulumi_aiven/get_redis_user.py +6 -6
  68. pulumi_aiven/get_service_integration.py +19 -29
  69. pulumi_aiven/grafana.py +78 -261
  70. pulumi_aiven/influx_db.py +21 -21
  71. pulumi_aiven/influxdb_database.py +21 -21
  72. pulumi_aiven/influxdb_user.py +21 -21
  73. pulumi_aiven/kafka.py +43 -43
  74. pulumi_aiven/kafka_acl.py +16 -16
  75. pulumi_aiven/kafka_connect.py +78 -261
  76. pulumi_aiven/kafka_connector.py +14 -14
  77. pulumi_aiven/kafka_mirror_maker.py +78 -261
  78. pulumi_aiven/kafka_schema.py +14 -14
  79. pulumi_aiven/kafka_schema_configuration.py +16 -16
  80. pulumi_aiven/kafka_schema_registry_acl.py +54 -14
  81. pulumi_aiven/kafka_topic.py +54 -54
  82. pulumi_aiven/kafka_user.py +16 -16
  83. pulumi_aiven/m3_aggregator.py +78 -261
  84. pulumi_aiven/m3_db.py +78 -261
  85. pulumi_aiven/m3db_user.py +14 -14
  86. pulumi_aiven/mirror_maker_replication_flow.py +14 -14
  87. pulumi_aiven/my_sql.py +78 -261
  88. pulumi_aiven/mysql_database.py +16 -16
  89. pulumi_aiven/mysql_user.py +16 -16
  90. pulumi_aiven/open_search.py +14 -14
  91. pulumi_aiven/open_search_acl_config.py +16 -20
  92. pulumi_aiven/open_search_acl_rule.py +16 -16
  93. pulumi_aiven/opensearch_security_plugin_config.py +16 -16
  94. pulumi_aiven/opensearch_user.py +16 -16
  95. pulumi_aiven/organization_group_project.py +20 -6
  96. pulumi_aiven/organization_user.py +2 -20
  97. pulumi_aiven/outputs.py +147 -266
  98. pulumi_aiven/pg.py +16 -16
  99. pulumi_aiven/pg_database.py +16 -16
  100. pulumi_aiven/pg_user.py +16 -16
  101. pulumi_aiven/project.py +71 -71
  102. pulumi_aiven/project_user.py +22 -22
  103. pulumi_aiven/project_vpc.py +7 -7
  104. pulumi_aiven/redis.py +78 -261
  105. pulumi_aiven/redis_user.py +16 -16
  106. pulumi_aiven/service_integration.py +54 -54
  107. pulumi_aiven/static_ip.py +7 -7
  108. pulumi_aiven/transit_gateway_vpc_attachment.py +2 -2
  109. {pulumi_aiven-6.14.0a1714540524.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/METADATA +1 -1
  110. pulumi_aiven-6.14.0a1714596828.dist-info/RECORD +150 -0
  111. pulumi_aiven-6.14.0a1714540524.dist-info/RECORD +0 -150
  112. {pulumi_aiven-6.14.0a1714540524.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/WHEEL +0 -0
  113. {pulumi_aiven-6.14.0a1714540524.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/top_level.txt +0 -0
@@ -23,8 +23,8 @@ class OpenSearchAclRuleArgs:
23
23
  The set of arguments for constructing a OpenSearchAclRule resource.
24
24
  :param pulumi.Input[str] index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
25
25
  :param pulumi.Input[str] permission: The permissions for this ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
26
- :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.
27
- :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.
26
+ :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.
27
+ :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.
28
28
  :param pulumi.Input[str] username: The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
29
29
  """
30
30
  pulumi.set(__self__, "index", index)
@@ -61,7 +61,7 @@ class OpenSearchAclRuleArgs:
61
61
  @pulumi.getter
62
62
  def project(self) -> pulumi.Input[str]:
63
63
  """
64
- 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.
64
+ 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.
65
65
  """
66
66
  return pulumi.get(self, "project")
67
67
 
@@ -73,7 +73,7 @@ class OpenSearchAclRuleArgs:
73
73
  @pulumi.getter(name="serviceName")
74
74
  def service_name(self) -> pulumi.Input[str]:
75
75
  """
76
- 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.
76
+ 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.
77
77
  """
78
78
  return pulumi.get(self, "service_name")
79
79
 
@@ -106,8 +106,8 @@ class _OpenSearchAclRuleState:
106
106
  Input properties used for looking up and filtering OpenSearchAclRule resources.
107
107
  :param pulumi.Input[str] index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
108
108
  :param pulumi.Input[str] permission: The permissions for this ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
109
- :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.
110
- :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.
109
+ :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.
110
+ :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.
111
111
  :param pulumi.Input[str] username: The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
112
112
  """
113
113
  if index is not None:
@@ -149,7 +149,7 @@ class _OpenSearchAclRuleState:
149
149
  @pulumi.getter
150
150
  def project(self) -> Optional[pulumi.Input[str]]:
151
151
  """
152
- 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.
152
+ 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.
153
153
  """
154
154
  return pulumi.get(self, "project")
155
155
 
@@ -161,7 +161,7 @@ class _OpenSearchAclRuleState:
161
161
  @pulumi.getter(name="serviceName")
162
162
  def service_name(self) -> Optional[pulumi.Input[str]]:
163
163
  """
164
- 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.
164
+ 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.
165
165
  """
166
166
  return pulumi.get(self, "service_name")
167
167
 
@@ -258,15 +258,15 @@ class OpenSearchAclRule(pulumi.CustomResource):
258
258
  ## Import
259
259
 
260
260
  ```sh
261
- $ pulumi import aiven:index/openSearchAclRule:OpenSearchAclRule os_acl_rule project/service_name/username/index
261
+ $ pulumi import aiven:index/openSearchAclRule:OpenSearchAclRule os_acl_rule PROJECT/SERVICE_NAME/USERNAME/INDEX
262
262
  ```
263
263
 
264
264
  :param str resource_name: The name of the resource.
265
265
  :param pulumi.ResourceOptions opts: Options for the resource.
266
266
  :param pulumi.Input[str] index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
267
267
  :param pulumi.Input[str] permission: The permissions for this ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
268
- :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.
269
- :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.
268
+ :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.
269
+ :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.
270
270
  :param pulumi.Input[str] username: The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
271
271
  """
272
272
  ...
@@ -340,7 +340,7 @@ class OpenSearchAclRule(pulumi.CustomResource):
340
340
  ## Import
341
341
 
342
342
  ```sh
343
- $ pulumi import aiven:index/openSearchAclRule:OpenSearchAclRule os_acl_rule project/service_name/username/index
343
+ $ pulumi import aiven:index/openSearchAclRule:OpenSearchAclRule os_acl_rule PROJECT/SERVICE_NAME/USERNAME/INDEX
344
344
  ```
345
345
 
346
346
  :param str resource_name: The name of the resource.
@@ -411,8 +411,8 @@ class OpenSearchAclRule(pulumi.CustomResource):
411
411
  :param pulumi.ResourceOptions opts: Options for the resource.
412
412
  :param pulumi.Input[str] index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
413
413
  :param pulumi.Input[str] permission: The permissions for this ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
414
- :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.
415
- :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.
414
+ :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.
415
+ :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.
416
416
  :param pulumi.Input[str] username: The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
417
417
  """
418
418
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -446,7 +446,7 @@ class OpenSearchAclRule(pulumi.CustomResource):
446
446
  @pulumi.getter
447
447
  def project(self) -> pulumi.Output[str]:
448
448
  """
449
- 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.
449
+ 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.
450
450
  """
451
451
  return pulumi.get(self, "project")
452
452
 
@@ -454,7 +454,7 @@ class OpenSearchAclRule(pulumi.CustomResource):
454
454
  @pulumi.getter(name="serviceName")
455
455
  def service_name(self) -> pulumi.Output[str]:
456
456
  """
457
- 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.
457
+ 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.
458
458
  """
459
459
  return pulumi.get(self, "service_name")
460
460
 
@@ -20,8 +20,8 @@ class OpensearchSecurityPluginConfigArgs:
20
20
  """
21
21
  The set of arguments for constructing a OpensearchSecurityPluginConfig resource.
22
22
  :param pulumi.Input[str] admin_password: The password for the os-sec-admin user.
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.
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__, "admin_password", admin_password)
27
27
  pulumi.set(__self__, "project", project)
@@ -43,7 +43,7 @@ class OpensearchSecurityPluginConfigArgs:
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. Changing this property 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 OpensearchSecurityPluginConfigArgs:
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. Changing this property 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
 
@@ -79,8 +79,8 @@ class _OpensearchSecurityPluginConfigState:
79
79
  :param pulumi.Input[str] admin_password: The password for the os-sec-admin user.
80
80
  :param pulumi.Input[bool] available: Whether the security plugin is available. This is always true for recently created services.
81
81
  :param pulumi.Input[bool] enabled: Whether the security plugin is enabled. This is always true for recently created services.
82
- :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.
83
- :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
+ :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.
83
+ :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.
84
84
  """
85
85
  if admin_enabled is not None:
86
86
  pulumi.set(__self__, "admin_enabled", admin_enabled)
@@ -147,7 +147,7 @@ class _OpensearchSecurityPluginConfigState:
147
147
  @pulumi.getter
148
148
  def project(self) -> Optional[pulumi.Input[str]]:
149
149
  """
150
- 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.
150
+ 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.
151
151
  """
152
152
  return pulumi.get(self, "project")
153
153
 
@@ -159,7 +159,7 @@ class _OpensearchSecurityPluginConfigState:
159
159
  @pulumi.getter(name="serviceName")
160
160
  def service_name(self) -> Optional[pulumi.Input[str]]:
161
161
  """
162
- 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.
162
+ 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.
163
163
  """
164
164
  return pulumi.get(self, "service_name")
165
165
 
@@ -207,14 +207,14 @@ class OpensearchSecurityPluginConfig(pulumi.CustomResource):
207
207
  ## Import
208
208
 
209
209
  ```sh
210
- $ pulumi import aiven:index/opensearchSecurityPluginConfig:OpensearchSecurityPluginConfig foo project/service_name
210
+ $ pulumi import aiven:index/opensearchSecurityPluginConfig:OpensearchSecurityPluginConfig foo PROJECT/SERVICE_NAME
211
211
  ```
212
212
 
213
213
  :param str resource_name: The name of the resource.
214
214
  :param pulumi.ResourceOptions opts: Options for the resource.
215
215
  :param pulumi.Input[str] admin_password: The password for the os-sec-admin user.
216
- :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.
217
- :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.
216
+ :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.
217
+ :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.
218
218
  """
219
219
  ...
220
220
  @overload
@@ -252,7 +252,7 @@ class OpensearchSecurityPluginConfig(pulumi.CustomResource):
252
252
  ## Import
253
253
 
254
254
  ```sh
255
- $ pulumi import aiven:index/opensearchSecurityPluginConfig:OpensearchSecurityPluginConfig foo project/service_name
255
+ $ pulumi import aiven:index/opensearchSecurityPluginConfig:OpensearchSecurityPluginConfig foo PROJECT/SERVICE_NAME
256
256
  ```
257
257
 
258
258
  :param str resource_name: The name of the resource.
@@ -323,8 +323,8 @@ class OpensearchSecurityPluginConfig(pulumi.CustomResource):
323
323
  :param pulumi.Input[str] admin_password: The password for the os-sec-admin user.
324
324
  :param pulumi.Input[bool] available: Whether the security plugin is available. This is always true for recently created services.
325
325
  :param pulumi.Input[bool] enabled: Whether the security plugin is enabled. This is always true for recently created services.
326
- :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.
327
- :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.
326
+ :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.
327
+ :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.
328
328
  """
329
329
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
330
330
 
@@ -374,7 +374,7 @@ class OpensearchSecurityPluginConfig(pulumi.CustomResource):
374
374
  @pulumi.getter
375
375
  def project(self) -> pulumi.Output[str]:
376
376
  """
377
- 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.
377
+ 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.
378
378
  """
379
379
  return pulumi.get(self, "project")
380
380
 
@@ -382,7 +382,7 @@ class OpensearchSecurityPluginConfig(pulumi.CustomResource):
382
382
  @pulumi.getter(name="serviceName")
383
383
  def service_name(self) -> pulumi.Output[str]:
384
384
  """
385
- 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.
385
+ 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.
386
386
  """
387
387
  return pulumi.get(self, "service_name")
388
388
 
@@ -20,8 +20,8 @@ class OpensearchUserArgs:
20
20
  password: Optional[pulumi.Input[str]] = None):
21
21
  """
22
22
  The set of arguments for constructing a OpensearchUser resource.
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.
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
  :param pulumi.Input[str] username: The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
26
26
  :param pulumi.Input[str] password: The password of the OpenSearch User.
27
27
  """
@@ -35,7 +35,7 @@ class OpensearchUserArgs:
35
35
  @pulumi.getter
36
36
  def project(self) -> pulumi.Input[str]:
37
37
  """
38
- 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.
38
+ 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.
39
39
  """
40
40
  return pulumi.get(self, "project")
41
41
 
@@ -47,7 +47,7 @@ class OpensearchUserArgs:
47
47
  @pulumi.getter(name="serviceName")
48
48
  def service_name(self) -> pulumi.Input[str]:
49
49
  """
50
- 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.
50
+ 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.
51
51
  """
52
52
  return pulumi.get(self, "service_name")
53
53
 
@@ -91,8 +91,8 @@ class _OpensearchUserState:
91
91
  """
92
92
  Input properties used for looking up and filtering OpensearchUser resources.
93
93
  :param pulumi.Input[str] password: The password of the OpenSearch User.
94
- :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.
95
- :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.
94
+ :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.
95
+ :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.
96
96
  :param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
97
97
  :param pulumi.Input[str] username: The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
98
98
  """
@@ -123,7 +123,7 @@ class _OpensearchUserState:
123
123
  @pulumi.getter
124
124
  def project(self) -> Optional[pulumi.Input[str]]:
125
125
  """
126
- 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.
126
+ 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.
127
127
  """
128
128
  return pulumi.get(self, "project")
129
129
 
@@ -135,7 +135,7 @@ class _OpensearchUserState:
135
135
  @pulumi.getter(name="serviceName")
136
136
  def service_name(self) -> Optional[pulumi.Input[str]]:
137
137
  """
138
- 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.
138
+ 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.
139
139
  """
140
140
  return pulumi.get(self, "service_name")
141
141
 
@@ -197,14 +197,14 @@ class OpensearchUser(pulumi.CustomResource):
197
197
  ## Import
198
198
 
199
199
  ```sh
200
- $ pulumi import aiven:index/opensearchUser:OpensearchUser foo project/service_name/username
200
+ $ pulumi import aiven:index/opensearchUser:OpensearchUser foo PROJECT/SERVICE_NAME/USERNAME
201
201
  ```
202
202
 
203
203
  :param str resource_name: The name of the resource.
204
204
  :param pulumi.ResourceOptions opts: Options for the resource.
205
205
  :param pulumi.Input[str] password: The password of the OpenSearch User.
206
- :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.
207
- :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.
206
+ :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.
207
+ :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.
208
208
  :param pulumi.Input[str] username: The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
209
209
  """
210
210
  ...
@@ -232,7 +232,7 @@ class OpensearchUser(pulumi.CustomResource):
232
232
  ## Import
233
233
 
234
234
  ```sh
235
- $ pulumi import aiven:index/opensearchUser:OpensearchUser foo project/service_name/username
235
+ $ pulumi import aiven:index/opensearchUser:OpensearchUser foo PROJECT/SERVICE_NAME/USERNAME
236
236
  ```
237
237
 
238
238
  :param str resource_name: The name of the resource.
@@ -299,8 +299,8 @@ class OpensearchUser(pulumi.CustomResource):
299
299
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
300
300
  :param pulumi.ResourceOptions opts: Options for the resource.
301
301
  :param pulumi.Input[str] password: The password of the OpenSearch User.
302
- :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.
303
- :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.
302
+ :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.
303
+ :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.
304
304
  :param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
305
305
  :param pulumi.Input[str] username: The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
306
306
  """
@@ -327,7 +327,7 @@ class OpensearchUser(pulumi.CustomResource):
327
327
  @pulumi.getter
328
328
  def project(self) -> pulumi.Output[str]:
329
329
  """
330
- 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.
330
+ 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.
331
331
  """
332
332
  return pulumi.get(self, "project")
333
333
 
@@ -335,7 +335,7 @@ class OpensearchUser(pulumi.CustomResource):
335
335
  @pulumi.getter(name="serviceName")
336
336
  def service_name(self) -> pulumi.Output[str]:
337
337
  """
338
- 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.
338
+ 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.
339
339
  """
340
340
  return pulumi.get(self, "service_name")
341
341
 
@@ -165,14 +165,21 @@ class OrganizationGroupProject(pulumi.CustomResource):
165
165
  import pulumi
166
166
  import pulumi_aiven as aiven
167
167
 
168
+ example_project = aiven.Project("example_project",
169
+ project="example-project",
170
+ parent_id=main["id"])
168
171
  example = aiven.OrganizationUserGroup("example",
169
172
  description="Example group of users.",
170
173
  organization_id=main["id"],
171
174
  name="Example group")
172
- example_organization_user_group_project = aiven.index.OrganizationUserGroupProject("example",
175
+ project_admin = aiven.OrganizationUserGroupMember("project_admin",
173
176
  group_id=example.group_id,
174
- project=example_aiven_project.project,
175
- role=admin)
177
+ organization_id=main["id"],
178
+ user_id="u123a456b7890c")
179
+ example_organization_group_project = aiven.OrganizationGroupProject("example",
180
+ group_id=example.group_id,
181
+ project=example_project_aiven_project["project"],
182
+ role="admin")
176
183
  ```
177
184
 
178
185
  ## Import
@@ -202,14 +209,21 @@ class OrganizationGroupProject(pulumi.CustomResource):
202
209
  import pulumi
203
210
  import pulumi_aiven as aiven
204
211
 
212
+ example_project = aiven.Project("example_project",
213
+ project="example-project",
214
+ parent_id=main["id"])
205
215
  example = aiven.OrganizationUserGroup("example",
206
216
  description="Example group of users.",
207
217
  organization_id=main["id"],
208
218
  name="Example group")
209
- example_organization_user_group_project = aiven.index.OrganizationUserGroupProject("example",
219
+ project_admin = aiven.OrganizationUserGroupMember("project_admin",
220
+ group_id=example.group_id,
221
+ organization_id=main["id"],
222
+ user_id="u123a456b7890c")
223
+ example_organization_group_project = aiven.OrganizationGroupProject("example",
210
224
  group_id=example.group_id,
211
- project=example_aiven_project.project,
212
- role=admin)
225
+ project=example_project_aiven_project["project"],
226
+ role="admin")
213
227
  ```
214
228
 
215
229
  ## Import
@@ -174,16 +174,7 @@ class OrganizationUser(pulumi.CustomResource):
174
174
  user_email: Optional[pulumi.Input[str]] = None,
175
175
  __props__=None):
176
176
  """
177
- **This resource is deprecated**. Use the `OrganizationUser` data source instead.
178
-
179
- The organization user resource allows the creation and management of an Aiven organization user.
180
-
181
- During the creation of `OrganizationUser`resource, an email invitation will be sent
182
- to a user using `user_email` address. If the user accepts an invitation, they will become
183
- a member of the organization. The deletion of `OrganizationUser` will not only
184
- delete the invitation if one was sent but not yet accepted by the user, it will also
185
- eliminate the member from the organization if one has accepted an invitation previously.
186
-
177
+ Create a OrganizationUser resource with the given unique name, props, and options.
187
178
  :param str resource_name: The name of the resource.
188
179
  :param pulumi.ResourceOptions opts: Options for the resource.
189
180
  :param pulumi.Input[str] organization_id: The unique organization ID. Changing this property forces recreation of the resource.
@@ -196,16 +187,7 @@ class OrganizationUser(pulumi.CustomResource):
196
187
  args: OrganizationUserArgs,
197
188
  opts: Optional[pulumi.ResourceOptions] = None):
198
189
  """
199
- **This resource is deprecated**. Use the `OrganizationUser` data source instead.
200
-
201
- The organization user resource allows the creation and management of an Aiven organization user.
202
-
203
- During the creation of `OrganizationUser`resource, an email invitation will be sent
204
- to a user using `user_email` address. If the user accepts an invitation, they will become
205
- a member of the organization. The deletion of `OrganizationUser` will not only
206
- delete the invitation if one was sent but not yet accepted by the user, it will also
207
- eliminate the member from the organization if one has accepted an invitation previously.
208
-
190
+ Create a OrganizationUser resource with the given unique name, props, and options.
209
191
  :param str resource_name: The name of the resource.
210
192
  :param OrganizationUserArgs args: The arguments to use to populate this resource's properties.
211
193
  :param pulumi.ResourceOptions opts: Options for the resource.