pulumi-aiven 6.29.0a1733326259__py3-none-any.whl → 6.29.0a1733489396__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.

pulumi_aiven/outputs.py CHANGED
@@ -194,6 +194,10 @@ __all__ = [
194
194
  'OpenSearchOpensearchUserConfigOpensearchSearchBackpressureNodeDuress',
195
195
  'OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchShardTask',
196
196
  'OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchTask',
197
+ 'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueries',
198
+ 'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpu',
199
+ 'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatency',
200
+ 'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemory',
197
201
  'OpenSearchOpensearchUserConfigOpensearchShardIndexingPressure',
198
202
  'OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureOperatingFactor',
199
203
  'OpenSearchOpensearchUserConfigOpensearchShardIndexingPressurePrimaryParameter',
@@ -298,6 +302,8 @@ __all__ = [
298
302
  'ThanosThanosUserConfig',
299
303
  'ThanosThanosUserConfigCompactor',
300
304
  'ThanosThanosUserConfigIpFilterObject',
305
+ 'ThanosThanosUserConfigPrivateAccess',
306
+ 'ThanosThanosUserConfigPrivatelinkAccess',
301
307
  'ThanosThanosUserConfigPublicAccess',
302
308
  'ThanosThanosUserConfigQuery',
303
309
  'ThanosThanosUserConfigQueryFrontend',
@@ -498,6 +504,10 @@ __all__ = [
498
504
  'GetOpenSearchOpensearchUserConfigOpensearchSearchBackpressureNodeDuressResult',
499
505
  'GetOpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchShardTaskResult',
500
506
  'GetOpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchTaskResult',
507
+ 'GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesResult',
508
+ 'GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuResult',
509
+ 'GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyResult',
510
+ 'GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryResult',
501
511
  'GetOpenSearchOpensearchUserConfigOpensearchShardIndexingPressureResult',
502
512
  'GetOpenSearchOpensearchUserConfigOpensearchShardIndexingPressureOperatingFactorResult',
503
513
  'GetOpenSearchOpensearchUserConfigOpensearchShardIndexingPressurePrimaryParameterResult',
@@ -600,6 +610,8 @@ __all__ = [
600
610
  'GetThanosThanosUserConfigResult',
601
611
  'GetThanosThanosUserConfigCompactorResult',
602
612
  'GetThanosThanosUserConfigIpFilterObjectResult',
613
+ 'GetThanosThanosUserConfigPrivateAccessResult',
614
+ 'GetThanosThanosUserConfigPrivatelinkAccessResult',
603
615
  'GetThanosThanosUserConfigPublicAccessResult',
604
616
  'GetThanosThanosUserConfigQueryResult',
605
617
  'GetThanosThanosUserConfigQueryFrontendResult',
@@ -7080,8 +7092,8 @@ class KafkaConnectKafkaConnectUserConfigSecretProvider(dict):
7080
7092
  vault: Optional['outputs.KafkaConnectKafkaConnectUserConfigSecretProviderVault'] = None):
7081
7093
  """
7082
7094
  :param str name: Name of the secret provider. Used to reference secrets in connector config.
7083
- :param 'KafkaConnectKafkaConnectUserConfigSecretProviderAwsArgs' aws: AWS config for Secret Provider
7084
- :param 'KafkaConnectKafkaConnectUserConfigSecretProviderVaultArgs' vault: Vault Config for Secret Provider
7095
+ :param 'KafkaConnectKafkaConnectUserConfigSecretProviderAwsArgs' aws: AWS secret provider configuration
7096
+ :param 'KafkaConnectKafkaConnectUserConfigSecretProviderVaultArgs' vault: Vault secret provider configuration
7085
7097
  """
7086
7098
  pulumi.set(__self__, "name", name)
7087
7099
  if aws is not None:
@@ -7101,7 +7113,7 @@ class KafkaConnectKafkaConnectUserConfigSecretProvider(dict):
7101
7113
  @pulumi.getter
7102
7114
  def aws(self) -> Optional['outputs.KafkaConnectKafkaConnectUserConfigSecretProviderAws']:
7103
7115
  """
7104
- AWS config for Secret Provider
7116
+ AWS secret provider configuration
7105
7117
  """
7106
7118
  return pulumi.get(self, "aws")
7107
7119
 
@@ -7109,7 +7121,7 @@ class KafkaConnectKafkaConnectUserConfigSecretProvider(dict):
7109
7121
  @pulumi.getter
7110
7122
  def vault(self) -> Optional['outputs.KafkaConnectKafkaConnectUserConfigSecretProviderVault']:
7111
7123
  """
7112
- Vault Config for Secret Provider
7124
+ Vault secret provider configuration
7113
7125
  """
7114
7126
  return pulumi.get(self, "vault")
7115
7127
 
@@ -8900,8 +8912,8 @@ class KafkaKafkaUserConfigKafkaConnectSecretProvider(dict):
8900
8912
  vault: Optional['outputs.KafkaKafkaUserConfigKafkaConnectSecretProviderVault'] = None):
8901
8913
  """
8902
8914
  :param str name: Name of the secret provider. Used to reference secrets in connector config.
8903
- :param 'KafkaKafkaUserConfigKafkaConnectSecretProviderAwsArgs' aws: AWS config for Secret Provider
8904
- :param 'KafkaKafkaUserConfigKafkaConnectSecretProviderVaultArgs' vault: Vault Config for Secret Provider
8915
+ :param 'KafkaKafkaUserConfigKafkaConnectSecretProviderAwsArgs' aws: AWS secret provider configuration
8916
+ :param 'KafkaKafkaUserConfigKafkaConnectSecretProviderVaultArgs' vault: Vault secret provider configuration
8905
8917
  """
8906
8918
  pulumi.set(__self__, "name", name)
8907
8919
  if aws is not None:
@@ -8921,7 +8933,7 @@ class KafkaKafkaUserConfigKafkaConnectSecretProvider(dict):
8921
8933
  @pulumi.getter
8922
8934
  def aws(self) -> Optional['outputs.KafkaKafkaUserConfigKafkaConnectSecretProviderAws']:
8923
8935
  """
8924
- AWS config for Secret Provider
8936
+ AWS secret provider configuration
8925
8937
  """
8926
8938
  return pulumi.get(self, "aws")
8927
8939
 
@@ -8929,7 +8941,7 @@ class KafkaKafkaUserConfigKafkaConnectSecretProvider(dict):
8929
8941
  @pulumi.getter
8930
8942
  def vault(self) -> Optional['outputs.KafkaKafkaUserConfigKafkaConnectSecretProviderVault']:
8931
8943
  """
8932
- Vault Config for Secret Provider
8944
+ Vault secret provider configuration
8933
8945
  """
8934
8946
  return pulumi.get(self, "vault")
8935
8947
 
@@ -14651,7 +14663,7 @@ class OpenSearchOpensearchUserConfigAzureMigration(dict):
14651
14663
  restore_global_state: Optional[bool] = None,
14652
14664
  sas_token: Optional[str] = None):
14653
14665
  """
14654
- :param str account: Azure account name.
14666
+ :param str account: Account name.
14655
14667
  :param str base_path: The path to the repository data within its container. The value of this setting should not start or end with a /.
14656
14668
  :param str container: Azure container name.
14657
14669
  :param str indices: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. Example: `metrics*,logs*,data-20240823`.
@@ -14688,7 +14700,7 @@ class OpenSearchOpensearchUserConfigAzureMigration(dict):
14688
14700
  @pulumi.getter
14689
14701
  def account(self) -> str:
14690
14702
  """
14691
- Azure account name.
14703
+ Account name.
14692
14704
  """
14693
14705
  return pulumi.get(self, "account")
14694
14706
 
@@ -15413,6 +15425,8 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
15413
15425
  suggest = "script_max_compilations_rate"
15414
15426
  elif key == "searchBackpressure":
15415
15427
  suggest = "search_backpressure"
15428
+ elif key == "searchInsightsTopQueries":
15429
+ suggest = "search_insights_top_queries"
15416
15430
  elif key == "searchMaxBuckets":
15417
15431
  suggest = "search_max_buckets"
15418
15432
  elif key == "shardIndexingPressure":
@@ -15485,6 +15499,7 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
15485
15499
  reindex_remote_whitelists: Optional[Sequence[str]] = None,
15486
15500
  script_max_compilations_rate: Optional[str] = None,
15487
15501
  search_backpressure: Optional['outputs.OpenSearchOpensearchUserConfigOpensearchSearchBackpressure'] = None,
15502
+ search_insights_top_queries: Optional['outputs.OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueries'] = None,
15488
15503
  search_max_buckets: Optional[int] = None,
15489
15504
  shard_indexing_pressure: Optional['outputs.OpenSearchOpensearchUserConfigOpensearchShardIndexingPressure'] = None,
15490
15505
  thread_pool_analyze_queue_size: Optional[int] = None,
@@ -15612,6 +15627,8 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
15612
15627
  pulumi.set(__self__, "script_max_compilations_rate", script_max_compilations_rate)
15613
15628
  if search_backpressure is not None:
15614
15629
  pulumi.set(__self__, "search_backpressure", search_backpressure)
15630
+ if search_insights_top_queries is not None:
15631
+ pulumi.set(__self__, "search_insights_top_queries", search_insights_top_queries)
15615
15632
  if search_max_buckets is not None:
15616
15633
  pulumi.set(__self__, "search_max_buckets", search_max_buckets)
15617
15634
  if shard_indexing_pressure is not None:
@@ -15903,6 +15920,11 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
15903
15920
  """
15904
15921
  return pulumi.get(self, "search_backpressure")
15905
15922
 
15923
+ @property
15924
+ @pulumi.getter(name="searchInsightsTopQueries")
15925
+ def search_insights_top_queries(self) -> Optional['outputs.OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueries']:
15926
+ return pulumi.get(self, "search_insights_top_queries")
15927
+
15906
15928
  @property
15907
15929
  @pulumi.getter(name="searchMaxBuckets")
15908
15930
  def search_max_buckets(self) -> Optional[int]:
@@ -16774,6 +16796,235 @@ class OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchTask(dict)
16774
16796
  return pulumi.get(self, "total_heap_percent_threshold")
16775
16797
 
16776
16798
 
16799
+ @pulumi.output_type
16800
+ class OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueries(dict):
16801
+ def __init__(__self__, *,
16802
+ cpu: Optional['outputs.OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpu'] = None,
16803
+ latency: Optional['outputs.OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatency'] = None,
16804
+ memory: Optional['outputs.OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemory'] = None):
16805
+ """
16806
+ :param 'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuArgs' cpu: Top N queries monitoring by CPU
16807
+ :param 'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyArgs' latency: Top N queries monitoring by latency
16808
+ :param 'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgs' memory: Top N queries monitoring by memory
16809
+ """
16810
+ if cpu is not None:
16811
+ pulumi.set(__self__, "cpu", cpu)
16812
+ if latency is not None:
16813
+ pulumi.set(__self__, "latency", latency)
16814
+ if memory is not None:
16815
+ pulumi.set(__self__, "memory", memory)
16816
+
16817
+ @property
16818
+ @pulumi.getter
16819
+ def cpu(self) -> Optional['outputs.OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpu']:
16820
+ """
16821
+ Top N queries monitoring by CPU
16822
+ """
16823
+ return pulumi.get(self, "cpu")
16824
+
16825
+ @property
16826
+ @pulumi.getter
16827
+ def latency(self) -> Optional['outputs.OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatency']:
16828
+ """
16829
+ Top N queries monitoring by latency
16830
+ """
16831
+ return pulumi.get(self, "latency")
16832
+
16833
+ @property
16834
+ @pulumi.getter
16835
+ def memory(self) -> Optional['outputs.OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemory']:
16836
+ """
16837
+ Top N queries monitoring by memory
16838
+ """
16839
+ return pulumi.get(self, "memory")
16840
+
16841
+
16842
+ @pulumi.output_type
16843
+ class OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpu(dict):
16844
+ @staticmethod
16845
+ def __key_warning(key: str):
16846
+ suggest = None
16847
+ if key == "topNSize":
16848
+ suggest = "top_n_size"
16849
+ elif key == "windowSize":
16850
+ suggest = "window_size"
16851
+
16852
+ if suggest:
16853
+ pulumi.log.warn(f"Key '{key}' not found in OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpu. Access the value via the '{suggest}' property getter instead.")
16854
+
16855
+ def __getitem__(self, key: str) -> Any:
16856
+ OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpu.__key_warning(key)
16857
+ return super().__getitem__(key)
16858
+
16859
+ def get(self, key: str, default = None) -> Any:
16860
+ OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpu.__key_warning(key)
16861
+ return super().get(key, default)
16862
+
16863
+ def __init__(__self__, *,
16864
+ enabled: Optional[bool] = None,
16865
+ top_n_size: Optional[int] = None,
16866
+ window_size: Optional[str] = None):
16867
+ """
16868
+ :param bool enabled: Enable or disable top N query monitoring by the metric. Default: `false`.
16869
+ :param int top_n_size: Specify the value of N for the top N queries by the metric.
16870
+ :param str window_size: The window size of the top N queries by the metric.
16871
+ """
16872
+ if enabled is not None:
16873
+ pulumi.set(__self__, "enabled", enabled)
16874
+ if top_n_size is not None:
16875
+ pulumi.set(__self__, "top_n_size", top_n_size)
16876
+ if window_size is not None:
16877
+ pulumi.set(__self__, "window_size", window_size)
16878
+
16879
+ @property
16880
+ @pulumi.getter
16881
+ def enabled(self) -> Optional[bool]:
16882
+ """
16883
+ Enable or disable top N query monitoring by the metric. Default: `false`.
16884
+ """
16885
+ return pulumi.get(self, "enabled")
16886
+
16887
+ @property
16888
+ @pulumi.getter(name="topNSize")
16889
+ def top_n_size(self) -> Optional[int]:
16890
+ """
16891
+ Specify the value of N for the top N queries by the metric.
16892
+ """
16893
+ return pulumi.get(self, "top_n_size")
16894
+
16895
+ @property
16896
+ @pulumi.getter(name="windowSize")
16897
+ def window_size(self) -> Optional[str]:
16898
+ """
16899
+ The window size of the top N queries by the metric.
16900
+ """
16901
+ return pulumi.get(self, "window_size")
16902
+
16903
+
16904
+ @pulumi.output_type
16905
+ class OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatency(dict):
16906
+ @staticmethod
16907
+ def __key_warning(key: str):
16908
+ suggest = None
16909
+ if key == "topNSize":
16910
+ suggest = "top_n_size"
16911
+ elif key == "windowSize":
16912
+ suggest = "window_size"
16913
+
16914
+ if suggest:
16915
+ pulumi.log.warn(f"Key '{key}' not found in OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatency. Access the value via the '{suggest}' property getter instead.")
16916
+
16917
+ def __getitem__(self, key: str) -> Any:
16918
+ OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatency.__key_warning(key)
16919
+ return super().__getitem__(key)
16920
+
16921
+ def get(self, key: str, default = None) -> Any:
16922
+ OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatency.__key_warning(key)
16923
+ return super().get(key, default)
16924
+
16925
+ def __init__(__self__, *,
16926
+ enabled: Optional[bool] = None,
16927
+ top_n_size: Optional[int] = None,
16928
+ window_size: Optional[str] = None):
16929
+ """
16930
+ :param bool enabled: Enable or disable top N query monitoring by the metric. Default: `false`.
16931
+ :param int top_n_size: Specify the value of N for the top N queries by the metric.
16932
+ :param str window_size: The window size of the top N queries by the metric.
16933
+ """
16934
+ if enabled is not None:
16935
+ pulumi.set(__self__, "enabled", enabled)
16936
+ if top_n_size is not None:
16937
+ pulumi.set(__self__, "top_n_size", top_n_size)
16938
+ if window_size is not None:
16939
+ pulumi.set(__self__, "window_size", window_size)
16940
+
16941
+ @property
16942
+ @pulumi.getter
16943
+ def enabled(self) -> Optional[bool]:
16944
+ """
16945
+ Enable or disable top N query monitoring by the metric. Default: `false`.
16946
+ """
16947
+ return pulumi.get(self, "enabled")
16948
+
16949
+ @property
16950
+ @pulumi.getter(name="topNSize")
16951
+ def top_n_size(self) -> Optional[int]:
16952
+ """
16953
+ Specify the value of N for the top N queries by the metric.
16954
+ """
16955
+ return pulumi.get(self, "top_n_size")
16956
+
16957
+ @property
16958
+ @pulumi.getter(name="windowSize")
16959
+ def window_size(self) -> Optional[str]:
16960
+ """
16961
+ The window size of the top N queries by the metric.
16962
+ """
16963
+ return pulumi.get(self, "window_size")
16964
+
16965
+
16966
+ @pulumi.output_type
16967
+ class OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemory(dict):
16968
+ @staticmethod
16969
+ def __key_warning(key: str):
16970
+ suggest = None
16971
+ if key == "topNSize":
16972
+ suggest = "top_n_size"
16973
+ elif key == "windowSize":
16974
+ suggest = "window_size"
16975
+
16976
+ if suggest:
16977
+ pulumi.log.warn(f"Key '{key}' not found in OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemory. Access the value via the '{suggest}' property getter instead.")
16978
+
16979
+ def __getitem__(self, key: str) -> Any:
16980
+ OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemory.__key_warning(key)
16981
+ return super().__getitem__(key)
16982
+
16983
+ def get(self, key: str, default = None) -> Any:
16984
+ OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemory.__key_warning(key)
16985
+ return super().get(key, default)
16986
+
16987
+ def __init__(__self__, *,
16988
+ enabled: Optional[bool] = None,
16989
+ top_n_size: Optional[int] = None,
16990
+ window_size: Optional[str] = None):
16991
+ """
16992
+ :param bool enabled: Enable or disable top N query monitoring by the metric. Default: `false`.
16993
+ :param int top_n_size: Specify the value of N for the top N queries by the metric.
16994
+ :param str window_size: The window size of the top N queries by the metric.
16995
+ """
16996
+ if enabled is not None:
16997
+ pulumi.set(__self__, "enabled", enabled)
16998
+ if top_n_size is not None:
16999
+ pulumi.set(__self__, "top_n_size", top_n_size)
17000
+ if window_size is not None:
17001
+ pulumi.set(__self__, "window_size", window_size)
17002
+
17003
+ @property
17004
+ @pulumi.getter
17005
+ def enabled(self) -> Optional[bool]:
17006
+ """
17007
+ Enable or disable top N query monitoring by the metric. Default: `false`.
17008
+ """
17009
+ return pulumi.get(self, "enabled")
17010
+
17011
+ @property
17012
+ @pulumi.getter(name="topNSize")
17013
+ def top_n_size(self) -> Optional[int]:
17014
+ """
17015
+ Specify the value of N for the top N queries by the metric.
17016
+ """
17017
+ return pulumi.get(self, "top_n_size")
17018
+
17019
+ @property
17020
+ @pulumi.getter(name="windowSize")
17021
+ def window_size(self) -> Optional[str]:
17022
+ """
17023
+ The window size of the top N queries by the metric.
17024
+ """
17025
+ return pulumi.get(self, "window_size")
17026
+
17027
+
16777
17028
  @pulumi.output_type
16778
17029
  class OpenSearchOpensearchUserConfigOpensearchShardIndexingPressure(dict):
16779
17030
  @staticmethod
@@ -22094,6 +22345,8 @@ class ServiceIntegrationEndpointDatadogUserConfig(dict):
22094
22345
  suggest = "datadog_tags"
22095
22346
  elif key == "disableConsumerStats":
22096
22347
  suggest = "disable_consumer_stats"
22348
+ elif key == "extraTagsPrefix":
22349
+ suggest = "extra_tags_prefix"
22097
22350
  elif key == "kafkaConsumerCheckInstances":
22098
22351
  suggest = "kafka_consumer_check_instances"
22099
22352
  elif key == "kafkaConsumerStatsTimeout":
@@ -22116,6 +22369,7 @@ class ServiceIntegrationEndpointDatadogUserConfig(dict):
22116
22369
  datadog_api_key: str,
22117
22370
  datadog_tags: Optional[Sequence['outputs.ServiceIntegrationEndpointDatadogUserConfigDatadogTag']] = None,
22118
22371
  disable_consumer_stats: Optional[bool] = None,
22372
+ extra_tags_prefix: Optional[str] = None,
22119
22373
  kafka_consumer_check_instances: Optional[int] = None,
22120
22374
  kafka_consumer_stats_timeout: Optional[int] = None,
22121
22375
  max_partition_contexts: Optional[int] = None,
@@ -22124,6 +22378,7 @@ class ServiceIntegrationEndpointDatadogUserConfig(dict):
22124
22378
  :param str datadog_api_key: Datadog API key. Example: `848f30907c15c55d601fe45487cce9b6`.
22125
22379
  :param Sequence['ServiceIntegrationEndpointDatadogUserConfigDatadogTagArgs'] datadog_tags: Custom tags provided by user
22126
22380
  :param bool disable_consumer_stats: Disable consumer group metrics.
22381
+ :param str extra_tags_prefix: Extra tags prefix. Defaults to aiven.
22127
22382
  :param int kafka_consumer_check_instances: Number of separate instances to fetch kafka consumer statistics with. Example: `8`.
22128
22383
  :param int kafka_consumer_stats_timeout: Number of seconds that datadog will wait to get consumer statistics from brokers. Example: `60`.
22129
22384
  :param int max_partition_contexts: Maximum number of partition contexts to send. Example: `32000`.
@@ -22134,6 +22389,8 @@ class ServiceIntegrationEndpointDatadogUserConfig(dict):
22134
22389
  pulumi.set(__self__, "datadog_tags", datadog_tags)
22135
22390
  if disable_consumer_stats is not None:
22136
22391
  pulumi.set(__self__, "disable_consumer_stats", disable_consumer_stats)
22392
+ if extra_tags_prefix is not None:
22393
+ pulumi.set(__self__, "extra_tags_prefix", extra_tags_prefix)
22137
22394
  if kafka_consumer_check_instances is not None:
22138
22395
  pulumi.set(__self__, "kafka_consumer_check_instances", kafka_consumer_check_instances)
22139
22396
  if kafka_consumer_stats_timeout is not None:
@@ -22167,6 +22424,14 @@ class ServiceIntegrationEndpointDatadogUserConfig(dict):
22167
22424
  """
22168
22425
  return pulumi.get(self, "disable_consumer_stats")
22169
22426
 
22427
+ @property
22428
+ @pulumi.getter(name="extraTagsPrefix")
22429
+ def extra_tags_prefix(self) -> Optional[str]:
22430
+ """
22431
+ Extra tags prefix. Defaults to aiven.
22432
+ """
22433
+ return pulumi.get(self, "extra_tags_prefix")
22434
+
22170
22435
  @property
22171
22436
  @pulumi.getter(name="kafkaConsumerCheckInstances")
22172
22437
  def kafka_consumer_check_instances(self) -> Optional[int]:
@@ -25133,6 +25398,10 @@ class ThanosThanosUserConfig(dict):
25133
25398
  suggest = "ip_filters"
25134
25399
  elif key == "objectStorageUsageAlertThresholdGb":
25135
25400
  suggest = "object_storage_usage_alert_threshold_gb"
25401
+ elif key == "privateAccess":
25402
+ suggest = "private_access"
25403
+ elif key == "privatelinkAccess":
25404
+ suggest = "privatelink_access"
25136
25405
  elif key == "publicAccess":
25137
25406
  suggest = "public_access"
25138
25407
  elif key == "queryFrontend":
@@ -25164,6 +25433,8 @@ class ThanosThanosUserConfig(dict):
25164
25433
  ip_filter_strings: Optional[Sequence[str]] = None,
25165
25434
  ip_filters: Optional[Sequence[str]] = None,
25166
25435
  object_storage_usage_alert_threshold_gb: Optional[int] = None,
25436
+ private_access: Optional['outputs.ThanosThanosUserConfigPrivateAccess'] = None,
25437
+ privatelink_access: Optional['outputs.ThanosThanosUserConfigPrivatelinkAccess'] = None,
25167
25438
  public_access: Optional['outputs.ThanosThanosUserConfigPublicAccess'] = None,
25168
25439
  query: Optional['outputs.ThanosThanosUserConfigQuery'] = None,
25169
25440
  query_frontend: Optional['outputs.ThanosThanosUserConfigQueryFrontend'] = None,
@@ -25174,21 +25445,23 @@ class ThanosThanosUserConfig(dict):
25174
25445
  static_ips: Optional[bool] = None,
25175
25446
  store: Optional[Mapping[str, str]] = None):
25176
25447
  """
25177
- :param 'ThanosThanosUserConfigCompactorArgs' compactor: ThanosCompactor
25448
+ :param 'ThanosThanosUserConfigCompactorArgs' compactor: Configuration options for Thanos Compactor
25178
25449
  :param Mapping[str, str] env: Environmental variables.
25179
25450
  :param Sequence['ThanosThanosUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
25180
25451
  :param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
25181
25452
  :param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
25182
25453
  :param int object_storage_usage_alert_threshold_gb: After exceeding the limit a service alert is going to be raised (0 means not set).
25454
+ :param 'ThanosThanosUserConfigPrivateAccessArgs' private_access: Allow access to selected service ports from private networks
25455
+ :param 'ThanosThanosUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
25183
25456
  :param 'ThanosThanosUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
25184
- :param 'ThanosThanosUserConfigQueryArgs' query: ThanosQuery
25185
- :param 'ThanosThanosUserConfigQueryFrontendArgs' query_frontend: ThanosQueryFrontend
25186
- :param Mapping[str, str] receiver_ingesting: CommonReceive.
25187
- :param Mapping[str, str] receiver_routing: ThanosReceiveRouting.
25188
- :param Mapping[str, str] ruler: ThanosRuler.
25457
+ :param 'ThanosThanosUserConfigQueryArgs' query: Configuration options for Thanos Query
25458
+ :param 'ThanosThanosUserConfigQueryFrontendArgs' query_frontend: Configuration options for Thanos Query Frontend
25459
+ :param Mapping[str, str] receiver_ingesting: Common configuration options for Thanos Receive.
25460
+ :param Mapping[str, str] receiver_routing: Configuration options for Thanos Receive Routing.
25461
+ :param Mapping[str, str] ruler: Configuration options for Thanos Ruler.
25189
25462
  :param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
25190
25463
  :param bool static_ips: Use static public IP addresses.
25191
- :param Mapping[str, str] store: ThanosStore.
25464
+ :param Mapping[str, str] store: Configuration options for Thanos Store.
25192
25465
  """
25193
25466
  if compactor is not None:
25194
25467
  pulumi.set(__self__, "compactor", compactor)
@@ -25202,6 +25475,10 @@ class ThanosThanosUserConfig(dict):
25202
25475
  pulumi.set(__self__, "ip_filters", ip_filters)
25203
25476
  if object_storage_usage_alert_threshold_gb is not None:
25204
25477
  pulumi.set(__self__, "object_storage_usage_alert_threshold_gb", object_storage_usage_alert_threshold_gb)
25478
+ if private_access is not None:
25479
+ pulumi.set(__self__, "private_access", private_access)
25480
+ if privatelink_access is not None:
25481
+ pulumi.set(__self__, "privatelink_access", privatelink_access)
25205
25482
  if public_access is not None:
25206
25483
  pulumi.set(__self__, "public_access", public_access)
25207
25484
  if query is not None:
@@ -25225,7 +25502,7 @@ class ThanosThanosUserConfig(dict):
25225
25502
  @pulumi.getter
25226
25503
  def compactor(self) -> Optional['outputs.ThanosThanosUserConfigCompactor']:
25227
25504
  """
25228
- ThanosCompactor
25505
+ Configuration options for Thanos Compactor
25229
25506
  """
25230
25507
  return pulumi.get(self, "compactor")
25231
25508
 
@@ -25271,6 +25548,22 @@ class ThanosThanosUserConfig(dict):
25271
25548
  """
25272
25549
  return pulumi.get(self, "object_storage_usage_alert_threshold_gb")
25273
25550
 
25551
+ @property
25552
+ @pulumi.getter(name="privateAccess")
25553
+ def private_access(self) -> Optional['outputs.ThanosThanosUserConfigPrivateAccess']:
25554
+ """
25555
+ Allow access to selected service ports from private networks
25556
+ """
25557
+ return pulumi.get(self, "private_access")
25558
+
25559
+ @property
25560
+ @pulumi.getter(name="privatelinkAccess")
25561
+ def privatelink_access(self) -> Optional['outputs.ThanosThanosUserConfigPrivatelinkAccess']:
25562
+ """
25563
+ Allow access to selected service components through Privatelink
25564
+ """
25565
+ return pulumi.get(self, "privatelink_access")
25566
+
25274
25567
  @property
25275
25568
  @pulumi.getter(name="publicAccess")
25276
25569
  def public_access(self) -> Optional['outputs.ThanosThanosUserConfigPublicAccess']:
@@ -25283,7 +25576,7 @@ class ThanosThanosUserConfig(dict):
25283
25576
  @pulumi.getter
25284
25577
  def query(self) -> Optional['outputs.ThanosThanosUserConfigQuery']:
25285
25578
  """
25286
- ThanosQuery
25579
+ Configuration options for Thanos Query
25287
25580
  """
25288
25581
  return pulumi.get(self, "query")
25289
25582
 
@@ -25291,7 +25584,7 @@ class ThanosThanosUserConfig(dict):
25291
25584
  @pulumi.getter(name="queryFrontend")
25292
25585
  def query_frontend(self) -> Optional['outputs.ThanosThanosUserConfigQueryFrontend']:
25293
25586
  """
25294
- ThanosQueryFrontend
25587
+ Configuration options for Thanos Query Frontend
25295
25588
  """
25296
25589
  return pulumi.get(self, "query_frontend")
25297
25590
 
@@ -25299,7 +25592,7 @@ class ThanosThanosUserConfig(dict):
25299
25592
  @pulumi.getter(name="receiverIngesting")
25300
25593
  def receiver_ingesting(self) -> Optional[Mapping[str, str]]:
25301
25594
  """
25302
- CommonReceive.
25595
+ Common configuration options for Thanos Receive.
25303
25596
  """
25304
25597
  return pulumi.get(self, "receiver_ingesting")
25305
25598
 
@@ -25307,7 +25600,7 @@ class ThanosThanosUserConfig(dict):
25307
25600
  @pulumi.getter(name="receiverRouting")
25308
25601
  def receiver_routing(self) -> Optional[Mapping[str, str]]:
25309
25602
  """
25310
- ThanosReceiveRouting.
25603
+ Configuration options for Thanos Receive Routing.
25311
25604
  """
25312
25605
  return pulumi.get(self, "receiver_routing")
25313
25606
 
@@ -25315,7 +25608,7 @@ class ThanosThanosUserConfig(dict):
25315
25608
  @pulumi.getter
25316
25609
  def ruler(self) -> Optional[Mapping[str, str]]:
25317
25610
  """
25318
- ThanosRuler.
25611
+ Configuration options for Thanos Ruler.
25319
25612
  """
25320
25613
  return pulumi.get(self, "ruler")
25321
25614
 
@@ -25339,7 +25632,7 @@ class ThanosThanosUserConfig(dict):
25339
25632
  @pulumi.getter
25340
25633
  def store(self) -> Optional[Mapping[str, str]]:
25341
25634
  """
25342
- ThanosStore.
25635
+ Configuration options for Thanos Store.
25343
25636
  """
25344
25637
  return pulumi.get(self, "store")
25345
25638
 
@@ -25410,6 +25703,106 @@ class ThanosThanosUserConfigIpFilterObject(dict):
25410
25703
  return pulumi.get(self, "description")
25411
25704
 
25412
25705
 
25706
+ @pulumi.output_type
25707
+ class ThanosThanosUserConfigPrivateAccess(dict):
25708
+ @staticmethod
25709
+ def __key_warning(key: str):
25710
+ suggest = None
25711
+ if key == "queryFrontend":
25712
+ suggest = "query_frontend"
25713
+ elif key == "receiverRouting":
25714
+ suggest = "receiver_routing"
25715
+
25716
+ if suggest:
25717
+ pulumi.log.warn(f"Key '{key}' not found in ThanosThanosUserConfigPrivateAccess. Access the value via the '{suggest}' property getter instead.")
25718
+
25719
+ def __getitem__(self, key: str) -> Any:
25720
+ ThanosThanosUserConfigPrivateAccess.__key_warning(key)
25721
+ return super().__getitem__(key)
25722
+
25723
+ def get(self, key: str, default = None) -> Any:
25724
+ ThanosThanosUserConfigPrivateAccess.__key_warning(key)
25725
+ return super().get(key, default)
25726
+
25727
+ def __init__(__self__, *,
25728
+ query_frontend: Optional[bool] = None,
25729
+ receiver_routing: Optional[bool] = None):
25730
+ """
25731
+ :param bool query_frontend: Allow clients to connect to query_frontend with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
25732
+ :param bool receiver_routing: Allow clients to connect to receiver_routing with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
25733
+ """
25734
+ if query_frontend is not None:
25735
+ pulumi.set(__self__, "query_frontend", query_frontend)
25736
+ if receiver_routing is not None:
25737
+ pulumi.set(__self__, "receiver_routing", receiver_routing)
25738
+
25739
+ @property
25740
+ @pulumi.getter(name="queryFrontend")
25741
+ def query_frontend(self) -> Optional[bool]:
25742
+ """
25743
+ Allow clients to connect to query_frontend with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
25744
+ """
25745
+ return pulumi.get(self, "query_frontend")
25746
+
25747
+ @property
25748
+ @pulumi.getter(name="receiverRouting")
25749
+ def receiver_routing(self) -> Optional[bool]:
25750
+ """
25751
+ Allow clients to connect to receiver_routing with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
25752
+ """
25753
+ return pulumi.get(self, "receiver_routing")
25754
+
25755
+
25756
+ @pulumi.output_type
25757
+ class ThanosThanosUserConfigPrivatelinkAccess(dict):
25758
+ @staticmethod
25759
+ def __key_warning(key: str):
25760
+ suggest = None
25761
+ if key == "queryFrontend":
25762
+ suggest = "query_frontend"
25763
+ elif key == "receiverRouting":
25764
+ suggest = "receiver_routing"
25765
+
25766
+ if suggest:
25767
+ pulumi.log.warn(f"Key '{key}' not found in ThanosThanosUserConfigPrivatelinkAccess. Access the value via the '{suggest}' property getter instead.")
25768
+
25769
+ def __getitem__(self, key: str) -> Any:
25770
+ ThanosThanosUserConfigPrivatelinkAccess.__key_warning(key)
25771
+ return super().__getitem__(key)
25772
+
25773
+ def get(self, key: str, default = None) -> Any:
25774
+ ThanosThanosUserConfigPrivatelinkAccess.__key_warning(key)
25775
+ return super().get(key, default)
25776
+
25777
+ def __init__(__self__, *,
25778
+ query_frontend: Optional[bool] = None,
25779
+ receiver_routing: Optional[bool] = None):
25780
+ """
25781
+ :param bool query_frontend: Enable query_frontend.
25782
+ :param bool receiver_routing: Enable receiver_routing.
25783
+ """
25784
+ if query_frontend is not None:
25785
+ pulumi.set(__self__, "query_frontend", query_frontend)
25786
+ if receiver_routing is not None:
25787
+ pulumi.set(__self__, "receiver_routing", receiver_routing)
25788
+
25789
+ @property
25790
+ @pulumi.getter(name="queryFrontend")
25791
+ def query_frontend(self) -> Optional[bool]:
25792
+ """
25793
+ Enable query_frontend.
25794
+ """
25795
+ return pulumi.get(self, "query_frontend")
25796
+
25797
+ @property
25798
+ @pulumi.getter(name="receiverRouting")
25799
+ def receiver_routing(self) -> Optional[bool]:
25800
+ """
25801
+ Enable receiver_routing.
25802
+ """
25803
+ return pulumi.get(self, "receiver_routing")
25804
+
25805
+
25413
25806
  @pulumi.output_type
25414
25807
  class ThanosThanosUserConfigPublicAccess(dict):
25415
25808
  @staticmethod
@@ -32185,8 +32578,8 @@ class GetKafkaConnectKafkaConnectUserConfigSecretProviderResult(dict):
32185
32578
  vault: Optional['outputs.GetKafkaConnectKafkaConnectUserConfigSecretProviderVaultResult'] = None):
32186
32579
  """
32187
32580
  :param str name: Name of the secret provider. Used to reference secrets in connector config.
32188
- :param 'GetKafkaConnectKafkaConnectUserConfigSecretProviderAwsArgs' aws: AWS config for Secret Provider
32189
- :param 'GetKafkaConnectKafkaConnectUserConfigSecretProviderVaultArgs' vault: Vault Config for Secret Provider
32581
+ :param 'GetKafkaConnectKafkaConnectUserConfigSecretProviderAwsArgs' aws: AWS secret provider configuration
32582
+ :param 'GetKafkaConnectKafkaConnectUserConfigSecretProviderVaultArgs' vault: Vault secret provider configuration
32190
32583
  """
32191
32584
  pulumi.set(__self__, "name", name)
32192
32585
  if aws is not None:
@@ -32206,7 +32599,7 @@ class GetKafkaConnectKafkaConnectUserConfigSecretProviderResult(dict):
32206
32599
  @pulumi.getter
32207
32600
  def aws(self) -> Optional['outputs.GetKafkaConnectKafkaConnectUserConfigSecretProviderAwsResult']:
32208
32601
  """
32209
- AWS config for Secret Provider
32602
+ AWS secret provider configuration
32210
32603
  """
32211
32604
  return pulumi.get(self, "aws")
32212
32605
 
@@ -32214,7 +32607,7 @@ class GetKafkaConnectKafkaConnectUserConfigSecretProviderResult(dict):
32214
32607
  @pulumi.getter
32215
32608
  def vault(self) -> Optional['outputs.GetKafkaConnectKafkaConnectUserConfigSecretProviderVaultResult']:
32216
32609
  """
32217
- Vault Config for Secret Provider
32610
+ Vault secret provider configuration
32218
32611
  """
32219
32612
  return pulumi.get(self, "vault")
32220
32613
 
@@ -33690,8 +34083,8 @@ class GetKafkaKafkaUserConfigKafkaConnectSecretProviderResult(dict):
33690
34083
  vault: Optional['outputs.GetKafkaKafkaUserConfigKafkaConnectSecretProviderVaultResult'] = None):
33691
34084
  """
33692
34085
  :param str name: Name of the secret provider. Used to reference secrets in connector config.
33693
- :param 'GetKafkaKafkaUserConfigKafkaConnectSecretProviderAwsArgs' aws: AWS config for Secret Provider
33694
- :param 'GetKafkaKafkaUserConfigKafkaConnectSecretProviderVaultArgs' vault: Vault Config for Secret Provider
34086
+ :param 'GetKafkaKafkaUserConfigKafkaConnectSecretProviderAwsArgs' aws: AWS secret provider configuration
34087
+ :param 'GetKafkaKafkaUserConfigKafkaConnectSecretProviderVaultArgs' vault: Vault secret provider configuration
33695
34088
  """
33696
34089
  pulumi.set(__self__, "name", name)
33697
34090
  if aws is not None:
@@ -33711,7 +34104,7 @@ class GetKafkaKafkaUserConfigKafkaConnectSecretProviderResult(dict):
33711
34104
  @pulumi.getter
33712
34105
  def aws(self) -> Optional['outputs.GetKafkaKafkaUserConfigKafkaConnectSecretProviderAwsResult']:
33713
34106
  """
33714
- AWS config for Secret Provider
34107
+ AWS secret provider configuration
33715
34108
  """
33716
34109
  return pulumi.get(self, "aws")
33717
34110
 
@@ -33719,7 +34112,7 @@ class GetKafkaKafkaUserConfigKafkaConnectSecretProviderResult(dict):
33719
34112
  @pulumi.getter
33720
34113
  def vault(self) -> Optional['outputs.GetKafkaKafkaUserConfigKafkaConnectSecretProviderVaultResult']:
33721
34114
  """
33722
- Vault Config for Secret Provider
34115
+ Vault secret provider configuration
33723
34116
  """
33724
34117
  return pulumi.get(self, "vault")
33725
34118
 
@@ -38311,7 +38704,7 @@ class GetOpenSearchOpensearchUserConfigAzureMigrationResult(dict):
38311
38704
  restore_global_state: Optional[bool] = None,
38312
38705
  sas_token: Optional[str] = None):
38313
38706
  """
38314
- :param str account: Azure account name.
38707
+ :param str account: Account name.
38315
38708
  :param str base_path: The path to the repository data within its container. The value of this setting should not start or end with a /.
38316
38709
  :param str container: Azure container name.
38317
38710
  :param str indices: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. Example: `metrics*,logs*,data-20240823`.
@@ -38348,7 +38741,7 @@ class GetOpenSearchOpensearchUserConfigAzureMigrationResult(dict):
38348
38741
  @pulumi.getter
38349
38742
  def account(self) -> str:
38350
38743
  """
38351
- Azure account name.
38744
+ Account name.
38352
38745
  """
38353
38746
  return pulumi.get(self, "account")
38354
38747
 
@@ -38915,6 +39308,7 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
38915
39308
  reindex_remote_whitelists: Optional[Sequence[str]] = None,
38916
39309
  script_max_compilations_rate: Optional[str] = None,
38917
39310
  search_backpressure: Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchSearchBackpressureResult'] = None,
39311
+ search_insights_top_queries: Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesResult'] = None,
38918
39312
  search_max_buckets: Optional[int] = None,
38919
39313
  shard_indexing_pressure: Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchShardIndexingPressureResult'] = None,
38920
39314
  thread_pool_analyze_queue_size: Optional[int] = None,
@@ -39042,6 +39436,8 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
39042
39436
  pulumi.set(__self__, "script_max_compilations_rate", script_max_compilations_rate)
39043
39437
  if search_backpressure is not None:
39044
39438
  pulumi.set(__self__, "search_backpressure", search_backpressure)
39439
+ if search_insights_top_queries is not None:
39440
+ pulumi.set(__self__, "search_insights_top_queries", search_insights_top_queries)
39045
39441
  if search_max_buckets is not None:
39046
39442
  pulumi.set(__self__, "search_max_buckets", search_max_buckets)
39047
39443
  if shard_indexing_pressure is not None:
@@ -39333,6 +39729,11 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
39333
39729
  """
39334
39730
  return pulumi.get(self, "search_backpressure")
39335
39731
 
39732
+ @property
39733
+ @pulumi.getter(name="searchInsightsTopQueries")
39734
+ def search_insights_top_queries(self) -> Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesResult']:
39735
+ return pulumi.get(self, "search_insights_top_queries")
39736
+
39336
39737
  @property
39337
39738
  @pulumi.getter(name="searchMaxBuckets")
39338
39739
  def search_max_buckets(self) -> Optional[int]:
@@ -40006,6 +40407,178 @@ class GetOpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchTaskRes
40006
40407
  return pulumi.get(self, "total_heap_percent_threshold")
40007
40408
 
40008
40409
 
40410
+ @pulumi.output_type
40411
+ class GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesResult(dict):
40412
+ def __init__(__self__, *,
40413
+ cpu: Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuResult'] = None,
40414
+ latency: Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyResult'] = None,
40415
+ memory: Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryResult'] = None):
40416
+ """
40417
+ :param 'GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuArgs' cpu: Top N queries monitoring by CPU
40418
+ :param 'GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyArgs' latency: Top N queries monitoring by latency
40419
+ :param 'GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgs' memory: Top N queries monitoring by memory
40420
+ """
40421
+ if cpu is not None:
40422
+ pulumi.set(__self__, "cpu", cpu)
40423
+ if latency is not None:
40424
+ pulumi.set(__self__, "latency", latency)
40425
+ if memory is not None:
40426
+ pulumi.set(__self__, "memory", memory)
40427
+
40428
+ @property
40429
+ @pulumi.getter
40430
+ def cpu(self) -> Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuResult']:
40431
+ """
40432
+ Top N queries monitoring by CPU
40433
+ """
40434
+ return pulumi.get(self, "cpu")
40435
+
40436
+ @property
40437
+ @pulumi.getter
40438
+ def latency(self) -> Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyResult']:
40439
+ """
40440
+ Top N queries monitoring by latency
40441
+ """
40442
+ return pulumi.get(self, "latency")
40443
+
40444
+ @property
40445
+ @pulumi.getter
40446
+ def memory(self) -> Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryResult']:
40447
+ """
40448
+ Top N queries monitoring by memory
40449
+ """
40450
+ return pulumi.get(self, "memory")
40451
+
40452
+
40453
+ @pulumi.output_type
40454
+ class GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuResult(dict):
40455
+ def __init__(__self__, *,
40456
+ enabled: Optional[bool] = None,
40457
+ top_n_size: Optional[int] = None,
40458
+ window_size: Optional[str] = None):
40459
+ """
40460
+ :param bool enabled: Enable or disable top N query monitoring by the metric. Default: `false`.
40461
+ :param int top_n_size: Specify the value of N for the top N queries by the metric.
40462
+ :param str window_size: The window size of the top N queries by the metric.
40463
+ """
40464
+ if enabled is not None:
40465
+ pulumi.set(__self__, "enabled", enabled)
40466
+ if top_n_size is not None:
40467
+ pulumi.set(__self__, "top_n_size", top_n_size)
40468
+ if window_size is not None:
40469
+ pulumi.set(__self__, "window_size", window_size)
40470
+
40471
+ @property
40472
+ @pulumi.getter
40473
+ def enabled(self) -> Optional[bool]:
40474
+ """
40475
+ Enable or disable top N query monitoring by the metric. Default: `false`.
40476
+ """
40477
+ return pulumi.get(self, "enabled")
40478
+
40479
+ @property
40480
+ @pulumi.getter(name="topNSize")
40481
+ def top_n_size(self) -> Optional[int]:
40482
+ """
40483
+ Specify the value of N for the top N queries by the metric.
40484
+ """
40485
+ return pulumi.get(self, "top_n_size")
40486
+
40487
+ @property
40488
+ @pulumi.getter(name="windowSize")
40489
+ def window_size(self) -> Optional[str]:
40490
+ """
40491
+ The window size of the top N queries by the metric.
40492
+ """
40493
+ return pulumi.get(self, "window_size")
40494
+
40495
+
40496
+ @pulumi.output_type
40497
+ class GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyResult(dict):
40498
+ def __init__(__self__, *,
40499
+ enabled: Optional[bool] = None,
40500
+ top_n_size: Optional[int] = None,
40501
+ window_size: Optional[str] = None):
40502
+ """
40503
+ :param bool enabled: Enable or disable top N query monitoring by the metric. Default: `false`.
40504
+ :param int top_n_size: Specify the value of N for the top N queries by the metric.
40505
+ :param str window_size: The window size of the top N queries by the metric.
40506
+ """
40507
+ if enabled is not None:
40508
+ pulumi.set(__self__, "enabled", enabled)
40509
+ if top_n_size is not None:
40510
+ pulumi.set(__self__, "top_n_size", top_n_size)
40511
+ if window_size is not None:
40512
+ pulumi.set(__self__, "window_size", window_size)
40513
+
40514
+ @property
40515
+ @pulumi.getter
40516
+ def enabled(self) -> Optional[bool]:
40517
+ """
40518
+ Enable or disable top N query monitoring by the metric. Default: `false`.
40519
+ """
40520
+ return pulumi.get(self, "enabled")
40521
+
40522
+ @property
40523
+ @pulumi.getter(name="topNSize")
40524
+ def top_n_size(self) -> Optional[int]:
40525
+ """
40526
+ Specify the value of N for the top N queries by the metric.
40527
+ """
40528
+ return pulumi.get(self, "top_n_size")
40529
+
40530
+ @property
40531
+ @pulumi.getter(name="windowSize")
40532
+ def window_size(self) -> Optional[str]:
40533
+ """
40534
+ The window size of the top N queries by the metric.
40535
+ """
40536
+ return pulumi.get(self, "window_size")
40537
+
40538
+
40539
+ @pulumi.output_type
40540
+ class GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryResult(dict):
40541
+ def __init__(__self__, *,
40542
+ enabled: Optional[bool] = None,
40543
+ top_n_size: Optional[int] = None,
40544
+ window_size: Optional[str] = None):
40545
+ """
40546
+ :param bool enabled: Enable or disable top N query monitoring by the metric. Default: `false`.
40547
+ :param int top_n_size: Specify the value of N for the top N queries by the metric.
40548
+ :param str window_size: The window size of the top N queries by the metric.
40549
+ """
40550
+ if enabled is not None:
40551
+ pulumi.set(__self__, "enabled", enabled)
40552
+ if top_n_size is not None:
40553
+ pulumi.set(__self__, "top_n_size", top_n_size)
40554
+ if window_size is not None:
40555
+ pulumi.set(__self__, "window_size", window_size)
40556
+
40557
+ @property
40558
+ @pulumi.getter
40559
+ def enabled(self) -> Optional[bool]:
40560
+ """
40561
+ Enable or disable top N query monitoring by the metric. Default: `false`.
40562
+ """
40563
+ return pulumi.get(self, "enabled")
40564
+
40565
+ @property
40566
+ @pulumi.getter(name="topNSize")
40567
+ def top_n_size(self) -> Optional[int]:
40568
+ """
40569
+ Specify the value of N for the top N queries by the metric.
40570
+ """
40571
+ return pulumi.get(self, "top_n_size")
40572
+
40573
+ @property
40574
+ @pulumi.getter(name="windowSize")
40575
+ def window_size(self) -> Optional[str]:
40576
+ """
40577
+ The window size of the top N queries by the metric.
40578
+ """
40579
+ return pulumi.get(self, "window_size")
40580
+
40581
+
40009
40582
  @pulumi.output_type
40010
40583
  class GetOpenSearchOpensearchUserConfigOpensearchShardIndexingPressureResult(dict):
40011
40584
  def __init__(__self__, *,
@@ -44358,6 +44931,7 @@ class GetServiceIntegrationEndpointDatadogUserConfigResult(dict):
44358
44931
  datadog_api_key: str,
44359
44932
  datadog_tags: Optional[Sequence['outputs.GetServiceIntegrationEndpointDatadogUserConfigDatadogTagResult']] = None,
44360
44933
  disable_consumer_stats: Optional[bool] = None,
44934
+ extra_tags_prefix: Optional[str] = None,
44361
44935
  kafka_consumer_check_instances: Optional[int] = None,
44362
44936
  kafka_consumer_stats_timeout: Optional[int] = None,
44363
44937
  max_partition_contexts: Optional[int] = None,
@@ -44366,6 +44940,7 @@ class GetServiceIntegrationEndpointDatadogUserConfigResult(dict):
44366
44940
  :param str datadog_api_key: Datadog API key. Example: `848f30907c15c55d601fe45487cce9b6`.
44367
44941
  :param Sequence['GetServiceIntegrationEndpointDatadogUserConfigDatadogTagArgs'] datadog_tags: Custom tags provided by user
44368
44942
  :param bool disable_consumer_stats: Disable consumer group metrics.
44943
+ :param str extra_tags_prefix: Extra tags prefix. Defaults to aiven.
44369
44944
  :param int kafka_consumer_check_instances: Number of separate instances to fetch kafka consumer statistics with. Example: `8`.
44370
44945
  :param int kafka_consumer_stats_timeout: Number of seconds that datadog will wait to get consumer statistics from brokers. Example: `60`.
44371
44946
  :param int max_partition_contexts: Maximum number of partition contexts to send. Example: `32000`.
@@ -44376,6 +44951,8 @@ class GetServiceIntegrationEndpointDatadogUserConfigResult(dict):
44376
44951
  pulumi.set(__self__, "datadog_tags", datadog_tags)
44377
44952
  if disable_consumer_stats is not None:
44378
44953
  pulumi.set(__self__, "disable_consumer_stats", disable_consumer_stats)
44954
+ if extra_tags_prefix is not None:
44955
+ pulumi.set(__self__, "extra_tags_prefix", extra_tags_prefix)
44379
44956
  if kafka_consumer_check_instances is not None:
44380
44957
  pulumi.set(__self__, "kafka_consumer_check_instances", kafka_consumer_check_instances)
44381
44958
  if kafka_consumer_stats_timeout is not None:
@@ -44409,6 +44986,14 @@ class GetServiceIntegrationEndpointDatadogUserConfigResult(dict):
44409
44986
  """
44410
44987
  return pulumi.get(self, "disable_consumer_stats")
44411
44988
 
44989
+ @property
44990
+ @pulumi.getter(name="extraTagsPrefix")
44991
+ def extra_tags_prefix(self) -> Optional[str]:
44992
+ """
44993
+ Extra tags prefix. Defaults to aiven.
44994
+ """
44995
+ return pulumi.get(self, "extra_tags_prefix")
44996
+
44412
44997
  @property
44413
44998
  @pulumi.getter(name="kafkaConsumerCheckInstances")
44414
44999
  def kafka_consumer_check_instances(self) -> Optional[int]:
@@ -46667,6 +47252,8 @@ class GetThanosThanosUserConfigResult(dict):
46667
47252
  ip_filter_strings: Optional[Sequence[str]] = None,
46668
47253
  ip_filters: Optional[Sequence[str]] = None,
46669
47254
  object_storage_usage_alert_threshold_gb: Optional[int] = None,
47255
+ private_access: Optional['outputs.GetThanosThanosUserConfigPrivateAccessResult'] = None,
47256
+ privatelink_access: Optional['outputs.GetThanosThanosUserConfigPrivatelinkAccessResult'] = None,
46670
47257
  public_access: Optional['outputs.GetThanosThanosUserConfigPublicAccessResult'] = None,
46671
47258
  query: Optional['outputs.GetThanosThanosUserConfigQueryResult'] = None,
46672
47259
  query_frontend: Optional['outputs.GetThanosThanosUserConfigQueryFrontendResult'] = None,
@@ -46677,21 +47264,23 @@ class GetThanosThanosUserConfigResult(dict):
46677
47264
  static_ips: Optional[bool] = None,
46678
47265
  store: Optional[Mapping[str, str]] = None):
46679
47266
  """
46680
- :param 'GetThanosThanosUserConfigCompactorArgs' compactor: ThanosCompactor
47267
+ :param 'GetThanosThanosUserConfigCompactorArgs' compactor: Configuration options for Thanos Compactor
46681
47268
  :param Mapping[str, str] env: Environmental variables.
46682
47269
  :param Sequence['GetThanosThanosUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
46683
47270
  :param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
46684
47271
  :param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
46685
47272
  :param int object_storage_usage_alert_threshold_gb: After exceeding the limit a service alert is going to be raised (0 means not set).
47273
+ :param 'GetThanosThanosUserConfigPrivateAccessArgs' private_access: Allow access to selected service ports from private networks
47274
+ :param 'GetThanosThanosUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
46686
47275
  :param 'GetThanosThanosUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
46687
- :param 'GetThanosThanosUserConfigQueryArgs' query: ThanosQuery
46688
- :param 'GetThanosThanosUserConfigQueryFrontendArgs' query_frontend: ThanosQueryFrontend
46689
- :param Mapping[str, str] receiver_ingesting: CommonReceive.
46690
- :param Mapping[str, str] receiver_routing: ThanosReceiveRouting.
46691
- :param Mapping[str, str] ruler: ThanosRuler.
47276
+ :param 'GetThanosThanosUserConfigQueryArgs' query: Configuration options for Thanos Query
47277
+ :param 'GetThanosThanosUserConfigQueryFrontendArgs' query_frontend: Configuration options for Thanos Query Frontend
47278
+ :param Mapping[str, str] receiver_ingesting: Common configuration options for Thanos Receive.
47279
+ :param Mapping[str, str] receiver_routing: Configuration options for Thanos Receive Routing.
47280
+ :param Mapping[str, str] ruler: Configuration options for Thanos Ruler.
46692
47281
  :param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
46693
47282
  :param bool static_ips: Use static public IP addresses.
46694
- :param Mapping[str, str] store: ThanosStore.
47283
+ :param Mapping[str, str] store: Configuration options for Thanos Store.
46695
47284
  """
46696
47285
  if compactor is not None:
46697
47286
  pulumi.set(__self__, "compactor", compactor)
@@ -46705,6 +47294,10 @@ class GetThanosThanosUserConfigResult(dict):
46705
47294
  pulumi.set(__self__, "ip_filters", ip_filters)
46706
47295
  if object_storage_usage_alert_threshold_gb is not None:
46707
47296
  pulumi.set(__self__, "object_storage_usage_alert_threshold_gb", object_storage_usage_alert_threshold_gb)
47297
+ if private_access is not None:
47298
+ pulumi.set(__self__, "private_access", private_access)
47299
+ if privatelink_access is not None:
47300
+ pulumi.set(__self__, "privatelink_access", privatelink_access)
46708
47301
  if public_access is not None:
46709
47302
  pulumi.set(__self__, "public_access", public_access)
46710
47303
  if query is not None:
@@ -46728,7 +47321,7 @@ class GetThanosThanosUserConfigResult(dict):
46728
47321
  @pulumi.getter
46729
47322
  def compactor(self) -> Optional['outputs.GetThanosThanosUserConfigCompactorResult']:
46730
47323
  """
46731
- ThanosCompactor
47324
+ Configuration options for Thanos Compactor
46732
47325
  """
46733
47326
  return pulumi.get(self, "compactor")
46734
47327
 
@@ -46774,6 +47367,22 @@ class GetThanosThanosUserConfigResult(dict):
46774
47367
  """
46775
47368
  return pulumi.get(self, "object_storage_usage_alert_threshold_gb")
46776
47369
 
47370
+ @property
47371
+ @pulumi.getter(name="privateAccess")
47372
+ def private_access(self) -> Optional['outputs.GetThanosThanosUserConfigPrivateAccessResult']:
47373
+ """
47374
+ Allow access to selected service ports from private networks
47375
+ """
47376
+ return pulumi.get(self, "private_access")
47377
+
47378
+ @property
47379
+ @pulumi.getter(name="privatelinkAccess")
47380
+ def privatelink_access(self) -> Optional['outputs.GetThanosThanosUserConfigPrivatelinkAccessResult']:
47381
+ """
47382
+ Allow access to selected service components through Privatelink
47383
+ """
47384
+ return pulumi.get(self, "privatelink_access")
47385
+
46777
47386
  @property
46778
47387
  @pulumi.getter(name="publicAccess")
46779
47388
  def public_access(self) -> Optional['outputs.GetThanosThanosUserConfigPublicAccessResult']:
@@ -46786,7 +47395,7 @@ class GetThanosThanosUserConfigResult(dict):
46786
47395
  @pulumi.getter
46787
47396
  def query(self) -> Optional['outputs.GetThanosThanosUserConfigQueryResult']:
46788
47397
  """
46789
- ThanosQuery
47398
+ Configuration options for Thanos Query
46790
47399
  """
46791
47400
  return pulumi.get(self, "query")
46792
47401
 
@@ -46794,7 +47403,7 @@ class GetThanosThanosUserConfigResult(dict):
46794
47403
  @pulumi.getter(name="queryFrontend")
46795
47404
  def query_frontend(self) -> Optional['outputs.GetThanosThanosUserConfigQueryFrontendResult']:
46796
47405
  """
46797
- ThanosQueryFrontend
47406
+ Configuration options for Thanos Query Frontend
46798
47407
  """
46799
47408
  return pulumi.get(self, "query_frontend")
46800
47409
 
@@ -46802,7 +47411,7 @@ class GetThanosThanosUserConfigResult(dict):
46802
47411
  @pulumi.getter(name="receiverIngesting")
46803
47412
  def receiver_ingesting(self) -> Optional[Mapping[str, str]]:
46804
47413
  """
46805
- CommonReceive.
47414
+ Common configuration options for Thanos Receive.
46806
47415
  """
46807
47416
  return pulumi.get(self, "receiver_ingesting")
46808
47417
 
@@ -46810,7 +47419,7 @@ class GetThanosThanosUserConfigResult(dict):
46810
47419
  @pulumi.getter(name="receiverRouting")
46811
47420
  def receiver_routing(self) -> Optional[Mapping[str, str]]:
46812
47421
  """
46813
- ThanosReceiveRouting.
47422
+ Configuration options for Thanos Receive Routing.
46814
47423
  """
46815
47424
  return pulumi.get(self, "receiver_routing")
46816
47425
 
@@ -46818,7 +47427,7 @@ class GetThanosThanosUserConfigResult(dict):
46818
47427
  @pulumi.getter
46819
47428
  def ruler(self) -> Optional[Mapping[str, str]]:
46820
47429
  """
46821
- ThanosRuler.
47430
+ Configuration options for Thanos Ruler.
46822
47431
  """
46823
47432
  return pulumi.get(self, "ruler")
46824
47433
 
@@ -46842,7 +47451,7 @@ class GetThanosThanosUserConfigResult(dict):
46842
47451
  @pulumi.getter
46843
47452
  def store(self) -> Optional[Mapping[str, str]]:
46844
47453
  """
46845
- ThanosStore.
47454
+ Configuration options for Thanos Store.
46846
47455
  """
46847
47456
  return pulumi.get(self, "store")
46848
47457
 
@@ -46896,6 +47505,68 @@ class GetThanosThanosUserConfigIpFilterObjectResult(dict):
46896
47505
  return pulumi.get(self, "description")
46897
47506
 
46898
47507
 
47508
+ @pulumi.output_type
47509
+ class GetThanosThanosUserConfigPrivateAccessResult(dict):
47510
+ def __init__(__self__, *,
47511
+ query_frontend: Optional[bool] = None,
47512
+ receiver_routing: Optional[bool] = None):
47513
+ """
47514
+ :param bool query_frontend: Allow clients to connect to query_frontend with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
47515
+ :param bool receiver_routing: Allow clients to connect to receiver_routing with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
47516
+ """
47517
+ if query_frontend is not None:
47518
+ pulumi.set(__self__, "query_frontend", query_frontend)
47519
+ if receiver_routing is not None:
47520
+ pulumi.set(__self__, "receiver_routing", receiver_routing)
47521
+
47522
+ @property
47523
+ @pulumi.getter(name="queryFrontend")
47524
+ def query_frontend(self) -> Optional[bool]:
47525
+ """
47526
+ Allow clients to connect to query_frontend with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
47527
+ """
47528
+ return pulumi.get(self, "query_frontend")
47529
+
47530
+ @property
47531
+ @pulumi.getter(name="receiverRouting")
47532
+ def receiver_routing(self) -> Optional[bool]:
47533
+ """
47534
+ Allow clients to connect to receiver_routing with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
47535
+ """
47536
+ return pulumi.get(self, "receiver_routing")
47537
+
47538
+
47539
+ @pulumi.output_type
47540
+ class GetThanosThanosUserConfigPrivatelinkAccessResult(dict):
47541
+ def __init__(__self__, *,
47542
+ query_frontend: Optional[bool] = None,
47543
+ receiver_routing: Optional[bool] = None):
47544
+ """
47545
+ :param bool query_frontend: Enable query_frontend.
47546
+ :param bool receiver_routing: Enable receiver_routing.
47547
+ """
47548
+ if query_frontend is not None:
47549
+ pulumi.set(__self__, "query_frontend", query_frontend)
47550
+ if receiver_routing is not None:
47551
+ pulumi.set(__self__, "receiver_routing", receiver_routing)
47552
+
47553
+ @property
47554
+ @pulumi.getter(name="queryFrontend")
47555
+ def query_frontend(self) -> Optional[bool]:
47556
+ """
47557
+ Enable query_frontend.
47558
+ """
47559
+ return pulumi.get(self, "query_frontend")
47560
+
47561
+ @property
47562
+ @pulumi.getter(name="receiverRouting")
47563
+ def receiver_routing(self) -> Optional[bool]:
47564
+ """
47565
+ Enable receiver_routing.
47566
+ """
47567
+ return pulumi.get(self, "receiver_routing")
47568
+
47569
+
46899
47570
  @pulumi.output_type
46900
47571
  class GetThanosThanosUserConfigPublicAccessResult(dict):
46901
47572
  def __init__(__self__, *,