pulumi-aiven 6.28.0a1731647682__py3-none-any.whl → 6.29.0__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/__init__.py +9 -0
- pulumi_aiven/_inputs.py +1136 -227
- pulumi_aiven/account_team_project.py +7 -7
- pulumi_aiven/billing_group.py +7 -7
- pulumi_aiven/cassandra.py +8 -8
- pulumi_aiven/clickhouse.py +8 -8
- pulumi_aiven/dragonfly.py +8 -8
- pulumi_aiven/flink.py +8 -8
- pulumi_aiven/get_account_team_project.py +1 -1
- pulumi_aiven/get_billing_group.py +1 -1
- pulumi_aiven/get_cassanda.py +1 -1
- pulumi_aiven/get_cassandra.py +1 -1
- pulumi_aiven/get_clickhouse.py +1 -1
- pulumi_aiven/get_dragonfly.py +1 -1
- pulumi_aiven/get_flink.py +1 -1
- pulumi_aiven/get_grafana.py +1 -1
- pulumi_aiven/get_kafka.py +1 -1
- pulumi_aiven/get_kafka_connect.py +1 -1
- pulumi_aiven/get_kafka_mirror_maker.py +1 -1
- pulumi_aiven/get_m3_aggregator.py +1 -1
- pulumi_aiven/get_m3_db.py +1 -1
- pulumi_aiven/get_mirror_maker_replication_flow.py +16 -2
- pulumi_aiven/get_my_sql.py +1 -1
- pulumi_aiven/get_open_search.py +1 -1
- pulumi_aiven/get_pg.py +1 -1
- pulumi_aiven/get_project_user.py +1 -1
- pulumi_aiven/get_redis.py +1 -1
- pulumi_aiven/get_service_component.py +9 -9
- pulumi_aiven/get_service_integration.py +17 -17
- pulumi_aiven/get_service_integration_endpoint.py +59 -31
- pulumi_aiven/get_thanos.py +1 -1
- pulumi_aiven/get_valkey.py +1 -1
- pulumi_aiven/get_valkey_user.py +9 -9
- pulumi_aiven/grafana.py +8 -8
- pulumi_aiven/influx_db.py +15 -8
- pulumi_aiven/kafka.py +8 -8
- pulumi_aiven/kafka_connect.py +8 -8
- pulumi_aiven/kafka_mirror_maker.py +8 -8
- pulumi_aiven/kafka_native_acl.py +534 -0
- pulumi_aiven/m3_aggregator.py +8 -8
- pulumi_aiven/m3_db.py +8 -8
- pulumi_aiven/mirror_maker_replication_flow.py +54 -7
- pulumi_aiven/my_sql.py +8 -8
- pulumi_aiven/open_search.py +8 -8
- pulumi_aiven/organization_group_project.py +17 -9
- pulumi_aiven/organization_permission.py +49 -49
- pulumi_aiven/outputs.py +1586 -295
- pulumi_aiven/pg.py +8 -8
- pulumi_aiven/project_user.py +15 -7
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +8 -8
- pulumi_aiven/service_integration.py +139 -123
- pulumi_aiven/service_integration_endpoint.py +302 -140
- pulumi_aiven/thanos.py +8 -8
- pulumi_aiven/valkey.py +10 -10
- pulumi_aiven/valkey_user.py +142 -48
- {pulumi_aiven-6.28.0a1731647682.dist-info → pulumi_aiven-6.29.0.dist-info}/METADATA +5 -5
- {pulumi_aiven-6.28.0a1731647682.dist-info → pulumi_aiven-6.29.0.dist-info}/RECORD +60 -59
- {pulumi_aiven-6.28.0a1731647682.dist-info → pulumi_aiven-6.29.0.dist-info}/WHEEL +1 -1
- {pulumi_aiven-6.28.0a1731647682.dist-info → pulumi_aiven-6.29.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/_inputs.py
CHANGED
|
@@ -371,6 +371,14 @@ __all__ = [
|
|
|
371
371
|
'OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchShardTaskArgsDict',
|
|
372
372
|
'OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchTaskArgs',
|
|
373
373
|
'OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchTaskArgsDict',
|
|
374
|
+
'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesArgs',
|
|
375
|
+
'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesArgsDict',
|
|
376
|
+
'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuArgs',
|
|
377
|
+
'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuArgsDict',
|
|
378
|
+
'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyArgs',
|
|
379
|
+
'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyArgsDict',
|
|
380
|
+
'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgs',
|
|
381
|
+
'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgsDict',
|
|
374
382
|
'OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureArgs',
|
|
375
383
|
'OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureArgsDict',
|
|
376
384
|
'OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureOperatingFactorArgs',
|
|
@@ -485,6 +493,10 @@ __all__ = [
|
|
|
485
493
|
'ServiceIntegrationDatadogUserConfigOpensearchArgsDict',
|
|
486
494
|
'ServiceIntegrationDatadogUserConfigRedisArgs',
|
|
487
495
|
'ServiceIntegrationDatadogUserConfigRedisArgsDict',
|
|
496
|
+
'ServiceIntegrationEndpointAutoscalerUserConfigArgs',
|
|
497
|
+
'ServiceIntegrationEndpointAutoscalerUserConfigArgsDict',
|
|
498
|
+
'ServiceIntegrationEndpointAutoscalerUserConfigAutoscalingArgs',
|
|
499
|
+
'ServiceIntegrationEndpointAutoscalerUserConfigAutoscalingArgsDict',
|
|
488
500
|
'ServiceIntegrationEndpointDatadogUserConfigArgs',
|
|
489
501
|
'ServiceIntegrationEndpointDatadogUserConfigArgsDict',
|
|
490
502
|
'ServiceIntegrationEndpointDatadogUserConfigDatadogTagArgs',
|
|
@@ -511,6 +523,8 @@ __all__ = [
|
|
|
511
523
|
'ServiceIntegrationEndpointExternalOpensearchLogsUserConfigArgsDict',
|
|
512
524
|
'ServiceIntegrationEndpointExternalPostgresqlArgs',
|
|
513
525
|
'ServiceIntegrationEndpointExternalPostgresqlArgsDict',
|
|
526
|
+
'ServiceIntegrationEndpointExternalPrometheusUserConfigArgs',
|
|
527
|
+
'ServiceIntegrationEndpointExternalPrometheusUserConfigArgsDict',
|
|
514
528
|
'ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgs',
|
|
515
529
|
'ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgsDict',
|
|
516
530
|
'ServiceIntegrationEndpointJolokiaUserConfigArgs',
|
|
@@ -573,6 +587,10 @@ __all__ = [
|
|
|
573
587
|
'ThanosThanosUserConfigCompactorArgsDict',
|
|
574
588
|
'ThanosThanosUserConfigIpFilterObjectArgs',
|
|
575
589
|
'ThanosThanosUserConfigIpFilterObjectArgsDict',
|
|
590
|
+
'ThanosThanosUserConfigPrivateAccessArgs',
|
|
591
|
+
'ThanosThanosUserConfigPrivateAccessArgsDict',
|
|
592
|
+
'ThanosThanosUserConfigPrivatelinkAccessArgs',
|
|
593
|
+
'ThanosThanosUserConfigPrivatelinkAccessArgsDict',
|
|
576
594
|
'ThanosThanosUserConfigPublicAccessArgs',
|
|
577
595
|
'ThanosThanosUserConfigPublicAccessArgsDict',
|
|
578
596
|
'ThanosThanosUserConfigQueryArgs',
|
|
@@ -855,9 +873,6 @@ class CassandraCassandraUserConfigArgs:
|
|
|
855
873
|
:param pulumi.Input[str] service_to_join_with: When bootstrapping, instead of creating a new Cassandra cluster try to join an existing one from another service. Can only be set on service creation. Example: `my-test-cassandra`.
|
|
856
874
|
:param pulumi.Input[bool] static_ips: Use static public IP addresses.
|
|
857
875
|
"""
|
|
858
|
-
if additional_backup_regions is not None:
|
|
859
|
-
warnings.warn("""This property is deprecated.""", DeprecationWarning)
|
|
860
|
-
pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
|
|
861
876
|
if additional_backup_regions is not None:
|
|
862
877
|
pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
|
|
863
878
|
if backup_hour is not None:
|
|
@@ -896,7 +911,6 @@ class CassandraCassandraUserConfigArgs:
|
|
|
896
911
|
|
|
897
912
|
@property
|
|
898
913
|
@pulumi.getter(name="additionalBackupRegions")
|
|
899
|
-
@_utilities.deprecated("""This property is deprecated.""")
|
|
900
914
|
def additional_backup_regions(self) -> Optional[pulumi.Input[str]]:
|
|
901
915
|
"""
|
|
902
916
|
Additional Cloud Regions for Backup Replication.
|
|
@@ -2956,7 +2970,7 @@ if not MYPY:
|
|
|
2956
2970
|
"""
|
|
2957
2971
|
dragonfly_persistence: NotRequired[pulumi.Input[str]]
|
|
2958
2972
|
"""
|
|
2959
|
-
Enum: `
|
|
2973
|
+
Enum: `dfs`, `off`, `rdb`. When persistence is `rdb` or `dfs`, Dragonfly does RDB or DFS dumps every 10 minutes. Dumps are done according to the backup schedule for backup purposes. When persistence is `off`, no RDB/DFS dumps or backups are done, so data can be lost at any moment if the service is restarted for any reason, or if the service is powered off. Also, the service can't be forked.
|
|
2960
2974
|
"""
|
|
2961
2975
|
dragonfly_ssl: NotRequired[pulumi.Input[bool]]
|
|
2962
2976
|
"""
|
|
@@ -3033,7 +3047,7 @@ class DragonflyDragonflyUserConfigArgs:
|
|
|
3033
3047
|
static_ips: Optional[pulumi.Input[bool]] = None):
|
|
3034
3048
|
"""
|
|
3035
3049
|
:param pulumi.Input[bool] cache_mode: Evict entries when getting close to maxmemory limit. Default: `false`.
|
|
3036
|
-
:param pulumi.Input[str] dragonfly_persistence: Enum: `
|
|
3050
|
+
:param pulumi.Input[str] dragonfly_persistence: Enum: `dfs`, `off`, `rdb`. When persistence is `rdb` or `dfs`, Dragonfly does RDB or DFS dumps every 10 minutes. Dumps are done according to the backup schedule for backup purposes. When persistence is `off`, no RDB/DFS dumps or backups are done, so data can be lost at any moment if the service is restarted for any reason, or if the service is powered off. Also, the service can't be forked.
|
|
3037
3051
|
:param pulumi.Input[bool] dragonfly_ssl: Require SSL to access Dragonfly. Default: `true`.
|
|
3038
3052
|
:param pulumi.Input[Sequence[pulumi.Input['DragonflyDragonflyUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
|
|
3039
3053
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
@@ -3098,7 +3112,7 @@ class DragonflyDragonflyUserConfigArgs:
|
|
|
3098
3112
|
@pulumi.getter(name="dragonflyPersistence")
|
|
3099
3113
|
def dragonfly_persistence(self) -> Optional[pulumi.Input[str]]:
|
|
3100
3114
|
"""
|
|
3101
|
-
Enum: `
|
|
3115
|
+
Enum: `dfs`, `off`, `rdb`. When persistence is `rdb` or `dfs`, Dragonfly does RDB or DFS dumps every 10 minutes. Dumps are done according to the backup schedule for backup purposes. When persistence is `off`, no RDB/DFS dumps or backups are done, so data can be lost at any moment if the service is restarted for any reason, or if the service is powered off. Also, the service can't be forked.
|
|
3102
3116
|
"""
|
|
3103
3117
|
return pulumi.get(self, "dragonfly_persistence")
|
|
3104
3118
|
|
|
@@ -4836,7 +4850,7 @@ if not MYPY:
|
|
|
4836
4850
|
"""
|
|
4837
4851
|
alerting_enabled: NotRequired[pulumi.Input[bool]]
|
|
4838
4852
|
"""
|
|
4839
|
-
Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified*alerting*enabled.
|
|
4853
|
+
Setting has no effect with Grafana 11 and onward. Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified*alerting*enabled.
|
|
4840
4854
|
"""
|
|
4841
4855
|
alerting_error_or_timeout: NotRequired[pulumi.Input[str]]
|
|
4842
4856
|
"""
|
|
@@ -4848,7 +4862,7 @@ if not MYPY:
|
|
|
4848
4862
|
"""
|
|
4849
4863
|
alerting_nodata_or_nullvalues: NotRequired[pulumi.Input[str]]
|
|
4850
4864
|
"""
|
|
4851
|
-
Enum: `alerting`, `
|
|
4865
|
+
Enum: `alerting`, `keep_state`, `no_data`, `ok`. Default value for 'no data or null values' for new alerting rules.
|
|
4852
4866
|
"""
|
|
4853
4867
|
allow_embedding: NotRequired[pulumi.Input[bool]]
|
|
4854
4868
|
"""
|
|
@@ -4880,7 +4894,7 @@ if not MYPY:
|
|
|
4880
4894
|
"""
|
|
4881
4895
|
cookie_samesite: NotRequired[pulumi.Input[str]]
|
|
4882
4896
|
"""
|
|
4883
|
-
Enum: `lax`, `
|
|
4897
|
+
Enum: `lax`, `none`, `strict`. Cookie SameSite attribute: `strict` prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. `lax` is the default value.
|
|
4884
4898
|
"""
|
|
4885
4899
|
custom_domain: NotRequired[pulumi.Input[str]]
|
|
4886
4900
|
"""
|
|
@@ -4888,7 +4902,7 @@ if not MYPY:
|
|
|
4888
4902
|
"""
|
|
4889
4903
|
dashboard_previews_enabled: NotRequired[pulumi.Input[bool]]
|
|
4890
4904
|
"""
|
|
4891
|
-
This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
|
|
4905
|
+
Enable browsing of dashboards in grid (pictures) mode. This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
|
|
4892
4906
|
"""
|
|
4893
4907
|
dashboards_min_refresh_interval: NotRequired[pulumi.Input[str]]
|
|
4894
4908
|
"""
|
|
@@ -4940,7 +4954,7 @@ if not MYPY:
|
|
|
4940
4954
|
"""
|
|
4941
4955
|
metrics_enabled: NotRequired[pulumi.Input[bool]]
|
|
4942
4956
|
"""
|
|
4943
|
-
Enable Grafana /metrics endpoint.
|
|
4957
|
+
Enable Grafana's /metrics endpoint.
|
|
4944
4958
|
"""
|
|
4945
4959
|
oauth_allow_insecure_email_lookup: NotRequired[pulumi.Input[bool]]
|
|
4946
4960
|
"""
|
|
@@ -4984,7 +4998,7 @@ if not MYPY:
|
|
|
4984
4998
|
"""
|
|
4985
4999
|
unified_alerting_enabled: NotRequired[pulumi.Input[bool]]
|
|
4986
5000
|
"""
|
|
4987
|
-
Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified*alerting*enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/
|
|
5001
|
+
Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified*alerting*enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/ for more details.
|
|
4988
5002
|
"""
|
|
4989
5003
|
user_auto_assign_org: NotRequired[pulumi.Input[bool]]
|
|
4990
5004
|
"""
|
|
@@ -4992,7 +5006,7 @@ if not MYPY:
|
|
|
4992
5006
|
"""
|
|
4993
5007
|
user_auto_assign_org_role: NotRequired[pulumi.Input[str]]
|
|
4994
5008
|
"""
|
|
4995
|
-
Enum: `
|
|
5009
|
+
Enum: `Admin`, `Editor`, `Viewer`. Set role for new signups. Defaults to Viewer.
|
|
4996
5010
|
"""
|
|
4997
5011
|
viewers_can_edit: NotRequired[pulumi.Input[bool]]
|
|
4998
5012
|
"""
|
|
@@ -5053,10 +5067,10 @@ class GrafanaGrafanaUserConfigArgs:
|
|
|
5053
5067
|
wal: Optional[pulumi.Input[bool]] = None):
|
|
5054
5068
|
"""
|
|
5055
5069
|
:param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
5056
|
-
:param pulumi.Input[bool] alerting_enabled: Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified*alerting*enabled.
|
|
5070
|
+
:param pulumi.Input[bool] alerting_enabled: Setting has no effect with Grafana 11 and onward. Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified*alerting*enabled.
|
|
5057
5071
|
:param pulumi.Input[str] alerting_error_or_timeout: Enum: `alerting`, `keep_state`. Default error or timeout setting for new alerting rules.
|
|
5058
5072
|
:param pulumi.Input[int] alerting_max_annotations_to_keep: Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations. Example: `0`.
|
|
5059
|
-
:param pulumi.Input[str] alerting_nodata_or_nullvalues: Enum: `alerting`, `
|
|
5073
|
+
:param pulumi.Input[str] alerting_nodata_or_nullvalues: Enum: `alerting`, `keep_state`, `no_data`, `ok`. Default value for 'no data or null values' for new alerting rules.
|
|
5060
5074
|
:param pulumi.Input[bool] allow_embedding: Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking.
|
|
5061
5075
|
:param pulumi.Input['GrafanaGrafanaUserConfigAuthAzureadArgs'] auth_azuread: Azure AD OAuth integration
|
|
5062
5076
|
:param pulumi.Input[bool] auth_basic_enabled: Enable or disable basic authentication form, used by Grafana built-in login.
|
|
@@ -5064,9 +5078,9 @@ class GrafanaGrafanaUserConfigArgs:
|
|
|
5064
5078
|
:param pulumi.Input['GrafanaGrafanaUserConfigAuthGithubArgs'] auth_github: Github Auth integration
|
|
5065
5079
|
:param pulumi.Input['GrafanaGrafanaUserConfigAuthGitlabArgs'] auth_gitlab: GitLab Auth integration
|
|
5066
5080
|
:param pulumi.Input['GrafanaGrafanaUserConfigAuthGoogleArgs'] auth_google: Google Auth integration
|
|
5067
|
-
:param pulumi.Input[str] cookie_samesite: Enum: `lax`, `
|
|
5081
|
+
:param pulumi.Input[str] cookie_samesite: Enum: `lax`, `none`, `strict`. Cookie SameSite attribute: `strict` prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. `lax` is the default value.
|
|
5068
5082
|
:param pulumi.Input[str] custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
|
|
5069
|
-
:param pulumi.Input[bool] dashboard_previews_enabled: This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
|
|
5083
|
+
:param pulumi.Input[bool] dashboard_previews_enabled: Enable browsing of dashboards in grid (pictures) mode. This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
|
|
5070
5084
|
:param pulumi.Input[str] dashboards_min_refresh_interval: Signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s, 1h. Example: `5s`.
|
|
5071
5085
|
:param pulumi.Input[int] dashboards_versions_to_keep: Dashboard versions to keep per dashboard. Example: `20`.
|
|
5072
5086
|
:param pulumi.Input[bool] dataproxy_send_user_header: Send `X-Grafana-User` header to data source.
|
|
@@ -5079,7 +5093,7 @@ class GrafanaGrafanaUserConfigArgs:
|
|
|
5079
5093
|
:param pulumi.Input[Sequence[pulumi.Input['GrafanaGrafanaUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
|
|
5080
5094
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
5081
5095
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
5082
|
-
:param pulumi.Input[bool] metrics_enabled: Enable Grafana /metrics endpoint.
|
|
5096
|
+
:param pulumi.Input[bool] metrics_enabled: Enable Grafana's /metrics endpoint.
|
|
5083
5097
|
:param pulumi.Input[bool] oauth_allow_insecure_email_lookup: Enforce user lookup based on email instead of the unique ID provided by the IdP.
|
|
5084
5098
|
:param pulumi.Input['GrafanaGrafanaUserConfigPrivateAccessArgs'] private_access: Allow access to selected service ports from private networks
|
|
5085
5099
|
:param pulumi.Input['GrafanaGrafanaUserConfigPrivatelinkAccessArgs'] privatelink_access: Allow access to selected service components through Privatelink
|
|
@@ -5090,9 +5104,9 @@ class GrafanaGrafanaUserConfigArgs:
|
|
|
5090
5104
|
:param pulumi.Input[str] service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created. Example: `anotherservicename`.
|
|
5091
5105
|
:param pulumi.Input['GrafanaGrafanaUserConfigSmtpServerArgs'] smtp_server: SMTP server settings
|
|
5092
5106
|
:param pulumi.Input[bool] static_ips: Use static public IP addresses.
|
|
5093
|
-
:param pulumi.Input[bool] unified_alerting_enabled: Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified*alerting*enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/
|
|
5107
|
+
:param pulumi.Input[bool] unified_alerting_enabled: Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified*alerting*enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/ for more details.
|
|
5094
5108
|
:param pulumi.Input[bool] user_auto_assign_org: Auto-assign new users on signup to main organization. Defaults to false.
|
|
5095
|
-
:param pulumi.Input[str] user_auto_assign_org_role: Enum: `
|
|
5109
|
+
:param pulumi.Input[str] user_auto_assign_org_role: Enum: `Admin`, `Editor`, `Viewer`. Set role for new signups. Defaults to Viewer.
|
|
5096
5110
|
:param pulumi.Input[bool] viewers_can_edit: Users with view-only permission can edit but not save dashboards.
|
|
5097
5111
|
:param pulumi.Input[bool] wal: Setting to enable/disable Write-Ahead Logging. The default value is false (disabled).
|
|
5098
5112
|
"""
|
|
@@ -5202,7 +5216,7 @@ class GrafanaGrafanaUserConfigArgs:
|
|
|
5202
5216
|
@pulumi.getter(name="alertingEnabled")
|
|
5203
5217
|
def alerting_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
5204
5218
|
"""
|
|
5205
|
-
Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified*alerting*enabled.
|
|
5219
|
+
Setting has no effect with Grafana 11 and onward. Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified*alerting*enabled.
|
|
5206
5220
|
"""
|
|
5207
5221
|
return pulumi.get(self, "alerting_enabled")
|
|
5208
5222
|
|
|
@@ -5238,7 +5252,7 @@ class GrafanaGrafanaUserConfigArgs:
|
|
|
5238
5252
|
@pulumi.getter(name="alertingNodataOrNullvalues")
|
|
5239
5253
|
def alerting_nodata_or_nullvalues(self) -> Optional[pulumi.Input[str]]:
|
|
5240
5254
|
"""
|
|
5241
|
-
Enum: `alerting`, `
|
|
5255
|
+
Enum: `alerting`, `keep_state`, `no_data`, `ok`. Default value for 'no data or null values' for new alerting rules.
|
|
5242
5256
|
"""
|
|
5243
5257
|
return pulumi.get(self, "alerting_nodata_or_nullvalues")
|
|
5244
5258
|
|
|
@@ -5334,7 +5348,7 @@ class GrafanaGrafanaUserConfigArgs:
|
|
|
5334
5348
|
@pulumi.getter(name="cookieSamesite")
|
|
5335
5349
|
def cookie_samesite(self) -> Optional[pulumi.Input[str]]:
|
|
5336
5350
|
"""
|
|
5337
|
-
Enum: `lax`, `
|
|
5351
|
+
Enum: `lax`, `none`, `strict`. Cookie SameSite attribute: `strict` prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. `lax` is the default value.
|
|
5338
5352
|
"""
|
|
5339
5353
|
return pulumi.get(self, "cookie_samesite")
|
|
5340
5354
|
|
|
@@ -5358,7 +5372,7 @@ class GrafanaGrafanaUserConfigArgs:
|
|
|
5358
5372
|
@pulumi.getter(name="dashboardPreviewsEnabled")
|
|
5359
5373
|
def dashboard_previews_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
5360
5374
|
"""
|
|
5361
|
-
This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
|
|
5375
|
+
Enable browsing of dashboards in grid (pictures) mode. This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
|
|
5362
5376
|
"""
|
|
5363
5377
|
return pulumi.get(self, "dashboard_previews_enabled")
|
|
5364
5378
|
|
|
@@ -5515,7 +5529,7 @@ class GrafanaGrafanaUserConfigArgs:
|
|
|
5515
5529
|
@pulumi.getter(name="metricsEnabled")
|
|
5516
5530
|
def metrics_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
5517
5531
|
"""
|
|
5518
|
-
Enable Grafana /metrics endpoint.
|
|
5532
|
+
Enable Grafana's /metrics endpoint.
|
|
5519
5533
|
"""
|
|
5520
5534
|
return pulumi.get(self, "metrics_enabled")
|
|
5521
5535
|
|
|
@@ -5647,7 +5661,7 @@ class GrafanaGrafanaUserConfigArgs:
|
|
|
5647
5661
|
@pulumi.getter(name="unifiedAlertingEnabled")
|
|
5648
5662
|
def unified_alerting_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
5649
5663
|
"""
|
|
5650
|
-
Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified*alerting*enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/
|
|
5664
|
+
Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified*alerting*enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/ for more details.
|
|
5651
5665
|
"""
|
|
5652
5666
|
return pulumi.get(self, "unified_alerting_enabled")
|
|
5653
5667
|
|
|
@@ -5671,7 +5685,7 @@ class GrafanaGrafanaUserConfigArgs:
|
|
|
5671
5685
|
@pulumi.getter(name="userAutoAssignOrgRole")
|
|
5672
5686
|
def user_auto_assign_org_role(self) -> Optional[pulumi.Input[str]]:
|
|
5673
5687
|
"""
|
|
5674
|
-
Enum: `
|
|
5688
|
+
Enum: `Admin`, `Editor`, `Viewer`. Set role for new signups. Defaults to Viewer.
|
|
5675
5689
|
"""
|
|
5676
5690
|
return pulumi.get(self, "user_auto_assign_org_role")
|
|
5677
5691
|
|
|
@@ -6269,15 +6283,15 @@ if not MYPY:
|
|
|
6269
6283
|
"""
|
|
6270
6284
|
api_url: NotRequired[pulumi.Input[str]]
|
|
6271
6285
|
"""
|
|
6272
|
-
|
|
6286
|
+
This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/api/v4`.
|
|
6273
6287
|
"""
|
|
6274
6288
|
auth_url: NotRequired[pulumi.Input[str]]
|
|
6275
6289
|
"""
|
|
6276
|
-
|
|
6290
|
+
This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/oauth/authorize`.
|
|
6277
6291
|
"""
|
|
6278
6292
|
token_url: NotRequired[pulumi.Input[str]]
|
|
6279
6293
|
"""
|
|
6280
|
-
|
|
6294
|
+
This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/oauth/token`.
|
|
6281
6295
|
"""
|
|
6282
6296
|
elif False:
|
|
6283
6297
|
GrafanaGrafanaUserConfigAuthGitlabArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -6297,9 +6311,9 @@ class GrafanaGrafanaUserConfigAuthGitlabArgs:
|
|
|
6297
6311
|
:param pulumi.Input[str] client_id: Client ID from provider. Example: `b1ba0bf54a4c2c0a1c29`.
|
|
6298
6312
|
:param pulumi.Input[str] client_secret: Client secret from provider. Example: `bfa6gea4f129076761dcba8ce5e1e406bd83af7b`.
|
|
6299
6313
|
:param pulumi.Input[bool] allow_sign_up: Automatically sign-up users on successful sign-in.
|
|
6300
|
-
:param pulumi.Input[str] api_url:
|
|
6301
|
-
:param pulumi.Input[str] auth_url:
|
|
6302
|
-
:param pulumi.Input[str] token_url:
|
|
6314
|
+
:param pulumi.Input[str] api_url: This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/api/v4`.
|
|
6315
|
+
:param pulumi.Input[str] auth_url: This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/oauth/authorize`.
|
|
6316
|
+
:param pulumi.Input[str] token_url: This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/oauth/token`.
|
|
6303
6317
|
"""
|
|
6304
6318
|
pulumi.set(__self__, "allowed_groups", allowed_groups)
|
|
6305
6319
|
pulumi.set(__self__, "client_id", client_id)
|
|
@@ -6365,7 +6379,7 @@ class GrafanaGrafanaUserConfigAuthGitlabArgs:
|
|
|
6365
6379
|
@pulumi.getter(name="apiUrl")
|
|
6366
6380
|
def api_url(self) -> Optional[pulumi.Input[str]]:
|
|
6367
6381
|
"""
|
|
6368
|
-
|
|
6382
|
+
This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/api/v4`.
|
|
6369
6383
|
"""
|
|
6370
6384
|
return pulumi.get(self, "api_url")
|
|
6371
6385
|
|
|
@@ -6377,7 +6391,7 @@ class GrafanaGrafanaUserConfigAuthGitlabArgs:
|
|
|
6377
6391
|
@pulumi.getter(name="authUrl")
|
|
6378
6392
|
def auth_url(self) -> Optional[pulumi.Input[str]]:
|
|
6379
6393
|
"""
|
|
6380
|
-
|
|
6394
|
+
This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/oauth/authorize`.
|
|
6381
6395
|
"""
|
|
6382
6396
|
return pulumi.get(self, "auth_url")
|
|
6383
6397
|
|
|
@@ -6389,7 +6403,7 @@ class GrafanaGrafanaUserConfigAuthGitlabArgs:
|
|
|
6389
6403
|
@pulumi.getter(name="tokenUrl")
|
|
6390
6404
|
def token_url(self) -> Optional[pulumi.Input[str]]:
|
|
6391
6405
|
"""
|
|
6392
|
-
|
|
6406
|
+
This only needs to be set when using self hosted GitLab. Example: `https://gitlab.com/oauth/token`.
|
|
6393
6407
|
"""
|
|
6394
6408
|
return pulumi.get(self, "token_url")
|
|
6395
6409
|
|
|
@@ -6671,7 +6685,7 @@ if not MYPY:
|
|
|
6671
6685
|
"""
|
|
6672
6686
|
provider: pulumi.Input[str]
|
|
6673
6687
|
"""
|
|
6674
|
-
Enum: `s3`.
|
|
6688
|
+
Enum: `s3`. External image store provider.
|
|
6675
6689
|
"""
|
|
6676
6690
|
secret_key: pulumi.Input[str]
|
|
6677
6691
|
"""
|
|
@@ -6690,7 +6704,7 @@ class GrafanaGrafanaUserConfigExternalImageStorageArgs:
|
|
|
6690
6704
|
"""
|
|
6691
6705
|
:param pulumi.Input[str] access_key: S3 access key. Requires permissions to the S3 bucket for the s3:PutObject and s3:PutObjectAcl actions. Example: `AAAAAAAAAAAAAAAAAAA`.
|
|
6692
6706
|
:param pulumi.Input[str] bucket_url: Bucket URL for S3. Example: `https://grafana.s3-ap-southeast-2.amazonaws.com/`.
|
|
6693
|
-
:param pulumi.Input[str] provider: Enum: `s3`.
|
|
6707
|
+
:param pulumi.Input[str] provider: Enum: `s3`. External image store provider.
|
|
6694
6708
|
:param pulumi.Input[str] secret_key: S3 secret key. Example: `AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA`.
|
|
6695
6709
|
"""
|
|
6696
6710
|
pulumi.set(__self__, "access_key", access_key)
|
|
@@ -6726,7 +6740,7 @@ class GrafanaGrafanaUserConfigExternalImageStorageArgs:
|
|
|
6726
6740
|
@pulumi.getter
|
|
6727
6741
|
def provider(self) -> pulumi.Input[str]:
|
|
6728
6742
|
"""
|
|
6729
|
-
Enum: `s3`.
|
|
6743
|
+
Enum: `s3`. External image store provider.
|
|
6730
6744
|
"""
|
|
6731
6745
|
return pulumi.get(self, "provider")
|
|
6732
6746
|
|
|
@@ -6922,7 +6936,7 @@ if not MYPY:
|
|
|
6922
6936
|
"""
|
|
6923
6937
|
starttls_policy: NotRequired[pulumi.Input[str]]
|
|
6924
6938
|
"""
|
|
6925
|
-
Enum: `
|
|
6939
|
+
Enum: `MandatoryStartTLS`, `NoStartTLS`, `OpportunisticStartTLS`. Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
|
|
6926
6940
|
"""
|
|
6927
6941
|
username: NotRequired[pulumi.Input[str]]
|
|
6928
6942
|
"""
|
|
@@ -6949,7 +6963,7 @@ class GrafanaGrafanaUserConfigSmtpServerArgs:
|
|
|
6949
6963
|
:param pulumi.Input[str] from_name: Name used in outgoing emails, defaults to Grafana.
|
|
6950
6964
|
:param pulumi.Input[str] password: Password for SMTP authentication. Example: `ein0eemeev5eeth3Ahfu`.
|
|
6951
6965
|
:param pulumi.Input[bool] skip_verify: Skip verifying server certificate. Defaults to false.
|
|
6952
|
-
:param pulumi.Input[str] starttls_policy: Enum: `
|
|
6966
|
+
:param pulumi.Input[str] starttls_policy: Enum: `MandatoryStartTLS`, `NoStartTLS`, `OpportunisticStartTLS`. Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
|
|
6953
6967
|
:param pulumi.Input[str] username: Username for SMTP authentication. Example: `smtpuser`.
|
|
6954
6968
|
"""
|
|
6955
6969
|
pulumi.set(__self__, "from_address", from_address)
|
|
@@ -7042,7 +7056,7 @@ class GrafanaGrafanaUserConfigSmtpServerArgs:
|
|
|
7042
7056
|
@pulumi.getter(name="starttlsPolicy")
|
|
7043
7057
|
def starttls_policy(self) -> Optional[pulumi.Input[str]]:
|
|
7044
7058
|
"""
|
|
7045
|
-
Enum: `
|
|
7059
|
+
Enum: `MandatoryStartTLS`, `NoStartTLS`, `OpportunisticStartTLS`. Either OpportunisticStartTLS, MandatoryStartTLS or NoStartTLS. Default is OpportunisticStartTLS.
|
|
7046
7060
|
"""
|
|
7047
7061
|
return pulumi.get(self, "starttls_policy")
|
|
7048
7062
|
|
|
@@ -7472,6 +7486,10 @@ if not MYPY:
|
|
|
7472
7486
|
"""
|
|
7473
7487
|
influxdb.conf configuration values
|
|
7474
7488
|
"""
|
|
7489
|
+
influxdb_version: NotRequired[pulumi.Input[str]]
|
|
7490
|
+
"""
|
|
7491
|
+
Enum: `1.8`, and newer. InfluxDB major version. Default: `1.8`.
|
|
7492
|
+
"""
|
|
7475
7493
|
ip_filter_objects: NotRequired[pulumi.Input[Sequence[pulumi.Input['InfluxDbInfluxdbUserConfigIpFilterObjectArgsDict']]]]
|
|
7476
7494
|
"""
|
|
7477
7495
|
Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
|
|
@@ -7525,6 +7543,7 @@ class InfluxDbInfluxdbUserConfigArgs:
|
|
|
7525
7543
|
additional_backup_regions: Optional[pulumi.Input[str]] = None,
|
|
7526
7544
|
custom_domain: Optional[pulumi.Input[str]] = None,
|
|
7527
7545
|
influxdb: Optional[pulumi.Input['InfluxDbInfluxdbUserConfigInfluxdbArgs']] = None,
|
|
7546
|
+
influxdb_version: Optional[pulumi.Input[str]] = None,
|
|
7528
7547
|
ip_filter_objects: Optional[pulumi.Input[Sequence[pulumi.Input['InfluxDbInfluxdbUserConfigIpFilterObjectArgs']]]] = None,
|
|
7529
7548
|
ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
7530
7549
|
ip_filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
@@ -7540,6 +7559,7 @@ class InfluxDbInfluxdbUserConfigArgs:
|
|
|
7540
7559
|
:param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
7541
7560
|
:param pulumi.Input[str] custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
|
|
7542
7561
|
:param pulumi.Input['InfluxDbInfluxdbUserConfigInfluxdbArgs'] influxdb: influxdb.conf configuration values
|
|
7562
|
+
:param pulumi.Input[str] influxdb_version: Enum: `1.8`, and newer. InfluxDB major version. Default: `1.8`.
|
|
7543
7563
|
:param pulumi.Input[Sequence[pulumi.Input['InfluxDbInfluxdbUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
|
|
7544
7564
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
7545
7565
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
@@ -7561,6 +7581,8 @@ class InfluxDbInfluxdbUserConfigArgs:
|
|
|
7561
7581
|
pulumi.set(__self__, "custom_domain", custom_domain)
|
|
7562
7582
|
if influxdb is not None:
|
|
7563
7583
|
pulumi.set(__self__, "influxdb", influxdb)
|
|
7584
|
+
if influxdb_version is not None:
|
|
7585
|
+
pulumi.set(__self__, "influxdb_version", influxdb_version)
|
|
7564
7586
|
if ip_filter_objects is not None:
|
|
7565
7587
|
pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
|
|
7566
7588
|
if ip_filter_strings is not None:
|
|
@@ -7624,6 +7646,18 @@ class InfluxDbInfluxdbUserConfigArgs:
|
|
|
7624
7646
|
def influxdb(self, value: Optional[pulumi.Input['InfluxDbInfluxdbUserConfigInfluxdbArgs']]):
|
|
7625
7647
|
pulumi.set(self, "influxdb", value)
|
|
7626
7648
|
|
|
7649
|
+
@property
|
|
7650
|
+
@pulumi.getter(name="influxdbVersion")
|
|
7651
|
+
def influxdb_version(self) -> Optional[pulumi.Input[str]]:
|
|
7652
|
+
"""
|
|
7653
|
+
Enum: `1.8`, and newer. InfluxDB major version. Default: `1.8`.
|
|
7654
|
+
"""
|
|
7655
|
+
return pulumi.get(self, "influxdb_version")
|
|
7656
|
+
|
|
7657
|
+
@influxdb_version.setter
|
|
7658
|
+
def influxdb_version(self, value: Optional[pulumi.Input[str]]):
|
|
7659
|
+
pulumi.set(self, "influxdb_version", value)
|
|
7660
|
+
|
|
7627
7661
|
@property
|
|
7628
7662
|
@pulumi.getter(name="ipFilterObjects")
|
|
7629
7663
|
def ip_filter_objects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InfluxDbInfluxdbUserConfigIpFilterObjectArgs']]]]:
|
|
@@ -7967,18 +8001,26 @@ if not MYPY:
|
|
|
7967
8001
|
"""
|
|
7968
8002
|
Allow clients to connect to influxdb with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
7969
8003
|
"""
|
|
8004
|
+
user_backup: NotRequired[pulumi.Input[bool]]
|
|
8005
|
+
"""
|
|
8006
|
+
Allow clients to connect to user_backup with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
8007
|
+
"""
|
|
7970
8008
|
elif False:
|
|
7971
8009
|
InfluxDbInfluxdbUserConfigPrivateAccessArgsDict: TypeAlias = Mapping[str, Any]
|
|
7972
8010
|
|
|
7973
8011
|
@pulumi.input_type
|
|
7974
8012
|
class InfluxDbInfluxdbUserConfigPrivateAccessArgs:
|
|
7975
8013
|
def __init__(__self__, *,
|
|
7976
|
-
influxdb: Optional[pulumi.Input[bool]] = None
|
|
8014
|
+
influxdb: Optional[pulumi.Input[bool]] = None,
|
|
8015
|
+
user_backup: Optional[pulumi.Input[bool]] = None):
|
|
7977
8016
|
"""
|
|
7978
8017
|
:param pulumi.Input[bool] influxdb: Allow clients to connect to influxdb with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
8018
|
+
:param pulumi.Input[bool] user_backup: Allow clients to connect to user_backup with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
7979
8019
|
"""
|
|
7980
8020
|
if influxdb is not None:
|
|
7981
8021
|
pulumi.set(__self__, "influxdb", influxdb)
|
|
8022
|
+
if user_backup is not None:
|
|
8023
|
+
pulumi.set(__self__, "user_backup", user_backup)
|
|
7982
8024
|
|
|
7983
8025
|
@property
|
|
7984
8026
|
@pulumi.getter
|
|
@@ -7992,6 +8034,18 @@ class InfluxDbInfluxdbUserConfigPrivateAccessArgs:
|
|
|
7992
8034
|
def influxdb(self, value: Optional[pulumi.Input[bool]]):
|
|
7993
8035
|
pulumi.set(self, "influxdb", value)
|
|
7994
8036
|
|
|
8037
|
+
@property
|
|
8038
|
+
@pulumi.getter(name="userBackup")
|
|
8039
|
+
def user_backup(self) -> Optional[pulumi.Input[bool]]:
|
|
8040
|
+
"""
|
|
8041
|
+
Allow clients to connect to user_backup with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
|
|
8042
|
+
"""
|
|
8043
|
+
return pulumi.get(self, "user_backup")
|
|
8044
|
+
|
|
8045
|
+
@user_backup.setter
|
|
8046
|
+
def user_backup(self, value: Optional[pulumi.Input[bool]]):
|
|
8047
|
+
pulumi.set(self, "user_backup", value)
|
|
8048
|
+
|
|
7995
8049
|
|
|
7996
8050
|
if not MYPY:
|
|
7997
8051
|
class InfluxDbInfluxdbUserConfigPrivatelinkAccessArgsDict(TypedDict):
|
|
@@ -7999,18 +8053,26 @@ if not MYPY:
|
|
|
7999
8053
|
"""
|
|
8000
8054
|
Enable influxdb.
|
|
8001
8055
|
"""
|
|
8056
|
+
user_backup: NotRequired[pulumi.Input[bool]]
|
|
8057
|
+
"""
|
|
8058
|
+
Enable user_backup.
|
|
8059
|
+
"""
|
|
8002
8060
|
elif False:
|
|
8003
8061
|
InfluxDbInfluxdbUserConfigPrivatelinkAccessArgsDict: TypeAlias = Mapping[str, Any]
|
|
8004
8062
|
|
|
8005
8063
|
@pulumi.input_type
|
|
8006
8064
|
class InfluxDbInfluxdbUserConfigPrivatelinkAccessArgs:
|
|
8007
8065
|
def __init__(__self__, *,
|
|
8008
|
-
influxdb: Optional[pulumi.Input[bool]] = None
|
|
8066
|
+
influxdb: Optional[pulumi.Input[bool]] = None,
|
|
8067
|
+
user_backup: Optional[pulumi.Input[bool]] = None):
|
|
8009
8068
|
"""
|
|
8010
8069
|
:param pulumi.Input[bool] influxdb: Enable influxdb.
|
|
8070
|
+
:param pulumi.Input[bool] user_backup: Enable user_backup.
|
|
8011
8071
|
"""
|
|
8012
8072
|
if influxdb is not None:
|
|
8013
8073
|
pulumi.set(__self__, "influxdb", influxdb)
|
|
8074
|
+
if user_backup is not None:
|
|
8075
|
+
pulumi.set(__self__, "user_backup", user_backup)
|
|
8014
8076
|
|
|
8015
8077
|
@property
|
|
8016
8078
|
@pulumi.getter
|
|
@@ -8024,6 +8086,18 @@ class InfluxDbInfluxdbUserConfigPrivatelinkAccessArgs:
|
|
|
8024
8086
|
def influxdb(self, value: Optional[pulumi.Input[bool]]):
|
|
8025
8087
|
pulumi.set(self, "influxdb", value)
|
|
8026
8088
|
|
|
8089
|
+
@property
|
|
8090
|
+
@pulumi.getter(name="userBackup")
|
|
8091
|
+
def user_backup(self) -> Optional[pulumi.Input[bool]]:
|
|
8092
|
+
"""
|
|
8093
|
+
Enable user_backup.
|
|
8094
|
+
"""
|
|
8095
|
+
return pulumi.get(self, "user_backup")
|
|
8096
|
+
|
|
8097
|
+
@user_backup.setter
|
|
8098
|
+
def user_backup(self, value: Optional[pulumi.Input[bool]]):
|
|
8099
|
+
pulumi.set(self, "user_backup", value)
|
|
8100
|
+
|
|
8027
8101
|
|
|
8028
8102
|
if not MYPY:
|
|
8029
8103
|
class InfluxDbInfluxdbUserConfigPublicAccessArgsDict(TypedDict):
|
|
@@ -8031,18 +8105,26 @@ if not MYPY:
|
|
|
8031
8105
|
"""
|
|
8032
8106
|
Allow clients to connect to influxdb from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
8033
8107
|
"""
|
|
8108
|
+
user_backup: NotRequired[pulumi.Input[bool]]
|
|
8109
|
+
"""
|
|
8110
|
+
Allow clients to connect to user_backup from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
8111
|
+
"""
|
|
8034
8112
|
elif False:
|
|
8035
8113
|
InfluxDbInfluxdbUserConfigPublicAccessArgsDict: TypeAlias = Mapping[str, Any]
|
|
8036
8114
|
|
|
8037
8115
|
@pulumi.input_type
|
|
8038
8116
|
class InfluxDbInfluxdbUserConfigPublicAccessArgs:
|
|
8039
8117
|
def __init__(__self__, *,
|
|
8040
|
-
influxdb: Optional[pulumi.Input[bool]] = None
|
|
8118
|
+
influxdb: Optional[pulumi.Input[bool]] = None,
|
|
8119
|
+
user_backup: Optional[pulumi.Input[bool]] = None):
|
|
8041
8120
|
"""
|
|
8042
8121
|
:param pulumi.Input[bool] influxdb: Allow clients to connect to influxdb from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
8122
|
+
:param pulumi.Input[bool] user_backup: Allow clients to connect to user_backup from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
8043
8123
|
"""
|
|
8044
8124
|
if influxdb is not None:
|
|
8045
8125
|
pulumi.set(__self__, "influxdb", influxdb)
|
|
8126
|
+
if user_backup is not None:
|
|
8127
|
+
pulumi.set(__self__, "user_backup", user_backup)
|
|
8046
8128
|
|
|
8047
8129
|
@property
|
|
8048
8130
|
@pulumi.getter
|
|
@@ -8056,6 +8138,18 @@ class InfluxDbInfluxdbUserConfigPublicAccessArgs:
|
|
|
8056
8138
|
def influxdb(self, value: Optional[pulumi.Input[bool]]):
|
|
8057
8139
|
pulumi.set(self, "influxdb", value)
|
|
8058
8140
|
|
|
8141
|
+
@property
|
|
8142
|
+
@pulumi.getter(name="userBackup")
|
|
8143
|
+
def user_backup(self) -> Optional[pulumi.Input[bool]]:
|
|
8144
|
+
"""
|
|
8145
|
+
Allow clients to connect to user_backup from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
8146
|
+
"""
|
|
8147
|
+
return pulumi.get(self, "user_backup")
|
|
8148
|
+
|
|
8149
|
+
@user_backup.setter
|
|
8150
|
+
def user_backup(self, value: Optional[pulumi.Input[bool]]):
|
|
8151
|
+
pulumi.set(self, "user_backup", value)
|
|
8152
|
+
|
|
8059
8153
|
|
|
8060
8154
|
if not MYPY:
|
|
8061
8155
|
class InfluxDbServiceIntegrationArgsDict(TypedDict):
|
|
@@ -8820,7 +8914,7 @@ if not MYPY:
|
|
|
8820
8914
|
class KafkaConnectKafkaConnectUserConfigKafkaConnectArgsDict(TypedDict):
|
|
8821
8915
|
connector_client_config_override_policy: NotRequired[pulumi.Input[str]]
|
|
8822
8916
|
"""
|
|
8823
|
-
Enum: `
|
|
8917
|
+
Enum: `All`, `None`. Defines what client configurations can be overridden by the connector. Default is None.
|
|
8824
8918
|
"""
|
|
8825
8919
|
consumer_auto_offset_reset: NotRequired[pulumi.Input[str]]
|
|
8826
8920
|
"""
|
|
@@ -8832,7 +8926,7 @@ if not MYPY:
|
|
|
8832
8926
|
"""
|
|
8833
8927
|
consumer_isolation_level: NotRequired[pulumi.Input[str]]
|
|
8834
8928
|
"""
|
|
8835
|
-
Enum: `
|
|
8929
|
+
Enum: `read_committed`, `read_uncommitted`. Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
|
|
8836
8930
|
"""
|
|
8837
8931
|
consumer_max_partition_fetch_bytes: NotRequired[pulumi.Input[int]]
|
|
8838
8932
|
"""
|
|
@@ -8864,7 +8958,7 @@ if not MYPY:
|
|
|
8864
8958
|
"""
|
|
8865
8959
|
producer_compression_type: NotRequired[pulumi.Input[str]]
|
|
8866
8960
|
"""
|
|
8867
|
-
Enum: `gzip`, `
|
|
8961
|
+
Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
|
|
8868
8962
|
"""
|
|
8869
8963
|
producer_linger_ms: NotRequired[pulumi.Input[int]]
|
|
8870
8964
|
"""
|
|
@@ -8905,10 +8999,10 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
|
|
|
8905
8999
|
scheduled_rebalance_max_delay_ms: Optional[pulumi.Input[int]] = None,
|
|
8906
9000
|
session_timeout_ms: Optional[pulumi.Input[int]] = None):
|
|
8907
9001
|
"""
|
|
8908
|
-
:param pulumi.Input[str] connector_client_config_override_policy: Enum: `
|
|
9002
|
+
:param pulumi.Input[str] connector_client_config_override_policy: Enum: `All`, `None`. Defines what client configurations can be overridden by the connector. Default is None.
|
|
8909
9003
|
:param pulumi.Input[str] consumer_auto_offset_reset: Enum: `earliest`, `latest`. What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
|
|
8910
9004
|
:param pulumi.Input[int] consumer_fetch_max_bytes: Records are fetched in batches by the consumer, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that the consumer can make progress. As such, this is not a absolute maximum. Example: `52428800`.
|
|
8911
|
-
:param pulumi.Input[str] consumer_isolation_level: Enum: `
|
|
9005
|
+
:param pulumi.Input[str] consumer_isolation_level: Enum: `read_committed`, `read_uncommitted`. Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
|
|
8912
9006
|
:param pulumi.Input[int] consumer_max_partition_fetch_bytes: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress. Example: `1048576`.
|
|
8913
9007
|
:param pulumi.Input[int] consumer_max_poll_interval_ms: The maximum delay in milliseconds between invocations of poll() when using consumer group management (defaults to 300000).
|
|
8914
9008
|
:param pulumi.Input[int] consumer_max_poll_records: The maximum number of records returned in a single call to poll() (defaults to 500).
|
|
@@ -8916,7 +9010,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
|
|
|
8916
9010
|
:param pulumi.Input[int] offset_flush_timeout_ms: Maximum number of milliseconds to wait for records to flush and partition offset data to be committed to offset storage before cancelling the process and restoring the offset data to be committed in a future attempt (defaults to 5000).
|
|
8917
9011
|
:param pulumi.Input[int] producer_batch_size: This setting gives the upper bound of the batch size to be sent. If there are fewer than this many bytes accumulated for this partition, the producer will `linger` for the linger.ms time waiting for more records to show up. A batch size of zero will disable batching entirely (defaults to 16384).
|
|
8918
9012
|
:param pulumi.Input[int] producer_buffer_memory: The total bytes of memory the producer can use to buffer records waiting to be sent to the broker (defaults to 33554432).
|
|
8919
|
-
:param pulumi.Input[str] producer_compression_type: Enum: `gzip`, `
|
|
9013
|
+
:param pulumi.Input[str] producer_compression_type: Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
|
|
8920
9014
|
:param pulumi.Input[int] producer_linger_ms: This setting gives the upper bound on the delay for batching: once there is batch.size worth of records for a partition it will be sent immediately regardless of this setting, however if there are fewer than this many bytes accumulated for this partition the producer will `linger` for the specified time waiting for more records to show up. Defaults to 0.
|
|
8921
9015
|
:param pulumi.Input[int] producer_max_request_size: This setting will limit the number of record batches the producer will send in a single request to avoid sending huge requests. Example: `1048576`.
|
|
8922
9016
|
:param pulumi.Input[int] scheduled_rebalance_max_delay_ms: The maximum delay that is scheduled in order to wait for the return of one or more departed workers before rebalancing and reassigning their connectors and tasks to the group. During this period the connectors and tasks of the departed workers remain unassigned. Defaults to 5 minutes.
|
|
@@ -8959,7 +9053,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
|
|
|
8959
9053
|
@pulumi.getter(name="connectorClientConfigOverridePolicy")
|
|
8960
9054
|
def connector_client_config_override_policy(self) -> Optional[pulumi.Input[str]]:
|
|
8961
9055
|
"""
|
|
8962
|
-
Enum: `
|
|
9056
|
+
Enum: `All`, `None`. Defines what client configurations can be overridden by the connector. Default is None.
|
|
8963
9057
|
"""
|
|
8964
9058
|
return pulumi.get(self, "connector_client_config_override_policy")
|
|
8965
9059
|
|
|
@@ -8995,7 +9089,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
|
|
|
8995
9089
|
@pulumi.getter(name="consumerIsolationLevel")
|
|
8996
9090
|
def consumer_isolation_level(self) -> Optional[pulumi.Input[str]]:
|
|
8997
9091
|
"""
|
|
8998
|
-
Enum: `
|
|
9092
|
+
Enum: `read_committed`, `read_uncommitted`. Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
|
|
8999
9093
|
"""
|
|
9000
9094
|
return pulumi.get(self, "consumer_isolation_level")
|
|
9001
9095
|
|
|
@@ -9091,7 +9185,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
|
|
|
9091
9185
|
@pulumi.getter(name="producerCompressionType")
|
|
9092
9186
|
def producer_compression_type(self) -> Optional[pulumi.Input[str]]:
|
|
9093
9187
|
"""
|
|
9094
|
-
Enum: `gzip`, `
|
|
9188
|
+
Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
|
|
9095
9189
|
"""
|
|
9096
9190
|
return pulumi.get(self, "producer_compression_type")
|
|
9097
9191
|
|
|
@@ -9332,11 +9426,11 @@ if not MYPY:
|
|
|
9332
9426
|
"""
|
|
9333
9427
|
aws: NotRequired[pulumi.Input['KafkaConnectKafkaConnectUserConfigSecretProviderAwsArgsDict']]
|
|
9334
9428
|
"""
|
|
9335
|
-
AWS
|
|
9429
|
+
AWS secret provider configuration
|
|
9336
9430
|
"""
|
|
9337
9431
|
vault: NotRequired[pulumi.Input['KafkaConnectKafkaConnectUserConfigSecretProviderVaultArgsDict']]
|
|
9338
9432
|
"""
|
|
9339
|
-
Vault
|
|
9433
|
+
Vault secret provider configuration
|
|
9340
9434
|
"""
|
|
9341
9435
|
elif False:
|
|
9342
9436
|
KafkaConnectKafkaConnectUserConfigSecretProviderArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -9349,8 +9443,8 @@ class KafkaConnectKafkaConnectUserConfigSecretProviderArgs:
|
|
|
9349
9443
|
vault: Optional[pulumi.Input['KafkaConnectKafkaConnectUserConfigSecretProviderVaultArgs']] = None):
|
|
9350
9444
|
"""
|
|
9351
9445
|
:param pulumi.Input[str] name: Name of the secret provider. Used to reference secrets in connector config.
|
|
9352
|
-
:param pulumi.Input['KafkaConnectKafkaConnectUserConfigSecretProviderAwsArgs'] aws: AWS
|
|
9353
|
-
:param pulumi.Input['KafkaConnectKafkaConnectUserConfigSecretProviderVaultArgs'] vault: Vault
|
|
9446
|
+
:param pulumi.Input['KafkaConnectKafkaConnectUserConfigSecretProviderAwsArgs'] aws: AWS secret provider configuration
|
|
9447
|
+
:param pulumi.Input['KafkaConnectKafkaConnectUserConfigSecretProviderVaultArgs'] vault: Vault secret provider configuration
|
|
9354
9448
|
"""
|
|
9355
9449
|
pulumi.set(__self__, "name", name)
|
|
9356
9450
|
if aws is not None:
|
|
@@ -9374,7 +9468,7 @@ class KafkaConnectKafkaConnectUserConfigSecretProviderArgs:
|
|
|
9374
9468
|
@pulumi.getter
|
|
9375
9469
|
def aws(self) -> Optional[pulumi.Input['KafkaConnectKafkaConnectUserConfigSecretProviderAwsArgs']]:
|
|
9376
9470
|
"""
|
|
9377
|
-
AWS
|
|
9471
|
+
AWS secret provider configuration
|
|
9378
9472
|
"""
|
|
9379
9473
|
return pulumi.get(self, "aws")
|
|
9380
9474
|
|
|
@@ -9386,7 +9480,7 @@ class KafkaConnectKafkaConnectUserConfigSecretProviderArgs:
|
|
|
9386
9480
|
@pulumi.getter
|
|
9387
9481
|
def vault(self) -> Optional[pulumi.Input['KafkaConnectKafkaConnectUserConfigSecretProviderVaultArgs']]:
|
|
9388
9482
|
"""
|
|
9389
|
-
Vault
|
|
9483
|
+
Vault secret provider configuration
|
|
9390
9484
|
"""
|
|
9391
9485
|
return pulumi.get(self, "vault")
|
|
9392
9486
|
|
|
@@ -10554,7 +10648,7 @@ if not MYPY:
|
|
|
10554
10648
|
"""
|
|
10555
10649
|
compression_type: NotRequired[pulumi.Input[str]]
|
|
10556
10650
|
"""
|
|
10557
|
-
Enum: `gzip`, `
|
|
10651
|
+
Enum: `gzip`, `lz4`, `producer`, `snappy`, `uncompressed`, `zstd`. Specify the final compression type for a given topic. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `uncompressed` which is equivalent to no compression; and `producer` which means retain the original compression codec set by the producer.(Default: producer).
|
|
10558
10652
|
"""
|
|
10559
10653
|
connections_max_idle_ms: NotRequired[pulumi.Input[int]]
|
|
10560
10654
|
"""
|
|
@@ -10594,11 +10688,11 @@ if not MYPY:
|
|
|
10594
10688
|
"""
|
|
10595
10689
|
log_cleanup_policy: NotRequired[pulumi.Input[str]]
|
|
10596
10690
|
"""
|
|
10597
|
-
Enum: `
|
|
10691
|
+
Enum: `compact`, `compact,delete`, `delete`. The default cleanup policy for segments beyond the retention window (Default: delete).
|
|
10598
10692
|
"""
|
|
10599
10693
|
log_flush_interval_messages: NotRequired[pulumi.Input[int]]
|
|
10600
10694
|
"""
|
|
10601
|
-
The number of messages accumulated on a log partition before messages are flushed to disk (Default: 9223372036854775807 (Long.MAX_VALUE)).
|
|
10695
|
+
The number of messages accumulated on a log partition before messages are flushed to disk (Default: 9223372036854775807 (Long.MAX_VALUE)).
|
|
10602
10696
|
"""
|
|
10603
10697
|
log_flush_interval_ms: NotRequired[pulumi.Input[int]]
|
|
10604
10698
|
"""
|
|
@@ -10786,7 +10880,7 @@ class KafkaKafkaUserConfigKafkaArgs:
|
|
|
10786
10880
|
transaction_state_log_segment_bytes: Optional[pulumi.Input[int]] = None):
|
|
10787
10881
|
"""
|
|
10788
10882
|
:param pulumi.Input[bool] auto_create_topics_enable: Enable auto-creation of topics. (Default: true).
|
|
10789
|
-
:param pulumi.Input[str] compression_type: Enum: `gzip`, `
|
|
10883
|
+
:param pulumi.Input[str] compression_type: Enum: `gzip`, `lz4`, `producer`, `snappy`, `uncompressed`, `zstd`. Specify the final compression type for a given topic. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `uncompressed` which is equivalent to no compression; and `producer` which means retain the original compression codec set by the producer.(Default: producer).
|
|
10790
10884
|
:param pulumi.Input[int] connections_max_idle_ms: Idle connections timeout: the server socket processor threads close the connections that idle for longer than this. (Default: 600000 ms (10 minutes)). Example: `540000`.
|
|
10791
10885
|
:param pulumi.Input[int] default_replication_factor: Replication factor for auto-created topics (Default: 3).
|
|
10792
10886
|
:param pulumi.Input[int] group_initial_rebalance_delay_ms: The amount of time, in milliseconds, the group coordinator will wait for more consumers to join a new group before performing the first rebalance. A longer delay means potentially fewer rebalances, but increases the time until processing begins. The default value for this is 3 seconds. During development and testing it might be desirable to set this to 0 in order to not delay test execution time. (Default: 3000 ms (3 seconds)). Example: `3000`.
|
|
@@ -10796,8 +10890,8 @@ class KafkaKafkaUserConfigKafkaArgs:
|
|
|
10796
10890
|
:param pulumi.Input[int] log_cleaner_max_compaction_lag_ms: The maximum amount of time message will remain uncompacted. Only applicable for logs that are being compacted. (Default: 9223372036854775807 ms (Long.MAX_VALUE)).
|
|
10797
10891
|
:param pulumi.Input[float] log_cleaner_min_cleanable_ratio: Controls log compactor frequency. Larger value means more frequent compactions but also more space wasted for logs. Consider setting log.cleaner.max.compaction.lag.ms to enforce compactions sooner, instead of setting a very high value for this option. (Default: 0.5). Example: `0.5`.
|
|
10798
10892
|
:param pulumi.Input[int] log_cleaner_min_compaction_lag_ms: The minimum time a message will remain uncompacted in the log. Only applicable for logs that are being compacted. (Default: 0 ms).
|
|
10799
|
-
:param pulumi.Input[str] log_cleanup_policy: Enum: `
|
|
10800
|
-
:param pulumi.Input[int] log_flush_interval_messages: The number of messages accumulated on a log partition before messages are flushed to disk (Default: 9223372036854775807 (Long.MAX_VALUE)).
|
|
10893
|
+
:param pulumi.Input[str] log_cleanup_policy: Enum: `compact`, `compact,delete`, `delete`. The default cleanup policy for segments beyond the retention window (Default: delete).
|
|
10894
|
+
:param pulumi.Input[int] log_flush_interval_messages: The number of messages accumulated on a log partition before messages are flushed to disk (Default: 9223372036854775807 (Long.MAX_VALUE)).
|
|
10801
10895
|
:param pulumi.Input[int] log_flush_interval_ms: The maximum time in ms that a message in any topic is kept in memory (page-cache) before flushed to disk. If not set, the value in log.flush.scheduler.interval.ms is used (Default: null).
|
|
10802
10896
|
:param pulumi.Input[int] log_index_interval_bytes: The interval with which Kafka adds an entry to the offset index (Default: 4096 bytes (4 kibibytes)). Example: `4096`.
|
|
10803
10897
|
:param pulumi.Input[int] log_index_size_max_bytes: The maximum size in bytes of the offset index (Default: 10485760 (10 mebibytes)). Example: `10485760`.
|
|
@@ -10941,7 +11035,7 @@ class KafkaKafkaUserConfigKafkaArgs:
|
|
|
10941
11035
|
@pulumi.getter(name="compressionType")
|
|
10942
11036
|
def compression_type(self) -> Optional[pulumi.Input[str]]:
|
|
10943
11037
|
"""
|
|
10944
|
-
Enum: `gzip`, `
|
|
11038
|
+
Enum: `gzip`, `lz4`, `producer`, `snappy`, `uncompressed`, `zstd`. Specify the final compression type for a given topic. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `uncompressed` which is equivalent to no compression; and `producer` which means retain the original compression codec set by the producer.(Default: producer).
|
|
10945
11039
|
"""
|
|
10946
11040
|
return pulumi.get(self, "compression_type")
|
|
10947
11041
|
|
|
@@ -11061,7 +11155,7 @@ class KafkaKafkaUserConfigKafkaArgs:
|
|
|
11061
11155
|
@pulumi.getter(name="logCleanupPolicy")
|
|
11062
11156
|
def log_cleanup_policy(self) -> Optional[pulumi.Input[str]]:
|
|
11063
11157
|
"""
|
|
11064
|
-
Enum: `
|
|
11158
|
+
Enum: `compact`, `compact,delete`, `delete`. The default cleanup policy for segments beyond the retention window (Default: delete).
|
|
11065
11159
|
"""
|
|
11066
11160
|
return pulumi.get(self, "log_cleanup_policy")
|
|
11067
11161
|
|
|
@@ -11073,7 +11167,7 @@ class KafkaKafkaUserConfigKafkaArgs:
|
|
|
11073
11167
|
@pulumi.getter(name="logFlushIntervalMessages")
|
|
11074
11168
|
def log_flush_interval_messages(self) -> Optional[pulumi.Input[int]]:
|
|
11075
11169
|
"""
|
|
11076
|
-
The number of messages accumulated on a log partition before messages are flushed to disk (Default: 9223372036854775807 (Long.MAX_VALUE)).
|
|
11170
|
+
The number of messages accumulated on a log partition before messages are flushed to disk (Default: 9223372036854775807 (Long.MAX_VALUE)).
|
|
11077
11171
|
"""
|
|
11078
11172
|
return pulumi.get(self, "log_flush_interval_messages")
|
|
11079
11173
|
|
|
@@ -11534,7 +11628,7 @@ if not MYPY:
|
|
|
11534
11628
|
class KafkaKafkaUserConfigKafkaConnectConfigArgsDict(TypedDict):
|
|
11535
11629
|
connector_client_config_override_policy: NotRequired[pulumi.Input[str]]
|
|
11536
11630
|
"""
|
|
11537
|
-
Enum: `
|
|
11631
|
+
Enum: `All`, `None`. Defines what client configurations can be overridden by the connector. Default is None.
|
|
11538
11632
|
"""
|
|
11539
11633
|
consumer_auto_offset_reset: NotRequired[pulumi.Input[str]]
|
|
11540
11634
|
"""
|
|
@@ -11546,7 +11640,7 @@ if not MYPY:
|
|
|
11546
11640
|
"""
|
|
11547
11641
|
consumer_isolation_level: NotRequired[pulumi.Input[str]]
|
|
11548
11642
|
"""
|
|
11549
|
-
Enum: `
|
|
11643
|
+
Enum: `read_committed`, `read_uncommitted`. Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
|
|
11550
11644
|
"""
|
|
11551
11645
|
consumer_max_partition_fetch_bytes: NotRequired[pulumi.Input[int]]
|
|
11552
11646
|
"""
|
|
@@ -11578,7 +11672,7 @@ if not MYPY:
|
|
|
11578
11672
|
"""
|
|
11579
11673
|
producer_compression_type: NotRequired[pulumi.Input[str]]
|
|
11580
11674
|
"""
|
|
11581
|
-
Enum: `gzip`, `
|
|
11675
|
+
Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
|
|
11582
11676
|
"""
|
|
11583
11677
|
producer_linger_ms: NotRequired[pulumi.Input[int]]
|
|
11584
11678
|
"""
|
|
@@ -11619,10 +11713,10 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
|
|
|
11619
11713
|
scheduled_rebalance_max_delay_ms: Optional[pulumi.Input[int]] = None,
|
|
11620
11714
|
session_timeout_ms: Optional[pulumi.Input[int]] = None):
|
|
11621
11715
|
"""
|
|
11622
|
-
:param pulumi.Input[str] connector_client_config_override_policy: Enum: `
|
|
11716
|
+
:param pulumi.Input[str] connector_client_config_override_policy: Enum: `All`, `None`. Defines what client configurations can be overridden by the connector. Default is None.
|
|
11623
11717
|
:param pulumi.Input[str] consumer_auto_offset_reset: Enum: `earliest`, `latest`. What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
|
|
11624
11718
|
:param pulumi.Input[int] consumer_fetch_max_bytes: Records are fetched in batches by the consumer, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that the consumer can make progress. As such, this is not a absolute maximum. Example: `52428800`.
|
|
11625
|
-
:param pulumi.Input[str] consumer_isolation_level: Enum: `
|
|
11719
|
+
:param pulumi.Input[str] consumer_isolation_level: Enum: `read_committed`, `read_uncommitted`. Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
|
|
11626
11720
|
:param pulumi.Input[int] consumer_max_partition_fetch_bytes: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress. Example: `1048576`.
|
|
11627
11721
|
:param pulumi.Input[int] consumer_max_poll_interval_ms: The maximum delay in milliseconds between invocations of poll() when using consumer group management (defaults to 300000).
|
|
11628
11722
|
:param pulumi.Input[int] consumer_max_poll_records: The maximum number of records returned in a single call to poll() (defaults to 500).
|
|
@@ -11630,7 +11724,7 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
|
|
|
11630
11724
|
:param pulumi.Input[int] offset_flush_timeout_ms: Maximum number of milliseconds to wait for records to flush and partition offset data to be committed to offset storage before cancelling the process and restoring the offset data to be committed in a future attempt (defaults to 5000).
|
|
11631
11725
|
:param pulumi.Input[int] producer_batch_size: This setting gives the upper bound of the batch size to be sent. If there are fewer than this many bytes accumulated for this partition, the producer will `linger` for the linger.ms time waiting for more records to show up. A batch size of zero will disable batching entirely (defaults to 16384).
|
|
11632
11726
|
:param pulumi.Input[int] producer_buffer_memory: The total bytes of memory the producer can use to buffer records waiting to be sent to the broker (defaults to 33554432).
|
|
11633
|
-
:param pulumi.Input[str] producer_compression_type: Enum: `gzip`, `
|
|
11727
|
+
:param pulumi.Input[str] producer_compression_type: Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
|
|
11634
11728
|
:param pulumi.Input[int] producer_linger_ms: This setting gives the upper bound on the delay for batching: once there is batch.size worth of records for a partition it will be sent immediately regardless of this setting, however if there are fewer than this many bytes accumulated for this partition the producer will `linger` for the specified time waiting for more records to show up. Defaults to 0.
|
|
11635
11729
|
:param pulumi.Input[int] producer_max_request_size: This setting will limit the number of record batches the producer will send in a single request to avoid sending huge requests. Example: `1048576`.
|
|
11636
11730
|
:param pulumi.Input[int] scheduled_rebalance_max_delay_ms: The maximum delay that is scheduled in order to wait for the return of one or more departed workers before rebalancing and reassigning their connectors and tasks to the group. During this period the connectors and tasks of the departed workers remain unassigned. Defaults to 5 minutes.
|
|
@@ -11673,7 +11767,7 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
|
|
|
11673
11767
|
@pulumi.getter(name="connectorClientConfigOverridePolicy")
|
|
11674
11768
|
def connector_client_config_override_policy(self) -> Optional[pulumi.Input[str]]:
|
|
11675
11769
|
"""
|
|
11676
|
-
Enum: `
|
|
11770
|
+
Enum: `All`, `None`. Defines what client configurations can be overridden by the connector. Default is None.
|
|
11677
11771
|
"""
|
|
11678
11772
|
return pulumi.get(self, "connector_client_config_override_policy")
|
|
11679
11773
|
|
|
@@ -11709,7 +11803,7 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
|
|
|
11709
11803
|
@pulumi.getter(name="consumerIsolationLevel")
|
|
11710
11804
|
def consumer_isolation_level(self) -> Optional[pulumi.Input[str]]:
|
|
11711
11805
|
"""
|
|
11712
|
-
Enum: `
|
|
11806
|
+
Enum: `read_committed`, `read_uncommitted`. Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
|
|
11713
11807
|
"""
|
|
11714
11808
|
return pulumi.get(self, "consumer_isolation_level")
|
|
11715
11809
|
|
|
@@ -11805,7 +11899,7 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
|
|
|
11805
11899
|
@pulumi.getter(name="producerCompressionType")
|
|
11806
11900
|
def producer_compression_type(self) -> Optional[pulumi.Input[str]]:
|
|
11807
11901
|
"""
|
|
11808
|
-
Enum: `gzip`, `
|
|
11902
|
+
Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
|
|
11809
11903
|
"""
|
|
11810
11904
|
return pulumi.get(self, "producer_compression_type")
|
|
11811
11905
|
|
|
@@ -11870,11 +11964,11 @@ if not MYPY:
|
|
|
11870
11964
|
"""
|
|
11871
11965
|
aws: NotRequired[pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderAwsArgsDict']]
|
|
11872
11966
|
"""
|
|
11873
|
-
AWS
|
|
11967
|
+
AWS secret provider configuration
|
|
11874
11968
|
"""
|
|
11875
11969
|
vault: NotRequired[pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderVaultArgsDict']]
|
|
11876
11970
|
"""
|
|
11877
|
-
Vault
|
|
11971
|
+
Vault secret provider configuration
|
|
11878
11972
|
"""
|
|
11879
11973
|
elif False:
|
|
11880
11974
|
KafkaKafkaUserConfigKafkaConnectSecretProviderArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -11887,8 +11981,8 @@ class KafkaKafkaUserConfigKafkaConnectSecretProviderArgs:
|
|
|
11887
11981
|
vault: Optional[pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderVaultArgs']] = None):
|
|
11888
11982
|
"""
|
|
11889
11983
|
:param pulumi.Input[str] name: Name of the secret provider. Used to reference secrets in connector config.
|
|
11890
|
-
:param pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderAwsArgs'] aws: AWS
|
|
11891
|
-
:param pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderVaultArgs'] vault: Vault
|
|
11984
|
+
:param pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderAwsArgs'] aws: AWS secret provider configuration
|
|
11985
|
+
:param pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderVaultArgs'] vault: Vault secret provider configuration
|
|
11892
11986
|
"""
|
|
11893
11987
|
pulumi.set(__self__, "name", name)
|
|
11894
11988
|
if aws is not None:
|
|
@@ -11912,7 +12006,7 @@ class KafkaKafkaUserConfigKafkaConnectSecretProviderArgs:
|
|
|
11912
12006
|
@pulumi.getter
|
|
11913
12007
|
def aws(self) -> Optional[pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderAwsArgs']]:
|
|
11914
12008
|
"""
|
|
11915
|
-
AWS
|
|
12009
|
+
AWS secret provider configuration
|
|
11916
12010
|
"""
|
|
11917
12011
|
return pulumi.get(self, "aws")
|
|
11918
12012
|
|
|
@@ -11924,7 +12018,7 @@ class KafkaKafkaUserConfigKafkaConnectSecretProviderArgs:
|
|
|
11924
12018
|
@pulumi.getter
|
|
11925
12019
|
def vault(self) -> Optional[pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderVaultArgs']]:
|
|
11926
12020
|
"""
|
|
11927
|
-
Vault
|
|
12021
|
+
Vault secret provider configuration
|
|
11928
12022
|
"""
|
|
11929
12023
|
return pulumi.get(self, "vault")
|
|
11930
12024
|
|
|
@@ -12149,7 +12243,7 @@ if not MYPY:
|
|
|
12149
12243
|
"""
|
|
12150
12244
|
name_strategy: NotRequired[pulumi.Input[str]]
|
|
12151
12245
|
"""
|
|
12152
|
-
Enum: `
|
|
12246
|
+
Enum: `record_name`, `topic_name`, `topic_record_name`. Name strategy to use when selecting subject for storing schemas. Default: `topic_name`.
|
|
12153
12247
|
"""
|
|
12154
12248
|
name_strategy_validation: NotRequired[pulumi.Input[bool]]
|
|
12155
12249
|
"""
|
|
@@ -12157,11 +12251,11 @@ if not MYPY:
|
|
|
12157
12251
|
"""
|
|
12158
12252
|
producer_acks: NotRequired[pulumi.Input[str]]
|
|
12159
12253
|
"""
|
|
12160
|
-
Enum:
|
|
12254
|
+
Enum: `-1`, `0`, `1`, `all`. The number of acknowledgments the producer requires the leader to have received before considering a request complete. If set to `all` or `-1`, the leader will wait for the full set of in-sync replicas to acknowledge the record. Default: `1`.
|
|
12161
12255
|
"""
|
|
12162
12256
|
producer_compression_type: NotRequired[pulumi.Input[str]]
|
|
12163
12257
|
"""
|
|
12164
|
-
Enum: `gzip`, `
|
|
12258
|
+
Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
|
|
12165
12259
|
"""
|
|
12166
12260
|
producer_linger_ms: NotRequired[pulumi.Input[int]]
|
|
12167
12261
|
"""
|
|
@@ -12195,10 +12289,10 @@ class KafkaKafkaUserConfigKafkaRestConfigArgs:
|
|
|
12195
12289
|
:param pulumi.Input[bool] consumer_enable_auto_commit: If true the consumer's offset will be periodically committed to Kafka in the background. Default: `true`.
|
|
12196
12290
|
:param pulumi.Input[int] consumer_request_max_bytes: Maximum number of bytes in unencoded message keys and values by a single request. Default: `67108864`.
|
|
12197
12291
|
:param pulumi.Input[int] consumer_request_timeout_ms: Enum: `1000`, `15000`, `30000`. The maximum total time to wait for messages for a request if the maximum number of messages has not yet been reached. Default: `1000`.
|
|
12198
|
-
:param pulumi.Input[str] name_strategy: Enum: `
|
|
12292
|
+
:param pulumi.Input[str] name_strategy: Enum: `record_name`, `topic_name`, `topic_record_name`. Name strategy to use when selecting subject for storing schemas. Default: `topic_name`.
|
|
12199
12293
|
:param pulumi.Input[bool] name_strategy_validation: If true, validate that given schema is registered under expected subject name by the used name strategy when producing messages. Default: `true`.
|
|
12200
|
-
:param pulumi.Input[str] producer_acks: Enum:
|
|
12201
|
-
:param pulumi.Input[str] producer_compression_type: Enum: `gzip`, `
|
|
12294
|
+
:param pulumi.Input[str] producer_acks: Enum: `-1`, `0`, `1`, `all`. The number of acknowledgments the producer requires the leader to have received before considering a request complete. If set to `all` or `-1`, the leader will wait for the full set of in-sync replicas to acknowledge the record. Default: `1`.
|
|
12295
|
+
:param pulumi.Input[str] producer_compression_type: Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
|
|
12202
12296
|
:param pulumi.Input[int] producer_linger_ms: Wait for up to the given delay to allow batching records together. Default: `0`.
|
|
12203
12297
|
:param pulumi.Input[int] producer_max_request_size: The maximum size of a request in bytes. Note that Kafka broker can also cap the record batch size. Default: `1048576`.
|
|
12204
12298
|
:param pulumi.Input[int] simpleconsumer_pool_size_max: Maximum number of SimpleConsumers that can be instantiated per broker. Default: `25`.
|
|
@@ -12264,7 +12358,7 @@ class KafkaKafkaUserConfigKafkaRestConfigArgs:
|
|
|
12264
12358
|
@pulumi.getter(name="nameStrategy")
|
|
12265
12359
|
def name_strategy(self) -> Optional[pulumi.Input[str]]:
|
|
12266
12360
|
"""
|
|
12267
|
-
Enum: `
|
|
12361
|
+
Enum: `record_name`, `topic_name`, `topic_record_name`. Name strategy to use when selecting subject for storing schemas. Default: `topic_name`.
|
|
12268
12362
|
"""
|
|
12269
12363
|
return pulumi.get(self, "name_strategy")
|
|
12270
12364
|
|
|
@@ -12288,7 +12382,7 @@ class KafkaKafkaUserConfigKafkaRestConfigArgs:
|
|
|
12288
12382
|
@pulumi.getter(name="producerAcks")
|
|
12289
12383
|
def producer_acks(self) -> Optional[pulumi.Input[str]]:
|
|
12290
12384
|
"""
|
|
12291
|
-
Enum:
|
|
12385
|
+
Enum: `-1`, `0`, `1`, `all`. The number of acknowledgments the producer requires the leader to have received before considering a request complete. If set to `all` or `-1`, the leader will wait for the full set of in-sync replicas to acknowledge the record. Default: `1`.
|
|
12292
12386
|
"""
|
|
12293
12387
|
return pulumi.get(self, "producer_acks")
|
|
12294
12388
|
|
|
@@ -12300,7 +12394,7 @@ class KafkaKafkaUserConfigKafkaRestConfigArgs:
|
|
|
12300
12394
|
@pulumi.getter(name="producerCompressionType")
|
|
12301
12395
|
def producer_compression_type(self) -> Optional[pulumi.Input[str]]:
|
|
12302
12396
|
"""
|
|
12303
|
-
Enum: `gzip`, `
|
|
12397
|
+
Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
|
|
12304
12398
|
"""
|
|
12305
12399
|
return pulumi.get(self, "producer_compression_type")
|
|
12306
12400
|
|
|
@@ -13930,11 +14024,11 @@ if not MYPY:
|
|
|
13930
14024
|
class KafkaTopicConfigArgsDict(TypedDict):
|
|
13931
14025
|
cleanup_policy: NotRequired[pulumi.Input[str]]
|
|
13932
14026
|
"""
|
|
13933
|
-
cleanup.policy value
|
|
14027
|
+
cleanup.policy value. The possible values are `delete`, `compact` and `compact,delete`.
|
|
13934
14028
|
"""
|
|
13935
14029
|
compression_type: NotRequired[pulumi.Input[str]]
|
|
13936
14030
|
"""
|
|
13937
|
-
compression.type value
|
|
14031
|
+
compression.type value. The possible values are `snappy`, `gzip`, `lz4`, `producer`, `uncompressed` and `zstd`.
|
|
13938
14032
|
"""
|
|
13939
14033
|
delete_retention_ms: NotRequired[pulumi.Input[str]]
|
|
13940
14034
|
"""
|
|
@@ -13978,7 +14072,7 @@ if not MYPY:
|
|
|
13978
14072
|
"""
|
|
13979
14073
|
message_format_version: NotRequired[pulumi.Input[str]]
|
|
13980
14074
|
"""
|
|
13981
|
-
message.format.version value
|
|
14075
|
+
message.format.version value. The possible values are `0.8.0`, `0.8.1`, `0.8.2`, `0.9.0`, `0.10.0`, `0.10.0-IV0`, `0.10.0-IV1`, `0.10.1`, `0.10.1-IV0`, `0.10.1-IV1`, `0.10.1-IV2`, `0.10.2`, `0.10.2-IV0`, `0.11.0`, `0.11.0-IV0`, `0.11.0-IV1`, `0.11.0-IV2`, `1.0`, `1.0-IV0`, `1.1`, `1.1-IV0`, `2.0`, `2.0-IV0`, `2.0-IV1`, `2.1`, `2.1-IV0`, `2.1-IV1`, `2.1-IV2`, `2.2`, `2.2-IV0`, `2.2-IV1`, `2.3`, `2.3-IV0`, `2.3-IV1`, `2.4`, `2.4-IV0`, `2.4-IV1`, `2.5`, `2.5-IV0`, `2.6`, `2.6-IV0`, `2.7`, `2.7-IV0`, `2.7-IV1`, `2.7-IV2`, `2.8`, `2.8-IV0`, `2.8-IV1`, `3.0`, `3.0-IV0`, `3.0-IV1`, `3.1`, `3.1-IV0`, `3.2`, `3.2-IV0`, `3.3`, `3.3-IV0`, `3.3-IV1`, `3.3-IV2`, `3.3-IV3`, `3.4`, `3.4-IV0`, `3.5`, `3.5-IV0`, `3.5-IV1`, `3.5-IV2`, `3.6`, `3.6-IV0`, `3.6-IV1`, `3.6-IV2`, `3.7`, `3.7-IV0`, `3.7-IV1`, `3.7-IV2`, `3.7-IV3`, `3.7-IV4`, `3.8`, `3.8-IV0`, `3.9`, `3.9-IV0` and `3.9-IV1`.
|
|
13982
14076
|
"""
|
|
13983
14077
|
message_timestamp_difference_max_ms: NotRequired[pulumi.Input[str]]
|
|
13984
14078
|
"""
|
|
@@ -13986,7 +14080,7 @@ if not MYPY:
|
|
|
13986
14080
|
"""
|
|
13987
14081
|
message_timestamp_type: NotRequired[pulumi.Input[str]]
|
|
13988
14082
|
"""
|
|
13989
|
-
message.timestamp.type value
|
|
14083
|
+
message.timestamp.type value. The possible values are `CreateTime` and `LogAppendTime`.
|
|
13990
14084
|
"""
|
|
13991
14085
|
min_cleanable_dirty_ratio: NotRequired[pulumi.Input[float]]
|
|
13992
14086
|
"""
|
|
@@ -14070,8 +14164,8 @@ class KafkaTopicConfigArgs:
|
|
|
14070
14164
|
segment_ms: Optional[pulumi.Input[str]] = None,
|
|
14071
14165
|
unclean_leader_election_enable: Optional[pulumi.Input[bool]] = None):
|
|
14072
14166
|
"""
|
|
14073
|
-
:param pulumi.Input[str] cleanup_policy: cleanup.policy value
|
|
14074
|
-
:param pulumi.Input[str] compression_type: compression.type value
|
|
14167
|
+
:param pulumi.Input[str] cleanup_policy: cleanup.policy value. The possible values are `delete`, `compact` and `compact,delete`.
|
|
14168
|
+
:param pulumi.Input[str] compression_type: compression.type value. The possible values are `snappy`, `gzip`, `lz4`, `producer`, `uncompressed` and `zstd`.
|
|
14075
14169
|
:param pulumi.Input[str] delete_retention_ms: delete.retention.ms value
|
|
14076
14170
|
:param pulumi.Input[str] file_delete_delay_ms: file.delete.delay.ms value
|
|
14077
14171
|
:param pulumi.Input[str] flush_messages: flush.messages value
|
|
@@ -14082,9 +14176,9 @@ class KafkaTopicConfigArgs:
|
|
|
14082
14176
|
:param pulumi.Input[str] max_compaction_lag_ms: max.compaction.lag.ms value
|
|
14083
14177
|
:param pulumi.Input[str] max_message_bytes: max.message.bytes value
|
|
14084
14178
|
:param pulumi.Input[bool] message_downconversion_enable: message.downconversion.enable value
|
|
14085
|
-
:param pulumi.Input[str] message_format_version: message.format.version value
|
|
14179
|
+
:param pulumi.Input[str] message_format_version: message.format.version value. The possible values are `0.8.0`, `0.8.1`, `0.8.2`, `0.9.0`, `0.10.0`, `0.10.0-IV0`, `0.10.0-IV1`, `0.10.1`, `0.10.1-IV0`, `0.10.1-IV1`, `0.10.1-IV2`, `0.10.2`, `0.10.2-IV0`, `0.11.0`, `0.11.0-IV0`, `0.11.0-IV1`, `0.11.0-IV2`, `1.0`, `1.0-IV0`, `1.1`, `1.1-IV0`, `2.0`, `2.0-IV0`, `2.0-IV1`, `2.1`, `2.1-IV0`, `2.1-IV1`, `2.1-IV2`, `2.2`, `2.2-IV0`, `2.2-IV1`, `2.3`, `2.3-IV0`, `2.3-IV1`, `2.4`, `2.4-IV0`, `2.4-IV1`, `2.5`, `2.5-IV0`, `2.6`, `2.6-IV0`, `2.7`, `2.7-IV0`, `2.7-IV1`, `2.7-IV2`, `2.8`, `2.8-IV0`, `2.8-IV1`, `3.0`, `3.0-IV0`, `3.0-IV1`, `3.1`, `3.1-IV0`, `3.2`, `3.2-IV0`, `3.3`, `3.3-IV0`, `3.3-IV1`, `3.3-IV2`, `3.3-IV3`, `3.4`, `3.4-IV0`, `3.5`, `3.5-IV0`, `3.5-IV1`, `3.5-IV2`, `3.6`, `3.6-IV0`, `3.6-IV1`, `3.6-IV2`, `3.7`, `3.7-IV0`, `3.7-IV1`, `3.7-IV2`, `3.7-IV3`, `3.7-IV4`, `3.8`, `3.8-IV0`, `3.9`, `3.9-IV0` and `3.9-IV1`.
|
|
14086
14180
|
:param pulumi.Input[str] message_timestamp_difference_max_ms: message.timestamp.difference.max.ms value
|
|
14087
|
-
:param pulumi.Input[str] message_timestamp_type: message.timestamp.type value
|
|
14181
|
+
:param pulumi.Input[str] message_timestamp_type: message.timestamp.type value. The possible values are `CreateTime` and `LogAppendTime`.
|
|
14088
14182
|
:param pulumi.Input[float] min_cleanable_dirty_ratio: min.cleanable.dirty.ratio value
|
|
14089
14183
|
:param pulumi.Input[str] min_compaction_lag_ms: min.compaction.lag.ms value
|
|
14090
14184
|
:param pulumi.Input[str] min_insync_replicas: min.insync.replicas value
|
|
@@ -14160,7 +14254,7 @@ class KafkaTopicConfigArgs:
|
|
|
14160
14254
|
@pulumi.getter(name="cleanupPolicy")
|
|
14161
14255
|
def cleanup_policy(self) -> Optional[pulumi.Input[str]]:
|
|
14162
14256
|
"""
|
|
14163
|
-
cleanup.policy value
|
|
14257
|
+
cleanup.policy value. The possible values are `delete`, `compact` and `compact,delete`.
|
|
14164
14258
|
"""
|
|
14165
14259
|
return pulumi.get(self, "cleanup_policy")
|
|
14166
14260
|
|
|
@@ -14172,7 +14266,7 @@ class KafkaTopicConfigArgs:
|
|
|
14172
14266
|
@pulumi.getter(name="compressionType")
|
|
14173
14267
|
def compression_type(self) -> Optional[pulumi.Input[str]]:
|
|
14174
14268
|
"""
|
|
14175
|
-
compression.type value
|
|
14269
|
+
compression.type value. The possible values are `snappy`, `gzip`, `lz4`, `producer`, `uncompressed` and `zstd`.
|
|
14176
14270
|
"""
|
|
14177
14271
|
return pulumi.get(self, "compression_type")
|
|
14178
14272
|
|
|
@@ -14304,7 +14398,7 @@ class KafkaTopicConfigArgs:
|
|
|
14304
14398
|
@pulumi.getter(name="messageFormatVersion")
|
|
14305
14399
|
def message_format_version(self) -> Optional[pulumi.Input[str]]:
|
|
14306
14400
|
"""
|
|
14307
|
-
message.format.version value
|
|
14401
|
+
message.format.version value. The possible values are `0.8.0`, `0.8.1`, `0.8.2`, `0.9.0`, `0.10.0`, `0.10.0-IV0`, `0.10.0-IV1`, `0.10.1`, `0.10.1-IV0`, `0.10.1-IV1`, `0.10.1-IV2`, `0.10.2`, `0.10.2-IV0`, `0.11.0`, `0.11.0-IV0`, `0.11.0-IV1`, `0.11.0-IV2`, `1.0`, `1.0-IV0`, `1.1`, `1.1-IV0`, `2.0`, `2.0-IV0`, `2.0-IV1`, `2.1`, `2.1-IV0`, `2.1-IV1`, `2.1-IV2`, `2.2`, `2.2-IV0`, `2.2-IV1`, `2.3`, `2.3-IV0`, `2.3-IV1`, `2.4`, `2.4-IV0`, `2.4-IV1`, `2.5`, `2.5-IV0`, `2.6`, `2.6-IV0`, `2.7`, `2.7-IV0`, `2.7-IV1`, `2.7-IV2`, `2.8`, `2.8-IV0`, `2.8-IV1`, `3.0`, `3.0-IV0`, `3.0-IV1`, `3.1`, `3.1-IV0`, `3.2`, `3.2-IV0`, `3.3`, `3.3-IV0`, `3.3-IV1`, `3.3-IV2`, `3.3-IV3`, `3.4`, `3.4-IV0`, `3.5`, `3.5-IV0`, `3.5-IV1`, `3.5-IV2`, `3.6`, `3.6-IV0`, `3.6-IV1`, `3.6-IV2`, `3.7`, `3.7-IV0`, `3.7-IV1`, `3.7-IV2`, `3.7-IV3`, `3.7-IV4`, `3.8`, `3.8-IV0`, `3.9`, `3.9-IV0` and `3.9-IV1`.
|
|
14308
14402
|
"""
|
|
14309
14403
|
return pulumi.get(self, "message_format_version")
|
|
14310
14404
|
|
|
@@ -14328,7 +14422,7 @@ class KafkaTopicConfigArgs:
|
|
|
14328
14422
|
@pulumi.getter(name="messageTimestampType")
|
|
14329
14423
|
def message_timestamp_type(self) -> Optional[pulumi.Input[str]]:
|
|
14330
14424
|
"""
|
|
14331
|
-
message.timestamp.type value
|
|
14425
|
+
message.timestamp.type value. The possible values are `CreateTime` and `LogAppendTime`.
|
|
14332
14426
|
"""
|
|
14333
14427
|
return pulumi.get(self, "message_timestamp_type")
|
|
14334
14428
|
|
|
@@ -17983,15 +18077,15 @@ if not MYPY:
|
|
|
17983
18077
|
"""
|
|
17984
18078
|
internal_tmp_mem_storage_engine: NotRequired[pulumi.Input[str]]
|
|
17985
18079
|
"""
|
|
17986
|
-
Enum: `
|
|
18080
|
+
Enum: `MEMORY`, `TempTable`. The storage engine for in-memory internal temporary tables.
|
|
17987
18081
|
"""
|
|
17988
18082
|
log_output: NotRequired[pulumi.Input[str]]
|
|
17989
18083
|
"""
|
|
17990
|
-
Enum: `INSIGHTS`, `
|
|
18084
|
+
Enum: `INSIGHTS`, `INSIGHTS,TABLE`, `NONE`, `TABLE`. The slow log output destination when slow*query*log is ON. To enable MySQL AI Insights, choose INSIGHTS. To use MySQL AI Insights and the mysql.slow*log table at the same time, choose INSIGHTS,TABLE. To only use the mysql.slow*log table, choose TABLE. To silence slow logs, choose NONE.
|
|
17991
18085
|
"""
|
|
17992
18086
|
long_query_time: NotRequired[pulumi.Input[float]]
|
|
17993
18087
|
"""
|
|
17994
|
-
The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10`.
|
|
18088
|
+
The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10.0`.
|
|
17995
18089
|
"""
|
|
17996
18090
|
max_allowed_packet: NotRequired[pulumi.Input[int]]
|
|
17997
18091
|
"""
|
|
@@ -18092,9 +18186,9 @@ class MySqlMysqlUserConfigMysqlArgs:
|
|
|
18092
18186
|
:param pulumi.Input[int] innodb_thread_concurrency: Defines the maximum number of threads permitted inside of InnoDB. Default is 0 (infinite concurrency - no limit). Example: `10`.
|
|
18093
18187
|
:param pulumi.Input[int] innodb_write_io_threads: The number of I/O threads for write operations in InnoDB. Default is 4. Changing this parameter will lead to a restart of the MySQL service. Example: `10`.
|
|
18094
18188
|
:param pulumi.Input[int] interactive_timeout: The number of seconds the server waits for activity on an interactive connection before closing it. Example: `3600`.
|
|
18095
|
-
:param pulumi.Input[str] internal_tmp_mem_storage_engine: Enum: `
|
|
18096
|
-
:param pulumi.Input[str] log_output: Enum: `INSIGHTS`, `
|
|
18097
|
-
:param pulumi.Input[float] long_query_time: The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10`.
|
|
18189
|
+
:param pulumi.Input[str] internal_tmp_mem_storage_engine: Enum: `MEMORY`, `TempTable`. The storage engine for in-memory internal temporary tables.
|
|
18190
|
+
:param pulumi.Input[str] log_output: Enum: `INSIGHTS`, `INSIGHTS,TABLE`, `NONE`, `TABLE`. The slow log output destination when slow*query*log is ON. To enable MySQL AI Insights, choose INSIGHTS. To use MySQL AI Insights and the mysql.slow*log table at the same time, choose INSIGHTS,TABLE. To only use the mysql.slow*log table, choose TABLE. To silence slow logs, choose NONE.
|
|
18191
|
+
:param pulumi.Input[float] long_query_time: The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10.0`.
|
|
18098
18192
|
:param pulumi.Input[int] max_allowed_packet: Size of the largest message in bytes that can be received by the server. Default is 67108864 (64M). Example: `67108864`.
|
|
18099
18193
|
:param pulumi.Input[int] max_heap_table_size: Limits the size of internal in-memory tables. Also set tmp*table*size. Default is 16777216 (16M). Example: `16777216`.
|
|
18100
18194
|
:param pulumi.Input[int] net_buffer_length: Start sizes of connection buffer and result buffer. Default is 16384 (16K). Changing this parameter will lead to a restart of the MySQL service. Example: `16384`.
|
|
@@ -18378,7 +18472,7 @@ class MySqlMysqlUserConfigMysqlArgs:
|
|
|
18378
18472
|
@pulumi.getter(name="internalTmpMemStorageEngine")
|
|
18379
18473
|
def internal_tmp_mem_storage_engine(self) -> Optional[pulumi.Input[str]]:
|
|
18380
18474
|
"""
|
|
18381
|
-
Enum: `
|
|
18475
|
+
Enum: `MEMORY`, `TempTable`. The storage engine for in-memory internal temporary tables.
|
|
18382
18476
|
"""
|
|
18383
18477
|
return pulumi.get(self, "internal_tmp_mem_storage_engine")
|
|
18384
18478
|
|
|
@@ -18390,7 +18484,7 @@ class MySqlMysqlUserConfigMysqlArgs:
|
|
|
18390
18484
|
@pulumi.getter(name="logOutput")
|
|
18391
18485
|
def log_output(self) -> Optional[pulumi.Input[str]]:
|
|
18392
18486
|
"""
|
|
18393
|
-
Enum: `INSIGHTS`, `
|
|
18487
|
+
Enum: `INSIGHTS`, `INSIGHTS,TABLE`, `NONE`, `TABLE`. The slow log output destination when slow*query*log is ON. To enable MySQL AI Insights, choose INSIGHTS. To use MySQL AI Insights and the mysql.slow*log table at the same time, choose INSIGHTS,TABLE. To only use the mysql.slow*log table, choose TABLE. To silence slow logs, choose NONE.
|
|
18394
18488
|
"""
|
|
18395
18489
|
return pulumi.get(self, "log_output")
|
|
18396
18490
|
|
|
@@ -18402,7 +18496,7 @@ class MySqlMysqlUserConfigMysqlArgs:
|
|
|
18402
18496
|
@pulumi.getter(name="longQueryTime")
|
|
18403
18497
|
def long_query_time(self) -> Optional[pulumi.Input[float]]:
|
|
18404
18498
|
"""
|
|
18405
|
-
The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10`.
|
|
18499
|
+
The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10.0`.
|
|
18406
18500
|
"""
|
|
18407
18501
|
return pulumi.get(self, "long_query_time")
|
|
18408
18502
|
|
|
@@ -19194,7 +19288,7 @@ if not MYPY:
|
|
|
19194
19288
|
"""
|
|
19195
19289
|
disable_replication_factor_adjustment: NotRequired[pulumi.Input[bool]]
|
|
19196
19290
|
"""
|
|
19197
|
-
Disable automatic replication factor adjustment for multi-node services. By default, Aiven ensures all indexes are replicated at least to two nodes. Note: Due to potential data loss in case of losing a service node, this setting can
|
|
19291
|
+
Disable automatic replication factor adjustment for multi-node services. By default, Aiven ensures all indexes are replicated at least to two nodes. Note: Due to potential data loss in case of losing a service node, this setting can not be activated unless specifically allowed for the project.
|
|
19198
19292
|
"""
|
|
19199
19293
|
gcs_migration: NotRequired[pulumi.Input['OpenSearchOpensearchUserConfigGcsMigrationArgsDict']]
|
|
19200
19294
|
"""
|
|
@@ -19325,7 +19419,7 @@ class OpenSearchOpensearchUserConfigArgs:
|
|
|
19325
19419
|
:param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
19326
19420
|
:param pulumi.Input['OpenSearchOpensearchUserConfigAzureMigrationArgs'] azure_migration: Azure migration settings
|
|
19327
19421
|
:param pulumi.Input[str] custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
|
|
19328
|
-
:param pulumi.Input[bool] disable_replication_factor_adjustment: Disable automatic replication factor adjustment for multi-node services. By default, Aiven ensures all indexes are replicated at least to two nodes. Note: Due to potential data loss in case of losing a service node, this setting can
|
|
19422
|
+
:param pulumi.Input[bool] disable_replication_factor_adjustment: Disable automatic replication factor adjustment for multi-node services. By default, Aiven ensures all indexes are replicated at least to two nodes. Note: Due to potential data loss in case of losing a service node, this setting can not be activated unless specifically allowed for the project.
|
|
19329
19423
|
:param pulumi.Input['OpenSearchOpensearchUserConfigGcsMigrationArgs'] gcs_migration: Google Cloud Storage migration settings
|
|
19330
19424
|
:param pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigIndexPatternArgs']]] index_patterns: Index patterns
|
|
19331
19425
|
:param pulumi.Input['OpenSearchOpensearchUserConfigIndexRollupArgs'] index_rollup: Index rollup settings
|
|
@@ -19448,7 +19542,7 @@ class OpenSearchOpensearchUserConfigArgs:
|
|
|
19448
19542
|
@pulumi.getter(name="disableReplicationFactorAdjustment")
|
|
19449
19543
|
def disable_replication_factor_adjustment(self) -> Optional[pulumi.Input[bool]]:
|
|
19450
19544
|
"""
|
|
19451
|
-
Disable automatic replication factor adjustment for multi-node services. By default, Aiven ensures all indexes are replicated at least to two nodes. Note: Due to potential data loss in case of losing a service node, this setting can
|
|
19545
|
+
Disable automatic replication factor adjustment for multi-node services. By default, Aiven ensures all indexes are replicated at least to two nodes. Note: Due to potential data loss in case of losing a service node, this setting can not be activated unless specifically allowed for the project.
|
|
19452
19546
|
"""
|
|
19453
19547
|
return pulumi.get(self, "disable_replication_factor_adjustment")
|
|
19454
19548
|
|
|
@@ -19738,7 +19832,7 @@ if not MYPY:
|
|
|
19738
19832
|
class OpenSearchOpensearchUserConfigAzureMigrationArgsDict(TypedDict):
|
|
19739
19833
|
account: pulumi.Input[str]
|
|
19740
19834
|
"""
|
|
19741
|
-
|
|
19835
|
+
Account name.
|
|
19742
19836
|
"""
|
|
19743
19837
|
base_path: pulumi.Input[str]
|
|
19744
19838
|
"""
|
|
@@ -19748,6 +19842,10 @@ if not MYPY:
|
|
|
19748
19842
|
"""
|
|
19749
19843
|
Azure container name.
|
|
19750
19844
|
"""
|
|
19845
|
+
indices: pulumi.Input[str]
|
|
19846
|
+
"""
|
|
19847
|
+
A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. Example: `metrics*,logs*,data-20240823`.
|
|
19848
|
+
"""
|
|
19751
19849
|
snapshot_name: pulumi.Input[str]
|
|
19752
19850
|
"""
|
|
19753
19851
|
The snapshot name to restore from.
|
|
@@ -19764,14 +19862,18 @@ if not MYPY:
|
|
|
19764
19862
|
"""
|
|
19765
19863
|
Defines the DNS suffix for Azure Storage endpoints.
|
|
19766
19864
|
"""
|
|
19767
|
-
|
|
19865
|
+
include_aliases: NotRequired[pulumi.Input[bool]]
|
|
19768
19866
|
"""
|
|
19769
|
-
|
|
19867
|
+
Whether to restore aliases alongside their associated indexes. Default is true.
|
|
19770
19868
|
"""
|
|
19771
19869
|
key: NotRequired[pulumi.Input[str]]
|
|
19772
19870
|
"""
|
|
19773
19871
|
Azure account secret key. One of key or sas_token should be specified.
|
|
19774
19872
|
"""
|
|
19873
|
+
restore_global_state: NotRequired[pulumi.Input[bool]]
|
|
19874
|
+
"""
|
|
19875
|
+
If true, restore the cluster state. Defaults to false.
|
|
19876
|
+
"""
|
|
19775
19877
|
sas_token: NotRequired[pulumi.Input[str]]
|
|
19776
19878
|
"""
|
|
19777
19879
|
A shared access signatures (SAS) token. One of key or sas_token should be specified.
|
|
@@ -19785,28 +19887,33 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
|
|
|
19785
19887
|
account: pulumi.Input[str],
|
|
19786
19888
|
base_path: pulumi.Input[str],
|
|
19787
19889
|
container: pulumi.Input[str],
|
|
19890
|
+
indices: pulumi.Input[str],
|
|
19788
19891
|
snapshot_name: pulumi.Input[str],
|
|
19789
19892
|
chunk_size: Optional[pulumi.Input[str]] = None,
|
|
19790
19893
|
compress: Optional[pulumi.Input[bool]] = None,
|
|
19791
19894
|
endpoint_suffix: Optional[pulumi.Input[str]] = None,
|
|
19792
|
-
|
|
19895
|
+
include_aliases: Optional[pulumi.Input[bool]] = None,
|
|
19793
19896
|
key: Optional[pulumi.Input[str]] = None,
|
|
19897
|
+
restore_global_state: Optional[pulumi.Input[bool]] = None,
|
|
19794
19898
|
sas_token: Optional[pulumi.Input[str]] = None):
|
|
19795
19899
|
"""
|
|
19796
|
-
:param pulumi.Input[str] account:
|
|
19900
|
+
:param pulumi.Input[str] account: Account name.
|
|
19797
19901
|
:param pulumi.Input[str] base_path: The path to the repository data within its container. The value of this setting should not start or end with a /.
|
|
19798
19902
|
:param pulumi.Input[str] container: Azure container name.
|
|
19903
|
+
:param pulumi.Input[str] indices: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. Example: `metrics*,logs*,data-20240823`.
|
|
19799
19904
|
:param pulumi.Input[str] snapshot_name: The snapshot name to restore from.
|
|
19800
19905
|
:param pulumi.Input[str] chunk_size: Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
|
|
19801
19906
|
:param pulumi.Input[bool] compress: When set to true metadata files are stored in compressed format.
|
|
19802
19907
|
:param pulumi.Input[str] endpoint_suffix: Defines the DNS suffix for Azure Storage endpoints.
|
|
19803
|
-
:param pulumi.Input[
|
|
19908
|
+
:param pulumi.Input[bool] include_aliases: Whether to restore aliases alongside their associated indexes. Default is true.
|
|
19804
19909
|
:param pulumi.Input[str] key: Azure account secret key. One of key or sas_token should be specified.
|
|
19910
|
+
:param pulumi.Input[bool] restore_global_state: If true, restore the cluster state. Defaults to false.
|
|
19805
19911
|
:param pulumi.Input[str] sas_token: A shared access signatures (SAS) token. One of key or sas_token should be specified.
|
|
19806
19912
|
"""
|
|
19807
19913
|
pulumi.set(__self__, "account", account)
|
|
19808
19914
|
pulumi.set(__self__, "base_path", base_path)
|
|
19809
19915
|
pulumi.set(__self__, "container", container)
|
|
19916
|
+
pulumi.set(__self__, "indices", indices)
|
|
19810
19917
|
pulumi.set(__self__, "snapshot_name", snapshot_name)
|
|
19811
19918
|
if chunk_size is not None:
|
|
19812
19919
|
pulumi.set(__self__, "chunk_size", chunk_size)
|
|
@@ -19814,10 +19921,12 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
|
|
|
19814
19921
|
pulumi.set(__self__, "compress", compress)
|
|
19815
19922
|
if endpoint_suffix is not None:
|
|
19816
19923
|
pulumi.set(__self__, "endpoint_suffix", endpoint_suffix)
|
|
19817
|
-
if
|
|
19818
|
-
pulumi.set(__self__, "
|
|
19924
|
+
if include_aliases is not None:
|
|
19925
|
+
pulumi.set(__self__, "include_aliases", include_aliases)
|
|
19819
19926
|
if key is not None:
|
|
19820
19927
|
pulumi.set(__self__, "key", key)
|
|
19928
|
+
if restore_global_state is not None:
|
|
19929
|
+
pulumi.set(__self__, "restore_global_state", restore_global_state)
|
|
19821
19930
|
if sas_token is not None:
|
|
19822
19931
|
pulumi.set(__self__, "sas_token", sas_token)
|
|
19823
19932
|
|
|
@@ -19825,7 +19934,7 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
|
|
|
19825
19934
|
@pulumi.getter
|
|
19826
19935
|
def account(self) -> pulumi.Input[str]:
|
|
19827
19936
|
"""
|
|
19828
|
-
|
|
19937
|
+
Account name.
|
|
19829
19938
|
"""
|
|
19830
19939
|
return pulumi.get(self, "account")
|
|
19831
19940
|
|
|
@@ -19857,6 +19966,18 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
|
|
|
19857
19966
|
def container(self, value: pulumi.Input[str]):
|
|
19858
19967
|
pulumi.set(self, "container", value)
|
|
19859
19968
|
|
|
19969
|
+
@property
|
|
19970
|
+
@pulumi.getter
|
|
19971
|
+
def indices(self) -> pulumi.Input[str]:
|
|
19972
|
+
"""
|
|
19973
|
+
A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. Example: `metrics*,logs*,data-20240823`.
|
|
19974
|
+
"""
|
|
19975
|
+
return pulumi.get(self, "indices")
|
|
19976
|
+
|
|
19977
|
+
@indices.setter
|
|
19978
|
+
def indices(self, value: pulumi.Input[str]):
|
|
19979
|
+
pulumi.set(self, "indices", value)
|
|
19980
|
+
|
|
19860
19981
|
@property
|
|
19861
19982
|
@pulumi.getter(name="snapshotName")
|
|
19862
19983
|
def snapshot_name(self) -> pulumi.Input[str]:
|
|
@@ -19906,16 +20027,16 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
|
|
|
19906
20027
|
pulumi.set(self, "endpoint_suffix", value)
|
|
19907
20028
|
|
|
19908
20029
|
@property
|
|
19909
|
-
@pulumi.getter
|
|
19910
|
-
def
|
|
20030
|
+
@pulumi.getter(name="includeAliases")
|
|
20031
|
+
def include_aliases(self) -> Optional[pulumi.Input[bool]]:
|
|
19911
20032
|
"""
|
|
19912
|
-
|
|
20033
|
+
Whether to restore aliases alongside their associated indexes. Default is true.
|
|
19913
20034
|
"""
|
|
19914
|
-
return pulumi.get(self, "
|
|
20035
|
+
return pulumi.get(self, "include_aliases")
|
|
19915
20036
|
|
|
19916
|
-
@
|
|
19917
|
-
def
|
|
19918
|
-
pulumi.set(self, "
|
|
20037
|
+
@include_aliases.setter
|
|
20038
|
+
def include_aliases(self, value: Optional[pulumi.Input[bool]]):
|
|
20039
|
+
pulumi.set(self, "include_aliases", value)
|
|
19919
20040
|
|
|
19920
20041
|
@property
|
|
19921
20042
|
@pulumi.getter
|
|
@@ -19929,6 +20050,18 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
|
|
|
19929
20050
|
def key(self, value: Optional[pulumi.Input[str]]):
|
|
19930
20051
|
pulumi.set(self, "key", value)
|
|
19931
20052
|
|
|
20053
|
+
@property
|
|
20054
|
+
@pulumi.getter(name="restoreGlobalState")
|
|
20055
|
+
def restore_global_state(self) -> Optional[pulumi.Input[bool]]:
|
|
20056
|
+
"""
|
|
20057
|
+
If true, restore the cluster state. Defaults to false.
|
|
20058
|
+
"""
|
|
20059
|
+
return pulumi.get(self, "restore_global_state")
|
|
20060
|
+
|
|
20061
|
+
@restore_global_state.setter
|
|
20062
|
+
def restore_global_state(self, value: Optional[pulumi.Input[bool]]):
|
|
20063
|
+
pulumi.set(self, "restore_global_state", value)
|
|
20064
|
+
|
|
19932
20065
|
@property
|
|
19933
20066
|
@pulumi.getter(name="sasToken")
|
|
19934
20067
|
def sas_token(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -19956,6 +20089,10 @@ if not MYPY:
|
|
|
19956
20089
|
"""
|
|
19957
20090
|
Google Cloud Storage credentials file content.
|
|
19958
20091
|
"""
|
|
20092
|
+
indices: pulumi.Input[str]
|
|
20093
|
+
"""
|
|
20094
|
+
A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. Example: `metrics*,logs*,data-20240823`.
|
|
20095
|
+
"""
|
|
19959
20096
|
snapshot_name: pulumi.Input[str]
|
|
19960
20097
|
"""
|
|
19961
20098
|
The snapshot name to restore from.
|
|
@@ -19968,9 +20105,13 @@ if not MYPY:
|
|
|
19968
20105
|
"""
|
|
19969
20106
|
When set to true metadata files are stored in compressed format.
|
|
19970
20107
|
"""
|
|
19971
|
-
|
|
20108
|
+
include_aliases: NotRequired[pulumi.Input[bool]]
|
|
20109
|
+
"""
|
|
20110
|
+
Whether to restore aliases alongside their associated indexes. Default is true.
|
|
19972
20111
|
"""
|
|
19973
|
-
|
|
20112
|
+
restore_global_state: NotRequired[pulumi.Input[bool]]
|
|
20113
|
+
"""
|
|
20114
|
+
If true, restore the cluster state. Defaults to false.
|
|
19974
20115
|
"""
|
|
19975
20116
|
elif False:
|
|
19976
20117
|
OpenSearchOpensearchUserConfigGcsMigrationArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -19981,29 +20122,36 @@ class OpenSearchOpensearchUserConfigGcsMigrationArgs:
|
|
|
19981
20122
|
base_path: pulumi.Input[str],
|
|
19982
20123
|
bucket: pulumi.Input[str],
|
|
19983
20124
|
credentials: pulumi.Input[str],
|
|
20125
|
+
indices: pulumi.Input[str],
|
|
19984
20126
|
snapshot_name: pulumi.Input[str],
|
|
19985
20127
|
chunk_size: Optional[pulumi.Input[str]] = None,
|
|
19986
20128
|
compress: Optional[pulumi.Input[bool]] = None,
|
|
19987
|
-
|
|
20129
|
+
include_aliases: Optional[pulumi.Input[bool]] = None,
|
|
20130
|
+
restore_global_state: Optional[pulumi.Input[bool]] = None):
|
|
19988
20131
|
"""
|
|
19989
20132
|
:param pulumi.Input[str] base_path: The path to the repository data within its container. The value of this setting should not start or end with a /.
|
|
19990
20133
|
:param pulumi.Input[str] bucket: The path to the repository data within its container.
|
|
19991
20134
|
:param pulumi.Input[str] credentials: Google Cloud Storage credentials file content.
|
|
20135
|
+
:param pulumi.Input[str] indices: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. Example: `metrics*,logs*,data-20240823`.
|
|
19992
20136
|
:param pulumi.Input[str] snapshot_name: The snapshot name to restore from.
|
|
19993
20137
|
:param pulumi.Input[str] chunk_size: Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
|
|
19994
20138
|
:param pulumi.Input[bool] compress: When set to true metadata files are stored in compressed format.
|
|
19995
|
-
:param pulumi.Input[
|
|
20139
|
+
:param pulumi.Input[bool] include_aliases: Whether to restore aliases alongside their associated indexes. Default is true.
|
|
20140
|
+
:param pulumi.Input[bool] restore_global_state: If true, restore the cluster state. Defaults to false.
|
|
19996
20141
|
"""
|
|
19997
20142
|
pulumi.set(__self__, "base_path", base_path)
|
|
19998
20143
|
pulumi.set(__self__, "bucket", bucket)
|
|
19999
20144
|
pulumi.set(__self__, "credentials", credentials)
|
|
20145
|
+
pulumi.set(__self__, "indices", indices)
|
|
20000
20146
|
pulumi.set(__self__, "snapshot_name", snapshot_name)
|
|
20001
20147
|
if chunk_size is not None:
|
|
20002
20148
|
pulumi.set(__self__, "chunk_size", chunk_size)
|
|
20003
20149
|
if compress is not None:
|
|
20004
20150
|
pulumi.set(__self__, "compress", compress)
|
|
20005
|
-
if
|
|
20006
|
-
pulumi.set(__self__, "
|
|
20151
|
+
if include_aliases is not None:
|
|
20152
|
+
pulumi.set(__self__, "include_aliases", include_aliases)
|
|
20153
|
+
if restore_global_state is not None:
|
|
20154
|
+
pulumi.set(__self__, "restore_global_state", restore_global_state)
|
|
20007
20155
|
|
|
20008
20156
|
@property
|
|
20009
20157
|
@pulumi.getter(name="basePath")
|
|
@@ -20041,6 +20189,18 @@ class OpenSearchOpensearchUserConfigGcsMigrationArgs:
|
|
|
20041
20189
|
def credentials(self, value: pulumi.Input[str]):
|
|
20042
20190
|
pulumi.set(self, "credentials", value)
|
|
20043
20191
|
|
|
20192
|
+
@property
|
|
20193
|
+
@pulumi.getter
|
|
20194
|
+
def indices(self) -> pulumi.Input[str]:
|
|
20195
|
+
"""
|
|
20196
|
+
A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. Example: `metrics*,logs*,data-20240823`.
|
|
20197
|
+
"""
|
|
20198
|
+
return pulumi.get(self, "indices")
|
|
20199
|
+
|
|
20200
|
+
@indices.setter
|
|
20201
|
+
def indices(self, value: pulumi.Input[str]):
|
|
20202
|
+
pulumi.set(self, "indices", value)
|
|
20203
|
+
|
|
20044
20204
|
@property
|
|
20045
20205
|
@pulumi.getter(name="snapshotName")
|
|
20046
20206
|
def snapshot_name(self) -> pulumi.Input[str]:
|
|
@@ -20078,16 +20238,28 @@ class OpenSearchOpensearchUserConfigGcsMigrationArgs:
|
|
|
20078
20238
|
pulumi.set(self, "compress", value)
|
|
20079
20239
|
|
|
20080
20240
|
@property
|
|
20081
|
-
@pulumi.getter
|
|
20082
|
-
def
|
|
20241
|
+
@pulumi.getter(name="includeAliases")
|
|
20242
|
+
def include_aliases(self) -> Optional[pulumi.Input[bool]]:
|
|
20083
20243
|
"""
|
|
20084
|
-
|
|
20244
|
+
Whether to restore aliases alongside their associated indexes. Default is true.
|
|
20085
20245
|
"""
|
|
20086
|
-
return pulumi.get(self, "
|
|
20246
|
+
return pulumi.get(self, "include_aliases")
|
|
20087
20247
|
|
|
20088
|
-
@
|
|
20089
|
-
def
|
|
20090
|
-
pulumi.set(self, "
|
|
20248
|
+
@include_aliases.setter
|
|
20249
|
+
def include_aliases(self, value: Optional[pulumi.Input[bool]]):
|
|
20250
|
+
pulumi.set(self, "include_aliases", value)
|
|
20251
|
+
|
|
20252
|
+
@property
|
|
20253
|
+
@pulumi.getter(name="restoreGlobalState")
|
|
20254
|
+
def restore_global_state(self) -> Optional[pulumi.Input[bool]]:
|
|
20255
|
+
"""
|
|
20256
|
+
If true, restore the cluster state. Defaults to false.
|
|
20257
|
+
"""
|
|
20258
|
+
return pulumi.get(self, "restore_global_state")
|
|
20259
|
+
|
|
20260
|
+
@restore_global_state.setter
|
|
20261
|
+
def restore_global_state(self, value: Optional[pulumi.Input[bool]]):
|
|
20262
|
+
pulumi.set(self, "restore_global_state", value)
|
|
20091
20263
|
|
|
20092
20264
|
|
|
20093
20265
|
if not MYPY:
|
|
@@ -20777,6 +20949,7 @@ if not MYPY:
|
|
|
20777
20949
|
"""
|
|
20778
20950
|
Search Backpressure Settings
|
|
20779
20951
|
"""
|
|
20952
|
+
search_insights_top_queries: NotRequired[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesArgsDict']]
|
|
20780
20953
|
search_max_buckets: NotRequired[pulumi.Input[int]]
|
|
20781
20954
|
"""
|
|
20782
20955
|
Maximum number of aggregation buckets allowed in a single response. OpenSearch default value is used when this is not defined. Example: `10000`.
|
|
@@ -20868,6 +21041,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
20868
21041
|
reindex_remote_whitelists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
20869
21042
|
script_max_compilations_rate: Optional[pulumi.Input[str]] = None,
|
|
20870
21043
|
search_backpressure: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureArgs']] = None,
|
|
21044
|
+
search_insights_top_queries: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesArgs']] = None,
|
|
20871
21045
|
search_max_buckets: Optional[pulumi.Input[int]] = None,
|
|
20872
21046
|
shard_indexing_pressure: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureArgs']] = None,
|
|
20873
21047
|
thread_pool_analyze_queue_size: Optional[pulumi.Input[int]] = None,
|
|
@@ -20995,6 +21169,8 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
20995
21169
|
pulumi.set(__self__, "script_max_compilations_rate", script_max_compilations_rate)
|
|
20996
21170
|
if search_backpressure is not None:
|
|
20997
21171
|
pulumi.set(__self__, "search_backpressure", search_backpressure)
|
|
21172
|
+
if search_insights_top_queries is not None:
|
|
21173
|
+
pulumi.set(__self__, "search_insights_top_queries", search_insights_top_queries)
|
|
20998
21174
|
if search_max_buckets is not None:
|
|
20999
21175
|
pulumi.set(__self__, "search_max_buckets", search_max_buckets)
|
|
21000
21176
|
if shard_indexing_pressure is not None:
|
|
@@ -21418,6 +21594,15 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
21418
21594
|
def search_backpressure(self, value: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureArgs']]):
|
|
21419
21595
|
pulumi.set(self, "search_backpressure", value)
|
|
21420
21596
|
|
|
21597
|
+
@property
|
|
21598
|
+
@pulumi.getter(name="searchInsightsTopQueries")
|
|
21599
|
+
def search_insights_top_queries(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesArgs']]:
|
|
21600
|
+
return pulumi.get(self, "search_insights_top_queries")
|
|
21601
|
+
|
|
21602
|
+
@search_insights_top_queries.setter
|
|
21603
|
+
def search_insights_top_queries(self, value: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesArgs']]):
|
|
21604
|
+
pulumi.set(self, "search_insights_top_queries", value)
|
|
21605
|
+
|
|
21421
21606
|
@property
|
|
21422
21607
|
@pulumi.getter(name="searchMaxBuckets")
|
|
21423
21608
|
def search_max_buckets(self) -> Optional[pulumi.Input[int]]:
|
|
@@ -21980,7 +22165,7 @@ if not MYPY:
|
|
|
21980
22165
|
class OpenSearchOpensearchUserConfigOpensearchSearchBackpressureArgsDict(TypedDict):
|
|
21981
22166
|
mode: NotRequired[pulumi.Input[str]]
|
|
21982
22167
|
"""
|
|
21983
|
-
Enum: `
|
|
22168
|
+
Enum: `disabled`, `enforced`, `monitor_only`. The search backpressure mode. Valid values are monitor*only, enforced, or disabled. Default is monitor*only.
|
|
21984
22169
|
"""
|
|
21985
22170
|
node_duress: NotRequired[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureNodeDuressArgsDict']]
|
|
21986
22171
|
"""
|
|
@@ -22005,7 +22190,7 @@ class OpenSearchOpensearchUserConfigOpensearchSearchBackpressureArgs:
|
|
|
22005
22190
|
search_shard_task: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchShardTaskArgs']] = None,
|
|
22006
22191
|
search_task: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchTaskArgs']] = None):
|
|
22007
22192
|
"""
|
|
22008
|
-
:param pulumi.Input[str] mode: Enum: `
|
|
22193
|
+
:param pulumi.Input[str] mode: Enum: `disabled`, `enforced`, `monitor_only`. The search backpressure mode. Valid values are monitor*only, enforced, or disabled. Default is monitor*only.
|
|
22009
22194
|
:param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureNodeDuressArgs'] node_duress: Node duress settings
|
|
22010
22195
|
:param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchShardTaskArgs'] search_shard_task: Search shard settings
|
|
22011
22196
|
:param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchTaskArgs'] search_task: Search task settings
|
|
@@ -22023,7 +22208,7 @@ class OpenSearchOpensearchUserConfigOpensearchSearchBackpressureArgs:
|
|
|
22023
22208
|
@pulumi.getter
|
|
22024
22209
|
def mode(self) -> Optional[pulumi.Input[str]]:
|
|
22025
22210
|
"""
|
|
22026
|
-
Enum: `
|
|
22211
|
+
Enum: `disabled`, `enforced`, `monitor_only`. The search backpressure mode. Valid values are monitor*only, enforced, or disabled. Default is monitor*only.
|
|
22027
22212
|
"""
|
|
22028
22213
|
return pulumi.get(self, "mode")
|
|
22029
22214
|
|
|
@@ -22524,6 +22709,294 @@ class OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchTaskArgs:
|
|
|
22524
22709
|
pulumi.set(self, "total_heap_percent_threshold", value)
|
|
22525
22710
|
|
|
22526
22711
|
|
|
22712
|
+
if not MYPY:
|
|
22713
|
+
class OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesArgsDict(TypedDict):
|
|
22714
|
+
cpu: NotRequired[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuArgsDict']]
|
|
22715
|
+
"""
|
|
22716
|
+
Top N queries monitoring by CPU
|
|
22717
|
+
"""
|
|
22718
|
+
latency: NotRequired[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyArgsDict']]
|
|
22719
|
+
"""
|
|
22720
|
+
Top N queries monitoring by latency
|
|
22721
|
+
"""
|
|
22722
|
+
memory: NotRequired[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgsDict']]
|
|
22723
|
+
"""
|
|
22724
|
+
Top N queries monitoring by memory
|
|
22725
|
+
"""
|
|
22726
|
+
elif False:
|
|
22727
|
+
OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesArgsDict: TypeAlias = Mapping[str, Any]
|
|
22728
|
+
|
|
22729
|
+
@pulumi.input_type
|
|
22730
|
+
class OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesArgs:
|
|
22731
|
+
def __init__(__self__, *,
|
|
22732
|
+
cpu: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuArgs']] = None,
|
|
22733
|
+
latency: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyArgs']] = None,
|
|
22734
|
+
memory: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgs']] = None):
|
|
22735
|
+
"""
|
|
22736
|
+
:param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuArgs'] cpu: Top N queries monitoring by CPU
|
|
22737
|
+
:param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyArgs'] latency: Top N queries monitoring by latency
|
|
22738
|
+
:param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgs'] memory: Top N queries monitoring by memory
|
|
22739
|
+
"""
|
|
22740
|
+
if cpu is not None:
|
|
22741
|
+
pulumi.set(__self__, "cpu", cpu)
|
|
22742
|
+
if latency is not None:
|
|
22743
|
+
pulumi.set(__self__, "latency", latency)
|
|
22744
|
+
if memory is not None:
|
|
22745
|
+
pulumi.set(__self__, "memory", memory)
|
|
22746
|
+
|
|
22747
|
+
@property
|
|
22748
|
+
@pulumi.getter
|
|
22749
|
+
def cpu(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuArgs']]:
|
|
22750
|
+
"""
|
|
22751
|
+
Top N queries monitoring by CPU
|
|
22752
|
+
"""
|
|
22753
|
+
return pulumi.get(self, "cpu")
|
|
22754
|
+
|
|
22755
|
+
@cpu.setter
|
|
22756
|
+
def cpu(self, value: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuArgs']]):
|
|
22757
|
+
pulumi.set(self, "cpu", value)
|
|
22758
|
+
|
|
22759
|
+
@property
|
|
22760
|
+
@pulumi.getter
|
|
22761
|
+
def latency(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyArgs']]:
|
|
22762
|
+
"""
|
|
22763
|
+
Top N queries monitoring by latency
|
|
22764
|
+
"""
|
|
22765
|
+
return pulumi.get(self, "latency")
|
|
22766
|
+
|
|
22767
|
+
@latency.setter
|
|
22768
|
+
def latency(self, value: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyArgs']]):
|
|
22769
|
+
pulumi.set(self, "latency", value)
|
|
22770
|
+
|
|
22771
|
+
@property
|
|
22772
|
+
@pulumi.getter
|
|
22773
|
+
def memory(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgs']]:
|
|
22774
|
+
"""
|
|
22775
|
+
Top N queries monitoring by memory
|
|
22776
|
+
"""
|
|
22777
|
+
return pulumi.get(self, "memory")
|
|
22778
|
+
|
|
22779
|
+
@memory.setter
|
|
22780
|
+
def memory(self, value: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgs']]):
|
|
22781
|
+
pulumi.set(self, "memory", value)
|
|
22782
|
+
|
|
22783
|
+
|
|
22784
|
+
if not MYPY:
|
|
22785
|
+
class OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuArgsDict(TypedDict):
|
|
22786
|
+
enabled: NotRequired[pulumi.Input[bool]]
|
|
22787
|
+
"""
|
|
22788
|
+
Enable or disable top N query monitoring by the metric. Default: `false`.
|
|
22789
|
+
"""
|
|
22790
|
+
top_n_size: NotRequired[pulumi.Input[int]]
|
|
22791
|
+
"""
|
|
22792
|
+
Specify the value of N for the top N queries by the metric.
|
|
22793
|
+
"""
|
|
22794
|
+
window_size: NotRequired[pulumi.Input[str]]
|
|
22795
|
+
"""
|
|
22796
|
+
The window size of the top N queries by the metric.
|
|
22797
|
+
"""
|
|
22798
|
+
elif False:
|
|
22799
|
+
OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuArgsDict: TypeAlias = Mapping[str, Any]
|
|
22800
|
+
|
|
22801
|
+
@pulumi.input_type
|
|
22802
|
+
class OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuArgs:
|
|
22803
|
+
def __init__(__self__, *,
|
|
22804
|
+
enabled: Optional[pulumi.Input[bool]] = None,
|
|
22805
|
+
top_n_size: Optional[pulumi.Input[int]] = None,
|
|
22806
|
+
window_size: Optional[pulumi.Input[str]] = None):
|
|
22807
|
+
"""
|
|
22808
|
+
:param pulumi.Input[bool] enabled: Enable or disable top N query monitoring by the metric. Default: `false`.
|
|
22809
|
+
:param pulumi.Input[int] top_n_size: Specify the value of N for the top N queries by the metric.
|
|
22810
|
+
:param pulumi.Input[str] window_size: The window size of the top N queries by the metric.
|
|
22811
|
+
"""
|
|
22812
|
+
if enabled is not None:
|
|
22813
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
22814
|
+
if top_n_size is not None:
|
|
22815
|
+
pulumi.set(__self__, "top_n_size", top_n_size)
|
|
22816
|
+
if window_size is not None:
|
|
22817
|
+
pulumi.set(__self__, "window_size", window_size)
|
|
22818
|
+
|
|
22819
|
+
@property
|
|
22820
|
+
@pulumi.getter
|
|
22821
|
+
def enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
22822
|
+
"""
|
|
22823
|
+
Enable or disable top N query monitoring by the metric. Default: `false`.
|
|
22824
|
+
"""
|
|
22825
|
+
return pulumi.get(self, "enabled")
|
|
22826
|
+
|
|
22827
|
+
@enabled.setter
|
|
22828
|
+
def enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
22829
|
+
pulumi.set(self, "enabled", value)
|
|
22830
|
+
|
|
22831
|
+
@property
|
|
22832
|
+
@pulumi.getter(name="topNSize")
|
|
22833
|
+
def top_n_size(self) -> Optional[pulumi.Input[int]]:
|
|
22834
|
+
"""
|
|
22835
|
+
Specify the value of N for the top N queries by the metric.
|
|
22836
|
+
"""
|
|
22837
|
+
return pulumi.get(self, "top_n_size")
|
|
22838
|
+
|
|
22839
|
+
@top_n_size.setter
|
|
22840
|
+
def top_n_size(self, value: Optional[pulumi.Input[int]]):
|
|
22841
|
+
pulumi.set(self, "top_n_size", value)
|
|
22842
|
+
|
|
22843
|
+
@property
|
|
22844
|
+
@pulumi.getter(name="windowSize")
|
|
22845
|
+
def window_size(self) -> Optional[pulumi.Input[str]]:
|
|
22846
|
+
"""
|
|
22847
|
+
The window size of the top N queries by the metric.
|
|
22848
|
+
"""
|
|
22849
|
+
return pulumi.get(self, "window_size")
|
|
22850
|
+
|
|
22851
|
+
@window_size.setter
|
|
22852
|
+
def window_size(self, value: Optional[pulumi.Input[str]]):
|
|
22853
|
+
pulumi.set(self, "window_size", value)
|
|
22854
|
+
|
|
22855
|
+
|
|
22856
|
+
if not MYPY:
|
|
22857
|
+
class OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyArgsDict(TypedDict):
|
|
22858
|
+
enabled: NotRequired[pulumi.Input[bool]]
|
|
22859
|
+
"""
|
|
22860
|
+
Enable or disable top N query monitoring by the metric. Default: `false`.
|
|
22861
|
+
"""
|
|
22862
|
+
top_n_size: NotRequired[pulumi.Input[int]]
|
|
22863
|
+
"""
|
|
22864
|
+
Specify the value of N for the top N queries by the metric.
|
|
22865
|
+
"""
|
|
22866
|
+
window_size: NotRequired[pulumi.Input[str]]
|
|
22867
|
+
"""
|
|
22868
|
+
The window size of the top N queries by the metric.
|
|
22869
|
+
"""
|
|
22870
|
+
elif False:
|
|
22871
|
+
OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyArgsDict: TypeAlias = Mapping[str, Any]
|
|
22872
|
+
|
|
22873
|
+
@pulumi.input_type
|
|
22874
|
+
class OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyArgs:
|
|
22875
|
+
def __init__(__self__, *,
|
|
22876
|
+
enabled: Optional[pulumi.Input[bool]] = None,
|
|
22877
|
+
top_n_size: Optional[pulumi.Input[int]] = None,
|
|
22878
|
+
window_size: Optional[pulumi.Input[str]] = None):
|
|
22879
|
+
"""
|
|
22880
|
+
:param pulumi.Input[bool] enabled: Enable or disable top N query monitoring by the metric. Default: `false`.
|
|
22881
|
+
:param pulumi.Input[int] top_n_size: Specify the value of N for the top N queries by the metric.
|
|
22882
|
+
:param pulumi.Input[str] window_size: The window size of the top N queries by the metric.
|
|
22883
|
+
"""
|
|
22884
|
+
if enabled is not None:
|
|
22885
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
22886
|
+
if top_n_size is not None:
|
|
22887
|
+
pulumi.set(__self__, "top_n_size", top_n_size)
|
|
22888
|
+
if window_size is not None:
|
|
22889
|
+
pulumi.set(__self__, "window_size", window_size)
|
|
22890
|
+
|
|
22891
|
+
@property
|
|
22892
|
+
@pulumi.getter
|
|
22893
|
+
def enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
22894
|
+
"""
|
|
22895
|
+
Enable or disable top N query monitoring by the metric. Default: `false`.
|
|
22896
|
+
"""
|
|
22897
|
+
return pulumi.get(self, "enabled")
|
|
22898
|
+
|
|
22899
|
+
@enabled.setter
|
|
22900
|
+
def enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
22901
|
+
pulumi.set(self, "enabled", value)
|
|
22902
|
+
|
|
22903
|
+
@property
|
|
22904
|
+
@pulumi.getter(name="topNSize")
|
|
22905
|
+
def top_n_size(self) -> Optional[pulumi.Input[int]]:
|
|
22906
|
+
"""
|
|
22907
|
+
Specify the value of N for the top N queries by the metric.
|
|
22908
|
+
"""
|
|
22909
|
+
return pulumi.get(self, "top_n_size")
|
|
22910
|
+
|
|
22911
|
+
@top_n_size.setter
|
|
22912
|
+
def top_n_size(self, value: Optional[pulumi.Input[int]]):
|
|
22913
|
+
pulumi.set(self, "top_n_size", value)
|
|
22914
|
+
|
|
22915
|
+
@property
|
|
22916
|
+
@pulumi.getter(name="windowSize")
|
|
22917
|
+
def window_size(self) -> Optional[pulumi.Input[str]]:
|
|
22918
|
+
"""
|
|
22919
|
+
The window size of the top N queries by the metric.
|
|
22920
|
+
"""
|
|
22921
|
+
return pulumi.get(self, "window_size")
|
|
22922
|
+
|
|
22923
|
+
@window_size.setter
|
|
22924
|
+
def window_size(self, value: Optional[pulumi.Input[str]]):
|
|
22925
|
+
pulumi.set(self, "window_size", value)
|
|
22926
|
+
|
|
22927
|
+
|
|
22928
|
+
if not MYPY:
|
|
22929
|
+
class OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgsDict(TypedDict):
|
|
22930
|
+
enabled: NotRequired[pulumi.Input[bool]]
|
|
22931
|
+
"""
|
|
22932
|
+
Enable or disable top N query monitoring by the metric. Default: `false`.
|
|
22933
|
+
"""
|
|
22934
|
+
top_n_size: NotRequired[pulumi.Input[int]]
|
|
22935
|
+
"""
|
|
22936
|
+
Specify the value of N for the top N queries by the metric.
|
|
22937
|
+
"""
|
|
22938
|
+
window_size: NotRequired[pulumi.Input[str]]
|
|
22939
|
+
"""
|
|
22940
|
+
The window size of the top N queries by the metric.
|
|
22941
|
+
"""
|
|
22942
|
+
elif False:
|
|
22943
|
+
OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgsDict: TypeAlias = Mapping[str, Any]
|
|
22944
|
+
|
|
22945
|
+
@pulumi.input_type
|
|
22946
|
+
class OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgs:
|
|
22947
|
+
def __init__(__self__, *,
|
|
22948
|
+
enabled: Optional[pulumi.Input[bool]] = None,
|
|
22949
|
+
top_n_size: Optional[pulumi.Input[int]] = None,
|
|
22950
|
+
window_size: Optional[pulumi.Input[str]] = None):
|
|
22951
|
+
"""
|
|
22952
|
+
:param pulumi.Input[bool] enabled: Enable or disable top N query monitoring by the metric. Default: `false`.
|
|
22953
|
+
:param pulumi.Input[int] top_n_size: Specify the value of N for the top N queries by the metric.
|
|
22954
|
+
:param pulumi.Input[str] window_size: The window size of the top N queries by the metric.
|
|
22955
|
+
"""
|
|
22956
|
+
if enabled is not None:
|
|
22957
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
22958
|
+
if top_n_size is not None:
|
|
22959
|
+
pulumi.set(__self__, "top_n_size", top_n_size)
|
|
22960
|
+
if window_size is not None:
|
|
22961
|
+
pulumi.set(__self__, "window_size", window_size)
|
|
22962
|
+
|
|
22963
|
+
@property
|
|
22964
|
+
@pulumi.getter
|
|
22965
|
+
def enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
22966
|
+
"""
|
|
22967
|
+
Enable or disable top N query monitoring by the metric. Default: `false`.
|
|
22968
|
+
"""
|
|
22969
|
+
return pulumi.get(self, "enabled")
|
|
22970
|
+
|
|
22971
|
+
@enabled.setter
|
|
22972
|
+
def enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
22973
|
+
pulumi.set(self, "enabled", value)
|
|
22974
|
+
|
|
22975
|
+
@property
|
|
22976
|
+
@pulumi.getter(name="topNSize")
|
|
22977
|
+
def top_n_size(self) -> Optional[pulumi.Input[int]]:
|
|
22978
|
+
"""
|
|
22979
|
+
Specify the value of N for the top N queries by the metric.
|
|
22980
|
+
"""
|
|
22981
|
+
return pulumi.get(self, "top_n_size")
|
|
22982
|
+
|
|
22983
|
+
@top_n_size.setter
|
|
22984
|
+
def top_n_size(self, value: Optional[pulumi.Input[int]]):
|
|
22985
|
+
pulumi.set(self, "top_n_size", value)
|
|
22986
|
+
|
|
22987
|
+
@property
|
|
22988
|
+
@pulumi.getter(name="windowSize")
|
|
22989
|
+
def window_size(self) -> Optional[pulumi.Input[str]]:
|
|
22990
|
+
"""
|
|
22991
|
+
The window size of the top N queries by the metric.
|
|
22992
|
+
"""
|
|
22993
|
+
return pulumi.get(self, "window_size")
|
|
22994
|
+
|
|
22995
|
+
@window_size.setter
|
|
22996
|
+
def window_size(self, value: Optional[pulumi.Input[str]]):
|
|
22997
|
+
pulumi.set(self, "window_size", value)
|
|
22998
|
+
|
|
22999
|
+
|
|
22527
23000
|
if not MYPY:
|
|
22528
23001
|
class OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureArgsDict(TypedDict):
|
|
22529
23002
|
enabled: NotRequired[pulumi.Input[bool]]
|
|
@@ -23072,6 +23545,10 @@ if not MYPY:
|
|
|
23072
23545
|
"""
|
|
23073
23546
|
S3 bucket name.
|
|
23074
23547
|
"""
|
|
23548
|
+
indices: pulumi.Input[str]
|
|
23549
|
+
"""
|
|
23550
|
+
A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. Example: `metrics*,logs*,data-20240823`.
|
|
23551
|
+
"""
|
|
23075
23552
|
region: pulumi.Input[str]
|
|
23076
23553
|
"""
|
|
23077
23554
|
S3 region.
|
|
@@ -23096,9 +23573,13 @@ if not MYPY:
|
|
|
23096
23573
|
"""
|
|
23097
23574
|
The S3 service endpoint to connect to. If you are using an S3-compatible service then you should set this to the service’s endpoint.
|
|
23098
23575
|
"""
|
|
23099
|
-
|
|
23576
|
+
include_aliases: NotRequired[pulumi.Input[bool]]
|
|
23100
23577
|
"""
|
|
23101
|
-
|
|
23578
|
+
Whether to restore aliases alongside their associated indexes. Default is true.
|
|
23579
|
+
"""
|
|
23580
|
+
restore_global_state: NotRequired[pulumi.Input[bool]]
|
|
23581
|
+
"""
|
|
23582
|
+
If true, restore the cluster state. Defaults to false.
|
|
23102
23583
|
"""
|
|
23103
23584
|
server_side_encryption: NotRequired[pulumi.Input[bool]]
|
|
23104
23585
|
"""
|
|
@@ -23113,30 +23594,35 @@ class OpenSearchOpensearchUserConfigS3MigrationArgs:
|
|
|
23113
23594
|
access_key: pulumi.Input[str],
|
|
23114
23595
|
base_path: pulumi.Input[str],
|
|
23115
23596
|
bucket: pulumi.Input[str],
|
|
23597
|
+
indices: pulumi.Input[str],
|
|
23116
23598
|
region: pulumi.Input[str],
|
|
23117
23599
|
secret_key: pulumi.Input[str],
|
|
23118
23600
|
snapshot_name: pulumi.Input[str],
|
|
23119
23601
|
chunk_size: Optional[pulumi.Input[str]] = None,
|
|
23120
23602
|
compress: Optional[pulumi.Input[bool]] = None,
|
|
23121
23603
|
endpoint: Optional[pulumi.Input[str]] = None,
|
|
23122
|
-
|
|
23604
|
+
include_aliases: Optional[pulumi.Input[bool]] = None,
|
|
23605
|
+
restore_global_state: Optional[pulumi.Input[bool]] = None,
|
|
23123
23606
|
server_side_encryption: Optional[pulumi.Input[bool]] = None):
|
|
23124
23607
|
"""
|
|
23125
23608
|
:param pulumi.Input[str] access_key: AWS Access key.
|
|
23126
23609
|
:param pulumi.Input[str] base_path: The path to the repository data within its container. The value of this setting should not start or end with a /.
|
|
23127
23610
|
:param pulumi.Input[str] bucket: S3 bucket name.
|
|
23611
|
+
:param pulumi.Input[str] indices: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. Example: `metrics*,logs*,data-20240823`.
|
|
23128
23612
|
:param pulumi.Input[str] region: S3 region.
|
|
23129
23613
|
:param pulumi.Input[str] secret_key: AWS secret key.
|
|
23130
23614
|
:param pulumi.Input[str] snapshot_name: The snapshot name to restore from.
|
|
23131
23615
|
:param pulumi.Input[str] chunk_size: Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
|
|
23132
23616
|
:param pulumi.Input[bool] compress: When set to true metadata files are stored in compressed format.
|
|
23133
23617
|
:param pulumi.Input[str] endpoint: The S3 service endpoint to connect to. If you are using an S3-compatible service then you should set this to the service’s endpoint.
|
|
23134
|
-
:param pulumi.Input[
|
|
23618
|
+
:param pulumi.Input[bool] include_aliases: Whether to restore aliases alongside their associated indexes. Default is true.
|
|
23619
|
+
:param pulumi.Input[bool] restore_global_state: If true, restore the cluster state. Defaults to false.
|
|
23135
23620
|
:param pulumi.Input[bool] server_side_encryption: When set to true files are encrypted on server side.
|
|
23136
23621
|
"""
|
|
23137
23622
|
pulumi.set(__self__, "access_key", access_key)
|
|
23138
23623
|
pulumi.set(__self__, "base_path", base_path)
|
|
23139
23624
|
pulumi.set(__self__, "bucket", bucket)
|
|
23625
|
+
pulumi.set(__self__, "indices", indices)
|
|
23140
23626
|
pulumi.set(__self__, "region", region)
|
|
23141
23627
|
pulumi.set(__self__, "secret_key", secret_key)
|
|
23142
23628
|
pulumi.set(__self__, "snapshot_name", snapshot_name)
|
|
@@ -23146,8 +23632,10 @@ class OpenSearchOpensearchUserConfigS3MigrationArgs:
|
|
|
23146
23632
|
pulumi.set(__self__, "compress", compress)
|
|
23147
23633
|
if endpoint is not None:
|
|
23148
23634
|
pulumi.set(__self__, "endpoint", endpoint)
|
|
23149
|
-
if
|
|
23150
|
-
pulumi.set(__self__, "
|
|
23635
|
+
if include_aliases is not None:
|
|
23636
|
+
pulumi.set(__self__, "include_aliases", include_aliases)
|
|
23637
|
+
if restore_global_state is not None:
|
|
23638
|
+
pulumi.set(__self__, "restore_global_state", restore_global_state)
|
|
23151
23639
|
if server_side_encryption is not None:
|
|
23152
23640
|
pulumi.set(__self__, "server_side_encryption", server_side_encryption)
|
|
23153
23641
|
|
|
@@ -23187,6 +23675,18 @@ class OpenSearchOpensearchUserConfigS3MigrationArgs:
|
|
|
23187
23675
|
def bucket(self, value: pulumi.Input[str]):
|
|
23188
23676
|
pulumi.set(self, "bucket", value)
|
|
23189
23677
|
|
|
23678
|
+
@property
|
|
23679
|
+
@pulumi.getter
|
|
23680
|
+
def indices(self) -> pulumi.Input[str]:
|
|
23681
|
+
"""
|
|
23682
|
+
A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. Example: `metrics*,logs*,data-20240823`.
|
|
23683
|
+
"""
|
|
23684
|
+
return pulumi.get(self, "indices")
|
|
23685
|
+
|
|
23686
|
+
@indices.setter
|
|
23687
|
+
def indices(self, value: pulumi.Input[str]):
|
|
23688
|
+
pulumi.set(self, "indices", value)
|
|
23689
|
+
|
|
23190
23690
|
@property
|
|
23191
23691
|
@pulumi.getter
|
|
23192
23692
|
def region(self) -> pulumi.Input[str]:
|
|
@@ -23260,16 +23760,28 @@ class OpenSearchOpensearchUserConfigS3MigrationArgs:
|
|
|
23260
23760
|
pulumi.set(self, "endpoint", value)
|
|
23261
23761
|
|
|
23262
23762
|
@property
|
|
23263
|
-
@pulumi.getter
|
|
23264
|
-
def
|
|
23763
|
+
@pulumi.getter(name="includeAliases")
|
|
23764
|
+
def include_aliases(self) -> Optional[pulumi.Input[bool]]:
|
|
23265
23765
|
"""
|
|
23266
|
-
|
|
23766
|
+
Whether to restore aliases alongside their associated indexes. Default is true.
|
|
23267
23767
|
"""
|
|
23268
|
-
return pulumi.get(self, "
|
|
23768
|
+
return pulumi.get(self, "include_aliases")
|
|
23269
23769
|
|
|
23270
|
-
@
|
|
23271
|
-
def
|
|
23272
|
-
pulumi.set(self, "
|
|
23770
|
+
@include_aliases.setter
|
|
23771
|
+
def include_aliases(self, value: Optional[pulumi.Input[bool]]):
|
|
23772
|
+
pulumi.set(self, "include_aliases", value)
|
|
23773
|
+
|
|
23774
|
+
@property
|
|
23775
|
+
@pulumi.getter(name="restoreGlobalState")
|
|
23776
|
+
def restore_global_state(self) -> Optional[pulumi.Input[bool]]:
|
|
23777
|
+
"""
|
|
23778
|
+
If true, restore the cluster state. Defaults to false.
|
|
23779
|
+
"""
|
|
23780
|
+
return pulumi.get(self, "restore_global_state")
|
|
23781
|
+
|
|
23782
|
+
@restore_global_state.setter
|
|
23783
|
+
def restore_global_state(self, value: Optional[pulumi.Input[bool]]):
|
|
23784
|
+
pulumi.set(self, "restore_global_state", value)
|
|
23273
23785
|
|
|
23274
23786
|
@property
|
|
23275
23787
|
@pulumi.getter(name="serverSideEncryption")
|
|
@@ -23668,11 +24180,11 @@ if not MYPY:
|
|
|
23668
24180
|
class OrganizationPermissionPermissionArgsDict(TypedDict):
|
|
23669
24181
|
permissions: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
23670
24182
|
"""
|
|
23671
|
-
List of permissions. The possible values are `admin`, `developer`, `operator`, `project:permissions:read`, `read_only`
|
|
24183
|
+
List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:network:read`, `organization:network:write`, `organization:permissions:read`, `organization:permissions:write`, `organization:projects:read`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
23672
24184
|
"""
|
|
23673
24185
|
principal_id: pulumi.Input[str]
|
|
23674
24186
|
"""
|
|
23675
|
-
ID of the user or group.
|
|
24187
|
+
ID of the user or group to grant permissions to. Only active users who have accepted an [invite](https://aiven.io/docs/platform/howto/manage-org-users) to join the organization can be granted permissions.
|
|
23676
24188
|
"""
|
|
23677
24189
|
principal_type: pulumi.Input[str]
|
|
23678
24190
|
"""
|
|
@@ -23698,8 +24210,8 @@ class OrganizationPermissionPermissionArgs:
|
|
|
23698
24210
|
create_time: Optional[pulumi.Input[str]] = None,
|
|
23699
24211
|
update_time: Optional[pulumi.Input[str]] = None):
|
|
23700
24212
|
"""
|
|
23701
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] permissions: List of permissions. The possible values are `admin`, `developer`, `operator`, `project:permissions:read`, `read_only`
|
|
23702
|
-
:param pulumi.Input[str] principal_id: ID of the user or group.
|
|
24213
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] permissions: List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:network:read`, `organization:network:write`, `organization:permissions:read`, `organization:permissions:write`, `organization:projects:read`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
24214
|
+
:param pulumi.Input[str] principal_id: ID of the user or group to grant permissions to. Only active users who have accepted an [invite](https://aiven.io/docs/platform/howto/manage-org-users) to join the organization can be granted permissions.
|
|
23703
24215
|
:param pulumi.Input[str] principal_type: The type of principal. The possible values are `user` and `user_group`.
|
|
23704
24216
|
:param pulumi.Input[str] create_time: Time created.
|
|
23705
24217
|
:param pulumi.Input[str] update_time: Time updated.
|
|
@@ -23716,7 +24228,7 @@ class OrganizationPermissionPermissionArgs:
|
|
|
23716
24228
|
@pulumi.getter
|
|
23717
24229
|
def permissions(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
23718
24230
|
"""
|
|
23719
|
-
List of permissions. The possible values are `admin`, `developer`, `operator`, `project:permissions:read`, `read_only`
|
|
24231
|
+
List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:network:read`, `organization:network:write`, `organization:permissions:read`, `organization:permissions:write`, `organization:projects:read`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
23720
24232
|
"""
|
|
23721
24233
|
return pulumi.get(self, "permissions")
|
|
23722
24234
|
|
|
@@ -23728,7 +24240,7 @@ class OrganizationPermissionPermissionArgs:
|
|
|
23728
24240
|
@pulumi.getter(name="principalId")
|
|
23729
24241
|
def principal_id(self) -> pulumi.Input[str]:
|
|
23730
24242
|
"""
|
|
23731
|
-
ID of the user or group.
|
|
24243
|
+
ID of the user or group to grant permissions to. Only active users who have accepted an [invite](https://aiven.io/docs/platform/howto/manage-org-users) to join the organization can be granted permissions.
|
|
23732
24244
|
"""
|
|
23733
24245
|
return pulumi.get(self, "principal_id")
|
|
23734
24246
|
|
|
@@ -24673,7 +25185,7 @@ if not MYPY:
|
|
|
24673
25185
|
"""
|
|
24674
25186
|
synchronous_replication: NotRequired[pulumi.Input[str]]
|
|
24675
25187
|
"""
|
|
24676
|
-
Enum: `
|
|
25188
|
+
Enum: `off`, `quorum`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
24677
25189
|
"""
|
|
24678
25190
|
timescaledb: NotRequired[pulumi.Input['PgPgUserConfigTimescaledbArgsDict']]
|
|
24679
25191
|
"""
|
|
@@ -24754,7 +25266,7 @@ class PgPgUserConfigArgs:
|
|
|
24754
25266
|
:param pulumi.Input[str] service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created. Example: `anotherservicename`.
|
|
24755
25267
|
:param pulumi.Input[float] shared_buffers_percentage: Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value. Example: `41.5`.
|
|
24756
25268
|
:param pulumi.Input[bool] static_ips: Use static public IP addresses.
|
|
24757
|
-
:param pulumi.Input[str] synchronous_replication: Enum: `
|
|
25269
|
+
:param pulumi.Input[str] synchronous_replication: Enum: `off`, `quorum`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
24758
25270
|
:param pulumi.Input['PgPgUserConfigTimescaledbArgs'] timescaledb: System-wide settings for the timescaledb extension
|
|
24759
25271
|
:param pulumi.Input[str] variant: Enum: `aiven`, `timescale`. Variant of the PostgreSQL service, may affect the features that are exposed by default.
|
|
24760
25272
|
:param pulumi.Input[int] work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB). Example: `4`.
|
|
@@ -25180,7 +25692,7 @@ class PgPgUserConfigArgs:
|
|
|
25180
25692
|
@pulumi.getter(name="synchronousReplication")
|
|
25181
25693
|
def synchronous_replication(self) -> Optional[pulumi.Input[str]]:
|
|
25182
25694
|
"""
|
|
25183
|
-
Enum: `
|
|
25695
|
+
Enum: `off`, `quorum`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
25184
25696
|
"""
|
|
25185
25697
|
return pulumi.get(self, "synchronous_replication")
|
|
25186
25698
|
|
|
@@ -25542,11 +26054,11 @@ if not MYPY:
|
|
|
25542
26054
|
"""
|
|
25543
26055
|
log_error_verbosity: NotRequired[pulumi.Input[str]]
|
|
25544
26056
|
"""
|
|
25545
|
-
Enum: `
|
|
26057
|
+
Enum: `DEFAULT`, `TERSE`, `VERBOSE`. Controls the amount of detail written in the server log for each message that is logged.
|
|
25546
26058
|
"""
|
|
25547
26059
|
log_line_prefix: NotRequired[pulumi.Input[str]]
|
|
25548
26060
|
"""
|
|
25549
|
-
Enum: `'
|
|
26061
|
+
Enum: `'%m [%p] %q[user=%u,db=%d,app=%a] '`, `'%t [%p]: [%l-1] user=%u,db=%d,app=%a,client=%h '`, `'pid=%p,user=%u,db=%d,app=%a,client=%h '`, `'pid=%p,user=%u,db=%d,app=%a,client=%h,txid=%x,qid=%Q '`. Choose from one of the available log formats.
|
|
25550
26062
|
"""
|
|
25551
26063
|
log_min_duration_statement: NotRequired[pulumi.Input[int]]
|
|
25552
26064
|
"""
|
|
@@ -25630,7 +26142,7 @@ if not MYPY:
|
|
|
25630
26142
|
"""
|
|
25631
26143
|
pg_stat_statements_dot_track: NotRequired[pulumi.Input[str]]
|
|
25632
26144
|
"""
|
|
25633
|
-
Enum: `all`, `
|
|
26145
|
+
Enum: `all`, `none`, `top`. Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
|
|
25634
26146
|
"""
|
|
25635
26147
|
temp_file_limit: NotRequired[pulumi.Input[int]]
|
|
25636
26148
|
"""
|
|
@@ -25650,7 +26162,7 @@ if not MYPY:
|
|
|
25650
26162
|
"""
|
|
25651
26163
|
track_functions: NotRequired[pulumi.Input[str]]
|
|
25652
26164
|
"""
|
|
25653
|
-
Enum: `all`, `
|
|
26165
|
+
Enum: `all`, `none`, `pl`. Enables tracking of function call counts and time used.
|
|
25654
26166
|
"""
|
|
25655
26167
|
track_io_timing: NotRequired[pulumi.Input[str]]
|
|
25656
26168
|
"""
|
|
@@ -25738,8 +26250,8 @@ class PgPgUserConfigPgArgs:
|
|
|
25738
26250
|
:param pulumi.Input[int] idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds.
|
|
25739
26251
|
:param pulumi.Input[bool] jit: Controls system-wide use of Just-in-Time Compilation (JIT).
|
|
25740
26252
|
:param pulumi.Input[int] log_autovacuum_min_duration: Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one (the default) disables logging autovacuum actions.
|
|
25741
|
-
:param pulumi.Input[str] log_error_verbosity: Enum: `
|
|
25742
|
-
:param pulumi.Input[str] log_line_prefix: Enum: `'
|
|
26253
|
+
:param pulumi.Input[str] log_error_verbosity: Enum: `DEFAULT`, `TERSE`, `VERBOSE`. Controls the amount of detail written in the server log for each message that is logged.
|
|
26254
|
+
:param pulumi.Input[str] log_line_prefix: Enum: `'%m [%p] %q[user=%u,db=%d,app=%a] '`, `'%t [%p]: [%l-1] user=%u,db=%d,app=%a,client=%h '`, `'pid=%p,user=%u,db=%d,app=%a,client=%h '`, `'pid=%p,user=%u,db=%d,app=%a,client=%h,txid=%x,qid=%Q '`. Choose from one of the available log formats.
|
|
25743
26255
|
:param pulumi.Input[int] log_min_duration_statement: Log statements that take more than this number of milliseconds to run, -1 disables.
|
|
25744
26256
|
:param pulumi.Input[int] log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
|
|
25745
26257
|
:param pulumi.Input[int] max_files_per_process: PostgreSQL maximum number of files that can be open per process.
|
|
@@ -25760,12 +26272,12 @@ class PgPgUserConfigPgArgs:
|
|
|
25760
26272
|
:param pulumi.Input[str] pg_partman_bgw_dot_role: Controls which role to use for pg_partman's scheduled background tasks. Example: `myrolename`.
|
|
25761
26273
|
:param pulumi.Input[bool] pg_stat_monitor_dot_pgsm_enable_query_plan: Enables or disables query plan monitoring.
|
|
25762
26274
|
:param pulumi.Input[int] pg_stat_monitor_dot_pgsm_max_buckets: Sets the maximum number of buckets. Example: `10`.
|
|
25763
|
-
:param pulumi.Input[str] pg_stat_statements_dot_track: Enum: `all`, `
|
|
26275
|
+
:param pulumi.Input[str] pg_stat_statements_dot_track: Enum: `all`, `none`, `top`. Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
|
|
25764
26276
|
:param pulumi.Input[int] temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited. Example: `5000000`.
|
|
25765
26277
|
:param pulumi.Input[str] timezone: PostgreSQL service timezone. Example: `Europe/Helsinki`.
|
|
25766
26278
|
:param pulumi.Input[int] track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Example: `1024`.
|
|
25767
26279
|
:param pulumi.Input[str] track_commit_timestamp: Enum: `off`, `on`. Record commit time of transactions.
|
|
25768
|
-
:param pulumi.Input[str] track_functions: Enum: `all`, `
|
|
26280
|
+
:param pulumi.Input[str] track_functions: Enum: `all`, `none`, `pl`. Enables tracking of function call counts and time used.
|
|
25769
26281
|
:param pulumi.Input[str] track_io_timing: Enum: `off`, `on`. Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
|
|
25770
26282
|
:param pulumi.Input[int] wal_sender_timeout: Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to zero disables the timeout. Example: `60000`.
|
|
25771
26283
|
:param pulumi.Input[int] wal_writer_delay: WAL flush interval in milliseconds. Note that setting this value to lower than the default 200ms may negatively impact performance. Example: `50`.
|
|
@@ -26089,7 +26601,7 @@ class PgPgUserConfigPgArgs:
|
|
|
26089
26601
|
@pulumi.getter(name="logErrorVerbosity")
|
|
26090
26602
|
def log_error_verbosity(self) -> Optional[pulumi.Input[str]]:
|
|
26091
26603
|
"""
|
|
26092
|
-
Enum: `
|
|
26604
|
+
Enum: `DEFAULT`, `TERSE`, `VERBOSE`. Controls the amount of detail written in the server log for each message that is logged.
|
|
26093
26605
|
"""
|
|
26094
26606
|
return pulumi.get(self, "log_error_verbosity")
|
|
26095
26607
|
|
|
@@ -26101,7 +26613,7 @@ class PgPgUserConfigPgArgs:
|
|
|
26101
26613
|
@pulumi.getter(name="logLinePrefix")
|
|
26102
26614
|
def log_line_prefix(self) -> Optional[pulumi.Input[str]]:
|
|
26103
26615
|
"""
|
|
26104
|
-
Enum: `'
|
|
26616
|
+
Enum: `'%m [%p] %q[user=%u,db=%d,app=%a] '`, `'%t [%p]: [%l-1] user=%u,db=%d,app=%a,client=%h '`, `'pid=%p,user=%u,db=%d,app=%a,client=%h '`, `'pid=%p,user=%u,db=%d,app=%a,client=%h,txid=%x,qid=%Q '`. Choose from one of the available log formats.
|
|
26105
26617
|
"""
|
|
26106
26618
|
return pulumi.get(self, "log_line_prefix")
|
|
26107
26619
|
|
|
@@ -26353,7 +26865,7 @@ class PgPgUserConfigPgArgs:
|
|
|
26353
26865
|
@pulumi.getter(name="pgStatStatementsDotTrack")
|
|
26354
26866
|
def pg_stat_statements_dot_track(self) -> Optional[pulumi.Input[str]]:
|
|
26355
26867
|
"""
|
|
26356
|
-
Enum: `all`, `
|
|
26868
|
+
Enum: `all`, `none`, `top`. Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
|
|
26357
26869
|
"""
|
|
26358
26870
|
return pulumi.get(self, "pg_stat_statements_dot_track")
|
|
26359
26871
|
|
|
@@ -26413,7 +26925,7 @@ class PgPgUserConfigPgArgs:
|
|
|
26413
26925
|
@pulumi.getter(name="trackFunctions")
|
|
26414
26926
|
def track_functions(self) -> Optional[pulumi.Input[str]]:
|
|
26415
26927
|
"""
|
|
26416
|
-
Enum: `all`, `
|
|
26928
|
+
Enum: `all`, `none`, `pl`. Enables tracking of function call counts and time used.
|
|
26417
26929
|
"""
|
|
26418
26930
|
return pulumi.get(self, "track_functions")
|
|
26419
26931
|
|
|
@@ -26950,7 +27462,7 @@ if not MYPY:
|
|
|
26950
27462
|
"""
|
|
26951
27463
|
autodb_pool_mode: NotRequired[pulumi.Input[str]]
|
|
26952
27464
|
"""
|
|
26953
|
-
Enum: `session`, `
|
|
27465
|
+
Enum: `session`, `statement`, `transaction`. PGBouncer pool mode. Default: `transaction`.
|
|
26954
27466
|
"""
|
|
26955
27467
|
autodb_pool_size: NotRequired[pulumi.Input[int]]
|
|
26956
27468
|
"""
|
|
@@ -26999,7 +27511,7 @@ class PgPgUserConfigPgbouncerArgs:
|
|
|
26999
27511
|
"""
|
|
27000
27512
|
:param pulumi.Input[int] autodb_idle_timeout: If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. (seconds). Default: `3600`.
|
|
27001
27513
|
:param pulumi.Input[int] autodb_max_db_connections: Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited. Example: `0`.
|
|
27002
|
-
:param pulumi.Input[str] autodb_pool_mode: Enum: `session`, `
|
|
27514
|
+
:param pulumi.Input[str] autodb_pool_mode: Enum: `session`, `statement`, `transaction`. PGBouncer pool mode. Default: `transaction`.
|
|
27003
27515
|
:param pulumi.Input[int] autodb_pool_size: If non-zero then create automatically a pool of that size per user when a pool doesn't exist. Default: `0`.
|
|
27004
27516
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ignore_startup_parameters: List of parameters to ignore when given in startup packet.
|
|
27005
27517
|
:param pulumi.Input[int] max_prepared_statements: PgBouncer tracks protocol-level named prepared statements related commands sent by the client in transaction and statement pooling modes when max*prepared*statements is set to a non-zero value. Setting it to 0 disables prepared statements. max*prepared*statements defaults to 100, and its maximum is 3000. Default: `100`.
|
|
@@ -27057,7 +27569,7 @@ class PgPgUserConfigPgbouncerArgs:
|
|
|
27057
27569
|
@pulumi.getter(name="autodbPoolMode")
|
|
27058
27570
|
def autodb_pool_mode(self) -> Optional[pulumi.Input[str]]:
|
|
27059
27571
|
"""
|
|
27060
|
-
Enum: `session`, `
|
|
27572
|
+
Enum: `session`, `statement`, `transaction`. PGBouncer pool mode. Default: `transaction`.
|
|
27061
27573
|
"""
|
|
27062
27574
|
return pulumi.get(self, "autodb_pool_mode")
|
|
27063
27575
|
|
|
@@ -27943,7 +28455,7 @@ if not MYPY:
|
|
|
27943
28455
|
"""
|
|
27944
28456
|
redis_maxmemory_policy: NotRequired[pulumi.Input[str]]
|
|
27945
28457
|
"""
|
|
27946
|
-
Enum: `
|
|
28458
|
+
Enum: `allkeys-lfu`, `allkeys-lru`, `allkeys-random`, `noeviction`, `volatile-lfu`, `volatile-lru`, `volatile-random`, `volatile-ttl`. Redis maxmemory-policy. Default: `noeviction`.
|
|
27947
28459
|
"""
|
|
27948
28460
|
redis_notify_keyspace_events: NotRequired[pulumi.Input[str]]
|
|
27949
28461
|
"""
|
|
@@ -28035,7 +28547,7 @@ class RedisRedisUserConfigArgs:
|
|
|
28035
28547
|
:param pulumi.Input[int] redis_io_threads: Set Redis IO thread count. Changing this will cause a restart of the Redis service. Example: `1`.
|
|
28036
28548
|
:param pulumi.Input[int] redis_lfu_decay_time: LFU maxmemory-policy counter decay time in minutes. Default: `1`.
|
|
28037
28549
|
:param pulumi.Input[int] redis_lfu_log_factor: Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies. Default: `10`.
|
|
28038
|
-
:param pulumi.Input[str] redis_maxmemory_policy: Enum: `
|
|
28550
|
+
:param pulumi.Input[str] redis_maxmemory_policy: Enum: `allkeys-lfu`, `allkeys-lru`, `allkeys-random`, `noeviction`, `volatile-lfu`, `volatile-lru`, `volatile-random`, `volatile-ttl`. Redis maxmemory-policy. Default: `noeviction`.
|
|
28039
28551
|
:param pulumi.Input[str] redis_notify_keyspace_events: Set notify-keyspace-events option.
|
|
28040
28552
|
:param pulumi.Input[int] redis_number_of_databases: Set number of Redis databases. Changing this will cause a restart of the Redis service. Example: `16`.
|
|
28041
28553
|
:param pulumi.Input[str] redis_persistence: Enum: `off`, `rdb`. When persistence is `rdb`, Redis does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to the backup schedule for backup purposes. When persistence is `off`, no RDB dumps or backups are done, so data can be lost at any moment if the service is restarted for any reason, or if the service is powered off. Also, the service can't be forked.
|
|
@@ -28302,7 +28814,7 @@ class RedisRedisUserConfigArgs:
|
|
|
28302
28814
|
@pulumi.getter(name="redisMaxmemoryPolicy")
|
|
28303
28815
|
def redis_maxmemory_policy(self) -> Optional[pulumi.Input[str]]:
|
|
28304
28816
|
"""
|
|
28305
|
-
Enum: `
|
|
28817
|
+
Enum: `allkeys-lfu`, `allkeys-lru`, `allkeys-random`, `noeviction`, `volatile-lfu`, `volatile-lru`, `volatile-random`, `volatile-ttl`. Redis maxmemory-policy. Default: `noeviction`.
|
|
28306
28818
|
"""
|
|
28307
28819
|
return pulumi.get(self, "redis_maxmemory_policy")
|
|
28308
28820
|
|
|
@@ -28999,7 +29511,7 @@ if not MYPY:
|
|
|
28999
29511
|
"""
|
|
29000
29512
|
data_format: pulumi.Input[str]
|
|
29001
29513
|
"""
|
|
29002
|
-
Enum: `Avro`, `CSV`, `JSONAsString`, `JSONCompactEachRow`, `JSONCompactStringsEachRow`, `JSONEachRow`, `JSONStringsEachRow`, `MsgPack`, `
|
|
29514
|
+
Enum: `Avro`, `AvroConfluent`, `CSV`, `JSONAsString`, `JSONCompactEachRow`, `JSONCompactStringsEachRow`, `JSONEachRow`, `JSONStringsEachRow`, `MsgPack`, `Parquet`, `RawBLOB`, `TSKV`, `TSV`, `TabSeparated`. Message data format. Default: `JSONEachRow`.
|
|
29003
29515
|
"""
|
|
29004
29516
|
group_name: pulumi.Input[str]
|
|
29005
29517
|
"""
|
|
@@ -29015,7 +29527,7 @@ if not MYPY:
|
|
|
29015
29527
|
"""
|
|
29016
29528
|
auto_offset_reset: NotRequired[pulumi.Input[str]]
|
|
29017
29529
|
"""
|
|
29018
|
-
Enum: `
|
|
29530
|
+
Enum: `beginning`, `earliest`, `end`, `largest`, `latest`, `smallest`. Action to take when there is no initial offset in offset store or the desired offset is out of range. Default: `earliest`.
|
|
29019
29531
|
"""
|
|
29020
29532
|
date_time_input_format: NotRequired[pulumi.Input[str]]
|
|
29021
29533
|
"""
|
|
@@ -29076,11 +29588,11 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
|
|
|
29076
29588
|
thread_per_consumer: Optional[pulumi.Input[bool]] = None):
|
|
29077
29589
|
"""
|
|
29078
29590
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableColumnArgs']]] columns: Table columns
|
|
29079
|
-
:param pulumi.Input[str] data_format: Enum: `Avro`, `CSV`, `JSONAsString`, `JSONCompactEachRow`, `JSONCompactStringsEachRow`, `JSONEachRow`, `JSONStringsEachRow`, `MsgPack`, `
|
|
29591
|
+
:param pulumi.Input[str] data_format: Enum: `Avro`, `AvroConfluent`, `CSV`, `JSONAsString`, `JSONCompactEachRow`, `JSONCompactStringsEachRow`, `JSONEachRow`, `JSONStringsEachRow`, `MsgPack`, `Parquet`, `RawBLOB`, `TSKV`, `TSV`, `TabSeparated`. Message data format. Default: `JSONEachRow`.
|
|
29080
29592
|
:param pulumi.Input[str] group_name: Kafka consumers group. Default: `clickhouse`.
|
|
29081
29593
|
:param pulumi.Input[str] name: Name of the table. Example: `events`.
|
|
29082
29594
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs']]] topics: Kafka topics
|
|
29083
|
-
:param pulumi.Input[str] auto_offset_reset: Enum: `
|
|
29595
|
+
:param pulumi.Input[str] auto_offset_reset: Enum: `beginning`, `earliest`, `end`, `largest`, `latest`, `smallest`. Action to take when there is no initial offset in offset store or the desired offset is out of range. Default: `earliest`.
|
|
29084
29596
|
:param pulumi.Input[str] date_time_input_format: Enum: `basic`, `best_effort`, `best_effort_us`. Method to read DateTime from text input formats. Default: `basic`.
|
|
29085
29597
|
:param pulumi.Input[str] handle_error_mode: Enum: `default`, `stream`. How to handle errors for Kafka engine. Default: `default`.
|
|
29086
29598
|
:param pulumi.Input[int] max_block_size: Number of row collected by poll(s) for flushing data from Kafka. Default: `0`.
|
|
@@ -29133,7 +29645,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
|
|
|
29133
29645
|
@pulumi.getter(name="dataFormat")
|
|
29134
29646
|
def data_format(self) -> pulumi.Input[str]:
|
|
29135
29647
|
"""
|
|
29136
|
-
Enum: `Avro`, `CSV`, `JSONAsString`, `JSONCompactEachRow`, `JSONCompactStringsEachRow`, `JSONEachRow`, `JSONStringsEachRow`, `MsgPack`, `
|
|
29648
|
+
Enum: `Avro`, `AvroConfluent`, `CSV`, `JSONAsString`, `JSONCompactEachRow`, `JSONCompactStringsEachRow`, `JSONEachRow`, `JSONStringsEachRow`, `MsgPack`, `Parquet`, `RawBLOB`, `TSKV`, `TSV`, `TabSeparated`. Message data format. Default: `JSONEachRow`.
|
|
29137
29649
|
"""
|
|
29138
29650
|
return pulumi.get(self, "data_format")
|
|
29139
29651
|
|
|
@@ -29181,7 +29693,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
|
|
|
29181
29693
|
@pulumi.getter(name="autoOffsetReset")
|
|
29182
29694
|
def auto_offset_reset(self) -> Optional[pulumi.Input[str]]:
|
|
29183
29695
|
"""
|
|
29184
|
-
Enum: `
|
|
29696
|
+
Enum: `beginning`, `earliest`, `end`, `largest`, `latest`, `smallest`. Action to take when there is no initial offset in offset store or the desired offset is out of range. Default: `earliest`.
|
|
29185
29697
|
"""
|
|
29186
29698
|
return pulumi.get(self, "auto_offset_reset")
|
|
29187
29699
|
|
|
@@ -29890,6 +30402,87 @@ class ServiceIntegrationDatadogUserConfigRedisArgs:
|
|
|
29890
30402
|
pulumi.set(self, "command_stats_enabled", value)
|
|
29891
30403
|
|
|
29892
30404
|
|
|
30405
|
+
if not MYPY:
|
|
30406
|
+
class ServiceIntegrationEndpointAutoscalerUserConfigArgsDict(TypedDict):
|
|
30407
|
+
autoscalings: pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationEndpointAutoscalerUserConfigAutoscalingArgsDict']]]
|
|
30408
|
+
"""
|
|
30409
|
+
Configure autoscaling thresholds for a service
|
|
30410
|
+
"""
|
|
30411
|
+
elif False:
|
|
30412
|
+
ServiceIntegrationEndpointAutoscalerUserConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
30413
|
+
|
|
30414
|
+
@pulumi.input_type
|
|
30415
|
+
class ServiceIntegrationEndpointAutoscalerUserConfigArgs:
|
|
30416
|
+
def __init__(__self__, *,
|
|
30417
|
+
autoscalings: pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationEndpointAutoscalerUserConfigAutoscalingArgs']]]):
|
|
30418
|
+
"""
|
|
30419
|
+
:param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationEndpointAutoscalerUserConfigAutoscalingArgs']]] autoscalings: Configure autoscaling thresholds for a service
|
|
30420
|
+
"""
|
|
30421
|
+
pulumi.set(__self__, "autoscalings", autoscalings)
|
|
30422
|
+
|
|
30423
|
+
@property
|
|
30424
|
+
@pulumi.getter
|
|
30425
|
+
def autoscalings(self) -> pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationEndpointAutoscalerUserConfigAutoscalingArgs']]]:
|
|
30426
|
+
"""
|
|
30427
|
+
Configure autoscaling thresholds for a service
|
|
30428
|
+
"""
|
|
30429
|
+
return pulumi.get(self, "autoscalings")
|
|
30430
|
+
|
|
30431
|
+
@autoscalings.setter
|
|
30432
|
+
def autoscalings(self, value: pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationEndpointAutoscalerUserConfigAutoscalingArgs']]]):
|
|
30433
|
+
pulumi.set(self, "autoscalings", value)
|
|
30434
|
+
|
|
30435
|
+
|
|
30436
|
+
if not MYPY:
|
|
30437
|
+
class ServiceIntegrationEndpointAutoscalerUserConfigAutoscalingArgsDict(TypedDict):
|
|
30438
|
+
cap_gb: pulumi.Input[int]
|
|
30439
|
+
"""
|
|
30440
|
+
The maximum total disk size (in gb) to allow autoscaler to scale up to. Example: `300`.
|
|
30441
|
+
"""
|
|
30442
|
+
type: pulumi.Input[str]
|
|
30443
|
+
"""
|
|
30444
|
+
Enum: `autoscale_disk`. Type of autoscale event.
|
|
30445
|
+
"""
|
|
30446
|
+
elif False:
|
|
30447
|
+
ServiceIntegrationEndpointAutoscalerUserConfigAutoscalingArgsDict: TypeAlias = Mapping[str, Any]
|
|
30448
|
+
|
|
30449
|
+
@pulumi.input_type
|
|
30450
|
+
class ServiceIntegrationEndpointAutoscalerUserConfigAutoscalingArgs:
|
|
30451
|
+
def __init__(__self__, *,
|
|
30452
|
+
cap_gb: pulumi.Input[int],
|
|
30453
|
+
type: pulumi.Input[str]):
|
|
30454
|
+
"""
|
|
30455
|
+
:param pulumi.Input[int] cap_gb: The maximum total disk size (in gb) to allow autoscaler to scale up to. Example: `300`.
|
|
30456
|
+
:param pulumi.Input[str] type: Enum: `autoscale_disk`. Type of autoscale event.
|
|
30457
|
+
"""
|
|
30458
|
+
pulumi.set(__self__, "cap_gb", cap_gb)
|
|
30459
|
+
pulumi.set(__self__, "type", type)
|
|
30460
|
+
|
|
30461
|
+
@property
|
|
30462
|
+
@pulumi.getter(name="capGb")
|
|
30463
|
+
def cap_gb(self) -> pulumi.Input[int]:
|
|
30464
|
+
"""
|
|
30465
|
+
The maximum total disk size (in gb) to allow autoscaler to scale up to. Example: `300`.
|
|
30466
|
+
"""
|
|
30467
|
+
return pulumi.get(self, "cap_gb")
|
|
30468
|
+
|
|
30469
|
+
@cap_gb.setter
|
|
30470
|
+
def cap_gb(self, value: pulumi.Input[int]):
|
|
30471
|
+
pulumi.set(self, "cap_gb", value)
|
|
30472
|
+
|
|
30473
|
+
@property
|
|
30474
|
+
@pulumi.getter
|
|
30475
|
+
def type(self) -> pulumi.Input[str]:
|
|
30476
|
+
"""
|
|
30477
|
+
Enum: `autoscale_disk`. Type of autoscale event.
|
|
30478
|
+
"""
|
|
30479
|
+
return pulumi.get(self, "type")
|
|
30480
|
+
|
|
30481
|
+
@type.setter
|
|
30482
|
+
def type(self, value: pulumi.Input[str]):
|
|
30483
|
+
pulumi.set(self, "type", value)
|
|
30484
|
+
|
|
30485
|
+
|
|
29893
30486
|
if not MYPY:
|
|
29894
30487
|
class ServiceIntegrationEndpointDatadogUserConfigArgsDict(TypedDict):
|
|
29895
30488
|
datadog_api_key: pulumi.Input[str]
|
|
@@ -29904,6 +30497,10 @@ if not MYPY:
|
|
|
29904
30497
|
"""
|
|
29905
30498
|
Disable consumer group metrics.
|
|
29906
30499
|
"""
|
|
30500
|
+
extra_tags_prefix: NotRequired[pulumi.Input[str]]
|
|
30501
|
+
"""
|
|
30502
|
+
Extra tags prefix. Defaults to aiven.
|
|
30503
|
+
"""
|
|
29907
30504
|
kafka_consumer_check_instances: NotRequired[pulumi.Input[int]]
|
|
29908
30505
|
"""
|
|
29909
30506
|
Number of separate instances to fetch kafka consumer statistics with. Example: `8`.
|
|
@@ -29918,7 +30515,7 @@ if not MYPY:
|
|
|
29918
30515
|
"""
|
|
29919
30516
|
site: NotRequired[pulumi.Input[str]]
|
|
29920
30517
|
"""
|
|
29921
|
-
Enum: `datadoghq.com`, `datadoghq.
|
|
30518
|
+
Enum: `ap1.datadoghq.com`, `datadoghq.com`, `datadoghq.eu`, `ddog-gov.com`, `us3.datadoghq.com`, `us5.datadoghq.com`. Datadog intake site. Defaults to datadoghq.com.
|
|
29922
30519
|
"""
|
|
29923
30520
|
elif False:
|
|
29924
30521
|
ServiceIntegrationEndpointDatadogUserConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -29929,6 +30526,7 @@ class ServiceIntegrationEndpointDatadogUserConfigArgs:
|
|
|
29929
30526
|
datadog_api_key: pulumi.Input[str],
|
|
29930
30527
|
datadog_tags: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationEndpointDatadogUserConfigDatadogTagArgs']]]] = None,
|
|
29931
30528
|
disable_consumer_stats: Optional[pulumi.Input[bool]] = None,
|
|
30529
|
+
extra_tags_prefix: Optional[pulumi.Input[str]] = None,
|
|
29932
30530
|
kafka_consumer_check_instances: Optional[pulumi.Input[int]] = None,
|
|
29933
30531
|
kafka_consumer_stats_timeout: Optional[pulumi.Input[int]] = None,
|
|
29934
30532
|
max_partition_contexts: Optional[pulumi.Input[int]] = None,
|
|
@@ -29937,16 +30535,19 @@ class ServiceIntegrationEndpointDatadogUserConfigArgs:
|
|
|
29937
30535
|
:param pulumi.Input[str] datadog_api_key: Datadog API key. Example: `848f30907c15c55d601fe45487cce9b6`.
|
|
29938
30536
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationEndpointDatadogUserConfigDatadogTagArgs']]] datadog_tags: Custom tags provided by user
|
|
29939
30537
|
:param pulumi.Input[bool] disable_consumer_stats: Disable consumer group metrics.
|
|
30538
|
+
:param pulumi.Input[str] extra_tags_prefix: Extra tags prefix. Defaults to aiven.
|
|
29940
30539
|
:param pulumi.Input[int] kafka_consumer_check_instances: Number of separate instances to fetch kafka consumer statistics with. Example: `8`.
|
|
29941
30540
|
:param pulumi.Input[int] kafka_consumer_stats_timeout: Number of seconds that datadog will wait to get consumer statistics from brokers. Example: `60`.
|
|
29942
30541
|
:param pulumi.Input[int] max_partition_contexts: Maximum number of partition contexts to send. Example: `32000`.
|
|
29943
|
-
:param pulumi.Input[str] site: Enum: `datadoghq.com`, `datadoghq.
|
|
30542
|
+
:param pulumi.Input[str] site: Enum: `ap1.datadoghq.com`, `datadoghq.com`, `datadoghq.eu`, `ddog-gov.com`, `us3.datadoghq.com`, `us5.datadoghq.com`. Datadog intake site. Defaults to datadoghq.com.
|
|
29944
30543
|
"""
|
|
29945
30544
|
pulumi.set(__self__, "datadog_api_key", datadog_api_key)
|
|
29946
30545
|
if datadog_tags is not None:
|
|
29947
30546
|
pulumi.set(__self__, "datadog_tags", datadog_tags)
|
|
29948
30547
|
if disable_consumer_stats is not None:
|
|
29949
30548
|
pulumi.set(__self__, "disable_consumer_stats", disable_consumer_stats)
|
|
30549
|
+
if extra_tags_prefix is not None:
|
|
30550
|
+
pulumi.set(__self__, "extra_tags_prefix", extra_tags_prefix)
|
|
29950
30551
|
if kafka_consumer_check_instances is not None:
|
|
29951
30552
|
pulumi.set(__self__, "kafka_consumer_check_instances", kafka_consumer_check_instances)
|
|
29952
30553
|
if kafka_consumer_stats_timeout is not None:
|
|
@@ -29992,6 +30593,18 @@ class ServiceIntegrationEndpointDatadogUserConfigArgs:
|
|
|
29992
30593
|
def disable_consumer_stats(self, value: Optional[pulumi.Input[bool]]):
|
|
29993
30594
|
pulumi.set(self, "disable_consumer_stats", value)
|
|
29994
30595
|
|
|
30596
|
+
@property
|
|
30597
|
+
@pulumi.getter(name="extraTagsPrefix")
|
|
30598
|
+
def extra_tags_prefix(self) -> Optional[pulumi.Input[str]]:
|
|
30599
|
+
"""
|
|
30600
|
+
Extra tags prefix. Defaults to aiven.
|
|
30601
|
+
"""
|
|
30602
|
+
return pulumi.get(self, "extra_tags_prefix")
|
|
30603
|
+
|
|
30604
|
+
@extra_tags_prefix.setter
|
|
30605
|
+
def extra_tags_prefix(self, value: Optional[pulumi.Input[str]]):
|
|
30606
|
+
pulumi.set(self, "extra_tags_prefix", value)
|
|
30607
|
+
|
|
29995
30608
|
@property
|
|
29996
30609
|
@pulumi.getter(name="kafkaConsumerCheckInstances")
|
|
29997
30610
|
def kafka_consumer_check_instances(self) -> Optional[pulumi.Input[int]]:
|
|
@@ -30032,7 +30645,7 @@ class ServiceIntegrationEndpointDatadogUserConfigArgs:
|
|
|
30032
30645
|
@pulumi.getter
|
|
30033
30646
|
def site(self) -> Optional[pulumi.Input[str]]:
|
|
30034
30647
|
"""
|
|
30035
|
-
Enum: `datadoghq.com`, `datadoghq.
|
|
30648
|
+
Enum: `ap1.datadoghq.com`, `datadoghq.com`, `datadoghq.eu`, `ddog-gov.com`, `us3.datadoghq.com`, `us5.datadoghq.com`. Datadog intake site. Defaults to datadoghq.com.
|
|
30036
30649
|
"""
|
|
30037
30650
|
return pulumi.get(self, "site")
|
|
30038
30651
|
|
|
@@ -30672,7 +31285,7 @@ if not MYPY:
|
|
|
30672
31285
|
"""
|
|
30673
31286
|
security_protocol: pulumi.Input[str]
|
|
30674
31287
|
"""
|
|
30675
|
-
Enum: `PLAINTEXT`, `
|
|
31288
|
+
Enum: `PLAINTEXT`, `SASL_PLAINTEXT`, `SASL_SSL`, `SSL`. Security protocol.
|
|
30676
31289
|
"""
|
|
30677
31290
|
sasl_mechanism: NotRequired[pulumi.Input[str]]
|
|
30678
31291
|
"""
|
|
@@ -30728,7 +31341,7 @@ class ServiceIntegrationEndpointExternalKafkaUserConfigArgs:
|
|
|
30728
31341
|
ssl_endpoint_identification_algorithm: Optional[pulumi.Input[str]] = None):
|
|
30729
31342
|
"""
|
|
30730
31343
|
:param pulumi.Input[str] bootstrap_servers: Bootstrap servers. Example: `10.0.0.1:9092,10.0.0.2:9092`.
|
|
30731
|
-
:param pulumi.Input[str] security_protocol: Enum: `PLAINTEXT`, `
|
|
31344
|
+
:param pulumi.Input[str] security_protocol: Enum: `PLAINTEXT`, `SASL_PLAINTEXT`, `SASL_SSL`, `SSL`. Security protocol.
|
|
30732
31345
|
:param pulumi.Input[str] sasl_mechanism: Enum: `PLAIN`, `SCRAM-SHA-256`, `SCRAM-SHA-512`. SASL mechanism used for connections to the Kafka server.
|
|
30733
31346
|
:param pulumi.Input[str] sasl_plain_password: Password for SASL PLAIN mechanism in the Kafka server. Example: `admin`.
|
|
30734
31347
|
:param pulumi.Input[str] sasl_plain_username: Username for SASL PLAIN mechanism in the Kafka server. Example: `admin`.
|
|
@@ -30779,7 +31392,7 @@ class ServiceIntegrationEndpointExternalKafkaUserConfigArgs:
|
|
|
30779
31392
|
@pulumi.getter(name="securityProtocol")
|
|
30780
31393
|
def security_protocol(self) -> pulumi.Input[str]:
|
|
30781
31394
|
"""
|
|
30782
|
-
Enum: `PLAINTEXT`, `
|
|
31395
|
+
Enum: `PLAINTEXT`, `SASL_PLAINTEXT`, `SASL_SSL`, `SSL`. Security protocol.
|
|
30783
31396
|
"""
|
|
30784
31397
|
return pulumi.get(self, "security_protocol")
|
|
30785
31398
|
|
|
@@ -31174,7 +31787,7 @@ if not MYPY:
|
|
|
31174
31787
|
"""
|
|
31175
31788
|
ssl_mode: NotRequired[pulumi.Input[str]]
|
|
31176
31789
|
"""
|
|
31177
|
-
Enum: `
|
|
31790
|
+
Enum: `allow`, `disable`, `prefer`, `require`, `verify-ca`, `verify-full`. SSL mode to use for the connection. Please note that Aiven requires TLS for all connections to external PostgreSQL services. Default: `verify-full`.
|
|
31178
31791
|
"""
|
|
31179
31792
|
ssl_root_cert: NotRequired[pulumi.Input[str]]
|
|
31180
31793
|
"""
|
|
@@ -31211,7 +31824,7 @@ class ServiceIntegrationEndpointExternalPostgresqlArgs:
|
|
|
31211
31824
|
:param pulumi.Input[str] ssl_client_key: Client key. Example: `-----BEGIN PRIVATE KEY-----
|
|
31212
31825
|
...
|
|
31213
31826
|
-----END PRIVATE KEY-----`.
|
|
31214
|
-
:param pulumi.Input[str] ssl_mode: Enum: `
|
|
31827
|
+
:param pulumi.Input[str] ssl_mode: Enum: `allow`, `disable`, `prefer`, `require`, `verify-ca`, `verify-full`. SSL mode to use for the connection. Please note that Aiven requires TLS for all connections to external PostgreSQL services. Default: `verify-full`.
|
|
31215
31828
|
:param pulumi.Input[str] ssl_root_cert: SSL Root Cert. Example: `-----BEGIN CERTIFICATE-----
|
|
31216
31829
|
...
|
|
31217
31830
|
-----END CERTIFICATE-----
|
|
@@ -31326,7 +31939,7 @@ class ServiceIntegrationEndpointExternalPostgresqlArgs:
|
|
|
31326
31939
|
@pulumi.getter(name="sslMode")
|
|
31327
31940
|
def ssl_mode(self) -> Optional[pulumi.Input[str]]:
|
|
31328
31941
|
"""
|
|
31329
|
-
Enum: `
|
|
31942
|
+
Enum: `allow`, `disable`, `prefer`, `require`, `verify-ca`, `verify-full`. SSL mode to use for the connection. Please note that Aiven requires TLS for all connections to external PostgreSQL services. Default: `verify-full`.
|
|
31330
31943
|
"""
|
|
31331
31944
|
return pulumi.get(self, "ssl_mode")
|
|
31332
31945
|
|
|
@@ -31350,11 +31963,83 @@ class ServiceIntegrationEndpointExternalPostgresqlArgs:
|
|
|
31350
31963
|
pulumi.set(self, "ssl_root_cert", value)
|
|
31351
31964
|
|
|
31352
31965
|
|
|
31966
|
+
if not MYPY:
|
|
31967
|
+
class ServiceIntegrationEndpointExternalPrometheusUserConfigArgsDict(TypedDict):
|
|
31968
|
+
basic_auth_password: NotRequired[pulumi.Input[str]]
|
|
31969
|
+
"""
|
|
31970
|
+
Prometheus basic authentication password. Example: `fhyFNBjj3R`.
|
|
31971
|
+
"""
|
|
31972
|
+
basic_auth_username: NotRequired[pulumi.Input[str]]
|
|
31973
|
+
"""
|
|
31974
|
+
Prometheus basic authentication username. Example: `prom4851`.
|
|
31975
|
+
"""
|
|
31976
|
+
service_uri: NotRequired[pulumi.Input[str]]
|
|
31977
|
+
"""
|
|
31978
|
+
Prometheus enabled write endpoint. Example: `https://write.example.com/`.
|
|
31979
|
+
"""
|
|
31980
|
+
elif False:
|
|
31981
|
+
ServiceIntegrationEndpointExternalPrometheusUserConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
31982
|
+
|
|
31983
|
+
@pulumi.input_type
|
|
31984
|
+
class ServiceIntegrationEndpointExternalPrometheusUserConfigArgs:
|
|
31985
|
+
def __init__(__self__, *,
|
|
31986
|
+
basic_auth_password: Optional[pulumi.Input[str]] = None,
|
|
31987
|
+
basic_auth_username: Optional[pulumi.Input[str]] = None,
|
|
31988
|
+
service_uri: Optional[pulumi.Input[str]] = None):
|
|
31989
|
+
"""
|
|
31990
|
+
:param pulumi.Input[str] basic_auth_password: Prometheus basic authentication password. Example: `fhyFNBjj3R`.
|
|
31991
|
+
:param pulumi.Input[str] basic_auth_username: Prometheus basic authentication username. Example: `prom4851`.
|
|
31992
|
+
:param pulumi.Input[str] service_uri: Prometheus enabled write endpoint. Example: `https://write.example.com/`.
|
|
31993
|
+
"""
|
|
31994
|
+
if basic_auth_password is not None:
|
|
31995
|
+
pulumi.set(__self__, "basic_auth_password", basic_auth_password)
|
|
31996
|
+
if basic_auth_username is not None:
|
|
31997
|
+
pulumi.set(__self__, "basic_auth_username", basic_auth_username)
|
|
31998
|
+
if service_uri is not None:
|
|
31999
|
+
pulumi.set(__self__, "service_uri", service_uri)
|
|
32000
|
+
|
|
32001
|
+
@property
|
|
32002
|
+
@pulumi.getter(name="basicAuthPassword")
|
|
32003
|
+
def basic_auth_password(self) -> Optional[pulumi.Input[str]]:
|
|
32004
|
+
"""
|
|
32005
|
+
Prometheus basic authentication password. Example: `fhyFNBjj3R`.
|
|
32006
|
+
"""
|
|
32007
|
+
return pulumi.get(self, "basic_auth_password")
|
|
32008
|
+
|
|
32009
|
+
@basic_auth_password.setter
|
|
32010
|
+
def basic_auth_password(self, value: Optional[pulumi.Input[str]]):
|
|
32011
|
+
pulumi.set(self, "basic_auth_password", value)
|
|
32012
|
+
|
|
32013
|
+
@property
|
|
32014
|
+
@pulumi.getter(name="basicAuthUsername")
|
|
32015
|
+
def basic_auth_username(self) -> Optional[pulumi.Input[str]]:
|
|
32016
|
+
"""
|
|
32017
|
+
Prometheus basic authentication username. Example: `prom4851`.
|
|
32018
|
+
"""
|
|
32019
|
+
return pulumi.get(self, "basic_auth_username")
|
|
32020
|
+
|
|
32021
|
+
@basic_auth_username.setter
|
|
32022
|
+
def basic_auth_username(self, value: Optional[pulumi.Input[str]]):
|
|
32023
|
+
pulumi.set(self, "basic_auth_username", value)
|
|
32024
|
+
|
|
32025
|
+
@property
|
|
32026
|
+
@pulumi.getter(name="serviceUri")
|
|
32027
|
+
def service_uri(self) -> Optional[pulumi.Input[str]]:
|
|
32028
|
+
"""
|
|
32029
|
+
Prometheus enabled write endpoint. Example: `https://write.example.com/`.
|
|
32030
|
+
"""
|
|
32031
|
+
return pulumi.get(self, "service_uri")
|
|
32032
|
+
|
|
32033
|
+
@service_uri.setter
|
|
32034
|
+
def service_uri(self, value: Optional[pulumi.Input[str]]):
|
|
32035
|
+
pulumi.set(self, "service_uri", value)
|
|
32036
|
+
|
|
32037
|
+
|
|
31353
32038
|
if not MYPY:
|
|
31354
32039
|
class ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgsDict(TypedDict):
|
|
31355
32040
|
authentication: pulumi.Input[str]
|
|
31356
32041
|
"""
|
|
31357
|
-
Enum: `
|
|
32042
|
+
Enum: `basic`, `none`. Authentication method.
|
|
31358
32043
|
"""
|
|
31359
32044
|
url: pulumi.Input[str]
|
|
31360
32045
|
"""
|
|
@@ -31379,7 +32064,7 @@ class ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgs:
|
|
|
31379
32064
|
basic_auth_password: Optional[pulumi.Input[str]] = None,
|
|
31380
32065
|
basic_auth_username: Optional[pulumi.Input[str]] = None):
|
|
31381
32066
|
"""
|
|
31382
|
-
:param pulumi.Input[str] authentication: Enum: `
|
|
32067
|
+
:param pulumi.Input[str] authentication: Enum: `basic`, `none`. Authentication method.
|
|
31383
32068
|
:param pulumi.Input[str] url: Schema Registry URL. Example: `https://schema-registry.kafka.company.com:28419`.
|
|
31384
32069
|
:param pulumi.Input[str] basic_auth_password: Basic authentication password. Example: `Zm9vYg==`.
|
|
31385
32070
|
:param pulumi.Input[str] basic_auth_username: Basic authentication user name. Example: `avnadmin`.
|
|
@@ -31395,7 +32080,7 @@ class ServiceIntegrationEndpointExternalSchemaRegistryUserConfigArgs:
|
|
|
31395
32080
|
@pulumi.getter
|
|
31396
32081
|
def authentication(self) -> pulumi.Input[str]:
|
|
31397
32082
|
"""
|
|
31398
|
-
Enum: `
|
|
32083
|
+
Enum: `basic`, `none`. Authentication method.
|
|
31399
32084
|
"""
|
|
31400
32085
|
return pulumi.get(self, "authentication")
|
|
31401
32086
|
|
|
@@ -31548,7 +32233,7 @@ if not MYPY:
|
|
|
31548
32233
|
class ServiceIntegrationEndpointRsyslogUserConfigArgsDict(TypedDict):
|
|
31549
32234
|
format: pulumi.Input[str]
|
|
31550
32235
|
"""
|
|
31551
|
-
Enum: `
|
|
32236
|
+
Enum: `custom`, `rfc3164`, `rfc5424`. Message format. Default: `rfc5424`.
|
|
31552
32237
|
"""
|
|
31553
32238
|
port: pulumi.Input[int]
|
|
31554
32239
|
"""
|
|
@@ -31612,7 +32297,7 @@ class ServiceIntegrationEndpointRsyslogUserConfigArgs:
|
|
|
31612
32297
|
max_message_size: Optional[pulumi.Input[int]] = None,
|
|
31613
32298
|
sd: Optional[pulumi.Input[str]] = None):
|
|
31614
32299
|
"""
|
|
31615
|
-
:param pulumi.Input[str] format: Enum: `
|
|
32300
|
+
:param pulumi.Input[str] format: Enum: `custom`, `rfc3164`, `rfc5424`. Message format. Default: `rfc5424`.
|
|
31616
32301
|
:param pulumi.Input[int] port: Rsyslog server port. Default: `514`.
|
|
31617
32302
|
:param pulumi.Input[str] server: Rsyslog server IP address or hostname. Example: `logs.example.com`.
|
|
31618
32303
|
:param pulumi.Input[bool] tls: Require TLS. Default: `true`.
|
|
@@ -31653,7 +32338,7 @@ class ServiceIntegrationEndpointRsyslogUserConfigArgs:
|
|
|
31653
32338
|
@pulumi.getter
|
|
31654
32339
|
def format(self) -> pulumi.Input[str]:
|
|
31655
32340
|
"""
|
|
31656
|
-
Enum: `
|
|
32341
|
+
Enum: `custom`, `rfc3164`, `rfc5424`. Message format. Default: `rfc5424`.
|
|
31657
32342
|
"""
|
|
31658
32343
|
return pulumi.get(self, "format")
|
|
31659
32344
|
|
|
@@ -32310,7 +32995,7 @@ if not MYPY:
|
|
|
32310
32995
|
"""
|
|
32311
32996
|
producer_compression_type: NotRequired[pulumi.Input[str]]
|
|
32312
32997
|
"""
|
|
32313
|
-
Enum: `gzip`, `
|
|
32998
|
+
Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
|
|
32314
32999
|
"""
|
|
32315
33000
|
producer_linger_ms: NotRequired[pulumi.Input[int]]
|
|
32316
33001
|
"""
|
|
@@ -32340,7 +33025,7 @@ class ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerArgs:
|
|
|
32340
33025
|
:param pulumi.Input[int] consumer_max_poll_records: Set consumer max.poll.records. The default is 500. Example: `500`.
|
|
32341
33026
|
:param pulumi.Input[int] producer_batch_size: The batch size in bytes producer will attempt to collect before publishing to broker. Example: `1024`.
|
|
32342
33027
|
:param pulumi.Input[int] producer_buffer_memory: The amount of bytes producer can use for buffering data before publishing to broker. Example: `8388608`.
|
|
32343
|
-
:param pulumi.Input[str] producer_compression_type: Enum: `gzip`, `
|
|
33028
|
+
:param pulumi.Input[str] producer_compression_type: Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
|
|
32344
33029
|
:param pulumi.Input[int] producer_linger_ms: The linger time (ms) for waiting new data to arrive for publishing. Example: `100`.
|
|
32345
33030
|
:param pulumi.Input[int] producer_max_request_size: The maximum request size in bytes. Example: `1048576`.
|
|
32346
33031
|
"""
|
|
@@ -32425,7 +33110,7 @@ class ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerArgs:
|
|
|
32425
33110
|
@pulumi.getter(name="producerCompressionType")
|
|
32426
33111
|
def producer_compression_type(self) -> Optional[pulumi.Input[str]]:
|
|
32427
33112
|
"""
|
|
32428
|
-
Enum: `gzip`, `
|
|
33113
|
+
Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
|
|
32429
33114
|
"""
|
|
32430
33115
|
return pulumi.get(self, "producer_compression_type")
|
|
32431
33116
|
|
|
@@ -33721,7 +34406,7 @@ if not MYPY:
|
|
|
33721
34406
|
class ThanosThanosUserConfigArgsDict(TypedDict):
|
|
33722
34407
|
compactor: NotRequired[pulumi.Input['ThanosThanosUserConfigCompactorArgsDict']]
|
|
33723
34408
|
"""
|
|
33724
|
-
|
|
34409
|
+
Configuration options for Thanos Compactor
|
|
33725
34410
|
"""
|
|
33726
34411
|
env: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
33727
34412
|
"""
|
|
@@ -33743,17 +34428,37 @@ if not MYPY:
|
|
|
33743
34428
|
"""
|
|
33744
34429
|
After exceeding the limit a service alert is going to be raised (0 means not set).
|
|
33745
34430
|
"""
|
|
34431
|
+
private_access: NotRequired[pulumi.Input['ThanosThanosUserConfigPrivateAccessArgsDict']]
|
|
34432
|
+
"""
|
|
34433
|
+
Allow access to selected service ports from private networks
|
|
34434
|
+
"""
|
|
34435
|
+
privatelink_access: NotRequired[pulumi.Input['ThanosThanosUserConfigPrivatelinkAccessArgsDict']]
|
|
34436
|
+
"""
|
|
34437
|
+
Allow access to selected service components through Privatelink
|
|
34438
|
+
"""
|
|
33746
34439
|
public_access: NotRequired[pulumi.Input['ThanosThanosUserConfigPublicAccessArgsDict']]
|
|
33747
34440
|
"""
|
|
33748
34441
|
Allow access to selected service ports from the public Internet
|
|
33749
34442
|
"""
|
|
33750
34443
|
query: NotRequired[pulumi.Input['ThanosThanosUserConfigQueryArgsDict']]
|
|
33751
34444
|
"""
|
|
33752
|
-
|
|
34445
|
+
Configuration options for Thanos Query
|
|
33753
34446
|
"""
|
|
33754
34447
|
query_frontend: NotRequired[pulumi.Input['ThanosThanosUserConfigQueryFrontendArgsDict']]
|
|
33755
34448
|
"""
|
|
33756
|
-
|
|
34449
|
+
Configuration options for Thanos Query Frontend
|
|
34450
|
+
"""
|
|
34451
|
+
receiver_ingesting: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
34452
|
+
"""
|
|
34453
|
+
Common configuration options for Thanos Receive.
|
|
34454
|
+
"""
|
|
34455
|
+
receiver_routing: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
34456
|
+
"""
|
|
34457
|
+
Configuration options for Thanos Receive Routing.
|
|
34458
|
+
"""
|
|
34459
|
+
ruler: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
34460
|
+
"""
|
|
34461
|
+
Configuration options for Thanos Ruler.
|
|
33757
34462
|
"""
|
|
33758
34463
|
service_log: NotRequired[pulumi.Input[bool]]
|
|
33759
34464
|
"""
|
|
@@ -33763,6 +34468,10 @@ if not MYPY:
|
|
|
33763
34468
|
"""
|
|
33764
34469
|
Use static public IP addresses.
|
|
33765
34470
|
"""
|
|
34471
|
+
store: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
34472
|
+
"""
|
|
34473
|
+
Configuration options for Thanos Store.
|
|
34474
|
+
"""
|
|
33766
34475
|
elif False:
|
|
33767
34476
|
ThanosThanosUserConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
33768
34477
|
|
|
@@ -33775,23 +34484,35 @@ class ThanosThanosUserConfigArgs:
|
|
|
33775
34484
|
ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
33776
34485
|
ip_filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
33777
34486
|
object_storage_usage_alert_threshold_gb: Optional[pulumi.Input[int]] = None,
|
|
34487
|
+
private_access: Optional[pulumi.Input['ThanosThanosUserConfigPrivateAccessArgs']] = None,
|
|
34488
|
+
privatelink_access: Optional[pulumi.Input['ThanosThanosUserConfigPrivatelinkAccessArgs']] = None,
|
|
33778
34489
|
public_access: Optional[pulumi.Input['ThanosThanosUserConfigPublicAccessArgs']] = None,
|
|
33779
34490
|
query: Optional[pulumi.Input['ThanosThanosUserConfigQueryArgs']] = None,
|
|
33780
34491
|
query_frontend: Optional[pulumi.Input['ThanosThanosUserConfigQueryFrontendArgs']] = None,
|
|
34492
|
+
receiver_ingesting: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
34493
|
+
receiver_routing: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
34494
|
+
ruler: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
33781
34495
|
service_log: Optional[pulumi.Input[bool]] = None,
|
|
33782
|
-
static_ips: Optional[pulumi.Input[bool]] = None
|
|
34496
|
+
static_ips: Optional[pulumi.Input[bool]] = None,
|
|
34497
|
+
store: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
33783
34498
|
"""
|
|
33784
|
-
:param pulumi.Input['ThanosThanosUserConfigCompactorArgs'] compactor:
|
|
34499
|
+
:param pulumi.Input['ThanosThanosUserConfigCompactorArgs'] compactor: Configuration options for Thanos Compactor
|
|
33785
34500
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] env: Environmental variables.
|
|
33786
34501
|
:param pulumi.Input[Sequence[pulumi.Input['ThanosThanosUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
|
|
33787
34502
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
33788
34503
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
33789
34504
|
:param pulumi.Input[int] object_storage_usage_alert_threshold_gb: After exceeding the limit a service alert is going to be raised (0 means not set).
|
|
34505
|
+
:param pulumi.Input['ThanosThanosUserConfigPrivateAccessArgs'] private_access: Allow access to selected service ports from private networks
|
|
34506
|
+
:param pulumi.Input['ThanosThanosUserConfigPrivatelinkAccessArgs'] privatelink_access: Allow access to selected service components through Privatelink
|
|
33790
34507
|
:param pulumi.Input['ThanosThanosUserConfigPublicAccessArgs'] public_access: Allow access to selected service ports from the public Internet
|
|
33791
|
-
:param pulumi.Input['ThanosThanosUserConfigQueryArgs'] query:
|
|
33792
|
-
:param pulumi.Input['ThanosThanosUserConfigQueryFrontendArgs'] query_frontend:
|
|
34508
|
+
:param pulumi.Input['ThanosThanosUserConfigQueryArgs'] query: Configuration options for Thanos Query
|
|
34509
|
+
:param pulumi.Input['ThanosThanosUserConfigQueryFrontendArgs'] query_frontend: Configuration options for Thanos Query Frontend
|
|
34510
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] receiver_ingesting: Common configuration options for Thanos Receive.
|
|
34511
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] receiver_routing: Configuration options for Thanos Receive Routing.
|
|
34512
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] ruler: Configuration options for Thanos Ruler.
|
|
33793
34513
|
:param pulumi.Input[bool] service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
33794
34514
|
:param pulumi.Input[bool] static_ips: Use static public IP addresses.
|
|
34515
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] store: Configuration options for Thanos Store.
|
|
33795
34516
|
"""
|
|
33796
34517
|
if compactor is not None:
|
|
33797
34518
|
pulumi.set(__self__, "compactor", compactor)
|
|
@@ -33811,22 +34532,34 @@ class ThanosThanosUserConfigArgs:
|
|
|
33811
34532
|
pulumi.set(__self__, "ip_filters", ip_filters)
|
|
33812
34533
|
if object_storage_usage_alert_threshold_gb is not None:
|
|
33813
34534
|
pulumi.set(__self__, "object_storage_usage_alert_threshold_gb", object_storage_usage_alert_threshold_gb)
|
|
34535
|
+
if private_access is not None:
|
|
34536
|
+
pulumi.set(__self__, "private_access", private_access)
|
|
34537
|
+
if privatelink_access is not None:
|
|
34538
|
+
pulumi.set(__self__, "privatelink_access", privatelink_access)
|
|
33814
34539
|
if public_access is not None:
|
|
33815
34540
|
pulumi.set(__self__, "public_access", public_access)
|
|
33816
34541
|
if query is not None:
|
|
33817
34542
|
pulumi.set(__self__, "query", query)
|
|
33818
34543
|
if query_frontend is not None:
|
|
33819
34544
|
pulumi.set(__self__, "query_frontend", query_frontend)
|
|
34545
|
+
if receiver_ingesting is not None:
|
|
34546
|
+
pulumi.set(__self__, "receiver_ingesting", receiver_ingesting)
|
|
34547
|
+
if receiver_routing is not None:
|
|
34548
|
+
pulumi.set(__self__, "receiver_routing", receiver_routing)
|
|
34549
|
+
if ruler is not None:
|
|
34550
|
+
pulumi.set(__self__, "ruler", ruler)
|
|
33820
34551
|
if service_log is not None:
|
|
33821
34552
|
pulumi.set(__self__, "service_log", service_log)
|
|
33822
34553
|
if static_ips is not None:
|
|
33823
34554
|
pulumi.set(__self__, "static_ips", static_ips)
|
|
34555
|
+
if store is not None:
|
|
34556
|
+
pulumi.set(__self__, "store", store)
|
|
33824
34557
|
|
|
33825
34558
|
@property
|
|
33826
34559
|
@pulumi.getter
|
|
33827
34560
|
def compactor(self) -> Optional[pulumi.Input['ThanosThanosUserConfigCompactorArgs']]:
|
|
33828
34561
|
"""
|
|
33829
|
-
|
|
34562
|
+
Configuration options for Thanos Compactor
|
|
33830
34563
|
"""
|
|
33831
34564
|
return pulumi.get(self, "compactor")
|
|
33832
34565
|
|
|
@@ -33896,6 +34629,30 @@ class ThanosThanosUserConfigArgs:
|
|
|
33896
34629
|
def object_storage_usage_alert_threshold_gb(self, value: Optional[pulumi.Input[int]]):
|
|
33897
34630
|
pulumi.set(self, "object_storage_usage_alert_threshold_gb", value)
|
|
33898
34631
|
|
|
34632
|
+
@property
|
|
34633
|
+
@pulumi.getter(name="privateAccess")
|
|
34634
|
+
def private_access(self) -> Optional[pulumi.Input['ThanosThanosUserConfigPrivateAccessArgs']]:
|
|
34635
|
+
"""
|
|
34636
|
+
Allow access to selected service ports from private networks
|
|
34637
|
+
"""
|
|
34638
|
+
return pulumi.get(self, "private_access")
|
|
34639
|
+
|
|
34640
|
+
@private_access.setter
|
|
34641
|
+
def private_access(self, value: Optional[pulumi.Input['ThanosThanosUserConfigPrivateAccessArgs']]):
|
|
34642
|
+
pulumi.set(self, "private_access", value)
|
|
34643
|
+
|
|
34644
|
+
@property
|
|
34645
|
+
@pulumi.getter(name="privatelinkAccess")
|
|
34646
|
+
def privatelink_access(self) -> Optional[pulumi.Input['ThanosThanosUserConfigPrivatelinkAccessArgs']]:
|
|
34647
|
+
"""
|
|
34648
|
+
Allow access to selected service components through Privatelink
|
|
34649
|
+
"""
|
|
34650
|
+
return pulumi.get(self, "privatelink_access")
|
|
34651
|
+
|
|
34652
|
+
@privatelink_access.setter
|
|
34653
|
+
def privatelink_access(self, value: Optional[pulumi.Input['ThanosThanosUserConfigPrivatelinkAccessArgs']]):
|
|
34654
|
+
pulumi.set(self, "privatelink_access", value)
|
|
34655
|
+
|
|
33899
34656
|
@property
|
|
33900
34657
|
@pulumi.getter(name="publicAccess")
|
|
33901
34658
|
def public_access(self) -> Optional[pulumi.Input['ThanosThanosUserConfigPublicAccessArgs']]:
|
|
@@ -33912,7 +34669,7 @@ class ThanosThanosUserConfigArgs:
|
|
|
33912
34669
|
@pulumi.getter
|
|
33913
34670
|
def query(self) -> Optional[pulumi.Input['ThanosThanosUserConfigQueryArgs']]:
|
|
33914
34671
|
"""
|
|
33915
|
-
|
|
34672
|
+
Configuration options for Thanos Query
|
|
33916
34673
|
"""
|
|
33917
34674
|
return pulumi.get(self, "query")
|
|
33918
34675
|
|
|
@@ -33924,7 +34681,7 @@ class ThanosThanosUserConfigArgs:
|
|
|
33924
34681
|
@pulumi.getter(name="queryFrontend")
|
|
33925
34682
|
def query_frontend(self) -> Optional[pulumi.Input['ThanosThanosUserConfigQueryFrontendArgs']]:
|
|
33926
34683
|
"""
|
|
33927
|
-
|
|
34684
|
+
Configuration options for Thanos Query Frontend
|
|
33928
34685
|
"""
|
|
33929
34686
|
return pulumi.get(self, "query_frontend")
|
|
33930
34687
|
|
|
@@ -33932,6 +34689,42 @@ class ThanosThanosUserConfigArgs:
|
|
|
33932
34689
|
def query_frontend(self, value: Optional[pulumi.Input['ThanosThanosUserConfigQueryFrontendArgs']]):
|
|
33933
34690
|
pulumi.set(self, "query_frontend", value)
|
|
33934
34691
|
|
|
34692
|
+
@property
|
|
34693
|
+
@pulumi.getter(name="receiverIngesting")
|
|
34694
|
+
def receiver_ingesting(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
34695
|
+
"""
|
|
34696
|
+
Common configuration options for Thanos Receive.
|
|
34697
|
+
"""
|
|
34698
|
+
return pulumi.get(self, "receiver_ingesting")
|
|
34699
|
+
|
|
34700
|
+
@receiver_ingesting.setter
|
|
34701
|
+
def receiver_ingesting(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
34702
|
+
pulumi.set(self, "receiver_ingesting", value)
|
|
34703
|
+
|
|
34704
|
+
@property
|
|
34705
|
+
@pulumi.getter(name="receiverRouting")
|
|
34706
|
+
def receiver_routing(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
34707
|
+
"""
|
|
34708
|
+
Configuration options for Thanos Receive Routing.
|
|
34709
|
+
"""
|
|
34710
|
+
return pulumi.get(self, "receiver_routing")
|
|
34711
|
+
|
|
34712
|
+
@receiver_routing.setter
|
|
34713
|
+
def receiver_routing(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
34714
|
+
pulumi.set(self, "receiver_routing", value)
|
|
34715
|
+
|
|
34716
|
+
@property
|
|
34717
|
+
@pulumi.getter
|
|
34718
|
+
def ruler(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
34719
|
+
"""
|
|
34720
|
+
Configuration options for Thanos Ruler.
|
|
34721
|
+
"""
|
|
34722
|
+
return pulumi.get(self, "ruler")
|
|
34723
|
+
|
|
34724
|
+
@ruler.setter
|
|
34725
|
+
def ruler(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
34726
|
+
pulumi.set(self, "ruler", value)
|
|
34727
|
+
|
|
33935
34728
|
@property
|
|
33936
34729
|
@pulumi.getter(name="serviceLog")
|
|
33937
34730
|
def service_log(self) -> Optional[pulumi.Input[bool]]:
|
|
@@ -33956,6 +34749,18 @@ class ThanosThanosUserConfigArgs:
|
|
|
33956
34749
|
def static_ips(self, value: Optional[pulumi.Input[bool]]):
|
|
33957
34750
|
pulumi.set(self, "static_ips", value)
|
|
33958
34751
|
|
|
34752
|
+
@property
|
|
34753
|
+
@pulumi.getter
|
|
34754
|
+
def store(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
34755
|
+
"""
|
|
34756
|
+
Configuration options for Thanos Store.
|
|
34757
|
+
"""
|
|
34758
|
+
return pulumi.get(self, "store")
|
|
34759
|
+
|
|
34760
|
+
@store.setter
|
|
34761
|
+
def store(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
34762
|
+
pulumi.set(self, "store", value)
|
|
34763
|
+
|
|
33959
34764
|
|
|
33960
34765
|
if not MYPY:
|
|
33961
34766
|
class ThanosThanosUserConfigCompactorArgsDict(TypedDict):
|
|
@@ -34040,6 +34845,110 @@ class ThanosThanosUserConfigIpFilterObjectArgs:
|
|
|
34040
34845
|
pulumi.set(self, "description", value)
|
|
34041
34846
|
|
|
34042
34847
|
|
|
34848
|
+
if not MYPY:
|
|
34849
|
+
class ThanosThanosUserConfigPrivateAccessArgsDict(TypedDict):
|
|
34850
|
+
query_frontend: NotRequired[pulumi.Input[bool]]
|
|
34851
|
+
"""
|
|
34852
|
+
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.
|
|
34853
|
+
"""
|
|
34854
|
+
receiver_routing: NotRequired[pulumi.Input[bool]]
|
|
34855
|
+
"""
|
|
34856
|
+
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.
|
|
34857
|
+
"""
|
|
34858
|
+
elif False:
|
|
34859
|
+
ThanosThanosUserConfigPrivateAccessArgsDict: TypeAlias = Mapping[str, Any]
|
|
34860
|
+
|
|
34861
|
+
@pulumi.input_type
|
|
34862
|
+
class ThanosThanosUserConfigPrivateAccessArgs:
|
|
34863
|
+
def __init__(__self__, *,
|
|
34864
|
+
query_frontend: Optional[pulumi.Input[bool]] = None,
|
|
34865
|
+
receiver_routing: Optional[pulumi.Input[bool]] = None):
|
|
34866
|
+
"""
|
|
34867
|
+
:param pulumi.Input[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.
|
|
34868
|
+
:param pulumi.Input[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.
|
|
34869
|
+
"""
|
|
34870
|
+
if query_frontend is not None:
|
|
34871
|
+
pulumi.set(__self__, "query_frontend", query_frontend)
|
|
34872
|
+
if receiver_routing is not None:
|
|
34873
|
+
pulumi.set(__self__, "receiver_routing", receiver_routing)
|
|
34874
|
+
|
|
34875
|
+
@property
|
|
34876
|
+
@pulumi.getter(name="queryFrontend")
|
|
34877
|
+
def query_frontend(self) -> Optional[pulumi.Input[bool]]:
|
|
34878
|
+
"""
|
|
34879
|
+
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.
|
|
34880
|
+
"""
|
|
34881
|
+
return pulumi.get(self, "query_frontend")
|
|
34882
|
+
|
|
34883
|
+
@query_frontend.setter
|
|
34884
|
+
def query_frontend(self, value: Optional[pulumi.Input[bool]]):
|
|
34885
|
+
pulumi.set(self, "query_frontend", value)
|
|
34886
|
+
|
|
34887
|
+
@property
|
|
34888
|
+
@pulumi.getter(name="receiverRouting")
|
|
34889
|
+
def receiver_routing(self) -> Optional[pulumi.Input[bool]]:
|
|
34890
|
+
"""
|
|
34891
|
+
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.
|
|
34892
|
+
"""
|
|
34893
|
+
return pulumi.get(self, "receiver_routing")
|
|
34894
|
+
|
|
34895
|
+
@receiver_routing.setter
|
|
34896
|
+
def receiver_routing(self, value: Optional[pulumi.Input[bool]]):
|
|
34897
|
+
pulumi.set(self, "receiver_routing", value)
|
|
34898
|
+
|
|
34899
|
+
|
|
34900
|
+
if not MYPY:
|
|
34901
|
+
class ThanosThanosUserConfigPrivatelinkAccessArgsDict(TypedDict):
|
|
34902
|
+
query_frontend: NotRequired[pulumi.Input[bool]]
|
|
34903
|
+
"""
|
|
34904
|
+
Enable query_frontend.
|
|
34905
|
+
"""
|
|
34906
|
+
receiver_routing: NotRequired[pulumi.Input[bool]]
|
|
34907
|
+
"""
|
|
34908
|
+
Enable receiver_routing.
|
|
34909
|
+
"""
|
|
34910
|
+
elif False:
|
|
34911
|
+
ThanosThanosUserConfigPrivatelinkAccessArgsDict: TypeAlias = Mapping[str, Any]
|
|
34912
|
+
|
|
34913
|
+
@pulumi.input_type
|
|
34914
|
+
class ThanosThanosUserConfigPrivatelinkAccessArgs:
|
|
34915
|
+
def __init__(__self__, *,
|
|
34916
|
+
query_frontend: Optional[pulumi.Input[bool]] = None,
|
|
34917
|
+
receiver_routing: Optional[pulumi.Input[bool]] = None):
|
|
34918
|
+
"""
|
|
34919
|
+
:param pulumi.Input[bool] query_frontend: Enable query_frontend.
|
|
34920
|
+
:param pulumi.Input[bool] receiver_routing: Enable receiver_routing.
|
|
34921
|
+
"""
|
|
34922
|
+
if query_frontend is not None:
|
|
34923
|
+
pulumi.set(__self__, "query_frontend", query_frontend)
|
|
34924
|
+
if receiver_routing is not None:
|
|
34925
|
+
pulumi.set(__self__, "receiver_routing", receiver_routing)
|
|
34926
|
+
|
|
34927
|
+
@property
|
|
34928
|
+
@pulumi.getter(name="queryFrontend")
|
|
34929
|
+
def query_frontend(self) -> Optional[pulumi.Input[bool]]:
|
|
34930
|
+
"""
|
|
34931
|
+
Enable query_frontend.
|
|
34932
|
+
"""
|
|
34933
|
+
return pulumi.get(self, "query_frontend")
|
|
34934
|
+
|
|
34935
|
+
@query_frontend.setter
|
|
34936
|
+
def query_frontend(self, value: Optional[pulumi.Input[bool]]):
|
|
34937
|
+
pulumi.set(self, "query_frontend", value)
|
|
34938
|
+
|
|
34939
|
+
@property
|
|
34940
|
+
@pulumi.getter(name="receiverRouting")
|
|
34941
|
+
def receiver_routing(self) -> Optional[pulumi.Input[bool]]:
|
|
34942
|
+
"""
|
|
34943
|
+
Enable receiver_routing.
|
|
34944
|
+
"""
|
|
34945
|
+
return pulumi.get(self, "receiver_routing")
|
|
34946
|
+
|
|
34947
|
+
@receiver_routing.setter
|
|
34948
|
+
def receiver_routing(self, value: Optional[pulumi.Input[bool]]):
|
|
34949
|
+
pulumi.set(self, "receiver_routing", value)
|
|
34950
|
+
|
|
34951
|
+
|
|
34043
34952
|
if not MYPY:
|
|
34044
34953
|
class ThanosThanosUserConfigPublicAccessArgsDict(TypedDict):
|
|
34045
34954
|
compactor: NotRequired[pulumi.Input[bool]]
|
|
@@ -34831,7 +35740,7 @@ if not MYPY:
|
|
|
34831
35740
|
"""
|
|
34832
35741
|
valkey_maxmemory_policy: NotRequired[pulumi.Input[str]]
|
|
34833
35742
|
"""
|
|
34834
|
-
Enum: `
|
|
35743
|
+
Enum: `allkeys-lfu`, `allkeys-lru`, `allkeys-random`, `noeviction`, `volatile-lfu`, `volatile-lru`, `volatile-random`, `volatile-ttl`. Valkey maxmemory-policy. Default: `noeviction`.
|
|
34835
35744
|
"""
|
|
34836
35745
|
valkey_notify_keyspace_events: NotRequired[pulumi.Input[str]]
|
|
34837
35746
|
"""
|
|
@@ -34909,7 +35818,7 @@ class ValkeyValkeyUserConfigArgs:
|
|
|
34909
35818
|
:param pulumi.Input[int] valkey_io_threads: Set Valkey IO thread count. Changing this will cause a restart of the Valkey service. Example: `1`.
|
|
34910
35819
|
:param pulumi.Input[int] valkey_lfu_decay_time: LFU maxmemory-policy counter decay time in minutes. Default: `1`.
|
|
34911
35820
|
:param pulumi.Input[int] valkey_lfu_log_factor: Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies. Default: `10`.
|
|
34912
|
-
:param pulumi.Input[str] valkey_maxmemory_policy: Enum: `
|
|
35821
|
+
:param pulumi.Input[str] valkey_maxmemory_policy: Enum: `allkeys-lfu`, `allkeys-lru`, `allkeys-random`, `noeviction`, `volatile-lfu`, `volatile-lru`, `volatile-random`, `volatile-ttl`. Valkey maxmemory-policy. Default: `noeviction`.
|
|
34913
35822
|
:param pulumi.Input[str] valkey_notify_keyspace_events: Set notify-keyspace-events option.
|
|
34914
35823
|
:param pulumi.Input[int] valkey_number_of_databases: Set number of Valkey databases. Changing this will cause a restart of the Valkey service. Example: `16`.
|
|
34915
35824
|
:param pulumi.Input[str] valkey_persistence: Enum: `off`, `rdb`. When persistence is `rdb`, Valkey does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is `off`, no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.
|
|
@@ -35206,7 +36115,7 @@ class ValkeyValkeyUserConfigArgs:
|
|
|
35206
36115
|
@pulumi.getter(name="valkeyMaxmemoryPolicy")
|
|
35207
36116
|
def valkey_maxmemory_policy(self) -> Optional[pulumi.Input[str]]:
|
|
35208
36117
|
"""
|
|
35209
|
-
Enum: `
|
|
36118
|
+
Enum: `allkeys-lfu`, `allkeys-lru`, `allkeys-random`, `noeviction`, `volatile-lfu`, `volatile-lru`, `volatile-random`, `volatile-ttl`. Valkey maxmemory-policy. Default: `noeviction`.
|
|
35210
36119
|
"""
|
|
35211
36120
|
return pulumi.get(self, "valkey_maxmemory_policy")
|
|
35212
36121
|
|