pulumi-aiven 6.31.0a1736849214__py3-none-any.whl → 6.32.0a1737090387__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.

@@ -29,7 +29,7 @@ class OrganizationGroupProjectArgs:
29
29
  The set of arguments for constructing a OrganizationGroupProject resource.
30
30
  :param pulumi.Input[str] group_id: The ID of the user group.
31
31
  :param pulumi.Input[str] project: The project that the users in the group are members of.
32
- :param pulumi.Input[str] role: [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
32
+ :param pulumi.Input[str] role: [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:projects:write`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
33
33
  """
34
34
  pulumi.set(__self__, "group_id", group_id)
35
35
  pulumi.set(__self__, "project", project)
@@ -65,7 +65,7 @@ class OrganizationGroupProjectArgs:
65
65
  @pulumi.getter
66
66
  def role(self) -> pulumi.Input[str]:
67
67
  """
68
- [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
68
+ [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:projects:write`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
69
69
  """
70
70
  return pulumi.get(self, "role")
71
71
 
@@ -94,7 +94,7 @@ class _OrganizationGroupProjectState:
94
94
  Input properties used for looking up and filtering OrganizationGroupProject resources.
95
95
  :param pulumi.Input[str] group_id: The ID of the user group.
96
96
  :param pulumi.Input[str] project: The project that the users in the group are members of.
97
- :param pulumi.Input[str] role: [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
97
+ :param pulumi.Input[str] role: [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:projects:write`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
98
98
  """
99
99
  if group_id is not None:
100
100
  pulumi.set(__self__, "group_id", group_id)
@@ -133,7 +133,7 @@ class _OrganizationGroupProjectState:
133
133
  @pulumi.getter
134
134
  def role(self) -> Optional[pulumi.Input[str]]:
135
135
  """
136
- [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
136
+ [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:projects:write`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
137
137
  """
138
138
  return pulumi.get(self, "role")
139
139
 
@@ -201,7 +201,7 @@ class OrganizationGroupProject(pulumi.CustomResource):
201
201
  :param pulumi.ResourceOptions opts: Options for the resource.
202
202
  :param pulumi.Input[str] group_id: The ID of the user group.
203
203
  :param pulumi.Input[str] project: The project that the users in the group are members of.
204
- :param pulumi.Input[str] role: [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
204
+ :param pulumi.Input[str] role: [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:projects:write`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
205
205
  """
206
206
  ...
207
207
  @overload
@@ -306,7 +306,7 @@ class OrganizationGroupProject(pulumi.CustomResource):
306
306
  :param pulumi.ResourceOptions opts: Options for the resource.
307
307
  :param pulumi.Input[str] group_id: The ID of the user group.
308
308
  :param pulumi.Input[str] project: The project that the users in the group are members of.
309
- :param pulumi.Input[str] role: [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
309
+ :param pulumi.Input[str] role: [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:projects:write`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
310
310
  """
311
311
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
312
312
 
@@ -338,7 +338,7 @@ class OrganizationGroupProject(pulumi.CustomResource):
338
338
  @pulumi.getter
339
339
  def role(self) -> pulumi.Output[str]:
340
340
  """
341
- [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
341
+ [Project-level role](https://aiven.io/docs/platform/reference/project-member-privileges) assigned to all users in the group. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `service:configuration:write`, `service:logs:read`, `project:services:read`, `project:services:write`, `project:audit_logs:read`, `service:data:write`, `service:secrets:read`, `service:users:write`, `role:services:maintenance`, `role:services:recover`, `organization:audit_logs:read`, `organization:projects:write`, `organization:users:write`, `organization:app_users:write`, `organization:groups:write`, `organization:idps:write`, `organization:domains:write` and `role:organization:admin`.
342
342
  """
343
343
  return pulumi.get(self, "role")
344
344
 
pulumi_aiven/outputs.py CHANGED
@@ -212,6 +212,7 @@ __all__ = [
212
212
  'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpu',
213
213
  'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatency',
214
214
  'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemory',
215
+ 'OpenSearchOpensearchUserConfigOpensearchSegrep',
215
216
  'OpenSearchOpensearchUserConfigOpensearchShardIndexingPressure',
216
217
  'OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureOperatingFactor',
217
218
  'OpenSearchOpensearchUserConfigOpensearchShardIndexingPressurePrimaryParameter',
@@ -536,6 +537,7 @@ __all__ = [
536
537
  'GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuResult',
537
538
  'GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyResult',
538
539
  'GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryResult',
540
+ 'GetOpenSearchOpensearchUserConfigOpensearchSegrepResult',
539
541
  'GetOpenSearchOpensearchUserConfigOpensearchShardIndexingPressureResult',
540
542
  'GetOpenSearchOpensearchUserConfigOpensearchShardIndexingPressureOperatingFactorResult',
541
543
  'GetOpenSearchOpensearchUserConfigOpensearchShardIndexingPressurePrimaryParameterResult',
@@ -17389,6 +17391,8 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
17389
17391
  suggest = "auth_failure_listeners"
17390
17392
  elif key == "clusterMaxShardsPerNode":
17391
17393
  suggest = "cluster_max_shards_per_node"
17394
+ elif key == "clusterRoutingAllocationBalancePreferPrimary":
17395
+ suggest = "cluster_routing_allocation_balance_prefer_primary"
17392
17396
  elif key == "clusterRoutingAllocationNodeConcurrentRecoveries":
17393
17397
  suggest = "cluster_routing_allocation_node_concurrent_recoveries"
17394
17398
  elif key == "emailSenderName":
@@ -17492,6 +17496,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
17492
17496
  action_destructive_requires_name: Optional[bool] = None,
17493
17497
  auth_failure_listeners: Optional['outputs.OpenSearchOpensearchUserConfigOpensearchAuthFailureListeners'] = None,
17494
17498
  cluster_max_shards_per_node: Optional[int] = None,
17499
+ cluster_routing_allocation_balance_prefer_primary: Optional[bool] = None,
17495
17500
  cluster_routing_allocation_node_concurrent_recoveries: Optional[int] = None,
17496
17501
  email_sender_name: Optional[str] = None,
17497
17502
  email_sender_password: Optional[str] = None,
@@ -17523,6 +17528,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
17523
17528
  search_backpressure: Optional['outputs.OpenSearchOpensearchUserConfigOpensearchSearchBackpressure'] = None,
17524
17529
  search_insights_top_queries: Optional['outputs.OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueries'] = None,
17525
17530
  search_max_buckets: Optional[int] = None,
17531
+ segrep: Optional['outputs.OpenSearchOpensearchUserConfigOpensearchSegrep'] = None,
17526
17532
  shard_indexing_pressure: Optional['outputs.OpenSearchOpensearchUserConfigOpensearchShardIndexingPressure'] = None,
17527
17533
  thread_pool_analyze_queue_size: Optional[int] = None,
17528
17534
  thread_pool_analyze_size: Optional[int] = None,
@@ -17540,6 +17546,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
17540
17546
  :param bool action_destructive_requires_name: Require explicit index names when deleting.
17541
17547
  :param 'OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersArgs' auth_failure_listeners: Opensearch Security Plugin Settings
17542
17548
  :param int cluster_max_shards_per_node: Controls the number of shards allowed in the cluster per data node. Example: `1000`.
17549
+ :param bool cluster_routing_allocation_balance_prefer_primary: When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes. Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false. Default: `false`.
17543
17550
  :param int cluster_routing_allocation_node_concurrent_recoveries: How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to node cpu count * 2.
17544
17551
  :param str email_sender_name: Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore. Example: `alert-sender`.
17545
17552
  :param str email_sender_password: Sender password for Opensearch alerts to authenticate with SMTP server. Example: `very-secure-mail-password`.
@@ -17570,6 +17577,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
17570
17577
  :param str script_max_compilations_rate: Script compilation circuit breaker limits the number of inline script compilations within a period of time. Default is use-context. Example: `75/5m`.
17571
17578
  :param 'OpenSearchOpensearchUserConfigOpensearchSearchBackpressureArgs' search_backpressure: Search Backpressure Settings
17572
17579
  :param int search_max_buckets: Maximum number of aggregation buckets allowed in a single response. OpenSearch default value is used when this is not defined. Example: `10000`.
17580
+ :param 'OpenSearchOpensearchUserConfigOpensearchSegrepArgs' segrep: Segment Replication Backpressure Settings
17573
17581
  :param 'OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureArgs' shard_indexing_pressure: Shard indexing back pressure settings
17574
17582
  :param int thread_pool_analyze_queue_size: Size for the thread pool queue. See documentation for exact details.
17575
17583
  :param int thread_pool_analyze_size: Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value.
@@ -17591,6 +17599,8 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
17591
17599
  pulumi.set(__self__, "auth_failure_listeners", auth_failure_listeners)
17592
17600
  if cluster_max_shards_per_node is not None:
17593
17601
  pulumi.set(__self__, "cluster_max_shards_per_node", cluster_max_shards_per_node)
17602
+ if cluster_routing_allocation_balance_prefer_primary is not None:
17603
+ pulumi.set(__self__, "cluster_routing_allocation_balance_prefer_primary", cluster_routing_allocation_balance_prefer_primary)
17594
17604
  if cluster_routing_allocation_node_concurrent_recoveries is not None:
17595
17605
  pulumi.set(__self__, "cluster_routing_allocation_node_concurrent_recoveries", cluster_routing_allocation_node_concurrent_recoveries)
17596
17606
  if email_sender_name is not None:
@@ -17653,6 +17663,8 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
17653
17663
  pulumi.set(__self__, "search_insights_top_queries", search_insights_top_queries)
17654
17664
  if search_max_buckets is not None:
17655
17665
  pulumi.set(__self__, "search_max_buckets", search_max_buckets)
17666
+ if segrep is not None:
17667
+ pulumi.set(__self__, "segrep", segrep)
17656
17668
  if shard_indexing_pressure is not None:
17657
17669
  pulumi.set(__self__, "shard_indexing_pressure", shard_indexing_pressure)
17658
17670
  if thread_pool_analyze_queue_size is not None:
@@ -17710,6 +17722,14 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
17710
17722
  """
17711
17723
  return pulumi.get(self, "cluster_max_shards_per_node")
17712
17724
 
17725
+ @property
17726
+ @pulumi.getter(name="clusterRoutingAllocationBalancePreferPrimary")
17727
+ def cluster_routing_allocation_balance_prefer_primary(self) -> Optional[bool]:
17728
+ """
17729
+ When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes. Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false. Default: `false`.
17730
+ """
17731
+ return pulumi.get(self, "cluster_routing_allocation_balance_prefer_primary")
17732
+
17713
17733
  @property
17714
17734
  @pulumi.getter(name="clusterRoutingAllocationNodeConcurrentRecoveries")
17715
17735
  def cluster_routing_allocation_node_concurrent_recoveries(self) -> Optional[int]:
@@ -17955,6 +17975,14 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
17955
17975
  """
17956
17976
  return pulumi.get(self, "search_max_buckets")
17957
17977
 
17978
+ @property
17979
+ @pulumi.getter
17980
+ def segrep(self) -> Optional['outputs.OpenSearchOpensearchUserConfigOpensearchSegrep']:
17981
+ """
17982
+ Segment Replication Backpressure Settings
17983
+ """
17984
+ return pulumi.get(self, "segrep")
17985
+
17958
17986
  @property
17959
17987
  @pulumi.getter(name="shardIndexingPressure")
17960
17988
  def shard_indexing_pressure(self) -> Optional['outputs.OpenSearchOpensearchUserConfigOpensearchShardIndexingPressure']:
@@ -19061,6 +19089,84 @@ class OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemory(dic
19061
19089
  return pulumi.get(self, "window_size")
19062
19090
 
19063
19091
 
19092
+ @pulumi.output_type
19093
+ class OpenSearchOpensearchUserConfigOpensearchSegrep(dict):
19094
+ @staticmethod
19095
+ def __key_warning(key: str):
19096
+ suggest = None
19097
+ if key == "pressureCheckpointLimit":
19098
+ suggest = "pressure_checkpoint_limit"
19099
+ elif key == "pressureEnabled":
19100
+ suggest = "pressure_enabled"
19101
+ elif key == "pressureReplicaStaleLimit":
19102
+ suggest = "pressure_replica_stale_limit"
19103
+ elif key == "pressureTimeLimit":
19104
+ suggest = "pressure_time_limit"
19105
+
19106
+ if suggest:
19107
+ pulumi.log.warn(f"Key '{key}' not found in OpenSearchOpensearchUserConfigOpensearchSegrep. Access the value via the '{suggest}' property getter instead.")
19108
+
19109
+ def __getitem__(self, key: str) -> Any:
19110
+ OpenSearchOpensearchUserConfigOpensearchSegrep.__key_warning(key)
19111
+ return super().__getitem__(key)
19112
+
19113
+ def get(self, key: str, default = None) -> Any:
19114
+ OpenSearchOpensearchUserConfigOpensearchSegrep.__key_warning(key)
19115
+ return super().get(key, default)
19116
+
19117
+ def __init__(__self__, *,
19118
+ pressure_checkpoint_limit: Optional[int] = None,
19119
+ pressure_enabled: Optional[bool] = None,
19120
+ pressure_replica_stale_limit: Optional[float] = None,
19121
+ pressure_time_limit: Optional[str] = None):
19122
+ """
19123
+ :param int pressure_checkpoint_limit: The maximum number of indexing checkpoints that a replica shard can fall behind when copying from primary. Once `segrep.pressure.checkpoint.limit` is breached along with `segrep.pressure.time.limit`, the segment replication backpressure mechanism is initiated. Default is 4 checkpoints. Default: `4`.
19124
+ :param bool pressure_enabled: Enables the segment replication backpressure mechanism. Default is false. Default: `false`.
19125
+ :param float pressure_replica_stale_limit: The maximum number of stale replica shards that can exist in a replication group. Once `segrep.pressure.replica.stale.limit` is breached, the segment replication backpressure mechanism is initiated. Default is .5, which is 50% of a replication group. Default: `0.5`.
19126
+ :param str pressure_time_limit: The maximum amount of time that a replica shard can take to copy from the primary shard. Once segrep.pressure.time.limit is breached along with segrep.pressure.checkpoint.limit, the segment replication backpressure mechanism is initiated. Default is 5 minutes. Default: `5m`.
19127
+ """
19128
+ if pressure_checkpoint_limit is not None:
19129
+ pulumi.set(__self__, "pressure_checkpoint_limit", pressure_checkpoint_limit)
19130
+ if pressure_enabled is not None:
19131
+ pulumi.set(__self__, "pressure_enabled", pressure_enabled)
19132
+ if pressure_replica_stale_limit is not None:
19133
+ pulumi.set(__self__, "pressure_replica_stale_limit", pressure_replica_stale_limit)
19134
+ if pressure_time_limit is not None:
19135
+ pulumi.set(__self__, "pressure_time_limit", pressure_time_limit)
19136
+
19137
+ @property
19138
+ @pulumi.getter(name="pressureCheckpointLimit")
19139
+ def pressure_checkpoint_limit(self) -> Optional[int]:
19140
+ """
19141
+ The maximum number of indexing checkpoints that a replica shard can fall behind when copying from primary. Once `segrep.pressure.checkpoint.limit` is breached along with `segrep.pressure.time.limit`, the segment replication backpressure mechanism is initiated. Default is 4 checkpoints. Default: `4`.
19142
+ """
19143
+ return pulumi.get(self, "pressure_checkpoint_limit")
19144
+
19145
+ @property
19146
+ @pulumi.getter(name="pressureEnabled")
19147
+ def pressure_enabled(self) -> Optional[bool]:
19148
+ """
19149
+ Enables the segment replication backpressure mechanism. Default is false. Default: `false`.
19150
+ """
19151
+ return pulumi.get(self, "pressure_enabled")
19152
+
19153
+ @property
19154
+ @pulumi.getter(name="pressureReplicaStaleLimit")
19155
+ def pressure_replica_stale_limit(self) -> Optional[float]:
19156
+ """
19157
+ The maximum number of stale replica shards that can exist in a replication group. Once `segrep.pressure.replica.stale.limit` is breached, the segment replication backpressure mechanism is initiated. Default is .5, which is 50% of a replication group. Default: `0.5`.
19158
+ """
19159
+ return pulumi.get(self, "pressure_replica_stale_limit")
19160
+
19161
+ @property
19162
+ @pulumi.getter(name="pressureTimeLimit")
19163
+ def pressure_time_limit(self) -> Optional[str]:
19164
+ """
19165
+ The maximum amount of time that a replica shard can take to copy from the primary shard. Once segrep.pressure.time.limit is breached along with segrep.pressure.checkpoint.limit, the segment replication backpressure mechanism is initiated. Default is 5 minutes. Default: `5m`.
19166
+ """
19167
+ return pulumi.get(self, "pressure_time_limit")
19168
+
19169
+
19064
19170
  @pulumi.output_type
19065
19171
  class OpenSearchOpensearchUserConfigOpensearchShardIndexingPressure(dict):
19066
19172
  @staticmethod
@@ -19976,7 +20082,7 @@ class OrganizationPermissionPermission(dict):
19976
20082
  create_time: Optional[str] = None,
19977
20083
  update_time: Optional[str] = None):
19978
20084
  """
19979
- :param Sequence[str] permissions: List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
20085
+ :param Sequence[str] permissions: List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
19980
20086
  :param str principal_id: ID of the user or group to grant permissions to. Only active users who have accepted an [invite](https://aiven.io/docs/platform/howto/manage-org-users) to join the organization can be granted permissions.
19981
20087
  :param str principal_type: The type of principal. The possible values are `user` and `user_group`.
19982
20088
  :param str create_time: Time created.
@@ -19994,7 +20100,7 @@ class OrganizationPermissionPermission(dict):
19994
20100
  @pulumi.getter
19995
20101
  def permissions(self) -> Sequence[str]:
19996
20102
  """
19997
- List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
20103
+ List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
19998
20104
  """
19999
20105
  return pulumi.get(self, "permissions")
20000
20106
 
@@ -42990,6 +43096,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
42990
43096
  action_destructive_requires_name: Optional[bool] = None,
42991
43097
  auth_failure_listeners: Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchAuthFailureListenersResult'] = None,
42992
43098
  cluster_max_shards_per_node: Optional[int] = None,
43099
+ cluster_routing_allocation_balance_prefer_primary: Optional[bool] = None,
42993
43100
  cluster_routing_allocation_node_concurrent_recoveries: Optional[int] = None,
42994
43101
  email_sender_name: Optional[str] = None,
42995
43102
  email_sender_password: Optional[str] = None,
@@ -43021,6 +43128,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
43021
43128
  search_backpressure: Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchSearchBackpressureResult'] = None,
43022
43129
  search_insights_top_queries: Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesResult'] = None,
43023
43130
  search_max_buckets: Optional[int] = None,
43131
+ segrep: Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchSegrepResult'] = None,
43024
43132
  shard_indexing_pressure: Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchShardIndexingPressureResult'] = None,
43025
43133
  thread_pool_analyze_queue_size: Optional[int] = None,
43026
43134
  thread_pool_analyze_size: Optional[int] = None,
@@ -43038,6 +43146,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
43038
43146
  :param bool action_destructive_requires_name: Require explicit index names when deleting.
43039
43147
  :param 'GetOpenSearchOpensearchUserConfigOpensearchAuthFailureListenersArgs' auth_failure_listeners: Opensearch Security Plugin Settings
43040
43148
  :param int cluster_max_shards_per_node: Controls the number of shards allowed in the cluster per data node. Example: `1000`.
43149
+ :param bool cluster_routing_allocation_balance_prefer_primary: When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes. Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false. Default: `false`.
43041
43150
  :param int cluster_routing_allocation_node_concurrent_recoveries: How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to node cpu count * 2.
43042
43151
  :param str email_sender_name: Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore. Example: `alert-sender`.
43043
43152
  :param str email_sender_password: Sender password for Opensearch alerts to authenticate with SMTP server. Example: `very-secure-mail-password`.
@@ -43068,6 +43177,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
43068
43177
  :param str script_max_compilations_rate: Script compilation circuit breaker limits the number of inline script compilations within a period of time. Default is use-context. Example: `75/5m`.
43069
43178
  :param 'GetOpenSearchOpensearchUserConfigOpensearchSearchBackpressureArgs' search_backpressure: Search Backpressure Settings
43070
43179
  :param int search_max_buckets: Maximum number of aggregation buckets allowed in a single response. OpenSearch default value is used when this is not defined. Example: `10000`.
43180
+ :param 'GetOpenSearchOpensearchUserConfigOpensearchSegrepArgs' segrep: Segment Replication Backpressure Settings
43071
43181
  :param 'GetOpenSearchOpensearchUserConfigOpensearchShardIndexingPressureArgs' shard_indexing_pressure: Shard indexing back pressure settings
43072
43182
  :param int thread_pool_analyze_queue_size: Size for the thread pool queue. See documentation for exact details.
43073
43183
  :param int thread_pool_analyze_size: Size for the thread pool. See documentation for exact details. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value.
@@ -43089,6 +43199,8 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
43089
43199
  pulumi.set(__self__, "auth_failure_listeners", auth_failure_listeners)
43090
43200
  if cluster_max_shards_per_node is not None:
43091
43201
  pulumi.set(__self__, "cluster_max_shards_per_node", cluster_max_shards_per_node)
43202
+ if cluster_routing_allocation_balance_prefer_primary is not None:
43203
+ pulumi.set(__self__, "cluster_routing_allocation_balance_prefer_primary", cluster_routing_allocation_balance_prefer_primary)
43092
43204
  if cluster_routing_allocation_node_concurrent_recoveries is not None:
43093
43205
  pulumi.set(__self__, "cluster_routing_allocation_node_concurrent_recoveries", cluster_routing_allocation_node_concurrent_recoveries)
43094
43206
  if email_sender_name is not None:
@@ -43151,6 +43263,8 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
43151
43263
  pulumi.set(__self__, "search_insights_top_queries", search_insights_top_queries)
43152
43264
  if search_max_buckets is not None:
43153
43265
  pulumi.set(__self__, "search_max_buckets", search_max_buckets)
43266
+ if segrep is not None:
43267
+ pulumi.set(__self__, "segrep", segrep)
43154
43268
  if shard_indexing_pressure is not None:
43155
43269
  pulumi.set(__self__, "shard_indexing_pressure", shard_indexing_pressure)
43156
43270
  if thread_pool_analyze_queue_size is not None:
@@ -43208,6 +43322,14 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
43208
43322
  """
43209
43323
  return pulumi.get(self, "cluster_max_shards_per_node")
43210
43324
 
43325
+ @property
43326
+ @pulumi.getter(name="clusterRoutingAllocationBalancePreferPrimary")
43327
+ def cluster_routing_allocation_balance_prefer_primary(self) -> Optional[bool]:
43328
+ """
43329
+ When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes. Enabling this setting does not always guarantee an equal number of primary shards on each node, especially in the event of a failover. Changing this setting to false after it was set to true does not invoke redistribution of primary shards. Default is false. Default: `false`.
43330
+ """
43331
+ return pulumi.get(self, "cluster_routing_allocation_balance_prefer_primary")
43332
+
43211
43333
  @property
43212
43334
  @pulumi.getter(name="clusterRoutingAllocationNodeConcurrentRecoveries")
43213
43335
  def cluster_routing_allocation_node_concurrent_recoveries(self) -> Optional[int]:
@@ -43453,6 +43575,14 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
43453
43575
  """
43454
43576
  return pulumi.get(self, "search_max_buckets")
43455
43577
 
43578
+ @property
43579
+ @pulumi.getter
43580
+ def segrep(self) -> Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchSegrepResult']:
43581
+ """
43582
+ Segment Replication Backpressure Settings
43583
+ """
43584
+ return pulumi.get(self, "segrep")
43585
+
43456
43586
  @property
43457
43587
  @pulumi.getter(name="shardIndexingPressure")
43458
43588
  def shard_indexing_pressure(self) -> Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchShardIndexingPressureResult']:
@@ -44302,6 +44432,61 @@ class GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryR
44302
44432
  return pulumi.get(self, "window_size")
44303
44433
 
44304
44434
 
44435
+ @pulumi.output_type
44436
+ class GetOpenSearchOpensearchUserConfigOpensearchSegrepResult(dict):
44437
+ def __init__(__self__, *,
44438
+ pressure_checkpoint_limit: Optional[int] = None,
44439
+ pressure_enabled: Optional[bool] = None,
44440
+ pressure_replica_stale_limit: Optional[float] = None,
44441
+ pressure_time_limit: Optional[str] = None):
44442
+ """
44443
+ :param int pressure_checkpoint_limit: The maximum number of indexing checkpoints that a replica shard can fall behind when copying from primary. Once `segrep.pressure.checkpoint.limit` is breached along with `segrep.pressure.time.limit`, the segment replication backpressure mechanism is initiated. Default is 4 checkpoints. Default: `4`.
44444
+ :param bool pressure_enabled: Enables the segment replication backpressure mechanism. Default is false. Default: `false`.
44445
+ :param float pressure_replica_stale_limit: The maximum number of stale replica shards that can exist in a replication group. Once `segrep.pressure.replica.stale.limit` is breached, the segment replication backpressure mechanism is initiated. Default is .5, which is 50% of a replication group. Default: `0.5`.
44446
+ :param str pressure_time_limit: The maximum amount of time that a replica shard can take to copy from the primary shard. Once segrep.pressure.time.limit is breached along with segrep.pressure.checkpoint.limit, the segment replication backpressure mechanism is initiated. Default is 5 minutes. Default: `5m`.
44447
+ """
44448
+ if pressure_checkpoint_limit is not None:
44449
+ pulumi.set(__self__, "pressure_checkpoint_limit", pressure_checkpoint_limit)
44450
+ if pressure_enabled is not None:
44451
+ pulumi.set(__self__, "pressure_enabled", pressure_enabled)
44452
+ if pressure_replica_stale_limit is not None:
44453
+ pulumi.set(__self__, "pressure_replica_stale_limit", pressure_replica_stale_limit)
44454
+ if pressure_time_limit is not None:
44455
+ pulumi.set(__self__, "pressure_time_limit", pressure_time_limit)
44456
+
44457
+ @property
44458
+ @pulumi.getter(name="pressureCheckpointLimit")
44459
+ def pressure_checkpoint_limit(self) -> Optional[int]:
44460
+ """
44461
+ The maximum number of indexing checkpoints that a replica shard can fall behind when copying from primary. Once `segrep.pressure.checkpoint.limit` is breached along with `segrep.pressure.time.limit`, the segment replication backpressure mechanism is initiated. Default is 4 checkpoints. Default: `4`.
44462
+ """
44463
+ return pulumi.get(self, "pressure_checkpoint_limit")
44464
+
44465
+ @property
44466
+ @pulumi.getter(name="pressureEnabled")
44467
+ def pressure_enabled(self) -> Optional[bool]:
44468
+ """
44469
+ Enables the segment replication backpressure mechanism. Default is false. Default: `false`.
44470
+ """
44471
+ return pulumi.get(self, "pressure_enabled")
44472
+
44473
+ @property
44474
+ @pulumi.getter(name="pressureReplicaStaleLimit")
44475
+ def pressure_replica_stale_limit(self) -> Optional[float]:
44476
+ """
44477
+ The maximum number of stale replica shards that can exist in a replication group. Once `segrep.pressure.replica.stale.limit` is breached, the segment replication backpressure mechanism is initiated. Default is .5, which is 50% of a replication group. Default: `0.5`.
44478
+ """
44479
+ return pulumi.get(self, "pressure_replica_stale_limit")
44480
+
44481
+ @property
44482
+ @pulumi.getter(name="pressureTimeLimit")
44483
+ def pressure_time_limit(self) -> Optional[str]:
44484
+ """
44485
+ The maximum amount of time that a replica shard can take to copy from the primary shard. Once segrep.pressure.time.limit is breached along with segrep.pressure.checkpoint.limit, the segment replication backpressure mechanism is initiated. Default is 5 minutes. Default: `5m`.
44486
+ """
44487
+ return pulumi.get(self, "pressure_time_limit")
44488
+
44489
+
44305
44490
  @pulumi.output_type
44306
44491
  class GetOpenSearchOpensearchUserConfigOpensearchShardIndexingPressureResult(dict):
44307
44492
  def __init__(__self__, *,
@@ -25,7 +25,7 @@ class ProjectUserArgs:
25
25
  """
26
26
  The set of arguments for constructing a ProjectUser resource.
27
27
  :param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
28
- :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
28
+ :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
29
29
  :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.
30
30
  """
31
31
  pulumi.set(__self__, "email", email)
@@ -48,7 +48,7 @@ class ProjectUserArgs:
48
48
  @pulumi.getter(name="memberType")
49
49
  def member_type(self) -> pulumi.Input[str]:
50
50
  """
51
- Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
51
+ Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
52
52
  """
53
53
  return pulumi.get(self, "member_type")
54
54
 
@@ -80,7 +80,7 @@ class _ProjectUserState:
80
80
  Input properties used for looking up and filtering ProjectUser resources.
81
81
  :param pulumi.Input[bool] accepted: Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
82
82
  :param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
83
- :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
83
+ :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
84
84
  :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.
85
85
  """
86
86
  if accepted is not None:
@@ -120,7 +120,7 @@ class _ProjectUserState:
120
120
  @pulumi.getter(name="memberType")
121
121
  def member_type(self) -> Optional[pulumi.Input[str]]:
122
122
  """
123
- Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
123
+ Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
124
124
  """
125
125
  return pulumi.get(self, "member_type")
126
126
 
@@ -178,7 +178,7 @@ class ProjectUser(pulumi.CustomResource):
178
178
  :param str resource_name: The name of the resource.
179
179
  :param pulumi.ResourceOptions opts: Options for the resource.
180
180
  :param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
181
- :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
181
+ :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
182
182
  :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.
183
183
  """
184
184
  ...
@@ -272,7 +272,7 @@ class ProjectUser(pulumi.CustomResource):
272
272
  :param pulumi.ResourceOptions opts: Options for the resource.
273
273
  :param pulumi.Input[bool] accepted: Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
274
274
  :param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
275
- :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
275
+ :param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
276
276
  :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.
277
277
  """
278
278
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -305,7 +305,7 @@ class ProjectUser(pulumi.CustomResource):
305
305
  @pulumi.getter(name="memberType")
306
306
  def member_type(self) -> pulumi.Output[str]:
307
307
  """
308
- Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
308
+ Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
309
309
  """
310
310
  return pulumi.get(self, "member_type")
311
311
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "aiven",
4
- "version": "6.31.0-alpha.1736849214"
4
+ "version": "6.32.0-alpha.1737090387"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: pulumi_aiven
3
- Version: 6.31.0a1736849214
3
+ Version: 6.32.0a1737090387
4
4
  Summary: A Pulumi package for creating and managing Aiven cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -1,11 +1,11 @@
1
- pulumi_aiven/__init__.py,sha256=ZJLhz_eVEImrSr6UH7BPvZBS1ibhhbe0dXM1M_aNjkc,19769
2
- pulumi_aiven/_inputs.py,sha256=aNVWu4P6bFn0_D2dn3m3xMoQt3FFaBqqB3V-8QJ2HuM,1799695
1
+ pulumi_aiven/__init__.py,sha256=1y2jXfEdMhlk3JNrBchGGWA2QjrxeF65FSQQcanEaKs,19947
2
+ pulumi_aiven/_inputs.py,sha256=g_L_q9NE8MZW30F206WpbyvQV2KGX5AXaAh5yH0hjbY,1809194
3
3
  pulumi_aiven/_utilities.py,sha256=-gxwnD6__OYdSf8jJgJijNuu-UHUwi5pJ1H7-eIHDhg,10504
4
4
  pulumi_aiven/account.py,sha256=INnmCQlB-rYogssxx8zMP5hrPGS3DAr03GccSR_qSe8,17025
5
5
  pulumi_aiven/account_authentication.py,sha256=6YMnR97tSsbDGTeC-4Z0WRG3PyRxeZZyi3o6X1BX3jg,37749
6
6
  pulumi_aiven/account_team.py,sha256=hcV_T88ON6X0lgflCbEGDK-BwrmsBb40fHbz85VeS9I,13101
7
7
  pulumi_aiven/account_team_member.py,sha256=fJdyOsgcC8M3HDUqvtNVqUt6xRvX4BXXsypovPlZEVQ,18773
8
- pulumi_aiven/account_team_project.py,sha256=F_HedE0ebAOnE9bVJtvGNyCG60pCc_7gIb1QZGMCmKA,19465
8
+ pulumi_aiven/account_team_project.py,sha256=VxVtdfkWpzMuC2o7OvPjcuM5cTRNE4aKGyitTNQ-iPU,19682
9
9
  pulumi_aiven/alloydbomni.py,sha256=mZYaO9O0evtsuv3VgJhTmLIQWfBB-CNqGTFXTLxP9I0,87725
10
10
  pulumi_aiven/alloydbomni_database.py,sha256=n3rwkVX0ynylHMIn-OuwnKDxvRuCC3Gpvj_9SPxLJAU,18039
11
11
  pulumi_aiven/alloydbomni_user.py,sha256=-sDD0LusLNx7IMhhFTG4WH3mNWoAPXX1N9RPY_Aj9dk,20850
@@ -35,7 +35,7 @@ pulumi_aiven/get_account.py,sha256=P8LwXLegN6hma4ixJemYEv-zJFCrwNNl2INh5TP3b9A,7
35
35
  pulumi_aiven/get_account_authentication.py,sha256=-1lnvFiCBs7KRFO6B72dQZNVGnzlBtF_5AFjS54JADw,14549
36
36
  pulumi_aiven/get_account_team.py,sha256=GBrYW75NSMBAhmvbxcWykucqJw9kvQ-_d-xevrKp6Pw,5692
37
37
  pulumi_aiven/get_account_team_member.py,sha256=YhU8WpoRNk83PXLjvmDawHNl_GPBllLVMYsrt7bI2ts,8114
38
- pulumi_aiven/get_account_team_project.py,sha256=iNPxdCzKG_Loj98qpcOdEjNnWTXgwNrdpd0Fg6un868,6527
38
+ pulumi_aiven/get_account_team_project.py,sha256=io9Lr5EHGJLW2zjoOT-rlWLdZ2gzgGE-5QrwEE0K4zA,6558
39
39
  pulumi_aiven/get_alloydbomni.py,sha256=mr5YWXGQp0CMcZwpFj0F9wyBxBqxYHjBfh3jiRRGS7Q,26232
40
40
  pulumi_aiven/get_alloydbomni_database.py,sha256=zfUOJytvP66qYTFkzNh9F955qmBki2Zpdfm1B6cEpPI,8124
41
41
  pulumi_aiven/get_alloydbomni_user.py,sha256=Pijq1wynNUPFXVFsyDTq_jYDmdZK-UNUi08nMl5Saqc,9723
@@ -94,7 +94,7 @@ pulumi_aiven/get_pg.py,sha256=B9yOq-ETPbZijDF8MD6z1lR1F4z8vV76DhvI0Yq_Ppw,24891
94
94
  pulumi_aiven/get_pg_database.py,sha256=nbthL5lzecWQBNX5zgYaVe4vcsAID_sazsyWvNHSL4c,8761
95
95
  pulumi_aiven/get_pg_user.py,sha256=m1_Ni-H0sA1ko0tjF9Xc2GIZKg_Oopkrr7Mq-xzogK4,9694
96
96
  pulumi_aiven/get_project.py,sha256=fOV7n7uiTuuIKKFLPnNvCQjtD7ZpG0_RrDAtV0OqKz8,13799
97
- pulumi_aiven/get_project_user.py,sha256=lU5rTEzCtm81Xu-5Dc3E0aoXxB9S1E1laBQbG_z0tzw,6992
97
+ pulumi_aiven/get_project_user.py,sha256=5YFDdVwIsGcBdHJEgQ4o_L4HXJVzXQWCVO3IVn4gxtc,7023
98
98
  pulumi_aiven/get_project_vpc.py,sha256=JYEsp1qhlCsN0EFgeFpkSdrpM8jrzg2aFxMfxR2otKA,7213
99
99
  pulumi_aiven/get_redis.py,sha256=zlb0mLuZM8YAt3nLVboHaIdnBjP4J6DI9_Lt3VgPjrE,25034
100
100
  pulumi_aiven/get_redis_user.py,sha256=DGRj03Y2DKtq0KDwczZxXeL55qjUrPZ7kYdM3kImsPg,10955
@@ -115,6 +115,7 @@ pulumi_aiven/kafka_connect.py,sha256=dVkzYMb-i0bxMxF1tkIrLXUjpbZp4t90_mE9QHgn7nU
115
115
  pulumi_aiven/kafka_connector.py,sha256=BwN92oSatmqxaVO_qPymbY-5VNf5rVrxCJQZ66Fwnqk,25050
116
116
  pulumi_aiven/kafka_mirror_maker.py,sha256=m22G5cr6p31cYw3ishodvUQAxrBCvrpieHzcUAv-kr0,82169
117
117
  pulumi_aiven/kafka_native_acl.py,sha256=8ihaumR1dpazLOhDbEeTLfA0wDSI8gEztlr7zFw0YqQ,33592
118
+ pulumi_aiven/kafka_quota.py,sha256=ozluSjxzNlxGtO3PVQdXoeEZ1iXKQwnEirRCIsTRcFI,32450
118
119
  pulumi_aiven/kafka_schema.py,sha256=lz5TNa-kwI9c7Mthi_cIqXooMz-HRmI-Kb5vb4KZdak,22834
119
120
  pulumi_aiven/kafka_schema_configuration.py,sha256=qXnCuKC8AFa1arFZJ4cg-KQEQs65TOvl6-mhst-KHqU,14200
120
121
  pulumi_aiven/kafka_schema_registry_acl.py,sha256=3MseIwSoEn0dYwePspK68rVwnpC2gHItmNgrVv0oohE,19623
@@ -135,21 +136,21 @@ pulumi_aiven/opensearch_user.py,sha256=9nV4kt7Lo1TkLoQK6F0wmt7uJtqXvQhQTKACEVfqp
135
136
  pulumi_aiven/organization.py,sha256=zXB949qBPuAW05VXXoFkIe5ZlEBwZTVlJDH10UGGTqo,11118
136
137
  pulumi_aiven/organization_application_user.py,sha256=DvyL7Ujh7oGysLAT6WVSFk02iYV-1H8KzJNlSX5YkT0,15193
137
138
  pulumi_aiven/organization_application_user_token.py,sha256=lrKPE0rZ_QZ2sWqgUgTN0c99ZWBJS2L4Sdkii9G01U8,33082
138
- pulumi_aiven/organization_group_project.py,sha256=ld9vjKXTRsepXca4VmkKZDl3Ec1pie-tm73vkVZIx-8,18981
139
+ pulumi_aiven/organization_group_project.py,sha256=i12WSlmXak3pQsqWjr4LMawwxFTTQ-U66dwliXNjJ-8,19198
139
140
  pulumi_aiven/organization_permission.py,sha256=rpcVJPBcBDUMU02rhw3IYNU0thg3_M2y4TEwSJNOjl0,18103
140
141
  pulumi_aiven/organization_user.py,sha256=4FHd1BCXslZnBdd9r_TpVaaLWdzTngJG5wFB695GnIc,15729
141
142
  pulumi_aiven/organization_user_group.py,sha256=133e0-VfMmTnWDZPPnS4xzE-UU6R4PY4am7zMGMUrGo,14832
142
143
  pulumi_aiven/organization_user_group_member.py,sha256=5iPu5lCGx5y-utd9w2iCKc2E7PHRTFnVVAF3j23pstc,14784
143
144
  pulumi_aiven/organizational_unit.py,sha256=OnowaL-y9MDhQAQeTxuv9gmAC8iau2ZVnKCBdbNJfo8,11639
144
- pulumi_aiven/outputs.py,sha256=TrgB_pzVnA0YiazyUm4VkGxAbcQlCnQZ6hHwwFdj0No,2322563
145
+ pulumi_aiven/outputs.py,sha256=95R8bcSzluBfI0HWI2XfwS_-8c0K_ptGJR8xEMoK-T0,2335386
145
146
  pulumi_aiven/pg.py,sha256=BxqlB_ztH5jyvRw7QdQWPaxZ6QMnzPsYqBroLXFrAG0,80239
146
147
  pulumi_aiven/pg_database.py,sha256=bnts8s-gR6mPTf5fHY3EVPRqiHhze8roG6V16h2-Llc,20153
147
148
  pulumi_aiven/pg_user.py,sha256=__gTbX36EdjtCthLm09hZn2PRerlPt7jpRCQuzqJ4k0,22036
148
149
  pulumi_aiven/project.py,sha256=xsogAQa9_PwhfTou7-e8ACsaaTqGmCh_S5rkCVKXNag,45569
149
- pulumi_aiven/project_user.py,sha256=lg2x65GOGETY2jDKuP9Jcz_8KvcFvw0L9KT6i-V41yE,17949
150
+ pulumi_aiven/project_user.py,sha256=ameq39TTnBeTISrjanrvKn_cC4Sa6Q5135IX7MXSNL8,18166
150
151
  pulumi_aiven/project_vpc.py,sha256=rcWiFl2dHdwrXFTZ2WYLpxiUZX-q9tPPZVUvl2bjWAQ,14082
151
152
  pulumi_aiven/provider.py,sha256=N7Y-HFsoDOWeKC6iV1NEkU07Eg9ZV8d4FKFHKu5jHbY,5055
152
- pulumi_aiven/pulumi-plugin.json,sha256=VSbnPhglMp-bgEGZpraHrT_srCfyALRbiA7RzXSDPBk,82
153
+ pulumi_aiven/pulumi-plugin.json,sha256=X8hZQaRJbKFnXqh-ciEK1fURDmV6xpMN-0pWd3gaSK8,82
153
154
  pulumi_aiven/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
154
155
  pulumi_aiven/redis.py,sha256=BlfN_uoyo6neIEaS5gzPiJNkBueu08548uVJ9YimIPA,82140
155
156
  pulumi_aiven/redis_user.py,sha256=WHnebXTj2UgkTtZf3I6-zqyNQtla131jHAnUJaF1DUA,29358
@@ -163,7 +164,7 @@ pulumi_aiven/valkey_user.py,sha256=fiaXYiB5NUMWh3Q3goGrGU6eYRU26z7BunaJiaxrPmY,3
163
164
  pulumi_aiven/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
164
165
  pulumi_aiven/config/__init__.pyi,sha256=6XkZH3EU98MVgoMLPFHFfEK17BQQzz0S0QFMh1FZrs0,639
165
166
  pulumi_aiven/config/vars.py,sha256=jRqbkEfNSP8ga5cnbMhAzHUUb7ahIUROUqR5_KGkobM,832
166
- pulumi_aiven-6.31.0a1736849214.dist-info/METADATA,sha256=q0UzXapFwBn1u7ZW-DOrjTW7BedgAcydw_VkA0_mKLU,2595
167
- pulumi_aiven-6.31.0a1736849214.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
168
- pulumi_aiven-6.31.0a1736849214.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
169
- pulumi_aiven-6.31.0a1736849214.dist-info/RECORD,,
167
+ pulumi_aiven-6.32.0a1737090387.dist-info/METADATA,sha256=yQNCSWfkZ48eU_9Vy8yACu4D8-6q2QGBvaD90LFCaOY,2595
168
+ pulumi_aiven-6.32.0a1737090387.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
169
+ pulumi_aiven-6.32.0a1737090387.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
170
+ pulumi_aiven-6.32.0a1737090387.dist-info/RECORD,,