pulumi-aiven 6.29.0__py3-none-any.whl → 6.29.0a1731734138__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,10 +194,6 @@ __all__ = [
194
194
  'OpenSearchOpensearchUserConfigOpensearchSearchBackpressureNodeDuress',
195
195
  'OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchShardTask',
196
196
  'OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchTask',
197
- 'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueries',
198
- 'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpu',
199
- 'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatency',
200
- 'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemory',
201
197
  'OpenSearchOpensearchUserConfigOpensearchShardIndexingPressure',
202
198
  'OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureOperatingFactor',
203
199
  'OpenSearchOpensearchUserConfigOpensearchShardIndexingPressurePrimaryParameter',
@@ -302,8 +298,6 @@ __all__ = [
302
298
  'ThanosThanosUserConfig',
303
299
  'ThanosThanosUserConfigCompactor',
304
300
  'ThanosThanosUserConfigIpFilterObject',
305
- 'ThanosThanosUserConfigPrivateAccess',
306
- 'ThanosThanosUserConfigPrivatelinkAccess',
307
301
  'ThanosThanosUserConfigPublicAccess',
308
302
  'ThanosThanosUserConfigQuery',
309
303
  'ThanosThanosUserConfigQueryFrontend',
@@ -504,10 +498,6 @@ __all__ = [
504
498
  'GetOpenSearchOpensearchUserConfigOpensearchSearchBackpressureNodeDuressResult',
505
499
  'GetOpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchShardTaskResult',
506
500
  'GetOpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchTaskResult',
507
- 'GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesResult',
508
- 'GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuResult',
509
- 'GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyResult',
510
- 'GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryResult',
511
501
  'GetOpenSearchOpensearchUserConfigOpensearchShardIndexingPressureResult',
512
502
  'GetOpenSearchOpensearchUserConfigOpensearchShardIndexingPressureOperatingFactorResult',
513
503
  'GetOpenSearchOpensearchUserConfigOpensearchShardIndexingPressurePrimaryParameterResult',
@@ -610,8 +600,6 @@ __all__ = [
610
600
  'GetThanosThanosUserConfigResult',
611
601
  'GetThanosThanosUserConfigCompactorResult',
612
602
  'GetThanosThanosUserConfigIpFilterObjectResult',
613
- 'GetThanosThanosUserConfigPrivateAccessResult',
614
- 'GetThanosThanosUserConfigPrivatelinkAccessResult',
615
603
  'GetThanosThanosUserConfigPublicAccessResult',
616
604
  'GetThanosThanosUserConfigQueryResult',
617
605
  'GetThanosThanosUserConfigQueryFrontendResult',
@@ -7092,8 +7080,8 @@ class KafkaConnectKafkaConnectUserConfigSecretProvider(dict):
7092
7080
  vault: Optional['outputs.KafkaConnectKafkaConnectUserConfigSecretProviderVault'] = None):
7093
7081
  """
7094
7082
  :param str name: Name of the secret provider. Used to reference secrets in connector config.
7095
- :param 'KafkaConnectKafkaConnectUserConfigSecretProviderAwsArgs' aws: AWS secret provider configuration
7096
- :param 'KafkaConnectKafkaConnectUserConfigSecretProviderVaultArgs' vault: Vault secret provider configuration
7083
+ :param 'KafkaConnectKafkaConnectUserConfigSecretProviderAwsArgs' aws: AWS config for Secret Provider
7084
+ :param 'KafkaConnectKafkaConnectUserConfigSecretProviderVaultArgs' vault: Vault Config for Secret Provider
7097
7085
  """
7098
7086
  pulumi.set(__self__, "name", name)
7099
7087
  if aws is not None:
@@ -7113,7 +7101,7 @@ class KafkaConnectKafkaConnectUserConfigSecretProvider(dict):
7113
7101
  @pulumi.getter
7114
7102
  def aws(self) -> Optional['outputs.KafkaConnectKafkaConnectUserConfigSecretProviderAws']:
7115
7103
  """
7116
- AWS secret provider configuration
7104
+ AWS config for Secret Provider
7117
7105
  """
7118
7106
  return pulumi.get(self, "aws")
7119
7107
 
@@ -7121,7 +7109,7 @@ class KafkaConnectKafkaConnectUserConfigSecretProvider(dict):
7121
7109
  @pulumi.getter
7122
7110
  def vault(self) -> Optional['outputs.KafkaConnectKafkaConnectUserConfigSecretProviderVault']:
7123
7111
  """
7124
- Vault secret provider configuration
7112
+ Vault Config for Secret Provider
7125
7113
  """
7126
7114
  return pulumi.get(self, "vault")
7127
7115
 
@@ -8912,8 +8900,8 @@ class KafkaKafkaUserConfigKafkaConnectSecretProvider(dict):
8912
8900
  vault: Optional['outputs.KafkaKafkaUserConfigKafkaConnectSecretProviderVault'] = None):
8913
8901
  """
8914
8902
  :param str name: Name of the secret provider. Used to reference secrets in connector config.
8915
- :param 'KafkaKafkaUserConfigKafkaConnectSecretProviderAwsArgs' aws: AWS secret provider configuration
8916
- :param 'KafkaKafkaUserConfigKafkaConnectSecretProviderVaultArgs' vault: Vault secret provider configuration
8903
+ :param 'KafkaKafkaUserConfigKafkaConnectSecretProviderAwsArgs' aws: AWS config for Secret Provider
8904
+ :param 'KafkaKafkaUserConfigKafkaConnectSecretProviderVaultArgs' vault: Vault Config for Secret Provider
8917
8905
  """
8918
8906
  pulumi.set(__self__, "name", name)
8919
8907
  if aws is not None:
@@ -8933,7 +8921,7 @@ class KafkaKafkaUserConfigKafkaConnectSecretProvider(dict):
8933
8921
  @pulumi.getter
8934
8922
  def aws(self) -> Optional['outputs.KafkaKafkaUserConfigKafkaConnectSecretProviderAws']:
8935
8923
  """
8936
- AWS secret provider configuration
8924
+ AWS config for Secret Provider
8937
8925
  """
8938
8926
  return pulumi.get(self, "aws")
8939
8927
 
@@ -8941,7 +8929,7 @@ class KafkaKafkaUserConfigKafkaConnectSecretProvider(dict):
8941
8929
  @pulumi.getter
8942
8930
  def vault(self) -> Optional['outputs.KafkaKafkaUserConfigKafkaConnectSecretProviderVault']:
8943
8931
  """
8944
- Vault secret provider configuration
8932
+ Vault Config for Secret Provider
8945
8933
  """
8946
8934
  return pulumi.get(self, "vault")
8947
8935
 
@@ -14663,7 +14651,7 @@ class OpenSearchOpensearchUserConfigAzureMigration(dict):
14663
14651
  restore_global_state: Optional[bool] = None,
14664
14652
  sas_token: Optional[str] = None):
14665
14653
  """
14666
- :param str account: Account name.
14654
+ :param str account: Azure account name.
14667
14655
  :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 /.
14668
14656
  :param str container: Azure container name.
14669
14657
  :param str indices: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. Example: `metrics*,logs*,data-20240823`.
@@ -14700,7 +14688,7 @@ class OpenSearchOpensearchUserConfigAzureMigration(dict):
14700
14688
  @pulumi.getter
14701
14689
  def account(self) -> str:
14702
14690
  """
14703
- Account name.
14691
+ Azure account name.
14704
14692
  """
14705
14693
  return pulumi.get(self, "account")
14706
14694
 
@@ -15425,8 +15413,6 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
15425
15413
  suggest = "script_max_compilations_rate"
15426
15414
  elif key == "searchBackpressure":
15427
15415
  suggest = "search_backpressure"
15428
- elif key == "searchInsightsTopQueries":
15429
- suggest = "search_insights_top_queries"
15430
15416
  elif key == "searchMaxBuckets":
15431
15417
  suggest = "search_max_buckets"
15432
15418
  elif key == "shardIndexingPressure":
@@ -15499,7 +15485,6 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
15499
15485
  reindex_remote_whitelists: Optional[Sequence[str]] = None,
15500
15486
  script_max_compilations_rate: Optional[str] = None,
15501
15487
  search_backpressure: Optional['outputs.OpenSearchOpensearchUserConfigOpensearchSearchBackpressure'] = None,
15502
- search_insights_top_queries: Optional['outputs.OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueries'] = None,
15503
15488
  search_max_buckets: Optional[int] = None,
15504
15489
  shard_indexing_pressure: Optional['outputs.OpenSearchOpensearchUserConfigOpensearchShardIndexingPressure'] = None,
15505
15490
  thread_pool_analyze_queue_size: Optional[int] = None,
@@ -15627,8 +15612,6 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
15627
15612
  pulumi.set(__self__, "script_max_compilations_rate", script_max_compilations_rate)
15628
15613
  if search_backpressure is not None:
15629
15614
  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)
15632
15615
  if search_max_buckets is not None:
15633
15616
  pulumi.set(__self__, "search_max_buckets", search_max_buckets)
15634
15617
  if shard_indexing_pressure is not None:
@@ -15920,11 +15903,6 @@ class OpenSearchOpensearchUserConfigOpensearch(dict):
15920
15903
  """
15921
15904
  return pulumi.get(self, "search_backpressure")
15922
15905
 
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
-
15928
15906
  @property
15929
15907
  @pulumi.getter(name="searchMaxBuckets")
15930
15908
  def search_max_buckets(self) -> Optional[int]:
@@ -16796,235 +16774,6 @@ class OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchTask(dict)
16796
16774
  return pulumi.get(self, "total_heap_percent_threshold")
16797
16775
 
16798
16776
 
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
-
17028
16777
  @pulumi.output_type
17029
16778
  class OpenSearchOpensearchUserConfigOpensearchShardIndexingPressure(dict):
17030
16779
  @staticmethod
@@ -22345,8 +22094,6 @@ class ServiceIntegrationEndpointDatadogUserConfig(dict):
22345
22094
  suggest = "datadog_tags"
22346
22095
  elif key == "disableConsumerStats":
22347
22096
  suggest = "disable_consumer_stats"
22348
- elif key == "extraTagsPrefix":
22349
- suggest = "extra_tags_prefix"
22350
22097
  elif key == "kafkaConsumerCheckInstances":
22351
22098
  suggest = "kafka_consumer_check_instances"
22352
22099
  elif key == "kafkaConsumerStatsTimeout":
@@ -22369,7 +22116,6 @@ class ServiceIntegrationEndpointDatadogUserConfig(dict):
22369
22116
  datadog_api_key: str,
22370
22117
  datadog_tags: Optional[Sequence['outputs.ServiceIntegrationEndpointDatadogUserConfigDatadogTag']] = None,
22371
22118
  disable_consumer_stats: Optional[bool] = None,
22372
- extra_tags_prefix: Optional[str] = None,
22373
22119
  kafka_consumer_check_instances: Optional[int] = None,
22374
22120
  kafka_consumer_stats_timeout: Optional[int] = None,
22375
22121
  max_partition_contexts: Optional[int] = None,
@@ -22378,7 +22124,6 @@ class ServiceIntegrationEndpointDatadogUserConfig(dict):
22378
22124
  :param str datadog_api_key: Datadog API key. Example: `848f30907c15c55d601fe45487cce9b6`.
22379
22125
  :param Sequence['ServiceIntegrationEndpointDatadogUserConfigDatadogTagArgs'] datadog_tags: Custom tags provided by user
22380
22126
  :param bool disable_consumer_stats: Disable consumer group metrics.
22381
- :param str extra_tags_prefix: Extra tags prefix. Defaults to aiven.
22382
22127
  :param int kafka_consumer_check_instances: Number of separate instances to fetch kafka consumer statistics with. Example: `8`.
22383
22128
  :param int kafka_consumer_stats_timeout: Number of seconds that datadog will wait to get consumer statistics from brokers. Example: `60`.
22384
22129
  :param int max_partition_contexts: Maximum number of partition contexts to send. Example: `32000`.
@@ -22389,8 +22134,6 @@ class ServiceIntegrationEndpointDatadogUserConfig(dict):
22389
22134
  pulumi.set(__self__, "datadog_tags", datadog_tags)
22390
22135
  if disable_consumer_stats is not None:
22391
22136
  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)
22394
22137
  if kafka_consumer_check_instances is not None:
22395
22138
  pulumi.set(__self__, "kafka_consumer_check_instances", kafka_consumer_check_instances)
22396
22139
  if kafka_consumer_stats_timeout is not None:
@@ -22424,14 +22167,6 @@ class ServiceIntegrationEndpointDatadogUserConfig(dict):
22424
22167
  """
22425
22168
  return pulumi.get(self, "disable_consumer_stats")
22426
22169
 
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
-
22435
22170
  @property
22436
22171
  @pulumi.getter(name="kafkaConsumerCheckInstances")
22437
22172
  def kafka_consumer_check_instances(self) -> Optional[int]:
@@ -25398,10 +25133,6 @@ class ThanosThanosUserConfig(dict):
25398
25133
  suggest = "ip_filters"
25399
25134
  elif key == "objectStorageUsageAlertThresholdGb":
25400
25135
  suggest = "object_storage_usage_alert_threshold_gb"
25401
- elif key == "privateAccess":
25402
- suggest = "private_access"
25403
- elif key == "privatelinkAccess":
25404
- suggest = "privatelink_access"
25405
25136
  elif key == "publicAccess":
25406
25137
  suggest = "public_access"
25407
25138
  elif key == "queryFrontend":
@@ -25433,8 +25164,6 @@ class ThanosThanosUserConfig(dict):
25433
25164
  ip_filter_strings: Optional[Sequence[str]] = None,
25434
25165
  ip_filters: Optional[Sequence[str]] = None,
25435
25166
  object_storage_usage_alert_threshold_gb: Optional[int] = None,
25436
- private_access: Optional['outputs.ThanosThanosUserConfigPrivateAccess'] = None,
25437
- privatelink_access: Optional['outputs.ThanosThanosUserConfigPrivatelinkAccess'] = None,
25438
25167
  public_access: Optional['outputs.ThanosThanosUserConfigPublicAccess'] = None,
25439
25168
  query: Optional['outputs.ThanosThanosUserConfigQuery'] = None,
25440
25169
  query_frontend: Optional['outputs.ThanosThanosUserConfigQueryFrontend'] = None,
@@ -25445,23 +25174,21 @@ class ThanosThanosUserConfig(dict):
25445
25174
  static_ips: Optional[bool] = None,
25446
25175
  store: Optional[Mapping[str, str]] = None):
25447
25176
  """
25448
- :param 'ThanosThanosUserConfigCompactorArgs' compactor: Configuration options for Thanos Compactor
25177
+ :param 'ThanosThanosUserConfigCompactorArgs' compactor: ThanosCompactor
25449
25178
  :param Mapping[str, str] env: Environmental variables.
25450
25179
  :param Sequence['ThanosThanosUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
25451
25180
  :param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
25452
25181
  :param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
25453
25182
  :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
25456
25183
  :param 'ThanosThanosUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
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.
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.
25462
25189
  :param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
25463
25190
  :param bool static_ips: Use static public IP addresses.
25464
- :param Mapping[str, str] store: Configuration options for Thanos Store.
25191
+ :param Mapping[str, str] store: ThanosStore.
25465
25192
  """
25466
25193
  if compactor is not None:
25467
25194
  pulumi.set(__self__, "compactor", compactor)
@@ -25475,10 +25202,6 @@ class ThanosThanosUserConfig(dict):
25475
25202
  pulumi.set(__self__, "ip_filters", ip_filters)
25476
25203
  if object_storage_usage_alert_threshold_gb is not None:
25477
25204
  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)
25482
25205
  if public_access is not None:
25483
25206
  pulumi.set(__self__, "public_access", public_access)
25484
25207
  if query is not None:
@@ -25502,7 +25225,7 @@ class ThanosThanosUserConfig(dict):
25502
25225
  @pulumi.getter
25503
25226
  def compactor(self) -> Optional['outputs.ThanosThanosUserConfigCompactor']:
25504
25227
  """
25505
- Configuration options for Thanos Compactor
25228
+ ThanosCompactor
25506
25229
  """
25507
25230
  return pulumi.get(self, "compactor")
25508
25231
 
@@ -25548,22 +25271,6 @@ class ThanosThanosUserConfig(dict):
25548
25271
  """
25549
25272
  return pulumi.get(self, "object_storage_usage_alert_threshold_gb")
25550
25273
 
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
-
25567
25274
  @property
25568
25275
  @pulumi.getter(name="publicAccess")
25569
25276
  def public_access(self) -> Optional['outputs.ThanosThanosUserConfigPublicAccess']:
@@ -25576,7 +25283,7 @@ class ThanosThanosUserConfig(dict):
25576
25283
  @pulumi.getter
25577
25284
  def query(self) -> Optional['outputs.ThanosThanosUserConfigQuery']:
25578
25285
  """
25579
- Configuration options for Thanos Query
25286
+ ThanosQuery
25580
25287
  """
25581
25288
  return pulumi.get(self, "query")
25582
25289
 
@@ -25584,7 +25291,7 @@ class ThanosThanosUserConfig(dict):
25584
25291
  @pulumi.getter(name="queryFrontend")
25585
25292
  def query_frontend(self) -> Optional['outputs.ThanosThanosUserConfigQueryFrontend']:
25586
25293
  """
25587
- Configuration options for Thanos Query Frontend
25294
+ ThanosQueryFrontend
25588
25295
  """
25589
25296
  return pulumi.get(self, "query_frontend")
25590
25297
 
@@ -25592,7 +25299,7 @@ class ThanosThanosUserConfig(dict):
25592
25299
  @pulumi.getter(name="receiverIngesting")
25593
25300
  def receiver_ingesting(self) -> Optional[Mapping[str, str]]:
25594
25301
  """
25595
- Common configuration options for Thanos Receive.
25302
+ CommonReceive.
25596
25303
  """
25597
25304
  return pulumi.get(self, "receiver_ingesting")
25598
25305
 
@@ -25600,7 +25307,7 @@ class ThanosThanosUserConfig(dict):
25600
25307
  @pulumi.getter(name="receiverRouting")
25601
25308
  def receiver_routing(self) -> Optional[Mapping[str, str]]:
25602
25309
  """
25603
- Configuration options for Thanos Receive Routing.
25310
+ ThanosReceiveRouting.
25604
25311
  """
25605
25312
  return pulumi.get(self, "receiver_routing")
25606
25313
 
@@ -25608,7 +25315,7 @@ class ThanosThanosUserConfig(dict):
25608
25315
  @pulumi.getter
25609
25316
  def ruler(self) -> Optional[Mapping[str, str]]:
25610
25317
  """
25611
- Configuration options for Thanos Ruler.
25318
+ ThanosRuler.
25612
25319
  """
25613
25320
  return pulumi.get(self, "ruler")
25614
25321
 
@@ -25632,7 +25339,7 @@ class ThanosThanosUserConfig(dict):
25632
25339
  @pulumi.getter
25633
25340
  def store(self) -> Optional[Mapping[str, str]]:
25634
25341
  """
25635
- Configuration options for Thanos Store.
25342
+ ThanosStore.
25636
25343
  """
25637
25344
  return pulumi.get(self, "store")
25638
25345
 
@@ -25703,106 +25410,6 @@ class ThanosThanosUserConfigIpFilterObject(dict):
25703
25410
  return pulumi.get(self, "description")
25704
25411
 
25705
25412
 
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
-
25806
25413
  @pulumi.output_type
25807
25414
  class ThanosThanosUserConfigPublicAccess(dict):
25808
25415
  @staticmethod
@@ -32578,8 +32185,8 @@ class GetKafkaConnectKafkaConnectUserConfigSecretProviderResult(dict):
32578
32185
  vault: Optional['outputs.GetKafkaConnectKafkaConnectUserConfigSecretProviderVaultResult'] = None):
32579
32186
  """
32580
32187
  :param str name: Name of the secret provider. Used to reference secrets in connector config.
32581
- :param 'GetKafkaConnectKafkaConnectUserConfigSecretProviderAwsArgs' aws: AWS secret provider configuration
32582
- :param 'GetKafkaConnectKafkaConnectUserConfigSecretProviderVaultArgs' vault: Vault secret provider configuration
32188
+ :param 'GetKafkaConnectKafkaConnectUserConfigSecretProviderAwsArgs' aws: AWS config for Secret Provider
32189
+ :param 'GetKafkaConnectKafkaConnectUserConfigSecretProviderVaultArgs' vault: Vault Config for Secret Provider
32583
32190
  """
32584
32191
  pulumi.set(__self__, "name", name)
32585
32192
  if aws is not None:
@@ -32599,7 +32206,7 @@ class GetKafkaConnectKafkaConnectUserConfigSecretProviderResult(dict):
32599
32206
  @pulumi.getter
32600
32207
  def aws(self) -> Optional['outputs.GetKafkaConnectKafkaConnectUserConfigSecretProviderAwsResult']:
32601
32208
  """
32602
- AWS secret provider configuration
32209
+ AWS config for Secret Provider
32603
32210
  """
32604
32211
  return pulumi.get(self, "aws")
32605
32212
 
@@ -32607,7 +32214,7 @@ class GetKafkaConnectKafkaConnectUserConfigSecretProviderResult(dict):
32607
32214
  @pulumi.getter
32608
32215
  def vault(self) -> Optional['outputs.GetKafkaConnectKafkaConnectUserConfigSecretProviderVaultResult']:
32609
32216
  """
32610
- Vault secret provider configuration
32217
+ Vault Config for Secret Provider
32611
32218
  """
32612
32219
  return pulumi.get(self, "vault")
32613
32220
 
@@ -34083,8 +33690,8 @@ class GetKafkaKafkaUserConfigKafkaConnectSecretProviderResult(dict):
34083
33690
  vault: Optional['outputs.GetKafkaKafkaUserConfigKafkaConnectSecretProviderVaultResult'] = None):
34084
33691
  """
34085
33692
  :param str name: Name of the secret provider. Used to reference secrets in connector config.
34086
- :param 'GetKafkaKafkaUserConfigKafkaConnectSecretProviderAwsArgs' aws: AWS secret provider configuration
34087
- :param 'GetKafkaKafkaUserConfigKafkaConnectSecretProviderVaultArgs' vault: Vault secret provider configuration
33693
+ :param 'GetKafkaKafkaUserConfigKafkaConnectSecretProviderAwsArgs' aws: AWS config for Secret Provider
33694
+ :param 'GetKafkaKafkaUserConfigKafkaConnectSecretProviderVaultArgs' vault: Vault Config for Secret Provider
34088
33695
  """
34089
33696
  pulumi.set(__self__, "name", name)
34090
33697
  if aws is not None:
@@ -34104,7 +33711,7 @@ class GetKafkaKafkaUserConfigKafkaConnectSecretProviderResult(dict):
34104
33711
  @pulumi.getter
34105
33712
  def aws(self) -> Optional['outputs.GetKafkaKafkaUserConfigKafkaConnectSecretProviderAwsResult']:
34106
33713
  """
34107
- AWS secret provider configuration
33714
+ AWS config for Secret Provider
34108
33715
  """
34109
33716
  return pulumi.get(self, "aws")
34110
33717
 
@@ -34112,7 +33719,7 @@ class GetKafkaKafkaUserConfigKafkaConnectSecretProviderResult(dict):
34112
33719
  @pulumi.getter
34113
33720
  def vault(self) -> Optional['outputs.GetKafkaKafkaUserConfigKafkaConnectSecretProviderVaultResult']:
34114
33721
  """
34115
- Vault secret provider configuration
33722
+ Vault Config for Secret Provider
34116
33723
  """
34117
33724
  return pulumi.get(self, "vault")
34118
33725
 
@@ -38704,7 +38311,7 @@ class GetOpenSearchOpensearchUserConfigAzureMigrationResult(dict):
38704
38311
  restore_global_state: Optional[bool] = None,
38705
38312
  sas_token: Optional[str] = None):
38706
38313
  """
38707
- :param str account: Account name.
38314
+ :param str account: Azure account name.
38708
38315
  :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 /.
38709
38316
  :param str container: Azure container name.
38710
38317
  :param str indices: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. Example: `metrics*,logs*,data-20240823`.
@@ -38741,7 +38348,7 @@ class GetOpenSearchOpensearchUserConfigAzureMigrationResult(dict):
38741
38348
  @pulumi.getter
38742
38349
  def account(self) -> str:
38743
38350
  """
38744
- Account name.
38351
+ Azure account name.
38745
38352
  """
38746
38353
  return pulumi.get(self, "account")
38747
38354
 
@@ -39308,7 +38915,6 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
39308
38915
  reindex_remote_whitelists: Optional[Sequence[str]] = None,
39309
38916
  script_max_compilations_rate: Optional[str] = None,
39310
38917
  search_backpressure: Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchSearchBackpressureResult'] = None,
39311
- search_insights_top_queries: Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesResult'] = None,
39312
38918
  search_max_buckets: Optional[int] = None,
39313
38919
  shard_indexing_pressure: Optional['outputs.GetOpenSearchOpensearchUserConfigOpensearchShardIndexingPressureResult'] = None,
39314
38920
  thread_pool_analyze_queue_size: Optional[int] = None,
@@ -39436,8 +39042,6 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
39436
39042
  pulumi.set(__self__, "script_max_compilations_rate", script_max_compilations_rate)
39437
39043
  if search_backpressure is not None:
39438
39044
  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)
39441
39045
  if search_max_buckets is not None:
39442
39046
  pulumi.set(__self__, "search_max_buckets", search_max_buckets)
39443
39047
  if shard_indexing_pressure is not None:
@@ -39729,11 +39333,6 @@ class GetOpenSearchOpensearchUserConfigOpensearchResult(dict):
39729
39333
  """
39730
39334
  return pulumi.get(self, "search_backpressure")
39731
39335
 
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
-
39737
39336
  @property
39738
39337
  @pulumi.getter(name="searchMaxBuckets")
39739
39338
  def search_max_buckets(self) -> Optional[int]:
@@ -40407,178 +40006,6 @@ class GetOpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchTaskRes
40407
40006
  return pulumi.get(self, "total_heap_percent_threshold")
40408
40007
 
40409
40008
 
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
-
40582
40009
  @pulumi.output_type
40583
40010
  class GetOpenSearchOpensearchUserConfigOpensearchShardIndexingPressureResult(dict):
40584
40011
  def __init__(__self__, *,
@@ -44931,7 +44358,6 @@ class GetServiceIntegrationEndpointDatadogUserConfigResult(dict):
44931
44358
  datadog_api_key: str,
44932
44359
  datadog_tags: Optional[Sequence['outputs.GetServiceIntegrationEndpointDatadogUserConfigDatadogTagResult']] = None,
44933
44360
  disable_consumer_stats: Optional[bool] = None,
44934
- extra_tags_prefix: Optional[str] = None,
44935
44361
  kafka_consumer_check_instances: Optional[int] = None,
44936
44362
  kafka_consumer_stats_timeout: Optional[int] = None,
44937
44363
  max_partition_contexts: Optional[int] = None,
@@ -44940,7 +44366,6 @@ class GetServiceIntegrationEndpointDatadogUserConfigResult(dict):
44940
44366
  :param str datadog_api_key: Datadog API key. Example: `848f30907c15c55d601fe45487cce9b6`.
44941
44367
  :param Sequence['GetServiceIntegrationEndpointDatadogUserConfigDatadogTagArgs'] datadog_tags: Custom tags provided by user
44942
44368
  :param bool disable_consumer_stats: Disable consumer group metrics.
44943
- :param str extra_tags_prefix: Extra tags prefix. Defaults to aiven.
44944
44369
  :param int kafka_consumer_check_instances: Number of separate instances to fetch kafka consumer statistics with. Example: `8`.
44945
44370
  :param int kafka_consumer_stats_timeout: Number of seconds that datadog will wait to get consumer statistics from brokers. Example: `60`.
44946
44371
  :param int max_partition_contexts: Maximum number of partition contexts to send. Example: `32000`.
@@ -44951,8 +44376,6 @@ class GetServiceIntegrationEndpointDatadogUserConfigResult(dict):
44951
44376
  pulumi.set(__self__, "datadog_tags", datadog_tags)
44952
44377
  if disable_consumer_stats is not None:
44953
44378
  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)
44956
44379
  if kafka_consumer_check_instances is not None:
44957
44380
  pulumi.set(__self__, "kafka_consumer_check_instances", kafka_consumer_check_instances)
44958
44381
  if kafka_consumer_stats_timeout is not None:
@@ -44986,14 +44409,6 @@ class GetServiceIntegrationEndpointDatadogUserConfigResult(dict):
44986
44409
  """
44987
44410
  return pulumi.get(self, "disable_consumer_stats")
44988
44411
 
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
-
44997
44412
  @property
44998
44413
  @pulumi.getter(name="kafkaConsumerCheckInstances")
44999
44414
  def kafka_consumer_check_instances(self) -> Optional[int]:
@@ -47252,8 +46667,6 @@ class GetThanosThanosUserConfigResult(dict):
47252
46667
  ip_filter_strings: Optional[Sequence[str]] = None,
47253
46668
  ip_filters: Optional[Sequence[str]] = None,
47254
46669
  object_storage_usage_alert_threshold_gb: Optional[int] = None,
47255
- private_access: Optional['outputs.GetThanosThanosUserConfigPrivateAccessResult'] = None,
47256
- privatelink_access: Optional['outputs.GetThanosThanosUserConfigPrivatelinkAccessResult'] = None,
47257
46670
  public_access: Optional['outputs.GetThanosThanosUserConfigPublicAccessResult'] = None,
47258
46671
  query: Optional['outputs.GetThanosThanosUserConfigQueryResult'] = None,
47259
46672
  query_frontend: Optional['outputs.GetThanosThanosUserConfigQueryFrontendResult'] = None,
@@ -47264,23 +46677,21 @@ class GetThanosThanosUserConfigResult(dict):
47264
46677
  static_ips: Optional[bool] = None,
47265
46678
  store: Optional[Mapping[str, str]] = None):
47266
46679
  """
47267
- :param 'GetThanosThanosUserConfigCompactorArgs' compactor: Configuration options for Thanos Compactor
46680
+ :param 'GetThanosThanosUserConfigCompactorArgs' compactor: ThanosCompactor
47268
46681
  :param Mapping[str, str] env: Environmental variables.
47269
46682
  :param Sequence['GetThanosThanosUserConfigIpFilterObjectArgs'] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
47270
46683
  :param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
47271
46684
  :param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
47272
46685
  :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
47275
46686
  :param 'GetThanosThanosUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
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.
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.
47281
46692
  :param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
47282
46693
  :param bool static_ips: Use static public IP addresses.
47283
- :param Mapping[str, str] store: Configuration options for Thanos Store.
46694
+ :param Mapping[str, str] store: ThanosStore.
47284
46695
  """
47285
46696
  if compactor is not None:
47286
46697
  pulumi.set(__self__, "compactor", compactor)
@@ -47294,10 +46705,6 @@ class GetThanosThanosUserConfigResult(dict):
47294
46705
  pulumi.set(__self__, "ip_filters", ip_filters)
47295
46706
  if object_storage_usage_alert_threshold_gb is not None:
47296
46707
  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)
47301
46708
  if public_access is not None:
47302
46709
  pulumi.set(__self__, "public_access", public_access)
47303
46710
  if query is not None:
@@ -47321,7 +46728,7 @@ class GetThanosThanosUserConfigResult(dict):
47321
46728
  @pulumi.getter
47322
46729
  def compactor(self) -> Optional['outputs.GetThanosThanosUserConfigCompactorResult']:
47323
46730
  """
47324
- Configuration options for Thanos Compactor
46731
+ ThanosCompactor
47325
46732
  """
47326
46733
  return pulumi.get(self, "compactor")
47327
46734
 
@@ -47367,22 +46774,6 @@ class GetThanosThanosUserConfigResult(dict):
47367
46774
  """
47368
46775
  return pulumi.get(self, "object_storage_usage_alert_threshold_gb")
47369
46776
 
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
-
47386
46777
  @property
47387
46778
  @pulumi.getter(name="publicAccess")
47388
46779
  def public_access(self) -> Optional['outputs.GetThanosThanosUserConfigPublicAccessResult']:
@@ -47395,7 +46786,7 @@ class GetThanosThanosUserConfigResult(dict):
47395
46786
  @pulumi.getter
47396
46787
  def query(self) -> Optional['outputs.GetThanosThanosUserConfigQueryResult']:
47397
46788
  """
47398
- Configuration options for Thanos Query
46789
+ ThanosQuery
47399
46790
  """
47400
46791
  return pulumi.get(self, "query")
47401
46792
 
@@ -47403,7 +46794,7 @@ class GetThanosThanosUserConfigResult(dict):
47403
46794
  @pulumi.getter(name="queryFrontend")
47404
46795
  def query_frontend(self) -> Optional['outputs.GetThanosThanosUserConfigQueryFrontendResult']:
47405
46796
  """
47406
- Configuration options for Thanos Query Frontend
46797
+ ThanosQueryFrontend
47407
46798
  """
47408
46799
  return pulumi.get(self, "query_frontend")
47409
46800
 
@@ -47411,7 +46802,7 @@ class GetThanosThanosUserConfigResult(dict):
47411
46802
  @pulumi.getter(name="receiverIngesting")
47412
46803
  def receiver_ingesting(self) -> Optional[Mapping[str, str]]:
47413
46804
  """
47414
- Common configuration options for Thanos Receive.
46805
+ CommonReceive.
47415
46806
  """
47416
46807
  return pulumi.get(self, "receiver_ingesting")
47417
46808
 
@@ -47419,7 +46810,7 @@ class GetThanosThanosUserConfigResult(dict):
47419
46810
  @pulumi.getter(name="receiverRouting")
47420
46811
  def receiver_routing(self) -> Optional[Mapping[str, str]]:
47421
46812
  """
47422
- Configuration options for Thanos Receive Routing.
46813
+ ThanosReceiveRouting.
47423
46814
  """
47424
46815
  return pulumi.get(self, "receiver_routing")
47425
46816
 
@@ -47427,7 +46818,7 @@ class GetThanosThanosUserConfigResult(dict):
47427
46818
  @pulumi.getter
47428
46819
  def ruler(self) -> Optional[Mapping[str, str]]:
47429
46820
  """
47430
- Configuration options for Thanos Ruler.
46821
+ ThanosRuler.
47431
46822
  """
47432
46823
  return pulumi.get(self, "ruler")
47433
46824
 
@@ -47451,7 +46842,7 @@ class GetThanosThanosUserConfigResult(dict):
47451
46842
  @pulumi.getter
47452
46843
  def store(self) -> Optional[Mapping[str, str]]:
47453
46844
  """
47454
- Configuration options for Thanos Store.
46845
+ ThanosStore.
47455
46846
  """
47456
46847
  return pulumi.get(self, "store")
47457
46848
 
@@ -47505,68 +46896,6 @@ class GetThanosThanosUserConfigIpFilterObjectResult(dict):
47505
46896
  return pulumi.get(self, "description")
47506
46897
 
47507
46898
 
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
-
47570
46899
  @pulumi.output_type
47571
46900
  class GetThanosThanosUserConfigPublicAccessResult(dict):
47572
46901
  def __init__(__self__, *,