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

Files changed (98) hide show
  1. pulumi_aiven/__init__.py +39 -0
  2. pulumi_aiven/_inputs.py +3474 -103
  3. pulumi_aiven/account_team_project.py +7 -7
  4. pulumi_aiven/alloydbomni.py +1335 -0
  5. pulumi_aiven/alloydbomni_database.py +347 -0
  6. pulumi_aiven/alloydbomni_user.py +433 -0
  7. pulumi_aiven/billing_group.py +7 -7
  8. pulumi_aiven/clickhouse.py +8 -8
  9. pulumi_aiven/get_account.py +2 -2
  10. pulumi_aiven/get_account_authentication.py +2 -2
  11. pulumi_aiven/get_account_team.py +2 -2
  12. pulumi_aiven/get_account_team_member.py +2 -2
  13. pulumi_aiven/get_account_team_project.py +3 -3
  14. pulumi_aiven/get_alloydbomni.py +499 -0
  15. pulumi_aiven/get_alloydbomni_database.py +168 -0
  16. pulumi_aiven/get_alloydbomni_user.py +210 -0
  17. pulumi_aiven/get_aws_privatelink.py +2 -2
  18. pulumi_aiven/get_aws_vpc_peering_connection.py +2 -2
  19. pulumi_aiven/get_azure_privatelink.py +2 -2
  20. pulumi_aiven/get_azure_vpc_peering_connection.py +2 -2
  21. pulumi_aiven/get_billing_group.py +3 -3
  22. pulumi_aiven/get_cassanda.py +2 -2
  23. pulumi_aiven/get_cassandra.py +2 -2
  24. pulumi_aiven/get_cassandra_user.py +2 -2
  25. pulumi_aiven/get_clickhouse.py +3 -3
  26. pulumi_aiven/get_clickhouse_database.py +2 -2
  27. pulumi_aiven/get_clickhouse_user.py +2 -2
  28. pulumi_aiven/get_connection_pool.py +2 -2
  29. pulumi_aiven/get_dragonfly.py +2 -2
  30. pulumi_aiven/get_external_identity.py +5 -5
  31. pulumi_aiven/get_flink.py +2 -2
  32. pulumi_aiven/get_flink_application.py +2 -2
  33. pulumi_aiven/get_flink_application_version.py +2 -2
  34. pulumi_aiven/get_gcp_privatelink.py +2 -2
  35. pulumi_aiven/get_gcp_vpc_peering_connection.py +2 -2
  36. pulumi_aiven/get_grafana.py +2 -2
  37. pulumi_aiven/get_influx_db.py +2 -2
  38. pulumi_aiven/get_influxdb_database.py +2 -2
  39. pulumi_aiven/get_influxdb_user.py +2 -2
  40. pulumi_aiven/get_kafka.py +2 -2
  41. pulumi_aiven/get_kafka_acl.py +2 -2
  42. pulumi_aiven/get_kafka_connect.py +2 -2
  43. pulumi_aiven/get_kafka_connector.py +2 -2
  44. pulumi_aiven/get_kafka_mirror_maker.py +2 -2
  45. pulumi_aiven/get_kafka_schema.py +2 -2
  46. pulumi_aiven/get_kafka_schema_configuration.py +2 -2
  47. pulumi_aiven/get_kafka_schema_registry_acl.py +2 -2
  48. pulumi_aiven/get_kafka_topic.py +2 -2
  49. pulumi_aiven/get_kafka_user.py +2 -2
  50. pulumi_aiven/get_m3_aggregator.py +2 -2
  51. pulumi_aiven/get_m3_db.py +2 -2
  52. pulumi_aiven/get_m3db_user.py +2 -2
  53. pulumi_aiven/get_mirror_maker_replication_flow.py +17 -3
  54. pulumi_aiven/get_my_sql.py +2 -2
  55. pulumi_aiven/get_mysql_database.py +2 -2
  56. pulumi_aiven/get_mysql_user.py +2 -2
  57. pulumi_aiven/get_open_search.py +2 -2
  58. pulumi_aiven/get_open_search_acl_config.py +2 -2
  59. pulumi_aiven/get_open_search_acl_rule.py +2 -2
  60. pulumi_aiven/get_opensearch_security_plugin_config.py +2 -2
  61. pulumi_aiven/get_opensearch_user.py +2 -2
  62. pulumi_aiven/get_organization.py +2 -2
  63. pulumi_aiven/get_organization_application_user.py +2 -2
  64. pulumi_aiven/get_organization_user.py +2 -2
  65. pulumi_aiven/get_organization_user_group.py +2 -2
  66. pulumi_aiven/get_organization_user_list.py +2 -2
  67. pulumi_aiven/get_organizational_unit.py +2 -2
  68. pulumi_aiven/get_pg.py +2 -2
  69. pulumi_aiven/get_pg_database.py +2 -2
  70. pulumi_aiven/get_pg_user.py +2 -2
  71. pulumi_aiven/get_project.py +2 -2
  72. pulumi_aiven/get_project_user.py +3 -3
  73. pulumi_aiven/get_project_vpc.py +2 -2
  74. pulumi_aiven/get_redis.py +2 -2
  75. pulumi_aiven/get_redis_user.py +2 -2
  76. pulumi_aiven/get_service_component.py +2 -2
  77. pulumi_aiven/get_service_integration.py +34 -6
  78. pulumi_aiven/get_service_integration_endpoint.py +2 -2
  79. pulumi_aiven/get_thanos.py +2 -2
  80. pulumi_aiven/get_transit_gateway_vpc_attachment.py +2 -2
  81. pulumi_aiven/get_valkey.py +2 -2
  82. pulumi_aiven/get_valkey_user.py +11 -11
  83. pulumi_aiven/kafka_acl.py +6 -4
  84. pulumi_aiven/kafka_native_acl.py +588 -0
  85. pulumi_aiven/mirror_maker_replication_flow.py +47 -0
  86. pulumi_aiven/organization_group_project.py +7 -7
  87. pulumi_aiven/organization_permission.py +56 -6
  88. pulumi_aiven/outputs.py +20369 -15964
  89. pulumi_aiven/project_user.py +7 -7
  90. pulumi_aiven/pulumi-plugin.json +1 -1
  91. pulumi_aiven/service_integration.py +98 -4
  92. pulumi_aiven/valkey.py +2 -2
  93. pulumi_aiven/valkey_user.py +142 -48
  94. {pulumi_aiven-6.29.0a1733375305.dist-info → pulumi_aiven-6.30.0.dist-info}/METADATA +3 -3
  95. pulumi_aiven-6.30.0.dist-info/RECORD +169 -0
  96. pulumi_aiven-6.29.0a1733375305.dist-info/RECORD +0 -162
  97. {pulumi_aiven-6.29.0a1733375305.dist-info → pulumi_aiven-6.30.0.dist-info}/WHEEL +0 -0
  98. {pulumi_aiven-6.29.0a1733375305.dist-info → pulumi_aiven-6.30.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/_inputs.py CHANGED
@@ -17,6 +17,34 @@ from . import _utilities
17
17
  __all__ = [
18
18
  'AccountAuthenticationSamlFieldMappingArgs',
19
19
  'AccountAuthenticationSamlFieldMappingArgsDict',
20
+ 'AlloydbomniAlloydbomniArgs',
21
+ 'AlloydbomniAlloydbomniArgsDict',
22
+ 'AlloydbomniAlloydbomniParamArgs',
23
+ 'AlloydbomniAlloydbomniParamArgsDict',
24
+ 'AlloydbomniAlloydbomniUserConfigArgs',
25
+ 'AlloydbomniAlloydbomniUserConfigArgsDict',
26
+ 'AlloydbomniAlloydbomniUserConfigIpFilterObjectArgs',
27
+ 'AlloydbomniAlloydbomniUserConfigIpFilterObjectArgsDict',
28
+ 'AlloydbomniAlloydbomniUserConfigPgArgs',
29
+ 'AlloydbomniAlloydbomniUserConfigPgArgsDict',
30
+ 'AlloydbomniAlloydbomniUserConfigPgbouncerArgs',
31
+ 'AlloydbomniAlloydbomniUserConfigPgbouncerArgsDict',
32
+ 'AlloydbomniAlloydbomniUserConfigPglookoutArgs',
33
+ 'AlloydbomniAlloydbomniUserConfigPglookoutArgsDict',
34
+ 'AlloydbomniAlloydbomniUserConfigPrivateAccessArgs',
35
+ 'AlloydbomniAlloydbomniUserConfigPrivateAccessArgsDict',
36
+ 'AlloydbomniAlloydbomniUserConfigPrivatelinkAccessArgs',
37
+ 'AlloydbomniAlloydbomniUserConfigPrivatelinkAccessArgsDict',
38
+ 'AlloydbomniAlloydbomniUserConfigPublicAccessArgs',
39
+ 'AlloydbomniAlloydbomniUserConfigPublicAccessArgsDict',
40
+ 'AlloydbomniComponentArgs',
41
+ 'AlloydbomniComponentArgsDict',
42
+ 'AlloydbomniServiceIntegrationArgs',
43
+ 'AlloydbomniServiceIntegrationArgsDict',
44
+ 'AlloydbomniTagArgs',
45
+ 'AlloydbomniTagArgsDict',
46
+ 'AlloydbomniTechEmailArgs',
47
+ 'AlloydbomniTechEmailArgsDict',
20
48
  'CassandraCassandraArgs',
21
49
  'CassandraCassandraArgsDict',
22
50
  'CassandraCassandraUserConfigArgs',
@@ -371,6 +399,14 @@ __all__ = [
371
399
  'OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchShardTaskArgsDict',
372
400
  'OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchTaskArgs',
373
401
  'OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchTaskArgsDict',
402
+ 'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesArgs',
403
+ 'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesArgsDict',
404
+ 'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuArgs',
405
+ 'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuArgsDict',
406
+ 'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyArgs',
407
+ 'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyArgsDict',
408
+ 'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgs',
409
+ 'OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgsDict',
374
410
  'OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureArgs',
375
411
  'OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureArgsDict',
376
412
  'OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureOperatingFactorArgs',
@@ -579,6 +615,10 @@ __all__ = [
579
615
  'ThanosThanosUserConfigCompactorArgsDict',
580
616
  'ThanosThanosUserConfigIpFilterObjectArgs',
581
617
  'ThanosThanosUserConfigIpFilterObjectArgsDict',
618
+ 'ThanosThanosUserConfigPrivateAccessArgs',
619
+ 'ThanosThanosUserConfigPrivateAccessArgsDict',
620
+ 'ThanosThanosUserConfigPrivatelinkAccessArgs',
621
+ 'ThanosThanosUserConfigPrivatelinkAccessArgsDict',
582
622
  'ThanosThanosUserConfigPublicAccessArgs',
583
623
  'ThanosThanosUserConfigPublicAccessArgsDict',
584
624
  'ThanosThanosUserConfigQueryArgs',
@@ -723,6 +763,2836 @@ class AccountAuthenticationSamlFieldMappingArgs:
723
763
  pulumi.set(self, "real_name", value)
724
764
 
725
765
 
766
+ if not MYPY:
767
+ class AlloydbomniAlloydbomniArgsDict(TypedDict):
768
+ bouncer: NotRequired[pulumi.Input[str]]
769
+ """
770
+ PgBouncer connection details for [connection pooling](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling).
771
+ """
772
+ dbname: NotRequired[pulumi.Input[str]]
773
+ """
774
+ Primary AlloyDB Omni database name.
775
+ """
776
+ host: NotRequired[pulumi.Input[str]]
777
+ """
778
+ AlloyDB Omni primary node host IP or name.
779
+ """
780
+ max_connections: NotRequired[pulumi.Input[int]]
781
+ """
782
+ The [number of allowed connections](https://aiven.io/docs/products/postgresql/reference/pg-connection-limits). Varies based on the service plan.
783
+ """
784
+ params: NotRequired[pulumi.Input[Sequence[pulumi.Input['AlloydbomniAlloydbomniParamArgsDict']]]]
785
+ """
786
+ AlloyDB Omni connection parameters.
787
+ """
788
+ password: NotRequired[pulumi.Input[str]]
789
+ """
790
+ AlloyDB Omni admin user password.
791
+ """
792
+ port: NotRequired[pulumi.Input[int]]
793
+ """
794
+ AlloyDB Omni port.
795
+ """
796
+ replica_uri: NotRequired[pulumi.Input[str]]
797
+ """
798
+ AlloyDB Omni replica URI for services with a replica.
799
+ """
800
+ sslmode: NotRequired[pulumi.Input[str]]
801
+ """
802
+ AlloyDB Omni SSL mode setting.
803
+ """
804
+ standby_uris: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
805
+ """
806
+ AlloyDB Omni standby connection URIs.
807
+ """
808
+ syncing_uris: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
809
+ """
810
+ AlloyDB Omni syncing connection URIs.
811
+ """
812
+ uri: NotRequired[pulumi.Input[str]]
813
+ """
814
+ AlloyDB Omni primary connection URI.
815
+ """
816
+ uris: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
817
+ """
818
+ AlloyDB Omni primary connection URIs.
819
+ """
820
+ user: NotRequired[pulumi.Input[str]]
821
+ """
822
+ AlloyDB Omni admin user name.
823
+ """
824
+ elif False:
825
+ AlloydbomniAlloydbomniArgsDict: TypeAlias = Mapping[str, Any]
826
+
827
+ @pulumi.input_type
828
+ class AlloydbomniAlloydbomniArgs:
829
+ def __init__(__self__, *,
830
+ bouncer: Optional[pulumi.Input[str]] = None,
831
+ dbname: Optional[pulumi.Input[str]] = None,
832
+ host: Optional[pulumi.Input[str]] = None,
833
+ max_connections: Optional[pulumi.Input[int]] = None,
834
+ params: Optional[pulumi.Input[Sequence[pulumi.Input['AlloydbomniAlloydbomniParamArgs']]]] = None,
835
+ password: Optional[pulumi.Input[str]] = None,
836
+ port: Optional[pulumi.Input[int]] = None,
837
+ replica_uri: Optional[pulumi.Input[str]] = None,
838
+ sslmode: Optional[pulumi.Input[str]] = None,
839
+ standby_uris: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
840
+ syncing_uris: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
841
+ uri: Optional[pulumi.Input[str]] = None,
842
+ uris: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
843
+ user: Optional[pulumi.Input[str]] = None):
844
+ """
845
+ :param pulumi.Input[str] bouncer: PgBouncer connection details for [connection pooling](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling).
846
+ :param pulumi.Input[str] dbname: Primary AlloyDB Omni database name.
847
+ :param pulumi.Input[str] host: AlloyDB Omni primary node host IP or name.
848
+ :param pulumi.Input[int] max_connections: The [number of allowed connections](https://aiven.io/docs/products/postgresql/reference/pg-connection-limits). Varies based on the service plan.
849
+ :param pulumi.Input[Sequence[pulumi.Input['AlloydbomniAlloydbomniParamArgs']]] params: AlloyDB Omni connection parameters.
850
+ :param pulumi.Input[str] password: AlloyDB Omni admin user password.
851
+ :param pulumi.Input[int] port: AlloyDB Omni port.
852
+ :param pulumi.Input[str] replica_uri: AlloyDB Omni replica URI for services with a replica.
853
+ :param pulumi.Input[str] sslmode: AlloyDB Omni SSL mode setting.
854
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] standby_uris: AlloyDB Omni standby connection URIs.
855
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] syncing_uris: AlloyDB Omni syncing connection URIs.
856
+ :param pulumi.Input[str] uri: AlloyDB Omni primary connection URI.
857
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] uris: AlloyDB Omni primary connection URIs.
858
+ :param pulumi.Input[str] user: AlloyDB Omni admin user name.
859
+ """
860
+ if bouncer is not None:
861
+ warnings.warn("""This field was added by mistake and has never worked. It will be removed in future versions.""", DeprecationWarning)
862
+ pulumi.log.warn("""bouncer is deprecated: This field was added by mistake and has never worked. It will be removed in future versions.""")
863
+ if bouncer is not None:
864
+ pulumi.set(__self__, "bouncer", bouncer)
865
+ if dbname is not None:
866
+ pulumi.set(__self__, "dbname", dbname)
867
+ if host is not None:
868
+ pulumi.set(__self__, "host", host)
869
+ if max_connections is not None:
870
+ pulumi.set(__self__, "max_connections", max_connections)
871
+ if params is not None:
872
+ pulumi.set(__self__, "params", params)
873
+ if password is not None:
874
+ pulumi.set(__self__, "password", password)
875
+ if port is not None:
876
+ pulumi.set(__self__, "port", port)
877
+ if replica_uri is not None:
878
+ pulumi.set(__self__, "replica_uri", replica_uri)
879
+ if sslmode is not None:
880
+ pulumi.set(__self__, "sslmode", sslmode)
881
+ if standby_uris is not None:
882
+ pulumi.set(__self__, "standby_uris", standby_uris)
883
+ if syncing_uris is not None:
884
+ pulumi.set(__self__, "syncing_uris", syncing_uris)
885
+ if uri is not None:
886
+ pulumi.set(__self__, "uri", uri)
887
+ if uris is not None:
888
+ pulumi.set(__self__, "uris", uris)
889
+ if user is not None:
890
+ pulumi.set(__self__, "user", user)
891
+
892
+ @property
893
+ @pulumi.getter
894
+ @_utilities.deprecated("""This field was added by mistake and has never worked. It will be removed in future versions.""")
895
+ def bouncer(self) -> Optional[pulumi.Input[str]]:
896
+ """
897
+ PgBouncer connection details for [connection pooling](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling).
898
+ """
899
+ return pulumi.get(self, "bouncer")
900
+
901
+ @bouncer.setter
902
+ def bouncer(self, value: Optional[pulumi.Input[str]]):
903
+ pulumi.set(self, "bouncer", value)
904
+
905
+ @property
906
+ @pulumi.getter
907
+ def dbname(self) -> Optional[pulumi.Input[str]]:
908
+ """
909
+ Primary AlloyDB Omni database name.
910
+ """
911
+ return pulumi.get(self, "dbname")
912
+
913
+ @dbname.setter
914
+ def dbname(self, value: Optional[pulumi.Input[str]]):
915
+ pulumi.set(self, "dbname", value)
916
+
917
+ @property
918
+ @pulumi.getter
919
+ def host(self) -> Optional[pulumi.Input[str]]:
920
+ """
921
+ AlloyDB Omni primary node host IP or name.
922
+ """
923
+ return pulumi.get(self, "host")
924
+
925
+ @host.setter
926
+ def host(self, value: Optional[pulumi.Input[str]]):
927
+ pulumi.set(self, "host", value)
928
+
929
+ @property
930
+ @pulumi.getter(name="maxConnections")
931
+ def max_connections(self) -> Optional[pulumi.Input[int]]:
932
+ """
933
+ The [number of allowed connections](https://aiven.io/docs/products/postgresql/reference/pg-connection-limits). Varies based on the service plan.
934
+ """
935
+ return pulumi.get(self, "max_connections")
936
+
937
+ @max_connections.setter
938
+ def max_connections(self, value: Optional[pulumi.Input[int]]):
939
+ pulumi.set(self, "max_connections", value)
940
+
941
+ @property
942
+ @pulumi.getter
943
+ def params(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AlloydbomniAlloydbomniParamArgs']]]]:
944
+ """
945
+ AlloyDB Omni connection parameters.
946
+ """
947
+ return pulumi.get(self, "params")
948
+
949
+ @params.setter
950
+ def params(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AlloydbomniAlloydbomniParamArgs']]]]):
951
+ pulumi.set(self, "params", value)
952
+
953
+ @property
954
+ @pulumi.getter
955
+ def password(self) -> Optional[pulumi.Input[str]]:
956
+ """
957
+ AlloyDB Omni admin user password.
958
+ """
959
+ return pulumi.get(self, "password")
960
+
961
+ @password.setter
962
+ def password(self, value: Optional[pulumi.Input[str]]):
963
+ pulumi.set(self, "password", value)
964
+
965
+ @property
966
+ @pulumi.getter
967
+ def port(self) -> Optional[pulumi.Input[int]]:
968
+ """
969
+ AlloyDB Omni port.
970
+ """
971
+ return pulumi.get(self, "port")
972
+
973
+ @port.setter
974
+ def port(self, value: Optional[pulumi.Input[int]]):
975
+ pulumi.set(self, "port", value)
976
+
977
+ @property
978
+ @pulumi.getter(name="replicaUri")
979
+ def replica_uri(self) -> Optional[pulumi.Input[str]]:
980
+ """
981
+ AlloyDB Omni replica URI for services with a replica.
982
+ """
983
+ return pulumi.get(self, "replica_uri")
984
+
985
+ @replica_uri.setter
986
+ def replica_uri(self, value: Optional[pulumi.Input[str]]):
987
+ pulumi.set(self, "replica_uri", value)
988
+
989
+ @property
990
+ @pulumi.getter
991
+ def sslmode(self) -> Optional[pulumi.Input[str]]:
992
+ """
993
+ AlloyDB Omni SSL mode setting.
994
+ """
995
+ return pulumi.get(self, "sslmode")
996
+
997
+ @sslmode.setter
998
+ def sslmode(self, value: Optional[pulumi.Input[str]]):
999
+ pulumi.set(self, "sslmode", value)
1000
+
1001
+ @property
1002
+ @pulumi.getter(name="standbyUris")
1003
+ def standby_uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1004
+ """
1005
+ AlloyDB Omni standby connection URIs.
1006
+ """
1007
+ return pulumi.get(self, "standby_uris")
1008
+
1009
+ @standby_uris.setter
1010
+ def standby_uris(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1011
+ pulumi.set(self, "standby_uris", value)
1012
+
1013
+ @property
1014
+ @pulumi.getter(name="syncingUris")
1015
+ def syncing_uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1016
+ """
1017
+ AlloyDB Omni syncing connection URIs.
1018
+ """
1019
+ return pulumi.get(self, "syncing_uris")
1020
+
1021
+ @syncing_uris.setter
1022
+ def syncing_uris(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1023
+ pulumi.set(self, "syncing_uris", value)
1024
+
1025
+ @property
1026
+ @pulumi.getter
1027
+ def uri(self) -> Optional[pulumi.Input[str]]:
1028
+ """
1029
+ AlloyDB Omni primary connection URI.
1030
+ """
1031
+ return pulumi.get(self, "uri")
1032
+
1033
+ @uri.setter
1034
+ def uri(self, value: Optional[pulumi.Input[str]]):
1035
+ pulumi.set(self, "uri", value)
1036
+
1037
+ @property
1038
+ @pulumi.getter
1039
+ def uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1040
+ """
1041
+ AlloyDB Omni primary connection URIs.
1042
+ """
1043
+ return pulumi.get(self, "uris")
1044
+
1045
+ @uris.setter
1046
+ def uris(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1047
+ pulumi.set(self, "uris", value)
1048
+
1049
+ @property
1050
+ @pulumi.getter
1051
+ def user(self) -> Optional[pulumi.Input[str]]:
1052
+ """
1053
+ AlloyDB Omni admin user name.
1054
+ """
1055
+ return pulumi.get(self, "user")
1056
+
1057
+ @user.setter
1058
+ def user(self, value: Optional[pulumi.Input[str]]):
1059
+ pulumi.set(self, "user", value)
1060
+
1061
+
1062
+ if not MYPY:
1063
+ class AlloydbomniAlloydbomniParamArgsDict(TypedDict):
1064
+ database_name: NotRequired[pulumi.Input[str]]
1065
+ """
1066
+ Primary AlloyDB Omni database name.
1067
+ """
1068
+ host: NotRequired[pulumi.Input[str]]
1069
+ """
1070
+ AlloyDB Omni host IP or name.
1071
+ """
1072
+ password: NotRequired[pulumi.Input[str]]
1073
+ """
1074
+ AlloyDB Omni admin user password.
1075
+ """
1076
+ port: NotRequired[pulumi.Input[int]]
1077
+ """
1078
+ AlloyDB Omni port.
1079
+ """
1080
+ sslmode: NotRequired[pulumi.Input[str]]
1081
+ """
1082
+ AlloyDB Omni SSL mode setting.
1083
+ """
1084
+ user: NotRequired[pulumi.Input[str]]
1085
+ """
1086
+ AlloyDB Omni admin user name.
1087
+ """
1088
+ elif False:
1089
+ AlloydbomniAlloydbomniParamArgsDict: TypeAlias = Mapping[str, Any]
1090
+
1091
+ @pulumi.input_type
1092
+ class AlloydbomniAlloydbomniParamArgs:
1093
+ def __init__(__self__, *,
1094
+ database_name: Optional[pulumi.Input[str]] = None,
1095
+ host: Optional[pulumi.Input[str]] = None,
1096
+ password: Optional[pulumi.Input[str]] = None,
1097
+ port: Optional[pulumi.Input[int]] = None,
1098
+ sslmode: Optional[pulumi.Input[str]] = None,
1099
+ user: Optional[pulumi.Input[str]] = None):
1100
+ """
1101
+ :param pulumi.Input[str] database_name: Primary AlloyDB Omni database name.
1102
+ :param pulumi.Input[str] host: AlloyDB Omni host IP or name.
1103
+ :param pulumi.Input[str] password: AlloyDB Omni admin user password.
1104
+ :param pulumi.Input[int] port: AlloyDB Omni port.
1105
+ :param pulumi.Input[str] sslmode: AlloyDB Omni SSL mode setting.
1106
+ :param pulumi.Input[str] user: AlloyDB Omni admin user name.
1107
+ """
1108
+ if database_name is not None:
1109
+ pulumi.set(__self__, "database_name", database_name)
1110
+ if host is not None:
1111
+ pulumi.set(__self__, "host", host)
1112
+ if password is not None:
1113
+ pulumi.set(__self__, "password", password)
1114
+ if port is not None:
1115
+ pulumi.set(__self__, "port", port)
1116
+ if sslmode is not None:
1117
+ pulumi.set(__self__, "sslmode", sslmode)
1118
+ if user is not None:
1119
+ pulumi.set(__self__, "user", user)
1120
+
1121
+ @property
1122
+ @pulumi.getter(name="databaseName")
1123
+ def database_name(self) -> Optional[pulumi.Input[str]]:
1124
+ """
1125
+ Primary AlloyDB Omni database name.
1126
+ """
1127
+ return pulumi.get(self, "database_name")
1128
+
1129
+ @database_name.setter
1130
+ def database_name(self, value: Optional[pulumi.Input[str]]):
1131
+ pulumi.set(self, "database_name", value)
1132
+
1133
+ @property
1134
+ @pulumi.getter
1135
+ def host(self) -> Optional[pulumi.Input[str]]:
1136
+ """
1137
+ AlloyDB Omni host IP or name.
1138
+ """
1139
+ return pulumi.get(self, "host")
1140
+
1141
+ @host.setter
1142
+ def host(self, value: Optional[pulumi.Input[str]]):
1143
+ pulumi.set(self, "host", value)
1144
+
1145
+ @property
1146
+ @pulumi.getter
1147
+ def password(self) -> Optional[pulumi.Input[str]]:
1148
+ """
1149
+ AlloyDB Omni admin user password.
1150
+ """
1151
+ return pulumi.get(self, "password")
1152
+
1153
+ @password.setter
1154
+ def password(self, value: Optional[pulumi.Input[str]]):
1155
+ pulumi.set(self, "password", value)
1156
+
1157
+ @property
1158
+ @pulumi.getter
1159
+ def port(self) -> Optional[pulumi.Input[int]]:
1160
+ """
1161
+ AlloyDB Omni port.
1162
+ """
1163
+ return pulumi.get(self, "port")
1164
+
1165
+ @port.setter
1166
+ def port(self, value: Optional[pulumi.Input[int]]):
1167
+ pulumi.set(self, "port", value)
1168
+
1169
+ @property
1170
+ @pulumi.getter
1171
+ def sslmode(self) -> Optional[pulumi.Input[str]]:
1172
+ """
1173
+ AlloyDB Omni SSL mode setting.
1174
+ """
1175
+ return pulumi.get(self, "sslmode")
1176
+
1177
+ @sslmode.setter
1178
+ def sslmode(self, value: Optional[pulumi.Input[str]]):
1179
+ pulumi.set(self, "sslmode", value)
1180
+
1181
+ @property
1182
+ @pulumi.getter
1183
+ def user(self) -> Optional[pulumi.Input[str]]:
1184
+ """
1185
+ AlloyDB Omni admin user name.
1186
+ """
1187
+ return pulumi.get(self, "user")
1188
+
1189
+ @user.setter
1190
+ def user(self, value: Optional[pulumi.Input[str]]):
1191
+ pulumi.set(self, "user", value)
1192
+
1193
+
1194
+ if not MYPY:
1195
+ class AlloydbomniAlloydbomniUserConfigArgsDict(TypedDict):
1196
+ additional_backup_regions: NotRequired[pulumi.Input[str]]
1197
+ """
1198
+ Additional Cloud Regions for Backup Replication.
1199
+ """
1200
+ admin_password: NotRequired[pulumi.Input[str]]
1201
+ """
1202
+ Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
1203
+ """
1204
+ admin_username: NotRequired[pulumi.Input[str]]
1205
+ """
1206
+ Custom username for admin user. This must be set only when a new service is being created. Example: `avnadmin`.
1207
+ """
1208
+ alloydbomni_version: NotRequired[pulumi.Input[str]]
1209
+ """
1210
+ Enum: `15`, and newer. PostgreSQL major version.
1211
+ """
1212
+ backup_hour: NotRequired[pulumi.Input[int]]
1213
+ """
1214
+ The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Example: `3`.
1215
+ """
1216
+ backup_minute: NotRequired[pulumi.Input[int]]
1217
+ """
1218
+ The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: `30`.
1219
+ """
1220
+ enable_ipv6: NotRequired[pulumi.Input[bool]]
1221
+ """
1222
+ Register AAAA DNS records for the service, and allow IPv6 packets to service ports.
1223
+ """
1224
+ google_columnar_engine_enabled: NotRequired[pulumi.Input[bool]]
1225
+ """
1226
+ Enables or disables the columnar engine. When enabled, it accelerates SQL query processing. Default: `true`.
1227
+ """
1228
+ google_columnar_engine_memory_size_percentage: NotRequired[pulumi.Input[int]]
1229
+ """
1230
+ Allocate the amount of RAM to store columnar data. Default: `10`.
1231
+ """
1232
+ ip_filter_objects: NotRequired[pulumi.Input[Sequence[pulumi.Input['AlloydbomniAlloydbomniUserConfigIpFilterObjectArgsDict']]]]
1233
+ """
1234
+ Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
1235
+ """
1236
+ ip_filter_strings: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1237
+ """
1238
+ Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
1239
+ """
1240
+ ip_filters: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1241
+ """
1242
+ Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
1243
+ """
1244
+ pg: NotRequired[pulumi.Input['AlloydbomniAlloydbomniUserConfigPgArgsDict']]
1245
+ """
1246
+ postgresql.conf configuration values
1247
+ """
1248
+ pg_read_replica: NotRequired[pulumi.Input[bool]]
1249
+ """
1250
+ Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
1251
+ """
1252
+ pg_service_to_fork_from: NotRequired[pulumi.Input[str]]
1253
+ """
1254
+ Name of the PG Service from which to fork (deprecated, use service*to*fork_from). This has effect only when a new service is being created. Example: `anotherservicename`.
1255
+ """
1256
+ pg_version: NotRequired[pulumi.Input[str]]
1257
+ """
1258
+ Enum: `15`, and newer. PostgreSQL major version.
1259
+ """
1260
+ pgbouncer: NotRequired[pulumi.Input['AlloydbomniAlloydbomniUserConfigPgbouncerArgsDict']]
1261
+ """
1262
+ PGBouncer connection pooling settings
1263
+ """
1264
+ pglookout: NotRequired[pulumi.Input['AlloydbomniAlloydbomniUserConfigPglookoutArgsDict']]
1265
+ """
1266
+ System-wide settings for pglookout
1267
+ """
1268
+ private_access: NotRequired[pulumi.Input['AlloydbomniAlloydbomniUserConfigPrivateAccessArgsDict']]
1269
+ """
1270
+ Allow access to selected service ports from private networks
1271
+ """
1272
+ privatelink_access: NotRequired[pulumi.Input['AlloydbomniAlloydbomniUserConfigPrivatelinkAccessArgsDict']]
1273
+ """
1274
+ Allow access to selected service components through Privatelink
1275
+ """
1276
+ project_to_fork_from: NotRequired[pulumi.Input[str]]
1277
+ """
1278
+ Name of another project to fork a service from. This has effect only when a new service is being created. Example: `anotherprojectname`.
1279
+ """
1280
+ public_access: NotRequired[pulumi.Input['AlloydbomniAlloydbomniUserConfigPublicAccessArgsDict']]
1281
+ """
1282
+ Allow access to selected service ports from the public Internet
1283
+ """
1284
+ recovery_target_time: NotRequired[pulumi.Input[str]]
1285
+ """
1286
+ Recovery target time when forking a service. This has effect only when a new service is being created. Example: `2019-01-01 23:34:45`.
1287
+ """
1288
+ service_log: NotRequired[pulumi.Input[bool]]
1289
+ """
1290
+ Store logs for the service so that they are available in the HTTP API and console.
1291
+ """
1292
+ service_to_fork_from: NotRequired[pulumi.Input[str]]
1293
+ """
1294
+ Name of another service to fork from. This has effect only when a new service is being created. Example: `anotherservicename`.
1295
+ """
1296
+ shared_buffers_percentage: NotRequired[pulumi.Input[float]]
1297
+ """
1298
+ 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`.
1299
+ """
1300
+ static_ips: NotRequired[pulumi.Input[bool]]
1301
+ """
1302
+ Use static public IP addresses.
1303
+ """
1304
+ synchronous_replication: NotRequired[pulumi.Input[str]]
1305
+ """
1306
+ Enum: `off`, `quorum`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
1307
+ """
1308
+ variant: NotRequired[pulumi.Input[str]]
1309
+ """
1310
+ Enum: `aiven`, `timescale`. Variant of the PostgreSQL service, may affect the features that are exposed by default.
1311
+ """
1312
+ work_mem: NotRequired[pulumi.Input[int]]
1313
+ """
1314
+ 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`.
1315
+ """
1316
+ elif False:
1317
+ AlloydbomniAlloydbomniUserConfigArgsDict: TypeAlias = Mapping[str, Any]
1318
+
1319
+ @pulumi.input_type
1320
+ class AlloydbomniAlloydbomniUserConfigArgs:
1321
+ def __init__(__self__, *,
1322
+ additional_backup_regions: Optional[pulumi.Input[str]] = None,
1323
+ admin_password: Optional[pulumi.Input[str]] = None,
1324
+ admin_username: Optional[pulumi.Input[str]] = None,
1325
+ alloydbomni_version: Optional[pulumi.Input[str]] = None,
1326
+ backup_hour: Optional[pulumi.Input[int]] = None,
1327
+ backup_minute: Optional[pulumi.Input[int]] = None,
1328
+ enable_ipv6: Optional[pulumi.Input[bool]] = None,
1329
+ google_columnar_engine_enabled: Optional[pulumi.Input[bool]] = None,
1330
+ google_columnar_engine_memory_size_percentage: Optional[pulumi.Input[int]] = None,
1331
+ ip_filter_objects: Optional[pulumi.Input[Sequence[pulumi.Input['AlloydbomniAlloydbomniUserConfigIpFilterObjectArgs']]]] = None,
1332
+ ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1333
+ ip_filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1334
+ pg: Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPgArgs']] = None,
1335
+ pg_read_replica: Optional[pulumi.Input[bool]] = None,
1336
+ pg_service_to_fork_from: Optional[pulumi.Input[str]] = None,
1337
+ pg_version: Optional[pulumi.Input[str]] = None,
1338
+ pgbouncer: Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPgbouncerArgs']] = None,
1339
+ pglookout: Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPglookoutArgs']] = None,
1340
+ private_access: Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPrivateAccessArgs']] = None,
1341
+ privatelink_access: Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPrivatelinkAccessArgs']] = None,
1342
+ project_to_fork_from: Optional[pulumi.Input[str]] = None,
1343
+ public_access: Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPublicAccessArgs']] = None,
1344
+ recovery_target_time: Optional[pulumi.Input[str]] = None,
1345
+ service_log: Optional[pulumi.Input[bool]] = None,
1346
+ service_to_fork_from: Optional[pulumi.Input[str]] = None,
1347
+ shared_buffers_percentage: Optional[pulumi.Input[float]] = None,
1348
+ static_ips: Optional[pulumi.Input[bool]] = None,
1349
+ synchronous_replication: Optional[pulumi.Input[str]] = None,
1350
+ variant: Optional[pulumi.Input[str]] = None,
1351
+ work_mem: Optional[pulumi.Input[int]] = None):
1352
+ """
1353
+ :param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
1354
+ :param pulumi.Input[str] admin_password: Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
1355
+ :param pulumi.Input[str] admin_username: Custom username for admin user. This must be set only when a new service is being created. Example: `avnadmin`.
1356
+ :param pulumi.Input[str] alloydbomni_version: Enum: `15`, and newer. PostgreSQL major version.
1357
+ :param pulumi.Input[int] backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Example: `3`.
1358
+ :param pulumi.Input[int] backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: `30`.
1359
+ :param pulumi.Input[bool] enable_ipv6: Register AAAA DNS records for the service, and allow IPv6 packets to service ports.
1360
+ :param pulumi.Input[bool] google_columnar_engine_enabled: Enables or disables the columnar engine. When enabled, it accelerates SQL query processing. Default: `true`.
1361
+ :param pulumi.Input[int] google_columnar_engine_memory_size_percentage: Allocate the amount of RAM to store columnar data. Default: `10`.
1362
+ :param pulumi.Input[Sequence[pulumi.Input['AlloydbomniAlloydbomniUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
1363
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
1364
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
1365
+ :param pulumi.Input['AlloydbomniAlloydbomniUserConfigPgArgs'] pg: postgresql.conf configuration values
1366
+ :param pulumi.Input[bool] pg_read_replica: Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
1367
+ :param pulumi.Input[str] pg_service_to_fork_from: Name of the PG Service from which to fork (deprecated, use service*to*fork_from). This has effect only when a new service is being created. Example: `anotherservicename`.
1368
+ :param pulumi.Input[str] pg_version: Enum: `15`, and newer. PostgreSQL major version.
1369
+ :param pulumi.Input['AlloydbomniAlloydbomniUserConfigPgbouncerArgs'] pgbouncer: PGBouncer connection pooling settings
1370
+ :param pulumi.Input['AlloydbomniAlloydbomniUserConfigPglookoutArgs'] pglookout: System-wide settings for pglookout
1371
+ :param pulumi.Input['AlloydbomniAlloydbomniUserConfigPrivateAccessArgs'] private_access: Allow access to selected service ports from private networks
1372
+ :param pulumi.Input['AlloydbomniAlloydbomniUserConfigPrivatelinkAccessArgs'] privatelink_access: Allow access to selected service components through Privatelink
1373
+ :param pulumi.Input[str] project_to_fork_from: Name of another project to fork a service from. This has effect only when a new service is being created. Example: `anotherprojectname`.
1374
+ :param pulumi.Input['AlloydbomniAlloydbomniUserConfigPublicAccessArgs'] public_access: Allow access to selected service ports from the public Internet
1375
+ :param pulumi.Input[str] recovery_target_time: Recovery target time when forking a service. This has effect only when a new service is being created. Example: `2019-01-01 23:34:45`.
1376
+ :param pulumi.Input[bool] service_log: Store logs for the service so that they are available in the HTTP API and console.
1377
+ :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`.
1378
+ :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`.
1379
+ :param pulumi.Input[bool] static_ips: Use static public IP addresses.
1380
+ :param pulumi.Input[str] synchronous_replication: Enum: `off`, `quorum`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
1381
+ :param pulumi.Input[str] variant: Enum: `aiven`, `timescale`. Variant of the PostgreSQL service, may affect the features that are exposed by default.
1382
+ :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`.
1383
+ """
1384
+ if additional_backup_regions is not None:
1385
+ pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
1386
+ if admin_password is not None:
1387
+ pulumi.set(__self__, "admin_password", admin_password)
1388
+ if admin_username is not None:
1389
+ pulumi.set(__self__, "admin_username", admin_username)
1390
+ if alloydbomni_version is not None:
1391
+ pulumi.set(__self__, "alloydbomni_version", alloydbomni_version)
1392
+ if backup_hour is not None:
1393
+ pulumi.set(__self__, "backup_hour", backup_hour)
1394
+ if backup_minute is not None:
1395
+ pulumi.set(__self__, "backup_minute", backup_minute)
1396
+ if enable_ipv6 is not None:
1397
+ pulumi.set(__self__, "enable_ipv6", enable_ipv6)
1398
+ if google_columnar_engine_enabled is not None:
1399
+ pulumi.set(__self__, "google_columnar_engine_enabled", google_columnar_engine_enabled)
1400
+ if google_columnar_engine_memory_size_percentage is not None:
1401
+ pulumi.set(__self__, "google_columnar_engine_memory_size_percentage", google_columnar_engine_memory_size_percentage)
1402
+ if ip_filter_objects is not None:
1403
+ pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
1404
+ if ip_filter_strings is not None:
1405
+ pulumi.set(__self__, "ip_filter_strings", ip_filter_strings)
1406
+ if ip_filters is not None:
1407
+ warnings.warn("""Deprecated. Use `ip_filter_string` instead.""", DeprecationWarning)
1408
+ pulumi.log.warn("""ip_filters is deprecated: Deprecated. Use `ip_filter_string` instead.""")
1409
+ if ip_filters is not None:
1410
+ pulumi.set(__self__, "ip_filters", ip_filters)
1411
+ if pg is not None:
1412
+ pulumi.set(__self__, "pg", pg)
1413
+ if pg_read_replica is not None:
1414
+ pulumi.set(__self__, "pg_read_replica", pg_read_replica)
1415
+ if pg_service_to_fork_from is not None:
1416
+ pulumi.set(__self__, "pg_service_to_fork_from", pg_service_to_fork_from)
1417
+ if pg_version is not None:
1418
+ pulumi.set(__self__, "pg_version", pg_version)
1419
+ if pgbouncer is not None:
1420
+ pulumi.set(__self__, "pgbouncer", pgbouncer)
1421
+ if pglookout is not None:
1422
+ pulumi.set(__self__, "pglookout", pglookout)
1423
+ if private_access is not None:
1424
+ pulumi.set(__self__, "private_access", private_access)
1425
+ if privatelink_access is not None:
1426
+ pulumi.set(__self__, "privatelink_access", privatelink_access)
1427
+ if project_to_fork_from is not None:
1428
+ pulumi.set(__self__, "project_to_fork_from", project_to_fork_from)
1429
+ if public_access is not None:
1430
+ pulumi.set(__self__, "public_access", public_access)
1431
+ if recovery_target_time is not None:
1432
+ pulumi.set(__self__, "recovery_target_time", recovery_target_time)
1433
+ if service_log is not None:
1434
+ pulumi.set(__self__, "service_log", service_log)
1435
+ if service_to_fork_from is not None:
1436
+ pulumi.set(__self__, "service_to_fork_from", service_to_fork_from)
1437
+ if shared_buffers_percentage is not None:
1438
+ pulumi.set(__self__, "shared_buffers_percentage", shared_buffers_percentage)
1439
+ if static_ips is not None:
1440
+ pulumi.set(__self__, "static_ips", static_ips)
1441
+ if synchronous_replication is not None:
1442
+ pulumi.set(__self__, "synchronous_replication", synchronous_replication)
1443
+ if variant is not None:
1444
+ pulumi.set(__self__, "variant", variant)
1445
+ if work_mem is not None:
1446
+ pulumi.set(__self__, "work_mem", work_mem)
1447
+
1448
+ @property
1449
+ @pulumi.getter(name="additionalBackupRegions")
1450
+ def additional_backup_regions(self) -> Optional[pulumi.Input[str]]:
1451
+ """
1452
+ Additional Cloud Regions for Backup Replication.
1453
+ """
1454
+ return pulumi.get(self, "additional_backup_regions")
1455
+
1456
+ @additional_backup_regions.setter
1457
+ def additional_backup_regions(self, value: Optional[pulumi.Input[str]]):
1458
+ pulumi.set(self, "additional_backup_regions", value)
1459
+
1460
+ @property
1461
+ @pulumi.getter(name="adminPassword")
1462
+ def admin_password(self) -> Optional[pulumi.Input[str]]:
1463
+ """
1464
+ Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
1465
+ """
1466
+ return pulumi.get(self, "admin_password")
1467
+
1468
+ @admin_password.setter
1469
+ def admin_password(self, value: Optional[pulumi.Input[str]]):
1470
+ pulumi.set(self, "admin_password", value)
1471
+
1472
+ @property
1473
+ @pulumi.getter(name="adminUsername")
1474
+ def admin_username(self) -> Optional[pulumi.Input[str]]:
1475
+ """
1476
+ Custom username for admin user. This must be set only when a new service is being created. Example: `avnadmin`.
1477
+ """
1478
+ return pulumi.get(self, "admin_username")
1479
+
1480
+ @admin_username.setter
1481
+ def admin_username(self, value: Optional[pulumi.Input[str]]):
1482
+ pulumi.set(self, "admin_username", value)
1483
+
1484
+ @property
1485
+ @pulumi.getter(name="alloydbomniVersion")
1486
+ def alloydbomni_version(self) -> Optional[pulumi.Input[str]]:
1487
+ """
1488
+ Enum: `15`, and newer. PostgreSQL major version.
1489
+ """
1490
+ return pulumi.get(self, "alloydbomni_version")
1491
+
1492
+ @alloydbomni_version.setter
1493
+ def alloydbomni_version(self, value: Optional[pulumi.Input[str]]):
1494
+ pulumi.set(self, "alloydbomni_version", value)
1495
+
1496
+ @property
1497
+ @pulumi.getter(name="backupHour")
1498
+ def backup_hour(self) -> Optional[pulumi.Input[int]]:
1499
+ """
1500
+ The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Example: `3`.
1501
+ """
1502
+ return pulumi.get(self, "backup_hour")
1503
+
1504
+ @backup_hour.setter
1505
+ def backup_hour(self, value: Optional[pulumi.Input[int]]):
1506
+ pulumi.set(self, "backup_hour", value)
1507
+
1508
+ @property
1509
+ @pulumi.getter(name="backupMinute")
1510
+ def backup_minute(self) -> Optional[pulumi.Input[int]]:
1511
+ """
1512
+ The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: `30`.
1513
+ """
1514
+ return pulumi.get(self, "backup_minute")
1515
+
1516
+ @backup_minute.setter
1517
+ def backup_minute(self, value: Optional[pulumi.Input[int]]):
1518
+ pulumi.set(self, "backup_minute", value)
1519
+
1520
+ @property
1521
+ @pulumi.getter(name="enableIpv6")
1522
+ def enable_ipv6(self) -> Optional[pulumi.Input[bool]]:
1523
+ """
1524
+ Register AAAA DNS records for the service, and allow IPv6 packets to service ports.
1525
+ """
1526
+ return pulumi.get(self, "enable_ipv6")
1527
+
1528
+ @enable_ipv6.setter
1529
+ def enable_ipv6(self, value: Optional[pulumi.Input[bool]]):
1530
+ pulumi.set(self, "enable_ipv6", value)
1531
+
1532
+ @property
1533
+ @pulumi.getter(name="googleColumnarEngineEnabled")
1534
+ def google_columnar_engine_enabled(self) -> Optional[pulumi.Input[bool]]:
1535
+ """
1536
+ Enables or disables the columnar engine. When enabled, it accelerates SQL query processing. Default: `true`.
1537
+ """
1538
+ return pulumi.get(self, "google_columnar_engine_enabled")
1539
+
1540
+ @google_columnar_engine_enabled.setter
1541
+ def google_columnar_engine_enabled(self, value: Optional[pulumi.Input[bool]]):
1542
+ pulumi.set(self, "google_columnar_engine_enabled", value)
1543
+
1544
+ @property
1545
+ @pulumi.getter(name="googleColumnarEngineMemorySizePercentage")
1546
+ def google_columnar_engine_memory_size_percentage(self) -> Optional[pulumi.Input[int]]:
1547
+ """
1548
+ Allocate the amount of RAM to store columnar data. Default: `10`.
1549
+ """
1550
+ return pulumi.get(self, "google_columnar_engine_memory_size_percentage")
1551
+
1552
+ @google_columnar_engine_memory_size_percentage.setter
1553
+ def google_columnar_engine_memory_size_percentage(self, value: Optional[pulumi.Input[int]]):
1554
+ pulumi.set(self, "google_columnar_engine_memory_size_percentage", value)
1555
+
1556
+ @property
1557
+ @pulumi.getter(name="ipFilterObjects")
1558
+ def ip_filter_objects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AlloydbomniAlloydbomniUserConfigIpFilterObjectArgs']]]]:
1559
+ """
1560
+ Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
1561
+ """
1562
+ return pulumi.get(self, "ip_filter_objects")
1563
+
1564
+ @ip_filter_objects.setter
1565
+ def ip_filter_objects(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AlloydbomniAlloydbomniUserConfigIpFilterObjectArgs']]]]):
1566
+ pulumi.set(self, "ip_filter_objects", value)
1567
+
1568
+ @property
1569
+ @pulumi.getter(name="ipFilterStrings")
1570
+ def ip_filter_strings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1571
+ """
1572
+ Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
1573
+ """
1574
+ return pulumi.get(self, "ip_filter_strings")
1575
+
1576
+ @ip_filter_strings.setter
1577
+ def ip_filter_strings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1578
+ pulumi.set(self, "ip_filter_strings", value)
1579
+
1580
+ @property
1581
+ @pulumi.getter(name="ipFilters")
1582
+ @_utilities.deprecated("""Deprecated. Use `ip_filter_string` instead.""")
1583
+ def ip_filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1584
+ """
1585
+ Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
1586
+ """
1587
+ return pulumi.get(self, "ip_filters")
1588
+
1589
+ @ip_filters.setter
1590
+ def ip_filters(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1591
+ pulumi.set(self, "ip_filters", value)
1592
+
1593
+ @property
1594
+ @pulumi.getter
1595
+ def pg(self) -> Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPgArgs']]:
1596
+ """
1597
+ postgresql.conf configuration values
1598
+ """
1599
+ return pulumi.get(self, "pg")
1600
+
1601
+ @pg.setter
1602
+ def pg(self, value: Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPgArgs']]):
1603
+ pulumi.set(self, "pg", value)
1604
+
1605
+ @property
1606
+ @pulumi.getter(name="pgReadReplica")
1607
+ def pg_read_replica(self) -> Optional[pulumi.Input[bool]]:
1608
+ """
1609
+ Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
1610
+ """
1611
+ return pulumi.get(self, "pg_read_replica")
1612
+
1613
+ @pg_read_replica.setter
1614
+ def pg_read_replica(self, value: Optional[pulumi.Input[bool]]):
1615
+ pulumi.set(self, "pg_read_replica", value)
1616
+
1617
+ @property
1618
+ @pulumi.getter(name="pgServiceToForkFrom")
1619
+ def pg_service_to_fork_from(self) -> Optional[pulumi.Input[str]]:
1620
+ """
1621
+ Name of the PG Service from which to fork (deprecated, use service*to*fork_from). This has effect only when a new service is being created. Example: `anotherservicename`.
1622
+ """
1623
+ return pulumi.get(self, "pg_service_to_fork_from")
1624
+
1625
+ @pg_service_to_fork_from.setter
1626
+ def pg_service_to_fork_from(self, value: Optional[pulumi.Input[str]]):
1627
+ pulumi.set(self, "pg_service_to_fork_from", value)
1628
+
1629
+ @property
1630
+ @pulumi.getter(name="pgVersion")
1631
+ def pg_version(self) -> Optional[pulumi.Input[str]]:
1632
+ """
1633
+ Enum: `15`, and newer. PostgreSQL major version.
1634
+ """
1635
+ return pulumi.get(self, "pg_version")
1636
+
1637
+ @pg_version.setter
1638
+ def pg_version(self, value: Optional[pulumi.Input[str]]):
1639
+ pulumi.set(self, "pg_version", value)
1640
+
1641
+ @property
1642
+ @pulumi.getter
1643
+ def pgbouncer(self) -> Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPgbouncerArgs']]:
1644
+ """
1645
+ PGBouncer connection pooling settings
1646
+ """
1647
+ return pulumi.get(self, "pgbouncer")
1648
+
1649
+ @pgbouncer.setter
1650
+ def pgbouncer(self, value: Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPgbouncerArgs']]):
1651
+ pulumi.set(self, "pgbouncer", value)
1652
+
1653
+ @property
1654
+ @pulumi.getter
1655
+ def pglookout(self) -> Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPglookoutArgs']]:
1656
+ """
1657
+ System-wide settings for pglookout
1658
+ """
1659
+ return pulumi.get(self, "pglookout")
1660
+
1661
+ @pglookout.setter
1662
+ def pglookout(self, value: Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPglookoutArgs']]):
1663
+ pulumi.set(self, "pglookout", value)
1664
+
1665
+ @property
1666
+ @pulumi.getter(name="privateAccess")
1667
+ def private_access(self) -> Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPrivateAccessArgs']]:
1668
+ """
1669
+ Allow access to selected service ports from private networks
1670
+ """
1671
+ return pulumi.get(self, "private_access")
1672
+
1673
+ @private_access.setter
1674
+ def private_access(self, value: Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPrivateAccessArgs']]):
1675
+ pulumi.set(self, "private_access", value)
1676
+
1677
+ @property
1678
+ @pulumi.getter(name="privatelinkAccess")
1679
+ def privatelink_access(self) -> Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPrivatelinkAccessArgs']]:
1680
+ """
1681
+ Allow access to selected service components through Privatelink
1682
+ """
1683
+ return pulumi.get(self, "privatelink_access")
1684
+
1685
+ @privatelink_access.setter
1686
+ def privatelink_access(self, value: Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPrivatelinkAccessArgs']]):
1687
+ pulumi.set(self, "privatelink_access", value)
1688
+
1689
+ @property
1690
+ @pulumi.getter(name="projectToForkFrom")
1691
+ def project_to_fork_from(self) -> Optional[pulumi.Input[str]]:
1692
+ """
1693
+ Name of another project to fork a service from. This has effect only when a new service is being created. Example: `anotherprojectname`.
1694
+ """
1695
+ return pulumi.get(self, "project_to_fork_from")
1696
+
1697
+ @project_to_fork_from.setter
1698
+ def project_to_fork_from(self, value: Optional[pulumi.Input[str]]):
1699
+ pulumi.set(self, "project_to_fork_from", value)
1700
+
1701
+ @property
1702
+ @pulumi.getter(name="publicAccess")
1703
+ def public_access(self) -> Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPublicAccessArgs']]:
1704
+ """
1705
+ Allow access to selected service ports from the public Internet
1706
+ """
1707
+ return pulumi.get(self, "public_access")
1708
+
1709
+ @public_access.setter
1710
+ def public_access(self, value: Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigPublicAccessArgs']]):
1711
+ pulumi.set(self, "public_access", value)
1712
+
1713
+ @property
1714
+ @pulumi.getter(name="recoveryTargetTime")
1715
+ def recovery_target_time(self) -> Optional[pulumi.Input[str]]:
1716
+ """
1717
+ Recovery target time when forking a service. This has effect only when a new service is being created. Example: `2019-01-01 23:34:45`.
1718
+ """
1719
+ return pulumi.get(self, "recovery_target_time")
1720
+
1721
+ @recovery_target_time.setter
1722
+ def recovery_target_time(self, value: Optional[pulumi.Input[str]]):
1723
+ pulumi.set(self, "recovery_target_time", value)
1724
+
1725
+ @property
1726
+ @pulumi.getter(name="serviceLog")
1727
+ def service_log(self) -> Optional[pulumi.Input[bool]]:
1728
+ """
1729
+ Store logs for the service so that they are available in the HTTP API and console.
1730
+ """
1731
+ return pulumi.get(self, "service_log")
1732
+
1733
+ @service_log.setter
1734
+ def service_log(self, value: Optional[pulumi.Input[bool]]):
1735
+ pulumi.set(self, "service_log", value)
1736
+
1737
+ @property
1738
+ @pulumi.getter(name="serviceToForkFrom")
1739
+ def service_to_fork_from(self) -> Optional[pulumi.Input[str]]:
1740
+ """
1741
+ Name of another service to fork from. This has effect only when a new service is being created. Example: `anotherservicename`.
1742
+ """
1743
+ return pulumi.get(self, "service_to_fork_from")
1744
+
1745
+ @service_to_fork_from.setter
1746
+ def service_to_fork_from(self, value: Optional[pulumi.Input[str]]):
1747
+ pulumi.set(self, "service_to_fork_from", value)
1748
+
1749
+ @property
1750
+ @pulumi.getter(name="sharedBuffersPercentage")
1751
+ def shared_buffers_percentage(self) -> Optional[pulumi.Input[float]]:
1752
+ """
1753
+ 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`.
1754
+ """
1755
+ return pulumi.get(self, "shared_buffers_percentage")
1756
+
1757
+ @shared_buffers_percentage.setter
1758
+ def shared_buffers_percentage(self, value: Optional[pulumi.Input[float]]):
1759
+ pulumi.set(self, "shared_buffers_percentage", value)
1760
+
1761
+ @property
1762
+ @pulumi.getter(name="staticIps")
1763
+ def static_ips(self) -> Optional[pulumi.Input[bool]]:
1764
+ """
1765
+ Use static public IP addresses.
1766
+ """
1767
+ return pulumi.get(self, "static_ips")
1768
+
1769
+ @static_ips.setter
1770
+ def static_ips(self, value: Optional[pulumi.Input[bool]]):
1771
+ pulumi.set(self, "static_ips", value)
1772
+
1773
+ @property
1774
+ @pulumi.getter(name="synchronousReplication")
1775
+ def synchronous_replication(self) -> Optional[pulumi.Input[str]]:
1776
+ """
1777
+ Enum: `off`, `quorum`. Synchronous replication type. Note that the service plan also needs to support synchronous replication.
1778
+ """
1779
+ return pulumi.get(self, "synchronous_replication")
1780
+
1781
+ @synchronous_replication.setter
1782
+ def synchronous_replication(self, value: Optional[pulumi.Input[str]]):
1783
+ pulumi.set(self, "synchronous_replication", value)
1784
+
1785
+ @property
1786
+ @pulumi.getter
1787
+ def variant(self) -> Optional[pulumi.Input[str]]:
1788
+ """
1789
+ Enum: `aiven`, `timescale`. Variant of the PostgreSQL service, may affect the features that are exposed by default.
1790
+ """
1791
+ return pulumi.get(self, "variant")
1792
+
1793
+ @variant.setter
1794
+ def variant(self, value: Optional[pulumi.Input[str]]):
1795
+ pulumi.set(self, "variant", value)
1796
+
1797
+ @property
1798
+ @pulumi.getter(name="workMem")
1799
+ def work_mem(self) -> Optional[pulumi.Input[int]]:
1800
+ """
1801
+ 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`.
1802
+ """
1803
+ return pulumi.get(self, "work_mem")
1804
+
1805
+ @work_mem.setter
1806
+ def work_mem(self, value: Optional[pulumi.Input[int]]):
1807
+ pulumi.set(self, "work_mem", value)
1808
+
1809
+
1810
+ if not MYPY:
1811
+ class AlloydbomniAlloydbomniUserConfigIpFilterObjectArgsDict(TypedDict):
1812
+ network: pulumi.Input[str]
1813
+ """
1814
+ CIDR address block. Example: `10.20.0.0/16`.
1815
+ """
1816
+ description: NotRequired[pulumi.Input[str]]
1817
+ """
1818
+ Description for IP filter list entry. Example: `Production service IP range`.
1819
+ """
1820
+ elif False:
1821
+ AlloydbomniAlloydbomniUserConfigIpFilterObjectArgsDict: TypeAlias = Mapping[str, Any]
1822
+
1823
+ @pulumi.input_type
1824
+ class AlloydbomniAlloydbomniUserConfigIpFilterObjectArgs:
1825
+ def __init__(__self__, *,
1826
+ network: pulumi.Input[str],
1827
+ description: Optional[pulumi.Input[str]] = None):
1828
+ """
1829
+ :param pulumi.Input[str] network: CIDR address block. Example: `10.20.0.0/16`.
1830
+ :param pulumi.Input[str] description: Description for IP filter list entry. Example: `Production service IP range`.
1831
+ """
1832
+ pulumi.set(__self__, "network", network)
1833
+ if description is not None:
1834
+ pulumi.set(__self__, "description", description)
1835
+
1836
+ @property
1837
+ @pulumi.getter
1838
+ def network(self) -> pulumi.Input[str]:
1839
+ """
1840
+ CIDR address block. Example: `10.20.0.0/16`.
1841
+ """
1842
+ return pulumi.get(self, "network")
1843
+
1844
+ @network.setter
1845
+ def network(self, value: pulumi.Input[str]):
1846
+ pulumi.set(self, "network", value)
1847
+
1848
+ @property
1849
+ @pulumi.getter
1850
+ def description(self) -> Optional[pulumi.Input[str]]:
1851
+ """
1852
+ Description for IP filter list entry. Example: `Production service IP range`.
1853
+ """
1854
+ return pulumi.get(self, "description")
1855
+
1856
+ @description.setter
1857
+ def description(self, value: Optional[pulumi.Input[str]]):
1858
+ pulumi.set(self, "description", value)
1859
+
1860
+
1861
+ if not MYPY:
1862
+ class AlloydbomniAlloydbomniUserConfigPgArgsDict(TypedDict):
1863
+ autovacuum_analyze_scale_factor: NotRequired[pulumi.Input[float]]
1864
+ """
1865
+ Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20% of table size).
1866
+ """
1867
+ autovacuum_analyze_threshold: NotRequired[pulumi.Input[int]]
1868
+ """
1869
+ Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50 tuples.
1870
+ """
1871
+ autovacuum_freeze_max_age: NotRequired[pulumi.Input[int]]
1872
+ """
1873
+ Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted. Example: `200000000`.
1874
+ """
1875
+ autovacuum_max_workers: NotRequired[pulumi.Input[int]]
1876
+ """
1877
+ Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is three. This parameter can only be set at server start.
1878
+ """
1879
+ autovacuum_naptime: NotRequired[pulumi.Input[int]]
1880
+ """
1881
+ Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute.
1882
+ """
1883
+ autovacuum_vacuum_cost_delay: NotRequired[pulumi.Input[int]]
1884
+ """
1885
+ Specifies the cost delay value that will be used in automatic VACUUM operations. If -1 is specified, the regular vacuum*cost*delay value will be used. The default value is 20 milliseconds.
1886
+ """
1887
+ autovacuum_vacuum_cost_limit: NotRequired[pulumi.Input[int]]
1888
+ """
1889
+ Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuum*cost*limit value will be used.
1890
+ """
1891
+ autovacuum_vacuum_scale_factor: NotRequired[pulumi.Input[float]]
1892
+ """
1893
+ Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20% of table size).
1894
+ """
1895
+ autovacuum_vacuum_threshold: NotRequired[pulumi.Input[int]]
1896
+ """
1897
+ Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50 tuples.
1898
+ """
1899
+ bgwriter_delay: NotRequired[pulumi.Input[int]]
1900
+ """
1901
+ Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200. Example: `200`.
1902
+ """
1903
+ bgwriter_flush_after: NotRequired[pulumi.Input[int]]
1904
+ """
1905
+ Whenever more than bgwriter*flush*after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is 512. Setting of 0 disables forced writeback. Example: `512`.
1906
+ """
1907
+ bgwriter_lru_maxpages: NotRequired[pulumi.Input[int]]
1908
+ """
1909
+ In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is 100. Example: `100`.
1910
+ """
1911
+ bgwriter_lru_multiplier: NotRequired[pulumi.Input[float]]
1912
+ """
1913
+ The average recent need for new buffers is multiplied by bgwriter*lru*multiplier to arrive at an estimate of the number that will be needed during the next round, (up to bgwriter*lru*maxpages). 1.0 represents a “just in time” policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is 2.0. Example: `2.0`.
1914
+ """
1915
+ deadlock_timeout: NotRequired[pulumi.Input[int]]
1916
+ """
1917
+ This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. Example: `1000`.
1918
+ """
1919
+ default_toast_compression: NotRequired[pulumi.Input[str]]
1920
+ """
1921
+ Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns (the default is lz4).
1922
+ """
1923
+ idle_in_transaction_session_timeout: NotRequired[pulumi.Input[int]]
1924
+ """
1925
+ Time out sessions with open transactions after this number of milliseconds.
1926
+ """
1927
+ jit: NotRequired[pulumi.Input[bool]]
1928
+ """
1929
+ Controls system-wide use of Just-in-Time Compilation (JIT).
1930
+ """
1931
+ log_autovacuum_min_duration: NotRequired[pulumi.Input[int]]
1932
+ """
1933
+ 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.
1934
+ """
1935
+ log_error_verbosity: NotRequired[pulumi.Input[str]]
1936
+ """
1937
+ Enum: `DEFAULT`, `TERSE`, `VERBOSE`. Controls the amount of detail written in the server log for each message that is logged.
1938
+ """
1939
+ log_line_prefix: NotRequired[pulumi.Input[str]]
1940
+ """
1941
+ 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.
1942
+ """
1943
+ log_min_duration_statement: NotRequired[pulumi.Input[int]]
1944
+ """
1945
+ Log statements that take more than this number of milliseconds to run, -1 disables.
1946
+ """
1947
+ log_temp_files: NotRequired[pulumi.Input[int]]
1948
+ """
1949
+ Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
1950
+ """
1951
+ max_files_per_process: NotRequired[pulumi.Input[int]]
1952
+ """
1953
+ PostgreSQL maximum number of files that can be open per process.
1954
+ """
1955
+ max_locks_per_transaction: NotRequired[pulumi.Input[int]]
1956
+ """
1957
+ PostgreSQL maximum locks per transaction.
1958
+ """
1959
+ max_logical_replication_workers: NotRequired[pulumi.Input[int]]
1960
+ """
1961
+ PostgreSQL maximum logical replication workers (taken from the pool of max*parallel*workers).
1962
+ """
1963
+ max_parallel_workers: NotRequired[pulumi.Input[int]]
1964
+ """
1965
+ Sets the maximum number of workers that the system can support for parallel queries.
1966
+ """
1967
+ max_parallel_workers_per_gather: NotRequired[pulumi.Input[int]]
1968
+ """
1969
+ Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
1970
+ """
1971
+ max_pred_locks_per_transaction: NotRequired[pulumi.Input[int]]
1972
+ """
1973
+ PostgreSQL maximum predicate locks per transaction.
1974
+ """
1975
+ max_prepared_transactions: NotRequired[pulumi.Input[int]]
1976
+ """
1977
+ PostgreSQL maximum prepared transactions.
1978
+ """
1979
+ max_replication_slots: NotRequired[pulumi.Input[int]]
1980
+ """
1981
+ PostgreSQL maximum replication slots.
1982
+ """
1983
+ max_slot_wal_keep_size: NotRequired[pulumi.Input[int]]
1984
+ """
1985
+ PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is -1 (unlimited). wal*keep*size minimum WAL size setting takes precedence over this.
1986
+ """
1987
+ max_stack_depth: NotRequired[pulumi.Input[int]]
1988
+ """
1989
+ Maximum depth of the stack in bytes.
1990
+ """
1991
+ max_standby_archive_delay: NotRequired[pulumi.Input[int]]
1992
+ """
1993
+ Max standby archive delay in milliseconds.
1994
+ """
1995
+ max_standby_streaming_delay: NotRequired[pulumi.Input[int]]
1996
+ """
1997
+ Max standby streaming delay in milliseconds.
1998
+ """
1999
+ max_wal_senders: NotRequired[pulumi.Input[int]]
2000
+ """
2001
+ PostgreSQL maximum WAL senders.
2002
+ """
2003
+ max_worker_processes: NotRequired[pulumi.Input[int]]
2004
+ """
2005
+ Sets the maximum number of background processes that the system can support.
2006
+ """
2007
+ password_encryption: NotRequired[pulumi.Input[str]]
2008
+ """
2009
+ Enum: `md5`, `scram-sha-256`. Chooses the algorithm for encrypting passwords. Default: `md5`.
2010
+ """
2011
+ pg_partman_bgw_dot_interval: NotRequired[pulumi.Input[int]]
2012
+ """
2013
+ Sets the time interval to run pg_partman's scheduled tasks. Example: `3600`.
2014
+ """
2015
+ pg_partman_bgw_dot_role: NotRequired[pulumi.Input[str]]
2016
+ """
2017
+ Controls which role to use for pg_partman's scheduled background tasks. Example: `myrolename`.
2018
+ """
2019
+ pg_stat_statements_dot_track: NotRequired[pulumi.Input[str]]
2020
+ """
2021
+ 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.
2022
+ """
2023
+ temp_file_limit: NotRequired[pulumi.Input[int]]
2024
+ """
2025
+ PostgreSQL temporary file limit in KiB, -1 for unlimited. Example: `5000000`.
2026
+ """
2027
+ timezone: NotRequired[pulumi.Input[str]]
2028
+ """
2029
+ PostgreSQL service timezone. Example: `Europe/Helsinki`.
2030
+ """
2031
+ track_activity_query_size: NotRequired[pulumi.Input[int]]
2032
+ """
2033
+ Specifies the number of bytes reserved to track the currently executing command for each active session. Example: `1024`.
2034
+ """
2035
+ track_commit_timestamp: NotRequired[pulumi.Input[str]]
2036
+ """
2037
+ Enum: `off`, `on`. Record commit time of transactions.
2038
+ """
2039
+ track_functions: NotRequired[pulumi.Input[str]]
2040
+ """
2041
+ Enum: `all`, `none`, `pl`. Enables tracking of function call counts and time used.
2042
+ """
2043
+ track_io_timing: NotRequired[pulumi.Input[str]]
2044
+ """
2045
+ 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.
2046
+ """
2047
+ wal_sender_timeout: NotRequired[pulumi.Input[int]]
2048
+ """
2049
+ 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`.
2050
+ """
2051
+ wal_writer_delay: NotRequired[pulumi.Input[int]]
2052
+ """
2053
+ WAL flush interval in milliseconds. Note that setting this value to lower than the default 200ms may negatively impact performance. Example: `50`.
2054
+ """
2055
+ elif False:
2056
+ AlloydbomniAlloydbomniUserConfigPgArgsDict: TypeAlias = Mapping[str, Any]
2057
+
2058
+ @pulumi.input_type
2059
+ class AlloydbomniAlloydbomniUserConfigPgArgs:
2060
+ def __init__(__self__, *,
2061
+ autovacuum_analyze_scale_factor: Optional[pulumi.Input[float]] = None,
2062
+ autovacuum_analyze_threshold: Optional[pulumi.Input[int]] = None,
2063
+ autovacuum_freeze_max_age: Optional[pulumi.Input[int]] = None,
2064
+ autovacuum_max_workers: Optional[pulumi.Input[int]] = None,
2065
+ autovacuum_naptime: Optional[pulumi.Input[int]] = None,
2066
+ autovacuum_vacuum_cost_delay: Optional[pulumi.Input[int]] = None,
2067
+ autovacuum_vacuum_cost_limit: Optional[pulumi.Input[int]] = None,
2068
+ autovacuum_vacuum_scale_factor: Optional[pulumi.Input[float]] = None,
2069
+ autovacuum_vacuum_threshold: Optional[pulumi.Input[int]] = None,
2070
+ bgwriter_delay: Optional[pulumi.Input[int]] = None,
2071
+ bgwriter_flush_after: Optional[pulumi.Input[int]] = None,
2072
+ bgwriter_lru_maxpages: Optional[pulumi.Input[int]] = None,
2073
+ bgwriter_lru_multiplier: Optional[pulumi.Input[float]] = None,
2074
+ deadlock_timeout: Optional[pulumi.Input[int]] = None,
2075
+ default_toast_compression: Optional[pulumi.Input[str]] = None,
2076
+ idle_in_transaction_session_timeout: Optional[pulumi.Input[int]] = None,
2077
+ jit: Optional[pulumi.Input[bool]] = None,
2078
+ log_autovacuum_min_duration: Optional[pulumi.Input[int]] = None,
2079
+ log_error_verbosity: Optional[pulumi.Input[str]] = None,
2080
+ log_line_prefix: Optional[pulumi.Input[str]] = None,
2081
+ log_min_duration_statement: Optional[pulumi.Input[int]] = None,
2082
+ log_temp_files: Optional[pulumi.Input[int]] = None,
2083
+ max_files_per_process: Optional[pulumi.Input[int]] = None,
2084
+ max_locks_per_transaction: Optional[pulumi.Input[int]] = None,
2085
+ max_logical_replication_workers: Optional[pulumi.Input[int]] = None,
2086
+ max_parallel_workers: Optional[pulumi.Input[int]] = None,
2087
+ max_parallel_workers_per_gather: Optional[pulumi.Input[int]] = None,
2088
+ max_pred_locks_per_transaction: Optional[pulumi.Input[int]] = None,
2089
+ max_prepared_transactions: Optional[pulumi.Input[int]] = None,
2090
+ max_replication_slots: Optional[pulumi.Input[int]] = None,
2091
+ max_slot_wal_keep_size: Optional[pulumi.Input[int]] = None,
2092
+ max_stack_depth: Optional[pulumi.Input[int]] = None,
2093
+ max_standby_archive_delay: Optional[pulumi.Input[int]] = None,
2094
+ max_standby_streaming_delay: Optional[pulumi.Input[int]] = None,
2095
+ max_wal_senders: Optional[pulumi.Input[int]] = None,
2096
+ max_worker_processes: Optional[pulumi.Input[int]] = None,
2097
+ password_encryption: Optional[pulumi.Input[str]] = None,
2098
+ pg_partman_bgw_dot_interval: Optional[pulumi.Input[int]] = None,
2099
+ pg_partman_bgw_dot_role: Optional[pulumi.Input[str]] = None,
2100
+ pg_stat_statements_dot_track: Optional[pulumi.Input[str]] = None,
2101
+ temp_file_limit: Optional[pulumi.Input[int]] = None,
2102
+ timezone: Optional[pulumi.Input[str]] = None,
2103
+ track_activity_query_size: Optional[pulumi.Input[int]] = None,
2104
+ track_commit_timestamp: Optional[pulumi.Input[str]] = None,
2105
+ track_functions: Optional[pulumi.Input[str]] = None,
2106
+ track_io_timing: Optional[pulumi.Input[str]] = None,
2107
+ wal_sender_timeout: Optional[pulumi.Input[int]] = None,
2108
+ wal_writer_delay: Optional[pulumi.Input[int]] = None):
2109
+ """
2110
+ :param pulumi.Input[float] autovacuum_analyze_scale_factor: Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20% of table size).
2111
+ :param pulumi.Input[int] autovacuum_analyze_threshold: Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50 tuples.
2112
+ :param pulumi.Input[int] autovacuum_freeze_max_age: Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted. Example: `200000000`.
2113
+ :param pulumi.Input[int] autovacuum_max_workers: Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is three. This parameter can only be set at server start.
2114
+ :param pulumi.Input[int] autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute.
2115
+ :param pulumi.Input[int] autovacuum_vacuum_cost_delay: Specifies the cost delay value that will be used in automatic VACUUM operations. If -1 is specified, the regular vacuum*cost*delay value will be used. The default value is 20 milliseconds.
2116
+ :param pulumi.Input[int] autovacuum_vacuum_cost_limit: Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuum*cost*limit value will be used.
2117
+ :param pulumi.Input[float] autovacuum_vacuum_scale_factor: Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20% of table size).
2118
+ :param pulumi.Input[int] autovacuum_vacuum_threshold: Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50 tuples.
2119
+ :param pulumi.Input[int] bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200. Example: `200`.
2120
+ :param pulumi.Input[int] bgwriter_flush_after: Whenever more than bgwriter*flush*after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is 512. Setting of 0 disables forced writeback. Example: `512`.
2121
+ :param pulumi.Input[int] bgwriter_lru_maxpages: In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is 100. Example: `100`.
2122
+ :param pulumi.Input[float] bgwriter_lru_multiplier: The average recent need for new buffers is multiplied by bgwriter*lru*multiplier to arrive at an estimate of the number that will be needed during the next round, (up to bgwriter*lru*maxpages). 1.0 represents a “just in time” policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is 2.0. Example: `2.0`.
2123
+ :param pulumi.Input[int] deadlock_timeout: This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. Example: `1000`.
2124
+ :param pulumi.Input[str] default_toast_compression: Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns (the default is lz4).
2125
+ :param pulumi.Input[int] idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds.
2126
+ :param pulumi.Input[bool] jit: Controls system-wide use of Just-in-Time Compilation (JIT).
2127
+ :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.
2128
+ :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.
2129
+ :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.
2130
+ :param pulumi.Input[int] log_min_duration_statement: Log statements that take more than this number of milliseconds to run, -1 disables.
2131
+ :param pulumi.Input[int] log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
2132
+ :param pulumi.Input[int] max_files_per_process: PostgreSQL maximum number of files that can be open per process.
2133
+ :param pulumi.Input[int] max_locks_per_transaction: PostgreSQL maximum locks per transaction.
2134
+ :param pulumi.Input[int] max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of max*parallel*workers).
2135
+ :param pulumi.Input[int] max_parallel_workers: Sets the maximum number of workers that the system can support for parallel queries.
2136
+ :param pulumi.Input[int] max_parallel_workers_per_gather: Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
2137
+ :param pulumi.Input[int] max_pred_locks_per_transaction: PostgreSQL maximum predicate locks per transaction.
2138
+ :param pulumi.Input[int] max_prepared_transactions: PostgreSQL maximum prepared transactions.
2139
+ :param pulumi.Input[int] max_replication_slots: PostgreSQL maximum replication slots.
2140
+ :param pulumi.Input[int] max_slot_wal_keep_size: PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is -1 (unlimited). wal*keep*size minimum WAL size setting takes precedence over this.
2141
+ :param pulumi.Input[int] max_stack_depth: Maximum depth of the stack in bytes.
2142
+ :param pulumi.Input[int] max_standby_archive_delay: Max standby archive delay in milliseconds.
2143
+ :param pulumi.Input[int] max_standby_streaming_delay: Max standby streaming delay in milliseconds.
2144
+ :param pulumi.Input[int] max_wal_senders: PostgreSQL maximum WAL senders.
2145
+ :param pulumi.Input[int] max_worker_processes: Sets the maximum number of background processes that the system can support.
2146
+ :param pulumi.Input[str] password_encryption: Enum: `md5`, `scram-sha-256`. Chooses the algorithm for encrypting passwords. Default: `md5`.
2147
+ :param pulumi.Input[int] pg_partman_bgw_dot_interval: Sets the time interval to run pg_partman's scheduled tasks. Example: `3600`.
2148
+ :param pulumi.Input[str] pg_partman_bgw_dot_role: Controls which role to use for pg_partman's scheduled background tasks. Example: `myrolename`.
2149
+ :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.
2150
+ :param pulumi.Input[int] temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited. Example: `5000000`.
2151
+ :param pulumi.Input[str] timezone: PostgreSQL service timezone. Example: `Europe/Helsinki`.
2152
+ :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`.
2153
+ :param pulumi.Input[str] track_commit_timestamp: Enum: `off`, `on`. Record commit time of transactions.
2154
+ :param pulumi.Input[str] track_functions: Enum: `all`, `none`, `pl`. Enables tracking of function call counts and time used.
2155
+ :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.
2156
+ :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`.
2157
+ :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`.
2158
+ """
2159
+ if autovacuum_analyze_scale_factor is not None:
2160
+ pulumi.set(__self__, "autovacuum_analyze_scale_factor", autovacuum_analyze_scale_factor)
2161
+ if autovacuum_analyze_threshold is not None:
2162
+ pulumi.set(__self__, "autovacuum_analyze_threshold", autovacuum_analyze_threshold)
2163
+ if autovacuum_freeze_max_age is not None:
2164
+ pulumi.set(__self__, "autovacuum_freeze_max_age", autovacuum_freeze_max_age)
2165
+ if autovacuum_max_workers is not None:
2166
+ pulumi.set(__self__, "autovacuum_max_workers", autovacuum_max_workers)
2167
+ if autovacuum_naptime is not None:
2168
+ pulumi.set(__self__, "autovacuum_naptime", autovacuum_naptime)
2169
+ if autovacuum_vacuum_cost_delay is not None:
2170
+ pulumi.set(__self__, "autovacuum_vacuum_cost_delay", autovacuum_vacuum_cost_delay)
2171
+ if autovacuum_vacuum_cost_limit is not None:
2172
+ pulumi.set(__self__, "autovacuum_vacuum_cost_limit", autovacuum_vacuum_cost_limit)
2173
+ if autovacuum_vacuum_scale_factor is not None:
2174
+ pulumi.set(__self__, "autovacuum_vacuum_scale_factor", autovacuum_vacuum_scale_factor)
2175
+ if autovacuum_vacuum_threshold is not None:
2176
+ pulumi.set(__self__, "autovacuum_vacuum_threshold", autovacuum_vacuum_threshold)
2177
+ if bgwriter_delay is not None:
2178
+ pulumi.set(__self__, "bgwriter_delay", bgwriter_delay)
2179
+ if bgwriter_flush_after is not None:
2180
+ pulumi.set(__self__, "bgwriter_flush_after", bgwriter_flush_after)
2181
+ if bgwriter_lru_maxpages is not None:
2182
+ pulumi.set(__self__, "bgwriter_lru_maxpages", bgwriter_lru_maxpages)
2183
+ if bgwriter_lru_multiplier is not None:
2184
+ pulumi.set(__self__, "bgwriter_lru_multiplier", bgwriter_lru_multiplier)
2185
+ if deadlock_timeout is not None:
2186
+ pulumi.set(__self__, "deadlock_timeout", deadlock_timeout)
2187
+ if default_toast_compression is not None:
2188
+ pulumi.set(__self__, "default_toast_compression", default_toast_compression)
2189
+ if idle_in_transaction_session_timeout is not None:
2190
+ pulumi.set(__self__, "idle_in_transaction_session_timeout", idle_in_transaction_session_timeout)
2191
+ if jit is not None:
2192
+ pulumi.set(__self__, "jit", jit)
2193
+ if log_autovacuum_min_duration is not None:
2194
+ pulumi.set(__self__, "log_autovacuum_min_duration", log_autovacuum_min_duration)
2195
+ if log_error_verbosity is not None:
2196
+ pulumi.set(__self__, "log_error_verbosity", log_error_verbosity)
2197
+ if log_line_prefix is not None:
2198
+ pulumi.set(__self__, "log_line_prefix", log_line_prefix)
2199
+ if log_min_duration_statement is not None:
2200
+ pulumi.set(__self__, "log_min_duration_statement", log_min_duration_statement)
2201
+ if log_temp_files is not None:
2202
+ pulumi.set(__self__, "log_temp_files", log_temp_files)
2203
+ if max_files_per_process is not None:
2204
+ pulumi.set(__self__, "max_files_per_process", max_files_per_process)
2205
+ if max_locks_per_transaction is not None:
2206
+ pulumi.set(__self__, "max_locks_per_transaction", max_locks_per_transaction)
2207
+ if max_logical_replication_workers is not None:
2208
+ pulumi.set(__self__, "max_logical_replication_workers", max_logical_replication_workers)
2209
+ if max_parallel_workers is not None:
2210
+ pulumi.set(__self__, "max_parallel_workers", max_parallel_workers)
2211
+ if max_parallel_workers_per_gather is not None:
2212
+ pulumi.set(__self__, "max_parallel_workers_per_gather", max_parallel_workers_per_gather)
2213
+ if max_pred_locks_per_transaction is not None:
2214
+ pulumi.set(__self__, "max_pred_locks_per_transaction", max_pred_locks_per_transaction)
2215
+ if max_prepared_transactions is not None:
2216
+ pulumi.set(__self__, "max_prepared_transactions", max_prepared_transactions)
2217
+ if max_replication_slots is not None:
2218
+ pulumi.set(__self__, "max_replication_slots", max_replication_slots)
2219
+ if max_slot_wal_keep_size is not None:
2220
+ pulumi.set(__self__, "max_slot_wal_keep_size", max_slot_wal_keep_size)
2221
+ if max_stack_depth is not None:
2222
+ pulumi.set(__self__, "max_stack_depth", max_stack_depth)
2223
+ if max_standby_archive_delay is not None:
2224
+ pulumi.set(__self__, "max_standby_archive_delay", max_standby_archive_delay)
2225
+ if max_standby_streaming_delay is not None:
2226
+ pulumi.set(__self__, "max_standby_streaming_delay", max_standby_streaming_delay)
2227
+ if max_wal_senders is not None:
2228
+ pulumi.set(__self__, "max_wal_senders", max_wal_senders)
2229
+ if max_worker_processes is not None:
2230
+ pulumi.set(__self__, "max_worker_processes", max_worker_processes)
2231
+ if password_encryption is not None:
2232
+ pulumi.set(__self__, "password_encryption", password_encryption)
2233
+ if pg_partman_bgw_dot_interval is not None:
2234
+ pulumi.set(__self__, "pg_partman_bgw_dot_interval", pg_partman_bgw_dot_interval)
2235
+ if pg_partman_bgw_dot_role is not None:
2236
+ pulumi.set(__self__, "pg_partman_bgw_dot_role", pg_partman_bgw_dot_role)
2237
+ if pg_stat_statements_dot_track is not None:
2238
+ pulumi.set(__self__, "pg_stat_statements_dot_track", pg_stat_statements_dot_track)
2239
+ if temp_file_limit is not None:
2240
+ pulumi.set(__self__, "temp_file_limit", temp_file_limit)
2241
+ if timezone is not None:
2242
+ pulumi.set(__self__, "timezone", timezone)
2243
+ if track_activity_query_size is not None:
2244
+ pulumi.set(__self__, "track_activity_query_size", track_activity_query_size)
2245
+ if track_commit_timestamp is not None:
2246
+ pulumi.set(__self__, "track_commit_timestamp", track_commit_timestamp)
2247
+ if track_functions is not None:
2248
+ pulumi.set(__self__, "track_functions", track_functions)
2249
+ if track_io_timing is not None:
2250
+ pulumi.set(__self__, "track_io_timing", track_io_timing)
2251
+ if wal_sender_timeout is not None:
2252
+ pulumi.set(__self__, "wal_sender_timeout", wal_sender_timeout)
2253
+ if wal_writer_delay is not None:
2254
+ pulumi.set(__self__, "wal_writer_delay", wal_writer_delay)
2255
+
2256
+ @property
2257
+ @pulumi.getter(name="autovacuumAnalyzeScaleFactor")
2258
+ def autovacuum_analyze_scale_factor(self) -> Optional[pulumi.Input[float]]:
2259
+ """
2260
+ Specifies a fraction of the table size to add to autovacuum*analyze*threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20% of table size).
2261
+ """
2262
+ return pulumi.get(self, "autovacuum_analyze_scale_factor")
2263
+
2264
+ @autovacuum_analyze_scale_factor.setter
2265
+ def autovacuum_analyze_scale_factor(self, value: Optional[pulumi.Input[float]]):
2266
+ pulumi.set(self, "autovacuum_analyze_scale_factor", value)
2267
+
2268
+ @property
2269
+ @pulumi.getter(name="autovacuumAnalyzeThreshold")
2270
+ def autovacuum_analyze_threshold(self) -> Optional[pulumi.Input[int]]:
2271
+ """
2272
+ Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50 tuples.
2273
+ """
2274
+ return pulumi.get(self, "autovacuum_analyze_threshold")
2275
+
2276
+ @autovacuum_analyze_threshold.setter
2277
+ def autovacuum_analyze_threshold(self, value: Optional[pulumi.Input[int]]):
2278
+ pulumi.set(self, "autovacuum_analyze_threshold", value)
2279
+
2280
+ @property
2281
+ @pulumi.getter(name="autovacuumFreezeMaxAge")
2282
+ def autovacuum_freeze_max_age(self) -> Optional[pulumi.Input[int]]:
2283
+ """
2284
+ Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted. Example: `200000000`.
2285
+ """
2286
+ return pulumi.get(self, "autovacuum_freeze_max_age")
2287
+
2288
+ @autovacuum_freeze_max_age.setter
2289
+ def autovacuum_freeze_max_age(self, value: Optional[pulumi.Input[int]]):
2290
+ pulumi.set(self, "autovacuum_freeze_max_age", value)
2291
+
2292
+ @property
2293
+ @pulumi.getter(name="autovacuumMaxWorkers")
2294
+ def autovacuum_max_workers(self) -> Optional[pulumi.Input[int]]:
2295
+ """
2296
+ Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is three. This parameter can only be set at server start.
2297
+ """
2298
+ return pulumi.get(self, "autovacuum_max_workers")
2299
+
2300
+ @autovacuum_max_workers.setter
2301
+ def autovacuum_max_workers(self, value: Optional[pulumi.Input[int]]):
2302
+ pulumi.set(self, "autovacuum_max_workers", value)
2303
+
2304
+ @property
2305
+ @pulumi.getter(name="autovacuumNaptime")
2306
+ def autovacuum_naptime(self) -> Optional[pulumi.Input[int]]:
2307
+ """
2308
+ Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute.
2309
+ """
2310
+ return pulumi.get(self, "autovacuum_naptime")
2311
+
2312
+ @autovacuum_naptime.setter
2313
+ def autovacuum_naptime(self, value: Optional[pulumi.Input[int]]):
2314
+ pulumi.set(self, "autovacuum_naptime", value)
2315
+
2316
+ @property
2317
+ @pulumi.getter(name="autovacuumVacuumCostDelay")
2318
+ def autovacuum_vacuum_cost_delay(self) -> Optional[pulumi.Input[int]]:
2319
+ """
2320
+ Specifies the cost delay value that will be used in automatic VACUUM operations. If -1 is specified, the regular vacuum*cost*delay value will be used. The default value is 20 milliseconds.
2321
+ """
2322
+ return pulumi.get(self, "autovacuum_vacuum_cost_delay")
2323
+
2324
+ @autovacuum_vacuum_cost_delay.setter
2325
+ def autovacuum_vacuum_cost_delay(self, value: Optional[pulumi.Input[int]]):
2326
+ pulumi.set(self, "autovacuum_vacuum_cost_delay", value)
2327
+
2328
+ @property
2329
+ @pulumi.getter(name="autovacuumVacuumCostLimit")
2330
+ def autovacuum_vacuum_cost_limit(self) -> Optional[pulumi.Input[int]]:
2331
+ """
2332
+ Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuum*cost*limit value will be used.
2333
+ """
2334
+ return pulumi.get(self, "autovacuum_vacuum_cost_limit")
2335
+
2336
+ @autovacuum_vacuum_cost_limit.setter
2337
+ def autovacuum_vacuum_cost_limit(self, value: Optional[pulumi.Input[int]]):
2338
+ pulumi.set(self, "autovacuum_vacuum_cost_limit", value)
2339
+
2340
+ @property
2341
+ @pulumi.getter(name="autovacuumVacuumScaleFactor")
2342
+ def autovacuum_vacuum_scale_factor(self) -> Optional[pulumi.Input[float]]:
2343
+ """
2344
+ Specifies a fraction of the table size to add to autovacuum*vacuum*threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20% of table size).
2345
+ """
2346
+ return pulumi.get(self, "autovacuum_vacuum_scale_factor")
2347
+
2348
+ @autovacuum_vacuum_scale_factor.setter
2349
+ def autovacuum_vacuum_scale_factor(self, value: Optional[pulumi.Input[float]]):
2350
+ pulumi.set(self, "autovacuum_vacuum_scale_factor", value)
2351
+
2352
+ @property
2353
+ @pulumi.getter(name="autovacuumVacuumThreshold")
2354
+ def autovacuum_vacuum_threshold(self) -> Optional[pulumi.Input[int]]:
2355
+ """
2356
+ Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50 tuples.
2357
+ """
2358
+ return pulumi.get(self, "autovacuum_vacuum_threshold")
2359
+
2360
+ @autovacuum_vacuum_threshold.setter
2361
+ def autovacuum_vacuum_threshold(self, value: Optional[pulumi.Input[int]]):
2362
+ pulumi.set(self, "autovacuum_vacuum_threshold", value)
2363
+
2364
+ @property
2365
+ @pulumi.getter(name="bgwriterDelay")
2366
+ def bgwriter_delay(self) -> Optional[pulumi.Input[int]]:
2367
+ """
2368
+ Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200. Example: `200`.
2369
+ """
2370
+ return pulumi.get(self, "bgwriter_delay")
2371
+
2372
+ @bgwriter_delay.setter
2373
+ def bgwriter_delay(self, value: Optional[pulumi.Input[int]]):
2374
+ pulumi.set(self, "bgwriter_delay", value)
2375
+
2376
+ @property
2377
+ @pulumi.getter(name="bgwriterFlushAfter")
2378
+ def bgwriter_flush_after(self) -> Optional[pulumi.Input[int]]:
2379
+ """
2380
+ Whenever more than bgwriter*flush*after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is 512. Setting of 0 disables forced writeback. Example: `512`.
2381
+ """
2382
+ return pulumi.get(self, "bgwriter_flush_after")
2383
+
2384
+ @bgwriter_flush_after.setter
2385
+ def bgwriter_flush_after(self, value: Optional[pulumi.Input[int]]):
2386
+ pulumi.set(self, "bgwriter_flush_after", value)
2387
+
2388
+ @property
2389
+ @pulumi.getter(name="bgwriterLruMaxpages")
2390
+ def bgwriter_lru_maxpages(self) -> Optional[pulumi.Input[int]]:
2391
+ """
2392
+ In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is 100. Example: `100`.
2393
+ """
2394
+ return pulumi.get(self, "bgwriter_lru_maxpages")
2395
+
2396
+ @bgwriter_lru_maxpages.setter
2397
+ def bgwriter_lru_maxpages(self, value: Optional[pulumi.Input[int]]):
2398
+ pulumi.set(self, "bgwriter_lru_maxpages", value)
2399
+
2400
+ @property
2401
+ @pulumi.getter(name="bgwriterLruMultiplier")
2402
+ def bgwriter_lru_multiplier(self) -> Optional[pulumi.Input[float]]:
2403
+ """
2404
+ The average recent need for new buffers is multiplied by bgwriter*lru*multiplier to arrive at an estimate of the number that will be needed during the next round, (up to bgwriter*lru*maxpages). 1.0 represents a “just in time” policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is 2.0. Example: `2.0`.
2405
+ """
2406
+ return pulumi.get(self, "bgwriter_lru_multiplier")
2407
+
2408
+ @bgwriter_lru_multiplier.setter
2409
+ def bgwriter_lru_multiplier(self, value: Optional[pulumi.Input[float]]):
2410
+ pulumi.set(self, "bgwriter_lru_multiplier", value)
2411
+
2412
+ @property
2413
+ @pulumi.getter(name="deadlockTimeout")
2414
+ def deadlock_timeout(self) -> Optional[pulumi.Input[int]]:
2415
+ """
2416
+ This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. Example: `1000`.
2417
+ """
2418
+ return pulumi.get(self, "deadlock_timeout")
2419
+
2420
+ @deadlock_timeout.setter
2421
+ def deadlock_timeout(self, value: Optional[pulumi.Input[int]]):
2422
+ pulumi.set(self, "deadlock_timeout", value)
2423
+
2424
+ @property
2425
+ @pulumi.getter(name="defaultToastCompression")
2426
+ def default_toast_compression(self) -> Optional[pulumi.Input[str]]:
2427
+ """
2428
+ Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns (the default is lz4).
2429
+ """
2430
+ return pulumi.get(self, "default_toast_compression")
2431
+
2432
+ @default_toast_compression.setter
2433
+ def default_toast_compression(self, value: Optional[pulumi.Input[str]]):
2434
+ pulumi.set(self, "default_toast_compression", value)
2435
+
2436
+ @property
2437
+ @pulumi.getter(name="idleInTransactionSessionTimeout")
2438
+ def idle_in_transaction_session_timeout(self) -> Optional[pulumi.Input[int]]:
2439
+ """
2440
+ Time out sessions with open transactions after this number of milliseconds.
2441
+ """
2442
+ return pulumi.get(self, "idle_in_transaction_session_timeout")
2443
+
2444
+ @idle_in_transaction_session_timeout.setter
2445
+ def idle_in_transaction_session_timeout(self, value: Optional[pulumi.Input[int]]):
2446
+ pulumi.set(self, "idle_in_transaction_session_timeout", value)
2447
+
2448
+ @property
2449
+ @pulumi.getter
2450
+ def jit(self) -> Optional[pulumi.Input[bool]]:
2451
+ """
2452
+ Controls system-wide use of Just-in-Time Compilation (JIT).
2453
+ """
2454
+ return pulumi.get(self, "jit")
2455
+
2456
+ @jit.setter
2457
+ def jit(self, value: Optional[pulumi.Input[bool]]):
2458
+ pulumi.set(self, "jit", value)
2459
+
2460
+ @property
2461
+ @pulumi.getter(name="logAutovacuumMinDuration")
2462
+ def log_autovacuum_min_duration(self) -> Optional[pulumi.Input[int]]:
2463
+ """
2464
+ 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.
2465
+ """
2466
+ return pulumi.get(self, "log_autovacuum_min_duration")
2467
+
2468
+ @log_autovacuum_min_duration.setter
2469
+ def log_autovacuum_min_duration(self, value: Optional[pulumi.Input[int]]):
2470
+ pulumi.set(self, "log_autovacuum_min_duration", value)
2471
+
2472
+ @property
2473
+ @pulumi.getter(name="logErrorVerbosity")
2474
+ def log_error_verbosity(self) -> Optional[pulumi.Input[str]]:
2475
+ """
2476
+ Enum: `DEFAULT`, `TERSE`, `VERBOSE`. Controls the amount of detail written in the server log for each message that is logged.
2477
+ """
2478
+ return pulumi.get(self, "log_error_verbosity")
2479
+
2480
+ @log_error_verbosity.setter
2481
+ def log_error_verbosity(self, value: Optional[pulumi.Input[str]]):
2482
+ pulumi.set(self, "log_error_verbosity", value)
2483
+
2484
+ @property
2485
+ @pulumi.getter(name="logLinePrefix")
2486
+ def log_line_prefix(self) -> Optional[pulumi.Input[str]]:
2487
+ """
2488
+ 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.
2489
+ """
2490
+ return pulumi.get(self, "log_line_prefix")
2491
+
2492
+ @log_line_prefix.setter
2493
+ def log_line_prefix(self, value: Optional[pulumi.Input[str]]):
2494
+ pulumi.set(self, "log_line_prefix", value)
2495
+
2496
+ @property
2497
+ @pulumi.getter(name="logMinDurationStatement")
2498
+ def log_min_duration_statement(self) -> Optional[pulumi.Input[int]]:
2499
+ """
2500
+ Log statements that take more than this number of milliseconds to run, -1 disables.
2501
+ """
2502
+ return pulumi.get(self, "log_min_duration_statement")
2503
+
2504
+ @log_min_duration_statement.setter
2505
+ def log_min_duration_statement(self, value: Optional[pulumi.Input[int]]):
2506
+ pulumi.set(self, "log_min_duration_statement", value)
2507
+
2508
+ @property
2509
+ @pulumi.getter(name="logTempFiles")
2510
+ def log_temp_files(self) -> Optional[pulumi.Input[int]]:
2511
+ """
2512
+ Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
2513
+ """
2514
+ return pulumi.get(self, "log_temp_files")
2515
+
2516
+ @log_temp_files.setter
2517
+ def log_temp_files(self, value: Optional[pulumi.Input[int]]):
2518
+ pulumi.set(self, "log_temp_files", value)
2519
+
2520
+ @property
2521
+ @pulumi.getter(name="maxFilesPerProcess")
2522
+ def max_files_per_process(self) -> Optional[pulumi.Input[int]]:
2523
+ """
2524
+ PostgreSQL maximum number of files that can be open per process.
2525
+ """
2526
+ return pulumi.get(self, "max_files_per_process")
2527
+
2528
+ @max_files_per_process.setter
2529
+ def max_files_per_process(self, value: Optional[pulumi.Input[int]]):
2530
+ pulumi.set(self, "max_files_per_process", value)
2531
+
2532
+ @property
2533
+ @pulumi.getter(name="maxLocksPerTransaction")
2534
+ def max_locks_per_transaction(self) -> Optional[pulumi.Input[int]]:
2535
+ """
2536
+ PostgreSQL maximum locks per transaction.
2537
+ """
2538
+ return pulumi.get(self, "max_locks_per_transaction")
2539
+
2540
+ @max_locks_per_transaction.setter
2541
+ def max_locks_per_transaction(self, value: Optional[pulumi.Input[int]]):
2542
+ pulumi.set(self, "max_locks_per_transaction", value)
2543
+
2544
+ @property
2545
+ @pulumi.getter(name="maxLogicalReplicationWorkers")
2546
+ def max_logical_replication_workers(self) -> Optional[pulumi.Input[int]]:
2547
+ """
2548
+ PostgreSQL maximum logical replication workers (taken from the pool of max*parallel*workers).
2549
+ """
2550
+ return pulumi.get(self, "max_logical_replication_workers")
2551
+
2552
+ @max_logical_replication_workers.setter
2553
+ def max_logical_replication_workers(self, value: Optional[pulumi.Input[int]]):
2554
+ pulumi.set(self, "max_logical_replication_workers", value)
2555
+
2556
+ @property
2557
+ @pulumi.getter(name="maxParallelWorkers")
2558
+ def max_parallel_workers(self) -> Optional[pulumi.Input[int]]:
2559
+ """
2560
+ Sets the maximum number of workers that the system can support for parallel queries.
2561
+ """
2562
+ return pulumi.get(self, "max_parallel_workers")
2563
+
2564
+ @max_parallel_workers.setter
2565
+ def max_parallel_workers(self, value: Optional[pulumi.Input[int]]):
2566
+ pulumi.set(self, "max_parallel_workers", value)
2567
+
2568
+ @property
2569
+ @pulumi.getter(name="maxParallelWorkersPerGather")
2570
+ def max_parallel_workers_per_gather(self) -> Optional[pulumi.Input[int]]:
2571
+ """
2572
+ Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
2573
+ """
2574
+ return pulumi.get(self, "max_parallel_workers_per_gather")
2575
+
2576
+ @max_parallel_workers_per_gather.setter
2577
+ def max_parallel_workers_per_gather(self, value: Optional[pulumi.Input[int]]):
2578
+ pulumi.set(self, "max_parallel_workers_per_gather", value)
2579
+
2580
+ @property
2581
+ @pulumi.getter(name="maxPredLocksPerTransaction")
2582
+ def max_pred_locks_per_transaction(self) -> Optional[pulumi.Input[int]]:
2583
+ """
2584
+ PostgreSQL maximum predicate locks per transaction.
2585
+ """
2586
+ return pulumi.get(self, "max_pred_locks_per_transaction")
2587
+
2588
+ @max_pred_locks_per_transaction.setter
2589
+ def max_pred_locks_per_transaction(self, value: Optional[pulumi.Input[int]]):
2590
+ pulumi.set(self, "max_pred_locks_per_transaction", value)
2591
+
2592
+ @property
2593
+ @pulumi.getter(name="maxPreparedTransactions")
2594
+ def max_prepared_transactions(self) -> Optional[pulumi.Input[int]]:
2595
+ """
2596
+ PostgreSQL maximum prepared transactions.
2597
+ """
2598
+ return pulumi.get(self, "max_prepared_transactions")
2599
+
2600
+ @max_prepared_transactions.setter
2601
+ def max_prepared_transactions(self, value: Optional[pulumi.Input[int]]):
2602
+ pulumi.set(self, "max_prepared_transactions", value)
2603
+
2604
+ @property
2605
+ @pulumi.getter(name="maxReplicationSlots")
2606
+ def max_replication_slots(self) -> Optional[pulumi.Input[int]]:
2607
+ """
2608
+ PostgreSQL maximum replication slots.
2609
+ """
2610
+ return pulumi.get(self, "max_replication_slots")
2611
+
2612
+ @max_replication_slots.setter
2613
+ def max_replication_slots(self, value: Optional[pulumi.Input[int]]):
2614
+ pulumi.set(self, "max_replication_slots", value)
2615
+
2616
+ @property
2617
+ @pulumi.getter(name="maxSlotWalKeepSize")
2618
+ def max_slot_wal_keep_size(self) -> Optional[pulumi.Input[int]]:
2619
+ """
2620
+ PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is -1 (unlimited). wal*keep*size minimum WAL size setting takes precedence over this.
2621
+ """
2622
+ return pulumi.get(self, "max_slot_wal_keep_size")
2623
+
2624
+ @max_slot_wal_keep_size.setter
2625
+ def max_slot_wal_keep_size(self, value: Optional[pulumi.Input[int]]):
2626
+ pulumi.set(self, "max_slot_wal_keep_size", value)
2627
+
2628
+ @property
2629
+ @pulumi.getter(name="maxStackDepth")
2630
+ def max_stack_depth(self) -> Optional[pulumi.Input[int]]:
2631
+ """
2632
+ Maximum depth of the stack in bytes.
2633
+ """
2634
+ return pulumi.get(self, "max_stack_depth")
2635
+
2636
+ @max_stack_depth.setter
2637
+ def max_stack_depth(self, value: Optional[pulumi.Input[int]]):
2638
+ pulumi.set(self, "max_stack_depth", value)
2639
+
2640
+ @property
2641
+ @pulumi.getter(name="maxStandbyArchiveDelay")
2642
+ def max_standby_archive_delay(self) -> Optional[pulumi.Input[int]]:
2643
+ """
2644
+ Max standby archive delay in milliseconds.
2645
+ """
2646
+ return pulumi.get(self, "max_standby_archive_delay")
2647
+
2648
+ @max_standby_archive_delay.setter
2649
+ def max_standby_archive_delay(self, value: Optional[pulumi.Input[int]]):
2650
+ pulumi.set(self, "max_standby_archive_delay", value)
2651
+
2652
+ @property
2653
+ @pulumi.getter(name="maxStandbyStreamingDelay")
2654
+ def max_standby_streaming_delay(self) -> Optional[pulumi.Input[int]]:
2655
+ """
2656
+ Max standby streaming delay in milliseconds.
2657
+ """
2658
+ return pulumi.get(self, "max_standby_streaming_delay")
2659
+
2660
+ @max_standby_streaming_delay.setter
2661
+ def max_standby_streaming_delay(self, value: Optional[pulumi.Input[int]]):
2662
+ pulumi.set(self, "max_standby_streaming_delay", value)
2663
+
2664
+ @property
2665
+ @pulumi.getter(name="maxWalSenders")
2666
+ def max_wal_senders(self) -> Optional[pulumi.Input[int]]:
2667
+ """
2668
+ PostgreSQL maximum WAL senders.
2669
+ """
2670
+ return pulumi.get(self, "max_wal_senders")
2671
+
2672
+ @max_wal_senders.setter
2673
+ def max_wal_senders(self, value: Optional[pulumi.Input[int]]):
2674
+ pulumi.set(self, "max_wal_senders", value)
2675
+
2676
+ @property
2677
+ @pulumi.getter(name="maxWorkerProcesses")
2678
+ def max_worker_processes(self) -> Optional[pulumi.Input[int]]:
2679
+ """
2680
+ Sets the maximum number of background processes that the system can support.
2681
+ """
2682
+ return pulumi.get(self, "max_worker_processes")
2683
+
2684
+ @max_worker_processes.setter
2685
+ def max_worker_processes(self, value: Optional[pulumi.Input[int]]):
2686
+ pulumi.set(self, "max_worker_processes", value)
2687
+
2688
+ @property
2689
+ @pulumi.getter(name="passwordEncryption")
2690
+ def password_encryption(self) -> Optional[pulumi.Input[str]]:
2691
+ """
2692
+ Enum: `md5`, `scram-sha-256`. Chooses the algorithm for encrypting passwords. Default: `md5`.
2693
+ """
2694
+ return pulumi.get(self, "password_encryption")
2695
+
2696
+ @password_encryption.setter
2697
+ def password_encryption(self, value: Optional[pulumi.Input[str]]):
2698
+ pulumi.set(self, "password_encryption", value)
2699
+
2700
+ @property
2701
+ @pulumi.getter(name="pgPartmanBgwDotInterval")
2702
+ def pg_partman_bgw_dot_interval(self) -> Optional[pulumi.Input[int]]:
2703
+ """
2704
+ Sets the time interval to run pg_partman's scheduled tasks. Example: `3600`.
2705
+ """
2706
+ return pulumi.get(self, "pg_partman_bgw_dot_interval")
2707
+
2708
+ @pg_partman_bgw_dot_interval.setter
2709
+ def pg_partman_bgw_dot_interval(self, value: Optional[pulumi.Input[int]]):
2710
+ pulumi.set(self, "pg_partman_bgw_dot_interval", value)
2711
+
2712
+ @property
2713
+ @pulumi.getter(name="pgPartmanBgwDotRole")
2714
+ def pg_partman_bgw_dot_role(self) -> Optional[pulumi.Input[str]]:
2715
+ """
2716
+ Controls which role to use for pg_partman's scheduled background tasks. Example: `myrolename`.
2717
+ """
2718
+ return pulumi.get(self, "pg_partman_bgw_dot_role")
2719
+
2720
+ @pg_partman_bgw_dot_role.setter
2721
+ def pg_partman_bgw_dot_role(self, value: Optional[pulumi.Input[str]]):
2722
+ pulumi.set(self, "pg_partman_bgw_dot_role", value)
2723
+
2724
+ @property
2725
+ @pulumi.getter(name="pgStatStatementsDotTrack")
2726
+ def pg_stat_statements_dot_track(self) -> Optional[pulumi.Input[str]]:
2727
+ """
2728
+ 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.
2729
+ """
2730
+ return pulumi.get(self, "pg_stat_statements_dot_track")
2731
+
2732
+ @pg_stat_statements_dot_track.setter
2733
+ def pg_stat_statements_dot_track(self, value: Optional[pulumi.Input[str]]):
2734
+ pulumi.set(self, "pg_stat_statements_dot_track", value)
2735
+
2736
+ @property
2737
+ @pulumi.getter(name="tempFileLimit")
2738
+ def temp_file_limit(self) -> Optional[pulumi.Input[int]]:
2739
+ """
2740
+ PostgreSQL temporary file limit in KiB, -1 for unlimited. Example: `5000000`.
2741
+ """
2742
+ return pulumi.get(self, "temp_file_limit")
2743
+
2744
+ @temp_file_limit.setter
2745
+ def temp_file_limit(self, value: Optional[pulumi.Input[int]]):
2746
+ pulumi.set(self, "temp_file_limit", value)
2747
+
2748
+ @property
2749
+ @pulumi.getter
2750
+ def timezone(self) -> Optional[pulumi.Input[str]]:
2751
+ """
2752
+ PostgreSQL service timezone. Example: `Europe/Helsinki`.
2753
+ """
2754
+ return pulumi.get(self, "timezone")
2755
+
2756
+ @timezone.setter
2757
+ def timezone(self, value: Optional[pulumi.Input[str]]):
2758
+ pulumi.set(self, "timezone", value)
2759
+
2760
+ @property
2761
+ @pulumi.getter(name="trackActivityQuerySize")
2762
+ def track_activity_query_size(self) -> Optional[pulumi.Input[int]]:
2763
+ """
2764
+ Specifies the number of bytes reserved to track the currently executing command for each active session. Example: `1024`.
2765
+ """
2766
+ return pulumi.get(self, "track_activity_query_size")
2767
+
2768
+ @track_activity_query_size.setter
2769
+ def track_activity_query_size(self, value: Optional[pulumi.Input[int]]):
2770
+ pulumi.set(self, "track_activity_query_size", value)
2771
+
2772
+ @property
2773
+ @pulumi.getter(name="trackCommitTimestamp")
2774
+ def track_commit_timestamp(self) -> Optional[pulumi.Input[str]]:
2775
+ """
2776
+ Enum: `off`, `on`. Record commit time of transactions.
2777
+ """
2778
+ return pulumi.get(self, "track_commit_timestamp")
2779
+
2780
+ @track_commit_timestamp.setter
2781
+ def track_commit_timestamp(self, value: Optional[pulumi.Input[str]]):
2782
+ pulumi.set(self, "track_commit_timestamp", value)
2783
+
2784
+ @property
2785
+ @pulumi.getter(name="trackFunctions")
2786
+ def track_functions(self) -> Optional[pulumi.Input[str]]:
2787
+ """
2788
+ Enum: `all`, `none`, `pl`. Enables tracking of function call counts and time used.
2789
+ """
2790
+ return pulumi.get(self, "track_functions")
2791
+
2792
+ @track_functions.setter
2793
+ def track_functions(self, value: Optional[pulumi.Input[str]]):
2794
+ pulumi.set(self, "track_functions", value)
2795
+
2796
+ @property
2797
+ @pulumi.getter(name="trackIoTiming")
2798
+ def track_io_timing(self) -> Optional[pulumi.Input[str]]:
2799
+ """
2800
+ 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.
2801
+ """
2802
+ return pulumi.get(self, "track_io_timing")
2803
+
2804
+ @track_io_timing.setter
2805
+ def track_io_timing(self, value: Optional[pulumi.Input[str]]):
2806
+ pulumi.set(self, "track_io_timing", value)
2807
+
2808
+ @property
2809
+ @pulumi.getter(name="walSenderTimeout")
2810
+ def wal_sender_timeout(self) -> Optional[pulumi.Input[int]]:
2811
+ """
2812
+ 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`.
2813
+ """
2814
+ return pulumi.get(self, "wal_sender_timeout")
2815
+
2816
+ @wal_sender_timeout.setter
2817
+ def wal_sender_timeout(self, value: Optional[pulumi.Input[int]]):
2818
+ pulumi.set(self, "wal_sender_timeout", value)
2819
+
2820
+ @property
2821
+ @pulumi.getter(name="walWriterDelay")
2822
+ def wal_writer_delay(self) -> Optional[pulumi.Input[int]]:
2823
+ """
2824
+ WAL flush interval in milliseconds. Note that setting this value to lower than the default 200ms may negatively impact performance. Example: `50`.
2825
+ """
2826
+ return pulumi.get(self, "wal_writer_delay")
2827
+
2828
+ @wal_writer_delay.setter
2829
+ def wal_writer_delay(self, value: Optional[pulumi.Input[int]]):
2830
+ pulumi.set(self, "wal_writer_delay", value)
2831
+
2832
+
2833
+ if not MYPY:
2834
+ class AlloydbomniAlloydbomniUserConfigPgbouncerArgsDict(TypedDict):
2835
+ autodb_idle_timeout: NotRequired[pulumi.Input[int]]
2836
+ """
2837
+ If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. (seconds). Default: `3600`.
2838
+ """
2839
+ autodb_max_db_connections: NotRequired[pulumi.Input[int]]
2840
+ """
2841
+ Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited. Example: `0`.
2842
+ """
2843
+ autodb_pool_mode: NotRequired[pulumi.Input[str]]
2844
+ """
2845
+ Enum: `session`, `statement`, `transaction`. PGBouncer pool mode. Default: `transaction`.
2846
+ """
2847
+ autodb_pool_size: NotRequired[pulumi.Input[int]]
2848
+ """
2849
+ If non-zero then create automatically a pool of that size per user when a pool doesn't exist. Default: `0`.
2850
+ """
2851
+ ignore_startup_parameters: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2852
+ """
2853
+ List of parameters to ignore when given in startup packet.
2854
+ """
2855
+ max_prepared_statements: NotRequired[pulumi.Input[int]]
2856
+ """
2857
+ 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`.
2858
+ """
2859
+ min_pool_size: NotRequired[pulumi.Input[int]]
2860
+ """
2861
+ Add more server connections to pool if below this number. Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size. Default: `0`.
2862
+ """
2863
+ server_idle_timeout: NotRequired[pulumi.Input[int]]
2864
+ """
2865
+ If a server connection has been idle more than this many seconds it will be dropped. If 0 then timeout is disabled. (seconds). Default: `600`.
2866
+ """
2867
+ server_lifetime: NotRequired[pulumi.Input[int]]
2868
+ """
2869
+ The pooler will close an unused server connection that has been connected longer than this. (seconds). Default: `3600`.
2870
+ """
2871
+ server_reset_query_always: NotRequired[pulumi.Input[bool]]
2872
+ """
2873
+ Run server*reset*query (DISCARD ALL) in all pooling modes. Default: `false`.
2874
+ """
2875
+ elif False:
2876
+ AlloydbomniAlloydbomniUserConfigPgbouncerArgsDict: TypeAlias = Mapping[str, Any]
2877
+
2878
+ @pulumi.input_type
2879
+ class AlloydbomniAlloydbomniUserConfigPgbouncerArgs:
2880
+ def __init__(__self__, *,
2881
+ autodb_idle_timeout: Optional[pulumi.Input[int]] = None,
2882
+ autodb_max_db_connections: Optional[pulumi.Input[int]] = None,
2883
+ autodb_pool_mode: Optional[pulumi.Input[str]] = None,
2884
+ autodb_pool_size: Optional[pulumi.Input[int]] = None,
2885
+ ignore_startup_parameters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2886
+ max_prepared_statements: Optional[pulumi.Input[int]] = None,
2887
+ min_pool_size: Optional[pulumi.Input[int]] = None,
2888
+ server_idle_timeout: Optional[pulumi.Input[int]] = None,
2889
+ server_lifetime: Optional[pulumi.Input[int]] = None,
2890
+ server_reset_query_always: Optional[pulumi.Input[bool]] = None):
2891
+ """
2892
+ :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`.
2893
+ :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`.
2894
+ :param pulumi.Input[str] autodb_pool_mode: Enum: `session`, `statement`, `transaction`. PGBouncer pool mode. Default: `transaction`.
2895
+ :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`.
2896
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] ignore_startup_parameters: List of parameters to ignore when given in startup packet.
2897
+ :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`.
2898
+ :param pulumi.Input[int] min_pool_size: Add more server connections to pool if below this number. Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size. Default: `0`.
2899
+ :param pulumi.Input[int] server_idle_timeout: If a server connection has been idle more than this many seconds it will be dropped. If 0 then timeout is disabled. (seconds). Default: `600`.
2900
+ :param pulumi.Input[int] server_lifetime: The pooler will close an unused server connection that has been connected longer than this. (seconds). Default: `3600`.
2901
+ :param pulumi.Input[bool] server_reset_query_always: Run server*reset*query (DISCARD ALL) in all pooling modes. Default: `false`.
2902
+ """
2903
+ if autodb_idle_timeout is not None:
2904
+ pulumi.set(__self__, "autodb_idle_timeout", autodb_idle_timeout)
2905
+ if autodb_max_db_connections is not None:
2906
+ pulumi.set(__self__, "autodb_max_db_connections", autodb_max_db_connections)
2907
+ if autodb_pool_mode is not None:
2908
+ pulumi.set(__self__, "autodb_pool_mode", autodb_pool_mode)
2909
+ if autodb_pool_size is not None:
2910
+ pulumi.set(__self__, "autodb_pool_size", autodb_pool_size)
2911
+ if ignore_startup_parameters is not None:
2912
+ pulumi.set(__self__, "ignore_startup_parameters", ignore_startup_parameters)
2913
+ if max_prepared_statements is not None:
2914
+ pulumi.set(__self__, "max_prepared_statements", max_prepared_statements)
2915
+ if min_pool_size is not None:
2916
+ pulumi.set(__self__, "min_pool_size", min_pool_size)
2917
+ if server_idle_timeout is not None:
2918
+ pulumi.set(__self__, "server_idle_timeout", server_idle_timeout)
2919
+ if server_lifetime is not None:
2920
+ pulumi.set(__self__, "server_lifetime", server_lifetime)
2921
+ if server_reset_query_always is not None:
2922
+ pulumi.set(__self__, "server_reset_query_always", server_reset_query_always)
2923
+
2924
+ @property
2925
+ @pulumi.getter(name="autodbIdleTimeout")
2926
+ def autodb_idle_timeout(self) -> Optional[pulumi.Input[int]]:
2927
+ """
2928
+ If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. (seconds). Default: `3600`.
2929
+ """
2930
+ return pulumi.get(self, "autodb_idle_timeout")
2931
+
2932
+ @autodb_idle_timeout.setter
2933
+ def autodb_idle_timeout(self, value: Optional[pulumi.Input[int]]):
2934
+ pulumi.set(self, "autodb_idle_timeout", value)
2935
+
2936
+ @property
2937
+ @pulumi.getter(name="autodbMaxDbConnections")
2938
+ def autodb_max_db_connections(self) -> Optional[pulumi.Input[int]]:
2939
+ """
2940
+ Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited. Example: `0`.
2941
+ """
2942
+ return pulumi.get(self, "autodb_max_db_connections")
2943
+
2944
+ @autodb_max_db_connections.setter
2945
+ def autodb_max_db_connections(self, value: Optional[pulumi.Input[int]]):
2946
+ pulumi.set(self, "autodb_max_db_connections", value)
2947
+
2948
+ @property
2949
+ @pulumi.getter(name="autodbPoolMode")
2950
+ def autodb_pool_mode(self) -> Optional[pulumi.Input[str]]:
2951
+ """
2952
+ Enum: `session`, `statement`, `transaction`. PGBouncer pool mode. Default: `transaction`.
2953
+ """
2954
+ return pulumi.get(self, "autodb_pool_mode")
2955
+
2956
+ @autodb_pool_mode.setter
2957
+ def autodb_pool_mode(self, value: Optional[pulumi.Input[str]]):
2958
+ pulumi.set(self, "autodb_pool_mode", value)
2959
+
2960
+ @property
2961
+ @pulumi.getter(name="autodbPoolSize")
2962
+ def autodb_pool_size(self) -> Optional[pulumi.Input[int]]:
2963
+ """
2964
+ If non-zero then create automatically a pool of that size per user when a pool doesn't exist. Default: `0`.
2965
+ """
2966
+ return pulumi.get(self, "autodb_pool_size")
2967
+
2968
+ @autodb_pool_size.setter
2969
+ def autodb_pool_size(self, value: Optional[pulumi.Input[int]]):
2970
+ pulumi.set(self, "autodb_pool_size", value)
2971
+
2972
+ @property
2973
+ @pulumi.getter(name="ignoreStartupParameters")
2974
+ def ignore_startup_parameters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2975
+ """
2976
+ List of parameters to ignore when given in startup packet.
2977
+ """
2978
+ return pulumi.get(self, "ignore_startup_parameters")
2979
+
2980
+ @ignore_startup_parameters.setter
2981
+ def ignore_startup_parameters(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2982
+ pulumi.set(self, "ignore_startup_parameters", value)
2983
+
2984
+ @property
2985
+ @pulumi.getter(name="maxPreparedStatements")
2986
+ def max_prepared_statements(self) -> Optional[pulumi.Input[int]]:
2987
+ """
2988
+ 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`.
2989
+ """
2990
+ return pulumi.get(self, "max_prepared_statements")
2991
+
2992
+ @max_prepared_statements.setter
2993
+ def max_prepared_statements(self, value: Optional[pulumi.Input[int]]):
2994
+ pulumi.set(self, "max_prepared_statements", value)
2995
+
2996
+ @property
2997
+ @pulumi.getter(name="minPoolSize")
2998
+ def min_pool_size(self) -> Optional[pulumi.Input[int]]:
2999
+ """
3000
+ Add more server connections to pool if below this number. Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size. Default: `0`.
3001
+ """
3002
+ return pulumi.get(self, "min_pool_size")
3003
+
3004
+ @min_pool_size.setter
3005
+ def min_pool_size(self, value: Optional[pulumi.Input[int]]):
3006
+ pulumi.set(self, "min_pool_size", value)
3007
+
3008
+ @property
3009
+ @pulumi.getter(name="serverIdleTimeout")
3010
+ def server_idle_timeout(self) -> Optional[pulumi.Input[int]]:
3011
+ """
3012
+ If a server connection has been idle more than this many seconds it will be dropped. If 0 then timeout is disabled. (seconds). Default: `600`.
3013
+ """
3014
+ return pulumi.get(self, "server_idle_timeout")
3015
+
3016
+ @server_idle_timeout.setter
3017
+ def server_idle_timeout(self, value: Optional[pulumi.Input[int]]):
3018
+ pulumi.set(self, "server_idle_timeout", value)
3019
+
3020
+ @property
3021
+ @pulumi.getter(name="serverLifetime")
3022
+ def server_lifetime(self) -> Optional[pulumi.Input[int]]:
3023
+ """
3024
+ The pooler will close an unused server connection that has been connected longer than this. (seconds). Default: `3600`.
3025
+ """
3026
+ return pulumi.get(self, "server_lifetime")
3027
+
3028
+ @server_lifetime.setter
3029
+ def server_lifetime(self, value: Optional[pulumi.Input[int]]):
3030
+ pulumi.set(self, "server_lifetime", value)
3031
+
3032
+ @property
3033
+ @pulumi.getter(name="serverResetQueryAlways")
3034
+ def server_reset_query_always(self) -> Optional[pulumi.Input[bool]]:
3035
+ """
3036
+ Run server*reset*query (DISCARD ALL) in all pooling modes. Default: `false`.
3037
+ """
3038
+ return pulumi.get(self, "server_reset_query_always")
3039
+
3040
+ @server_reset_query_always.setter
3041
+ def server_reset_query_always(self, value: Optional[pulumi.Input[bool]]):
3042
+ pulumi.set(self, "server_reset_query_always", value)
3043
+
3044
+
3045
+ if not MYPY:
3046
+ class AlloydbomniAlloydbomniUserConfigPglookoutArgsDict(TypedDict):
3047
+ max_failover_replication_time_lag: NotRequired[pulumi.Input[int]]
3048
+ """
3049
+ Number of seconds of master unavailability before triggering database failover to standby. Default: `60`.
3050
+ """
3051
+ elif False:
3052
+ AlloydbomniAlloydbomniUserConfigPglookoutArgsDict: TypeAlias = Mapping[str, Any]
3053
+
3054
+ @pulumi.input_type
3055
+ class AlloydbomniAlloydbomniUserConfigPglookoutArgs:
3056
+ def __init__(__self__, *,
3057
+ max_failover_replication_time_lag: Optional[pulumi.Input[int]] = None):
3058
+ """
3059
+ :param pulumi.Input[int] max_failover_replication_time_lag: Number of seconds of master unavailability before triggering database failover to standby. Default: `60`.
3060
+ """
3061
+ if max_failover_replication_time_lag is not None:
3062
+ pulumi.set(__self__, "max_failover_replication_time_lag", max_failover_replication_time_lag)
3063
+
3064
+ @property
3065
+ @pulumi.getter(name="maxFailoverReplicationTimeLag")
3066
+ def max_failover_replication_time_lag(self) -> Optional[pulumi.Input[int]]:
3067
+ """
3068
+ Number of seconds of master unavailability before triggering database failover to standby. Default: `60`.
3069
+ """
3070
+ return pulumi.get(self, "max_failover_replication_time_lag")
3071
+
3072
+ @max_failover_replication_time_lag.setter
3073
+ def max_failover_replication_time_lag(self, value: Optional[pulumi.Input[int]]):
3074
+ pulumi.set(self, "max_failover_replication_time_lag", value)
3075
+
3076
+
3077
+ if not MYPY:
3078
+ class AlloydbomniAlloydbomniUserConfigPrivateAccessArgsDict(TypedDict):
3079
+ pg: NotRequired[pulumi.Input[bool]]
3080
+ """
3081
+ Allow clients to connect to pg with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
3082
+ """
3083
+ pgbouncer: NotRequired[pulumi.Input[bool]]
3084
+ """
3085
+ Allow clients to connect to pgbouncer with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
3086
+ """
3087
+ prometheus: NotRequired[pulumi.Input[bool]]
3088
+ """
3089
+ Allow clients to connect to prometheus with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
3090
+ """
3091
+ elif False:
3092
+ AlloydbomniAlloydbomniUserConfigPrivateAccessArgsDict: TypeAlias = Mapping[str, Any]
3093
+
3094
+ @pulumi.input_type
3095
+ class AlloydbomniAlloydbomniUserConfigPrivateAccessArgs:
3096
+ def __init__(__self__, *,
3097
+ pg: Optional[pulumi.Input[bool]] = None,
3098
+ pgbouncer: Optional[pulumi.Input[bool]] = None,
3099
+ prometheus: Optional[pulumi.Input[bool]] = None):
3100
+ """
3101
+ :param pulumi.Input[bool] pg: Allow clients to connect to pg with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
3102
+ :param pulumi.Input[bool] pgbouncer: Allow clients to connect to pgbouncer with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
3103
+ :param pulumi.Input[bool] prometheus: Allow clients to connect to prometheus with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
3104
+ """
3105
+ if pg is not None:
3106
+ pulumi.set(__self__, "pg", pg)
3107
+ if pgbouncer is not None:
3108
+ pulumi.set(__self__, "pgbouncer", pgbouncer)
3109
+ if prometheus is not None:
3110
+ pulumi.set(__self__, "prometheus", prometheus)
3111
+
3112
+ @property
3113
+ @pulumi.getter
3114
+ def pg(self) -> Optional[pulumi.Input[bool]]:
3115
+ """
3116
+ Allow clients to connect to pg with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
3117
+ """
3118
+ return pulumi.get(self, "pg")
3119
+
3120
+ @pg.setter
3121
+ def pg(self, value: Optional[pulumi.Input[bool]]):
3122
+ pulumi.set(self, "pg", value)
3123
+
3124
+ @property
3125
+ @pulumi.getter
3126
+ def pgbouncer(self) -> Optional[pulumi.Input[bool]]:
3127
+ """
3128
+ Allow clients to connect to pgbouncer with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
3129
+ """
3130
+ return pulumi.get(self, "pgbouncer")
3131
+
3132
+ @pgbouncer.setter
3133
+ def pgbouncer(self, value: Optional[pulumi.Input[bool]]):
3134
+ pulumi.set(self, "pgbouncer", value)
3135
+
3136
+ @property
3137
+ @pulumi.getter
3138
+ def prometheus(self) -> Optional[pulumi.Input[bool]]:
3139
+ """
3140
+ Allow clients to connect to prometheus with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
3141
+ """
3142
+ return pulumi.get(self, "prometheus")
3143
+
3144
+ @prometheus.setter
3145
+ def prometheus(self, value: Optional[pulumi.Input[bool]]):
3146
+ pulumi.set(self, "prometheus", value)
3147
+
3148
+
3149
+ if not MYPY:
3150
+ class AlloydbomniAlloydbomniUserConfigPrivatelinkAccessArgsDict(TypedDict):
3151
+ pg: NotRequired[pulumi.Input[bool]]
3152
+ """
3153
+ Enable pg.
3154
+ """
3155
+ pgbouncer: NotRequired[pulumi.Input[bool]]
3156
+ """
3157
+ Enable pgbouncer.
3158
+ """
3159
+ prometheus: NotRequired[pulumi.Input[bool]]
3160
+ """
3161
+ Enable prometheus.
3162
+ """
3163
+ elif False:
3164
+ AlloydbomniAlloydbomniUserConfigPrivatelinkAccessArgsDict: TypeAlias = Mapping[str, Any]
3165
+
3166
+ @pulumi.input_type
3167
+ class AlloydbomniAlloydbomniUserConfigPrivatelinkAccessArgs:
3168
+ def __init__(__self__, *,
3169
+ pg: Optional[pulumi.Input[bool]] = None,
3170
+ pgbouncer: Optional[pulumi.Input[bool]] = None,
3171
+ prometheus: Optional[pulumi.Input[bool]] = None):
3172
+ """
3173
+ :param pulumi.Input[bool] pg: Enable pg.
3174
+ :param pulumi.Input[bool] pgbouncer: Enable pgbouncer.
3175
+ :param pulumi.Input[bool] prometheus: Enable prometheus.
3176
+ """
3177
+ if pg is not None:
3178
+ pulumi.set(__self__, "pg", pg)
3179
+ if pgbouncer is not None:
3180
+ pulumi.set(__self__, "pgbouncer", pgbouncer)
3181
+ if prometheus is not None:
3182
+ pulumi.set(__self__, "prometheus", prometheus)
3183
+
3184
+ @property
3185
+ @pulumi.getter
3186
+ def pg(self) -> Optional[pulumi.Input[bool]]:
3187
+ """
3188
+ Enable pg.
3189
+ """
3190
+ return pulumi.get(self, "pg")
3191
+
3192
+ @pg.setter
3193
+ def pg(self, value: Optional[pulumi.Input[bool]]):
3194
+ pulumi.set(self, "pg", value)
3195
+
3196
+ @property
3197
+ @pulumi.getter
3198
+ def pgbouncer(self) -> Optional[pulumi.Input[bool]]:
3199
+ """
3200
+ Enable pgbouncer.
3201
+ """
3202
+ return pulumi.get(self, "pgbouncer")
3203
+
3204
+ @pgbouncer.setter
3205
+ def pgbouncer(self, value: Optional[pulumi.Input[bool]]):
3206
+ pulumi.set(self, "pgbouncer", value)
3207
+
3208
+ @property
3209
+ @pulumi.getter
3210
+ def prometheus(self) -> Optional[pulumi.Input[bool]]:
3211
+ """
3212
+ Enable prometheus.
3213
+ """
3214
+ return pulumi.get(self, "prometheus")
3215
+
3216
+ @prometheus.setter
3217
+ def prometheus(self, value: Optional[pulumi.Input[bool]]):
3218
+ pulumi.set(self, "prometheus", value)
3219
+
3220
+
3221
+ if not MYPY:
3222
+ class AlloydbomniAlloydbomniUserConfigPublicAccessArgsDict(TypedDict):
3223
+ pg: NotRequired[pulumi.Input[bool]]
3224
+ """
3225
+ Allow clients to connect to pg from the public internet for service nodes that are in a project VPC or another type of private network.
3226
+ """
3227
+ pgbouncer: NotRequired[pulumi.Input[bool]]
3228
+ """
3229
+ Allow clients to connect to pgbouncer from the public internet for service nodes that are in a project VPC or another type of private network.
3230
+ """
3231
+ prometheus: NotRequired[pulumi.Input[bool]]
3232
+ """
3233
+ Allow clients to connect to prometheus from the public internet for service nodes that are in a project VPC or another type of private network.
3234
+ """
3235
+ elif False:
3236
+ AlloydbomniAlloydbomniUserConfigPublicAccessArgsDict: TypeAlias = Mapping[str, Any]
3237
+
3238
+ @pulumi.input_type
3239
+ class AlloydbomniAlloydbomniUserConfigPublicAccessArgs:
3240
+ def __init__(__self__, *,
3241
+ pg: Optional[pulumi.Input[bool]] = None,
3242
+ pgbouncer: Optional[pulumi.Input[bool]] = None,
3243
+ prometheus: Optional[pulumi.Input[bool]] = None):
3244
+ """
3245
+ :param pulumi.Input[bool] pg: Allow clients to connect to pg from the public internet for service nodes that are in a project VPC or another type of private network.
3246
+ :param pulumi.Input[bool] pgbouncer: Allow clients to connect to pgbouncer from the public internet for service nodes that are in a project VPC or another type of private network.
3247
+ :param pulumi.Input[bool] prometheus: Allow clients to connect to prometheus from the public internet for service nodes that are in a project VPC or another type of private network.
3248
+ """
3249
+ if pg is not None:
3250
+ pulumi.set(__self__, "pg", pg)
3251
+ if pgbouncer is not None:
3252
+ pulumi.set(__self__, "pgbouncer", pgbouncer)
3253
+ if prometheus is not None:
3254
+ pulumi.set(__self__, "prometheus", prometheus)
3255
+
3256
+ @property
3257
+ @pulumi.getter
3258
+ def pg(self) -> Optional[pulumi.Input[bool]]:
3259
+ """
3260
+ Allow clients to connect to pg from the public internet for service nodes that are in a project VPC or another type of private network.
3261
+ """
3262
+ return pulumi.get(self, "pg")
3263
+
3264
+ @pg.setter
3265
+ def pg(self, value: Optional[pulumi.Input[bool]]):
3266
+ pulumi.set(self, "pg", value)
3267
+
3268
+ @property
3269
+ @pulumi.getter
3270
+ def pgbouncer(self) -> Optional[pulumi.Input[bool]]:
3271
+ """
3272
+ Allow clients to connect to pgbouncer from the public internet for service nodes that are in a project VPC or another type of private network.
3273
+ """
3274
+ return pulumi.get(self, "pgbouncer")
3275
+
3276
+ @pgbouncer.setter
3277
+ def pgbouncer(self, value: Optional[pulumi.Input[bool]]):
3278
+ pulumi.set(self, "pgbouncer", value)
3279
+
3280
+ @property
3281
+ @pulumi.getter
3282
+ def prometheus(self) -> Optional[pulumi.Input[bool]]:
3283
+ """
3284
+ Allow clients to connect to prometheus from the public internet for service nodes that are in a project VPC or another type of private network.
3285
+ """
3286
+ return pulumi.get(self, "prometheus")
3287
+
3288
+ @prometheus.setter
3289
+ def prometheus(self, value: Optional[pulumi.Input[bool]]):
3290
+ pulumi.set(self, "prometheus", value)
3291
+
3292
+
3293
+ if not MYPY:
3294
+ class AlloydbomniComponentArgsDict(TypedDict):
3295
+ component: NotRequired[pulumi.Input[str]]
3296
+ """
3297
+ Service component name
3298
+ """
3299
+ connection_uri: NotRequired[pulumi.Input[str]]
3300
+ """
3301
+ Connection info for connecting to the service component. This is a combination of host and port.
3302
+ """
3303
+ host: NotRequired[pulumi.Input[str]]
3304
+ """
3305
+ Host name for connecting to the service component
3306
+ """
3307
+ kafka_authentication_method: NotRequired[pulumi.Input[str]]
3308
+ """
3309
+ Kafka authentication method. This is a value specific to the 'kafka' service component
3310
+ """
3311
+ port: NotRequired[pulumi.Input[int]]
3312
+ """
3313
+ Port number for connecting to the service component
3314
+ """
3315
+ route: NotRequired[pulumi.Input[str]]
3316
+ """
3317
+ Network access route
3318
+ """
3319
+ ssl: NotRequired[pulumi.Input[bool]]
3320
+ """
3321
+ Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
3322
+ """
3323
+ usage: NotRequired[pulumi.Input[str]]
3324
+ """
3325
+ DNS usage name
3326
+ """
3327
+ elif False:
3328
+ AlloydbomniComponentArgsDict: TypeAlias = Mapping[str, Any]
3329
+
3330
+ @pulumi.input_type
3331
+ class AlloydbomniComponentArgs:
3332
+ def __init__(__self__, *,
3333
+ component: Optional[pulumi.Input[str]] = None,
3334
+ connection_uri: Optional[pulumi.Input[str]] = None,
3335
+ host: Optional[pulumi.Input[str]] = None,
3336
+ kafka_authentication_method: Optional[pulumi.Input[str]] = None,
3337
+ port: Optional[pulumi.Input[int]] = None,
3338
+ route: Optional[pulumi.Input[str]] = None,
3339
+ ssl: Optional[pulumi.Input[bool]] = None,
3340
+ usage: Optional[pulumi.Input[str]] = None):
3341
+ """
3342
+ :param pulumi.Input[str] component: Service component name
3343
+ :param pulumi.Input[str] connection_uri: Connection info for connecting to the service component. This is a combination of host and port.
3344
+ :param pulumi.Input[str] host: Host name for connecting to the service component
3345
+ :param pulumi.Input[str] kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component
3346
+ :param pulumi.Input[int] port: Port number for connecting to the service component
3347
+ :param pulumi.Input[str] route: Network access route
3348
+ :param pulumi.Input[bool] ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
3349
+ :param pulumi.Input[str] usage: DNS usage name
3350
+ """
3351
+ if component is not None:
3352
+ pulumi.set(__self__, "component", component)
3353
+ if connection_uri is not None:
3354
+ pulumi.set(__self__, "connection_uri", connection_uri)
3355
+ if host is not None:
3356
+ pulumi.set(__self__, "host", host)
3357
+ if kafka_authentication_method is not None:
3358
+ pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
3359
+ if port is not None:
3360
+ pulumi.set(__self__, "port", port)
3361
+ if route is not None:
3362
+ pulumi.set(__self__, "route", route)
3363
+ if ssl is not None:
3364
+ pulumi.set(__self__, "ssl", ssl)
3365
+ if usage is not None:
3366
+ pulumi.set(__self__, "usage", usage)
3367
+
3368
+ @property
3369
+ @pulumi.getter
3370
+ def component(self) -> Optional[pulumi.Input[str]]:
3371
+ """
3372
+ Service component name
3373
+ """
3374
+ return pulumi.get(self, "component")
3375
+
3376
+ @component.setter
3377
+ def component(self, value: Optional[pulumi.Input[str]]):
3378
+ pulumi.set(self, "component", value)
3379
+
3380
+ @property
3381
+ @pulumi.getter(name="connectionUri")
3382
+ def connection_uri(self) -> Optional[pulumi.Input[str]]:
3383
+ """
3384
+ Connection info for connecting to the service component. This is a combination of host and port.
3385
+ """
3386
+ return pulumi.get(self, "connection_uri")
3387
+
3388
+ @connection_uri.setter
3389
+ def connection_uri(self, value: Optional[pulumi.Input[str]]):
3390
+ pulumi.set(self, "connection_uri", value)
3391
+
3392
+ @property
3393
+ @pulumi.getter
3394
+ def host(self) -> Optional[pulumi.Input[str]]:
3395
+ """
3396
+ Host name for connecting to the service component
3397
+ """
3398
+ return pulumi.get(self, "host")
3399
+
3400
+ @host.setter
3401
+ def host(self, value: Optional[pulumi.Input[str]]):
3402
+ pulumi.set(self, "host", value)
3403
+
3404
+ @property
3405
+ @pulumi.getter(name="kafkaAuthenticationMethod")
3406
+ def kafka_authentication_method(self) -> Optional[pulumi.Input[str]]:
3407
+ """
3408
+ Kafka authentication method. This is a value specific to the 'kafka' service component
3409
+ """
3410
+ return pulumi.get(self, "kafka_authentication_method")
3411
+
3412
+ @kafka_authentication_method.setter
3413
+ def kafka_authentication_method(self, value: Optional[pulumi.Input[str]]):
3414
+ pulumi.set(self, "kafka_authentication_method", value)
3415
+
3416
+ @property
3417
+ @pulumi.getter
3418
+ def port(self) -> Optional[pulumi.Input[int]]:
3419
+ """
3420
+ Port number for connecting to the service component
3421
+ """
3422
+ return pulumi.get(self, "port")
3423
+
3424
+ @port.setter
3425
+ def port(self, value: Optional[pulumi.Input[int]]):
3426
+ pulumi.set(self, "port", value)
3427
+
3428
+ @property
3429
+ @pulumi.getter
3430
+ def route(self) -> Optional[pulumi.Input[str]]:
3431
+ """
3432
+ Network access route
3433
+ """
3434
+ return pulumi.get(self, "route")
3435
+
3436
+ @route.setter
3437
+ def route(self, value: Optional[pulumi.Input[str]]):
3438
+ pulumi.set(self, "route", value)
3439
+
3440
+ @property
3441
+ @pulumi.getter
3442
+ def ssl(self) -> Optional[pulumi.Input[bool]]:
3443
+ """
3444
+ Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
3445
+ """
3446
+ return pulumi.get(self, "ssl")
3447
+
3448
+ @ssl.setter
3449
+ def ssl(self, value: Optional[pulumi.Input[bool]]):
3450
+ pulumi.set(self, "ssl", value)
3451
+
3452
+ @property
3453
+ @pulumi.getter
3454
+ def usage(self) -> Optional[pulumi.Input[str]]:
3455
+ """
3456
+ DNS usage name
3457
+ """
3458
+ return pulumi.get(self, "usage")
3459
+
3460
+ @usage.setter
3461
+ def usage(self, value: Optional[pulumi.Input[str]]):
3462
+ pulumi.set(self, "usage", value)
3463
+
3464
+
3465
+ if not MYPY:
3466
+ class AlloydbomniServiceIntegrationArgsDict(TypedDict):
3467
+ integration_type: pulumi.Input[str]
3468
+ """
3469
+ Type of the service integration. The possible value is `read_replica`.
3470
+ """
3471
+ source_service_name: pulumi.Input[str]
3472
+ """
3473
+ Name of the source service
3474
+ """
3475
+ elif False:
3476
+ AlloydbomniServiceIntegrationArgsDict: TypeAlias = Mapping[str, Any]
3477
+
3478
+ @pulumi.input_type
3479
+ class AlloydbomniServiceIntegrationArgs:
3480
+ def __init__(__self__, *,
3481
+ integration_type: pulumi.Input[str],
3482
+ source_service_name: pulumi.Input[str]):
3483
+ """
3484
+ :param pulumi.Input[str] integration_type: Type of the service integration. The possible value is `read_replica`.
3485
+ :param pulumi.Input[str] source_service_name: Name of the source service
3486
+ """
3487
+ pulumi.set(__self__, "integration_type", integration_type)
3488
+ pulumi.set(__self__, "source_service_name", source_service_name)
3489
+
3490
+ @property
3491
+ @pulumi.getter(name="integrationType")
3492
+ def integration_type(self) -> pulumi.Input[str]:
3493
+ """
3494
+ Type of the service integration. The possible value is `read_replica`.
3495
+ """
3496
+ return pulumi.get(self, "integration_type")
3497
+
3498
+ @integration_type.setter
3499
+ def integration_type(self, value: pulumi.Input[str]):
3500
+ pulumi.set(self, "integration_type", value)
3501
+
3502
+ @property
3503
+ @pulumi.getter(name="sourceServiceName")
3504
+ def source_service_name(self) -> pulumi.Input[str]:
3505
+ """
3506
+ Name of the source service
3507
+ """
3508
+ return pulumi.get(self, "source_service_name")
3509
+
3510
+ @source_service_name.setter
3511
+ def source_service_name(self, value: pulumi.Input[str]):
3512
+ pulumi.set(self, "source_service_name", value)
3513
+
3514
+
3515
+ if not MYPY:
3516
+ class AlloydbomniTagArgsDict(TypedDict):
3517
+ key: pulumi.Input[str]
3518
+ """
3519
+ Service tag key
3520
+ """
3521
+ value: pulumi.Input[str]
3522
+ """
3523
+ Service tag value
3524
+ """
3525
+ elif False:
3526
+ AlloydbomniTagArgsDict: TypeAlias = Mapping[str, Any]
3527
+
3528
+ @pulumi.input_type
3529
+ class AlloydbomniTagArgs:
3530
+ def __init__(__self__, *,
3531
+ key: pulumi.Input[str],
3532
+ value: pulumi.Input[str]):
3533
+ """
3534
+ :param pulumi.Input[str] key: Service tag key
3535
+ :param pulumi.Input[str] value: Service tag value
3536
+ """
3537
+ pulumi.set(__self__, "key", key)
3538
+ pulumi.set(__self__, "value", value)
3539
+
3540
+ @property
3541
+ @pulumi.getter
3542
+ def key(self) -> pulumi.Input[str]:
3543
+ """
3544
+ Service tag key
3545
+ """
3546
+ return pulumi.get(self, "key")
3547
+
3548
+ @key.setter
3549
+ def key(self, value: pulumi.Input[str]):
3550
+ pulumi.set(self, "key", value)
3551
+
3552
+ @property
3553
+ @pulumi.getter
3554
+ def value(self) -> pulumi.Input[str]:
3555
+ """
3556
+ Service tag value
3557
+ """
3558
+ return pulumi.get(self, "value")
3559
+
3560
+ @value.setter
3561
+ def value(self, value: pulumi.Input[str]):
3562
+ pulumi.set(self, "value", value)
3563
+
3564
+
3565
+ if not MYPY:
3566
+ class AlloydbomniTechEmailArgsDict(TypedDict):
3567
+ email: pulumi.Input[str]
3568
+ """
3569
+ An email address to contact for technical issues
3570
+ """
3571
+ elif False:
3572
+ AlloydbomniTechEmailArgsDict: TypeAlias = Mapping[str, Any]
3573
+
3574
+ @pulumi.input_type
3575
+ class AlloydbomniTechEmailArgs:
3576
+ def __init__(__self__, *,
3577
+ email: pulumi.Input[str]):
3578
+ """
3579
+ :param pulumi.Input[str] email: An email address to contact for technical issues
3580
+ """
3581
+ pulumi.set(__self__, "email", email)
3582
+
3583
+ @property
3584
+ @pulumi.getter
3585
+ def email(self) -> pulumi.Input[str]:
3586
+ """
3587
+ An email address to contact for technical issues
3588
+ """
3589
+ return pulumi.get(self, "email")
3590
+
3591
+ @email.setter
3592
+ def email(self, value: pulumi.Input[str]):
3593
+ pulumi.set(self, "email", value)
3594
+
3595
+
726
3596
  if not MYPY:
727
3597
  class CassandraCassandraArgsDict(TypedDict):
728
3598
  uris: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
@@ -1494,7 +4364,7 @@ if not MYPY:
1494
4364
  class CassandraServiceIntegrationArgsDict(TypedDict):
1495
4365
  integration_type: pulumi.Input[str]
1496
4366
  """
1497
- Type of the service integration. The only supported value at the moment is `read_replica`
4367
+ Type of the service integration
1498
4368
  """
1499
4369
  source_service_name: pulumi.Input[str]
1500
4370
  """
@@ -1509,7 +4379,7 @@ class CassandraServiceIntegrationArgs:
1509
4379
  integration_type: pulumi.Input[str],
1510
4380
  source_service_name: pulumi.Input[str]):
1511
4381
  """
1512
- :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
4382
+ :param pulumi.Input[str] integration_type: Type of the service integration
1513
4383
  :param pulumi.Input[str] source_service_name: Name of the source service
1514
4384
  """
1515
4385
  pulumi.set(__self__, "integration_type", integration_type)
@@ -1519,7 +4389,7 @@ class CassandraServiceIntegrationArgs:
1519
4389
  @pulumi.getter(name="integrationType")
1520
4390
  def integration_type(self) -> pulumi.Input[str]:
1521
4391
  """
1522
- Type of the service integration. The only supported value at the moment is `read_replica`
4392
+ Type of the service integration
1523
4393
  """
1524
4394
  return pulumi.get(self, "integration_type")
1525
4395
 
@@ -2559,11 +5429,11 @@ if not MYPY:
2559
5429
  class ClickhouseServiceIntegrationArgsDict(TypedDict):
2560
5430
  integration_type: pulumi.Input[str]
2561
5431
  """
2562
- Type of the service integration. Supported integrations are `clickhouse_kafka` and `clickhouse_postgresql`.
5432
+ Type of the service integration
2563
5433
  """
2564
5434
  source_service_name: pulumi.Input[str]
2565
5435
  """
2566
- Name of the source service.
5436
+ Name of the source service
2567
5437
  """
2568
5438
  elif False:
2569
5439
  ClickhouseServiceIntegrationArgsDict: TypeAlias = Mapping[str, Any]
@@ -2574,8 +5444,8 @@ class ClickhouseServiceIntegrationArgs:
2574
5444
  integration_type: pulumi.Input[str],
2575
5445
  source_service_name: pulumi.Input[str]):
2576
5446
  """
2577
- :param pulumi.Input[str] integration_type: Type of the service integration. Supported integrations are `clickhouse_kafka` and `clickhouse_postgresql`.
2578
- :param pulumi.Input[str] source_service_name: Name of the source service.
5447
+ :param pulumi.Input[str] integration_type: Type of the service integration
5448
+ :param pulumi.Input[str] source_service_name: Name of the source service
2579
5449
  """
2580
5450
  pulumi.set(__self__, "integration_type", integration_type)
2581
5451
  pulumi.set(__self__, "source_service_name", source_service_name)
@@ -2584,7 +5454,7 @@ class ClickhouseServiceIntegrationArgs:
2584
5454
  @pulumi.getter(name="integrationType")
2585
5455
  def integration_type(self) -> pulumi.Input[str]:
2586
5456
  """
2587
- Type of the service integration. Supported integrations are `clickhouse_kafka` and `clickhouse_postgresql`.
5457
+ Type of the service integration
2588
5458
  """
2589
5459
  return pulumi.get(self, "integration_type")
2590
5460
 
@@ -2596,7 +5466,7 @@ class ClickhouseServiceIntegrationArgs:
2596
5466
  @pulumi.getter(name="sourceServiceName")
2597
5467
  def source_service_name(self) -> pulumi.Input[str]:
2598
5468
  """
2599
- Name of the source service.
5469
+ Name of the source service
2600
5470
  """
2601
5471
  return pulumi.get(self, "source_service_name")
2602
5472
 
@@ -3667,7 +6537,7 @@ if not MYPY:
3667
6537
  class DragonflyServiceIntegrationArgsDict(TypedDict):
3668
6538
  integration_type: pulumi.Input[str]
3669
6539
  """
3670
- Type of the service integration. The only supported value at the moment is `read_replica`
6540
+ Type of the service integration
3671
6541
  """
3672
6542
  source_service_name: pulumi.Input[str]
3673
6543
  """
@@ -3682,7 +6552,7 @@ class DragonflyServiceIntegrationArgs:
3682
6552
  integration_type: pulumi.Input[str],
3683
6553
  source_service_name: pulumi.Input[str]):
3684
6554
  """
3685
- :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
6555
+ :param pulumi.Input[str] integration_type: Type of the service integration
3686
6556
  :param pulumi.Input[str] source_service_name: Name of the source service
3687
6557
  """
3688
6558
  pulumi.set(__self__, "integration_type", integration_type)
@@ -3692,7 +6562,7 @@ class DragonflyServiceIntegrationArgs:
3692
6562
  @pulumi.getter(name="integrationType")
3693
6563
  def integration_type(self) -> pulumi.Input[str]:
3694
6564
  """
3695
- Type of the service integration. The only supported value at the moment is `read_replica`
6565
+ Type of the service integration
3696
6566
  """
3697
6567
  return pulumi.get(self, "integration_type")
3698
6568
 
@@ -4108,7 +6978,7 @@ if not MYPY:
4108
6978
  """
4109
6979
  flink_version: NotRequired[pulumi.Input[str]]
4110
6980
  """
4111
- Enum: `1.16`, `1.19`, and newer. Flink major version.
6981
+ Enum: `1.16`, `1.19`, `1.20`, and newer. Flink major version.
4112
6982
  """
4113
6983
  ip_filter_objects: NotRequired[pulumi.Input[Sequence[pulumi.Input['FlinkFlinkUserConfigIpFilterObjectArgsDict']]]]
4114
6984
  """
@@ -4170,7 +7040,7 @@ class FlinkFlinkUserConfigArgs:
4170
7040
  static_ips: Optional[pulumi.Input[bool]] = None):
4171
7041
  """
4172
7042
  :param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
4173
- :param pulumi.Input[str] flink_version: Enum: `1.16`, `1.19`, and newer. Flink major version.
7043
+ :param pulumi.Input[str] flink_version: Enum: `1.16`, `1.19`, `1.20`, and newer. Flink major version.
4174
7044
  :param pulumi.Input[Sequence[pulumi.Input['FlinkFlinkUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
4175
7045
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
4176
7046
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
@@ -4230,7 +7100,7 @@ class FlinkFlinkUserConfigArgs:
4230
7100
  @pulumi.getter(name="flinkVersion")
4231
7101
  def flink_version(self) -> Optional[pulumi.Input[str]]:
4232
7102
  """
4233
- Enum: `1.16`, `1.19`, and newer. Flink major version.
7103
+ Enum: `1.16`, `1.19`, `1.20`, and newer. Flink major version.
4234
7104
  """
4235
7105
  return pulumi.get(self, "flink_version")
4236
7106
 
@@ -4499,7 +7369,7 @@ if not MYPY:
4499
7369
  class FlinkServiceIntegrationArgsDict(TypedDict):
4500
7370
  integration_type: pulumi.Input[str]
4501
7371
  """
4502
- Type of the service integration. The only supported value at the moment is `read_replica`
7372
+ Type of the service integration
4503
7373
  """
4504
7374
  source_service_name: pulumi.Input[str]
4505
7375
  """
@@ -4514,7 +7384,7 @@ class FlinkServiceIntegrationArgs:
4514
7384
  integration_type: pulumi.Input[str],
4515
7385
  source_service_name: pulumi.Input[str]):
4516
7386
  """
4517
- :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
7387
+ :param pulumi.Input[str] integration_type: Type of the service integration
4518
7388
  :param pulumi.Input[str] source_service_name: Name of the source service
4519
7389
  """
4520
7390
  pulumi.set(__self__, "integration_type", integration_type)
@@ -4524,7 +7394,7 @@ class FlinkServiceIntegrationArgs:
4524
7394
  @pulumi.getter(name="integrationType")
4525
7395
  def integration_type(self) -> pulumi.Input[str]:
4526
7396
  """
4527
- Type of the service integration. The only supported value at the moment is `read_replica`
7397
+ Type of the service integration
4528
7398
  """
4529
7399
  return pulumi.get(self, "integration_type")
4530
7400
 
@@ -7069,7 +9939,7 @@ if not MYPY:
7069
9939
  class GrafanaServiceIntegrationArgsDict(TypedDict):
7070
9940
  integration_type: pulumi.Input[str]
7071
9941
  """
7072
- Type of the service integration. The only supported value at the moment is `read_replica`
9942
+ Type of the service integration
7073
9943
  """
7074
9944
  source_service_name: pulumi.Input[str]
7075
9945
  """
@@ -7084,7 +9954,7 @@ class GrafanaServiceIntegrationArgs:
7084
9954
  integration_type: pulumi.Input[str],
7085
9955
  source_service_name: pulumi.Input[str]):
7086
9956
  """
7087
- :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
9957
+ :param pulumi.Input[str] integration_type: Type of the service integration
7088
9958
  :param pulumi.Input[str] source_service_name: Name of the source service
7089
9959
  """
7090
9960
  pulumi.set(__self__, "integration_type", integration_type)
@@ -7094,7 +9964,7 @@ class GrafanaServiceIntegrationArgs:
7094
9964
  @pulumi.getter(name="integrationType")
7095
9965
  def integration_type(self) -> pulumi.Input[str]:
7096
9966
  """
7097
- Type of the service integration. The only supported value at the moment is `read_replica`
9967
+ Type of the service integration
7098
9968
  """
7099
9969
  return pulumi.get(self, "integration_type")
7100
9970
 
@@ -8143,7 +11013,7 @@ if not MYPY:
8143
11013
  class InfluxDbServiceIntegrationArgsDict(TypedDict):
8144
11014
  integration_type: pulumi.Input[str]
8145
11015
  """
8146
- Type of the service integration. The only supported value at the moment is `read_replica`
11016
+ Type of the service integration
8147
11017
  """
8148
11018
  source_service_name: pulumi.Input[str]
8149
11019
  """
@@ -8158,7 +11028,7 @@ class InfluxDbServiceIntegrationArgs:
8158
11028
  integration_type: pulumi.Input[str],
8159
11029
  source_service_name: pulumi.Input[str]):
8160
11030
  """
8161
- :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
11031
+ :param pulumi.Input[str] integration_type: Type of the service integration
8162
11032
  :param pulumi.Input[str] source_service_name: Name of the source service
8163
11033
  """
8164
11034
  pulumi.set(__self__, "integration_type", integration_type)
@@ -8168,7 +11038,7 @@ class InfluxDbServiceIntegrationArgs:
8168
11038
  @pulumi.getter(name="integrationType")
8169
11039
  def integration_type(self) -> pulumi.Input[str]:
8170
11040
  """
8171
- Type of the service integration. The only supported value at the moment is `read_replica`
11041
+ Type of the service integration
8172
11042
  """
8173
11043
  return pulumi.get(self, "integration_type")
8174
11044
 
@@ -9414,11 +12284,11 @@ if not MYPY:
9414
12284
  """
9415
12285
  aws: NotRequired[pulumi.Input['KafkaConnectKafkaConnectUserConfigSecretProviderAwsArgsDict']]
9416
12286
  """
9417
- AWS config for Secret Provider
12287
+ AWS secret provider configuration
9418
12288
  """
9419
12289
  vault: NotRequired[pulumi.Input['KafkaConnectKafkaConnectUserConfigSecretProviderVaultArgsDict']]
9420
12290
  """
9421
- Vault Config for Secret Provider
12291
+ Vault secret provider configuration
9422
12292
  """
9423
12293
  elif False:
9424
12294
  KafkaConnectKafkaConnectUserConfigSecretProviderArgsDict: TypeAlias = Mapping[str, Any]
@@ -9431,8 +12301,8 @@ class KafkaConnectKafkaConnectUserConfigSecretProviderArgs:
9431
12301
  vault: Optional[pulumi.Input['KafkaConnectKafkaConnectUserConfigSecretProviderVaultArgs']] = None):
9432
12302
  """
9433
12303
  :param pulumi.Input[str] name: Name of the secret provider. Used to reference secrets in connector config.
9434
- :param pulumi.Input['KafkaConnectKafkaConnectUserConfigSecretProviderAwsArgs'] aws: AWS config for Secret Provider
9435
- :param pulumi.Input['KafkaConnectKafkaConnectUserConfigSecretProviderVaultArgs'] vault: Vault Config for Secret Provider
12304
+ :param pulumi.Input['KafkaConnectKafkaConnectUserConfigSecretProviderAwsArgs'] aws: AWS secret provider configuration
12305
+ :param pulumi.Input['KafkaConnectKafkaConnectUserConfigSecretProviderVaultArgs'] vault: Vault secret provider configuration
9436
12306
  """
9437
12307
  pulumi.set(__self__, "name", name)
9438
12308
  if aws is not None:
@@ -9456,7 +12326,7 @@ class KafkaConnectKafkaConnectUserConfigSecretProviderArgs:
9456
12326
  @pulumi.getter
9457
12327
  def aws(self) -> Optional[pulumi.Input['KafkaConnectKafkaConnectUserConfigSecretProviderAwsArgs']]:
9458
12328
  """
9459
- AWS config for Secret Provider
12329
+ AWS secret provider configuration
9460
12330
  """
9461
12331
  return pulumi.get(self, "aws")
9462
12332
 
@@ -9468,7 +12338,7 @@ class KafkaConnectKafkaConnectUserConfigSecretProviderArgs:
9468
12338
  @pulumi.getter
9469
12339
  def vault(self) -> Optional[pulumi.Input['KafkaConnectKafkaConnectUserConfigSecretProviderVaultArgs']]:
9470
12340
  """
9471
- Vault Config for Secret Provider
12341
+ Vault secret provider configuration
9472
12342
  """
9473
12343
  return pulumi.get(self, "vault")
9474
12344
 
@@ -9681,7 +12551,7 @@ if not MYPY:
9681
12551
  class KafkaConnectServiceIntegrationArgsDict(TypedDict):
9682
12552
  integration_type: pulumi.Input[str]
9683
12553
  """
9684
- Type of the service integration. The only supported value at the moment is `read_replica`
12554
+ Type of the service integration
9685
12555
  """
9686
12556
  source_service_name: pulumi.Input[str]
9687
12557
  """
@@ -9696,7 +12566,7 @@ class KafkaConnectServiceIntegrationArgs:
9696
12566
  integration_type: pulumi.Input[str],
9697
12567
  source_service_name: pulumi.Input[str]):
9698
12568
  """
9699
- :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
12569
+ :param pulumi.Input[str] integration_type: Type of the service integration
9700
12570
  :param pulumi.Input[str] source_service_name: Name of the source service
9701
12571
  """
9702
12572
  pulumi.set(__self__, "integration_type", integration_type)
@@ -9706,7 +12576,7 @@ class KafkaConnectServiceIntegrationArgs:
9706
12576
  @pulumi.getter(name="integrationType")
9707
12577
  def integration_type(self) -> pulumi.Input[str]:
9708
12578
  """
9709
- Type of the service integration. The only supported value at the moment is `read_replica`
12579
+ Type of the service integration
9710
12580
  """
9711
12581
  return pulumi.get(self, "integration_type")
9712
12582
 
@@ -11952,11 +14822,11 @@ if not MYPY:
11952
14822
  """
11953
14823
  aws: NotRequired[pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderAwsArgsDict']]
11954
14824
  """
11955
- AWS config for Secret Provider
14825
+ AWS secret provider configuration
11956
14826
  """
11957
14827
  vault: NotRequired[pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderVaultArgsDict']]
11958
14828
  """
11959
- Vault Config for Secret Provider
14829
+ Vault secret provider configuration
11960
14830
  """
11961
14831
  elif False:
11962
14832
  KafkaKafkaUserConfigKafkaConnectSecretProviderArgsDict: TypeAlias = Mapping[str, Any]
@@ -11969,8 +14839,8 @@ class KafkaKafkaUserConfigKafkaConnectSecretProviderArgs:
11969
14839
  vault: Optional[pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderVaultArgs']] = None):
11970
14840
  """
11971
14841
  :param pulumi.Input[str] name: Name of the secret provider. Used to reference secrets in connector config.
11972
- :param pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderAwsArgs'] aws: AWS config for Secret Provider
11973
- :param pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderVaultArgs'] vault: Vault Config for Secret Provider
14842
+ :param pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderAwsArgs'] aws: AWS secret provider configuration
14843
+ :param pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderVaultArgs'] vault: Vault secret provider configuration
11974
14844
  """
11975
14845
  pulumi.set(__self__, "name", name)
11976
14846
  if aws is not None:
@@ -11994,7 +14864,7 @@ class KafkaKafkaUserConfigKafkaConnectSecretProviderArgs:
11994
14864
  @pulumi.getter
11995
14865
  def aws(self) -> Optional[pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderAwsArgs']]:
11996
14866
  """
11997
- AWS config for Secret Provider
14867
+ AWS secret provider configuration
11998
14868
  """
11999
14869
  return pulumi.get(self, "aws")
12000
14870
 
@@ -12006,7 +14876,7 @@ class KafkaKafkaUserConfigKafkaConnectSecretProviderArgs:
12006
14876
  @pulumi.getter
12007
14877
  def vault(self) -> Optional[pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderVaultArgs']]:
12008
14878
  """
12009
- Vault Config for Secret Provider
14879
+ Vault secret provider configuration
12010
14880
  """
12011
14881
  return pulumi.get(self, "vault")
12012
14882
 
@@ -13750,7 +16620,7 @@ if not MYPY:
13750
16620
  class KafkaMirrorMakerServiceIntegrationArgsDict(TypedDict):
13751
16621
  integration_type: pulumi.Input[str]
13752
16622
  """
13753
- Type of the service integration. The only supported value at the moment is `read_replica`
16623
+ Type of the service integration
13754
16624
  """
13755
16625
  source_service_name: pulumi.Input[str]
13756
16626
  """
@@ -13765,7 +16635,7 @@ class KafkaMirrorMakerServiceIntegrationArgs:
13765
16635
  integration_type: pulumi.Input[str],
13766
16636
  source_service_name: pulumi.Input[str]):
13767
16637
  """
13768
- :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
16638
+ :param pulumi.Input[str] integration_type: Type of the service integration
13769
16639
  :param pulumi.Input[str] source_service_name: Name of the source service
13770
16640
  """
13771
16641
  pulumi.set(__self__, "integration_type", integration_type)
@@ -13775,7 +16645,7 @@ class KafkaMirrorMakerServiceIntegrationArgs:
13775
16645
  @pulumi.getter(name="integrationType")
13776
16646
  def integration_type(self) -> pulumi.Input[str]:
13777
16647
  """
13778
- Type of the service integration. The only supported value at the moment is `read_replica`
16648
+ Type of the service integration
13779
16649
  """
13780
16650
  return pulumi.get(self, "integration_type")
13781
16651
 
@@ -13881,7 +16751,7 @@ if not MYPY:
13881
16751
  class KafkaServiceIntegrationArgsDict(TypedDict):
13882
16752
  integration_type: pulumi.Input[str]
13883
16753
  """
13884
- Type of the service integration. The only supported value at the moment is `read_replica`
16754
+ Type of the service integration
13885
16755
  """
13886
16756
  source_service_name: pulumi.Input[str]
13887
16757
  """
@@ -13896,7 +16766,7 @@ class KafkaServiceIntegrationArgs:
13896
16766
  integration_type: pulumi.Input[str],
13897
16767
  source_service_name: pulumi.Input[str]):
13898
16768
  """
13899
- :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
16769
+ :param pulumi.Input[str] integration_type: Type of the service integration
13900
16770
  :param pulumi.Input[str] source_service_name: Name of the source service
13901
16771
  """
13902
16772
  pulumi.set(__self__, "integration_type", integration_type)
@@ -13906,7 +16776,7 @@ class KafkaServiceIntegrationArgs:
13906
16776
  @pulumi.getter(name="integrationType")
13907
16777
  def integration_type(self) -> pulumi.Input[str]:
13908
16778
  """
13909
- Type of the service integration. The only supported value at the moment is `read_replica`
16779
+ Type of the service integration
13910
16780
  """
13911
16781
  return pulumi.get(self, "integration_type")
13912
16782
 
@@ -15070,7 +17940,7 @@ if not MYPY:
15070
17940
  class M3AggregatorServiceIntegrationArgsDict(TypedDict):
15071
17941
  integration_type: pulumi.Input[str]
15072
17942
  """
15073
- Type of the service integration. The only supported value at the moment is `read_replica`
17943
+ Type of the service integration
15074
17944
  """
15075
17945
  source_service_name: pulumi.Input[str]
15076
17946
  """
@@ -15085,7 +17955,7 @@ class M3AggregatorServiceIntegrationArgs:
15085
17955
  integration_type: pulumi.Input[str],
15086
17956
  source_service_name: pulumi.Input[str]):
15087
17957
  """
15088
- :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
17958
+ :param pulumi.Input[str] integration_type: Type of the service integration
15089
17959
  :param pulumi.Input[str] source_service_name: Name of the source service
15090
17960
  """
15091
17961
  pulumi.set(__self__, "integration_type", integration_type)
@@ -15095,7 +17965,7 @@ class M3AggregatorServiceIntegrationArgs:
15095
17965
  @pulumi.getter(name="integrationType")
15096
17966
  def integration_type(self) -> pulumi.Input[str]:
15097
17967
  """
15098
- Type of the service integration. The only supported value at the moment is `read_replica`
17968
+ Type of the service integration
15099
17969
  """
15100
17970
  return pulumi.get(self, "integration_type")
15101
17971
 
@@ -16793,7 +19663,7 @@ if not MYPY:
16793
19663
  class M3DbServiceIntegrationArgsDict(TypedDict):
16794
19664
  integration_type: pulumi.Input[str]
16795
19665
  """
16796
- Type of the service integration. The only supported value at the moment is `read_replica`
19666
+ Type of the service integration
16797
19667
  """
16798
19668
  source_service_name: pulumi.Input[str]
16799
19669
  """
@@ -16808,7 +19678,7 @@ class M3DbServiceIntegrationArgs:
16808
19678
  integration_type: pulumi.Input[str],
16809
19679
  source_service_name: pulumi.Input[str]):
16810
19680
  """
16811
- :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
19681
+ :param pulumi.Input[str] integration_type: Type of the service integration
16812
19682
  :param pulumi.Input[str] source_service_name: Name of the source service
16813
19683
  """
16814
19684
  pulumi.set(__self__, "integration_type", integration_type)
@@ -16818,7 +19688,7 @@ class M3DbServiceIntegrationArgs:
16818
19688
  @pulumi.getter(name="integrationType")
16819
19689
  def integration_type(self) -> pulumi.Input[str]:
16820
19690
  """
16821
- Type of the service integration. The only supported value at the moment is `read_replica`
19691
+ Type of the service integration
16822
19692
  """
16823
19693
  return pulumi.get(self, "integration_type")
16824
19694
 
@@ -18845,7 +21715,7 @@ if not MYPY:
18845
21715
  class MySqlServiceIntegrationArgsDict(TypedDict):
18846
21716
  integration_type: pulumi.Input[str]
18847
21717
  """
18848
- Type of the service integration. The only supported value at the moment is `read_replica`
21718
+ Type of the service integration. The possible value is `read_replica`.
18849
21719
  """
18850
21720
  source_service_name: pulumi.Input[str]
18851
21721
  """
@@ -18860,7 +21730,7 @@ class MySqlServiceIntegrationArgs:
18860
21730
  integration_type: pulumi.Input[str],
18861
21731
  source_service_name: pulumi.Input[str]):
18862
21732
  """
18863
- :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
21733
+ :param pulumi.Input[str] integration_type: Type of the service integration. The possible value is `read_replica`.
18864
21734
  :param pulumi.Input[str] source_service_name: Name of the source service
18865
21735
  """
18866
21736
  pulumi.set(__self__, "integration_type", integration_type)
@@ -18870,7 +21740,7 @@ class MySqlServiceIntegrationArgs:
18870
21740
  @pulumi.getter(name="integrationType")
18871
21741
  def integration_type(self) -> pulumi.Input[str]:
18872
21742
  """
18873
- Type of the service integration. The only supported value at the moment is `read_replica`
21743
+ Type of the service integration. The possible value is `read_replica`.
18874
21744
  """
18875
21745
  return pulumi.get(self, "integration_type")
18876
21746
 
@@ -19820,7 +22690,7 @@ if not MYPY:
19820
22690
  class OpenSearchOpensearchUserConfigAzureMigrationArgsDict(TypedDict):
19821
22691
  account: pulumi.Input[str]
19822
22692
  """
19823
- Azure account name.
22693
+ Account name.
19824
22694
  """
19825
22695
  base_path: pulumi.Input[str]
19826
22696
  """
@@ -19885,7 +22755,7 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
19885
22755
  restore_global_state: Optional[pulumi.Input[bool]] = None,
19886
22756
  sas_token: Optional[pulumi.Input[str]] = None):
19887
22757
  """
19888
- :param pulumi.Input[str] account: Azure account name.
22758
+ :param pulumi.Input[str] account: Account name.
19889
22759
  :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 /.
19890
22760
  :param pulumi.Input[str] container: Azure container name.
19891
22761
  :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`.
@@ -19922,7 +22792,7 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
19922
22792
  @pulumi.getter
19923
22793
  def account(self) -> pulumi.Input[str]:
19924
22794
  """
19925
- Azure account name.
22795
+ Account name.
19926
22796
  """
19927
22797
  return pulumi.get(self, "account")
19928
22798
 
@@ -20937,6 +23807,7 @@ if not MYPY:
20937
23807
  """
20938
23808
  Search Backpressure Settings
20939
23809
  """
23810
+ search_insights_top_queries: NotRequired[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesArgsDict']]
20940
23811
  search_max_buckets: NotRequired[pulumi.Input[int]]
20941
23812
  """
20942
23813
  Maximum number of aggregation buckets allowed in a single response. OpenSearch default value is used when this is not defined. Example: `10000`.
@@ -21028,6 +23899,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
21028
23899
  reindex_remote_whitelists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
21029
23900
  script_max_compilations_rate: Optional[pulumi.Input[str]] = None,
21030
23901
  search_backpressure: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureArgs']] = None,
23902
+ search_insights_top_queries: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesArgs']] = None,
21031
23903
  search_max_buckets: Optional[pulumi.Input[int]] = None,
21032
23904
  shard_indexing_pressure: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureArgs']] = None,
21033
23905
  thread_pool_analyze_queue_size: Optional[pulumi.Input[int]] = None,
@@ -21155,6 +24027,8 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
21155
24027
  pulumi.set(__self__, "script_max_compilations_rate", script_max_compilations_rate)
21156
24028
  if search_backpressure is not None:
21157
24029
  pulumi.set(__self__, "search_backpressure", search_backpressure)
24030
+ if search_insights_top_queries is not None:
24031
+ pulumi.set(__self__, "search_insights_top_queries", search_insights_top_queries)
21158
24032
  if search_max_buckets is not None:
21159
24033
  pulumi.set(__self__, "search_max_buckets", search_max_buckets)
21160
24034
  if shard_indexing_pressure is not None:
@@ -21578,6 +24452,15 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
21578
24452
  def search_backpressure(self, value: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchBackpressureArgs']]):
21579
24453
  pulumi.set(self, "search_backpressure", value)
21580
24454
 
24455
+ @property
24456
+ @pulumi.getter(name="searchInsightsTopQueries")
24457
+ def search_insights_top_queries(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesArgs']]:
24458
+ return pulumi.get(self, "search_insights_top_queries")
24459
+
24460
+ @search_insights_top_queries.setter
24461
+ def search_insights_top_queries(self, value: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesArgs']]):
24462
+ pulumi.set(self, "search_insights_top_queries", value)
24463
+
21581
24464
  @property
21582
24465
  @pulumi.getter(name="searchMaxBuckets")
21583
24466
  def search_max_buckets(self) -> Optional[pulumi.Input[int]]:
@@ -22074,6 +24957,10 @@ if not MYPY:
22074
24957
  """
22075
24958
  Limits the maximum amount of memory (in MiB) the OpenSearch Dashboards process can use. This sets the max*old*space_size option of the nodejs running the OpenSearch Dashboards. Note: the memory reserved by OpenSearch Dashboards is not available for OpenSearch. Default: `128`.
22076
24959
  """
24960
+ multiple_data_source_enabled: NotRequired[pulumi.Input[bool]]
24961
+ """
24962
+ Enable or disable multiple data sources in OpenSearch Dashboards. Default: `true`.
24963
+ """
22077
24964
  opensearch_request_timeout: NotRequired[pulumi.Input[int]]
22078
24965
  """
22079
24966
  Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch. Default: `30000`.
@@ -22086,16 +24973,20 @@ class OpenSearchOpensearchUserConfigOpensearchDashboardsArgs:
22086
24973
  def __init__(__self__, *,
22087
24974
  enabled: Optional[pulumi.Input[bool]] = None,
22088
24975
  max_old_space_size: Optional[pulumi.Input[int]] = None,
24976
+ multiple_data_source_enabled: Optional[pulumi.Input[bool]] = None,
22089
24977
  opensearch_request_timeout: Optional[pulumi.Input[int]] = None):
22090
24978
  """
22091
24979
  :param pulumi.Input[bool] enabled: Enable or disable OpenSearch Dashboards. Default: `true`.
22092
24980
  :param pulumi.Input[int] max_old_space_size: Limits the maximum amount of memory (in MiB) the OpenSearch Dashboards process can use. This sets the max*old*space_size option of the nodejs running the OpenSearch Dashboards. Note: the memory reserved by OpenSearch Dashboards is not available for OpenSearch. Default: `128`.
24981
+ :param pulumi.Input[bool] multiple_data_source_enabled: Enable or disable multiple data sources in OpenSearch Dashboards. Default: `true`.
22093
24982
  :param pulumi.Input[int] opensearch_request_timeout: Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch. Default: `30000`.
22094
24983
  """
22095
24984
  if enabled is not None:
22096
24985
  pulumi.set(__self__, "enabled", enabled)
22097
24986
  if max_old_space_size is not None:
22098
24987
  pulumi.set(__self__, "max_old_space_size", max_old_space_size)
24988
+ if multiple_data_source_enabled is not None:
24989
+ pulumi.set(__self__, "multiple_data_source_enabled", multiple_data_source_enabled)
22099
24990
  if opensearch_request_timeout is not None:
22100
24991
  pulumi.set(__self__, "opensearch_request_timeout", opensearch_request_timeout)
22101
24992
 
@@ -22123,6 +25014,18 @@ class OpenSearchOpensearchUserConfigOpensearchDashboardsArgs:
22123
25014
  def max_old_space_size(self, value: Optional[pulumi.Input[int]]):
22124
25015
  pulumi.set(self, "max_old_space_size", value)
22125
25016
 
25017
+ @property
25018
+ @pulumi.getter(name="multipleDataSourceEnabled")
25019
+ def multiple_data_source_enabled(self) -> Optional[pulumi.Input[bool]]:
25020
+ """
25021
+ Enable or disable multiple data sources in OpenSearch Dashboards. Default: `true`.
25022
+ """
25023
+ return pulumi.get(self, "multiple_data_source_enabled")
25024
+
25025
+ @multiple_data_source_enabled.setter
25026
+ def multiple_data_source_enabled(self, value: Optional[pulumi.Input[bool]]):
25027
+ pulumi.set(self, "multiple_data_source_enabled", value)
25028
+
22126
25029
  @property
22127
25030
  @pulumi.getter(name="opensearchRequestTimeout")
22128
25031
  def opensearch_request_timeout(self) -> Optional[pulumi.Input[int]]:
@@ -22684,6 +25587,294 @@ class OpenSearchOpensearchUserConfigOpensearchSearchBackpressureSearchTaskArgs:
22684
25587
  pulumi.set(self, "total_heap_percent_threshold", value)
22685
25588
 
22686
25589
 
25590
+ if not MYPY:
25591
+ class OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesArgsDict(TypedDict):
25592
+ cpu: NotRequired[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuArgsDict']]
25593
+ """
25594
+ Top N queries monitoring by CPU
25595
+ """
25596
+ latency: NotRequired[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyArgsDict']]
25597
+ """
25598
+ Top N queries monitoring by latency
25599
+ """
25600
+ memory: NotRequired[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgsDict']]
25601
+ """
25602
+ Top N queries monitoring by memory
25603
+ """
25604
+ elif False:
25605
+ OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesArgsDict: TypeAlias = Mapping[str, Any]
25606
+
25607
+ @pulumi.input_type
25608
+ class OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesArgs:
25609
+ def __init__(__self__, *,
25610
+ cpu: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuArgs']] = None,
25611
+ latency: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyArgs']] = None,
25612
+ memory: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgs']] = None):
25613
+ """
25614
+ :param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuArgs'] cpu: Top N queries monitoring by CPU
25615
+ :param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyArgs'] latency: Top N queries monitoring by latency
25616
+ :param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgs'] memory: Top N queries monitoring by memory
25617
+ """
25618
+ if cpu is not None:
25619
+ pulumi.set(__self__, "cpu", cpu)
25620
+ if latency is not None:
25621
+ pulumi.set(__self__, "latency", latency)
25622
+ if memory is not None:
25623
+ pulumi.set(__self__, "memory", memory)
25624
+
25625
+ @property
25626
+ @pulumi.getter
25627
+ def cpu(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuArgs']]:
25628
+ """
25629
+ Top N queries monitoring by CPU
25630
+ """
25631
+ return pulumi.get(self, "cpu")
25632
+
25633
+ @cpu.setter
25634
+ def cpu(self, value: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuArgs']]):
25635
+ pulumi.set(self, "cpu", value)
25636
+
25637
+ @property
25638
+ @pulumi.getter
25639
+ def latency(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyArgs']]:
25640
+ """
25641
+ Top N queries monitoring by latency
25642
+ """
25643
+ return pulumi.get(self, "latency")
25644
+
25645
+ @latency.setter
25646
+ def latency(self, value: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyArgs']]):
25647
+ pulumi.set(self, "latency", value)
25648
+
25649
+ @property
25650
+ @pulumi.getter
25651
+ def memory(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgs']]:
25652
+ """
25653
+ Top N queries monitoring by memory
25654
+ """
25655
+ return pulumi.get(self, "memory")
25656
+
25657
+ @memory.setter
25658
+ def memory(self, value: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgs']]):
25659
+ pulumi.set(self, "memory", value)
25660
+
25661
+
25662
+ if not MYPY:
25663
+ class OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuArgsDict(TypedDict):
25664
+ enabled: NotRequired[pulumi.Input[bool]]
25665
+ """
25666
+ Enable or disable top N query monitoring by the metric. Default: `false`.
25667
+ """
25668
+ top_n_size: NotRequired[pulumi.Input[int]]
25669
+ """
25670
+ Specify the value of N for the top N queries by the metric.
25671
+ """
25672
+ window_size: NotRequired[pulumi.Input[str]]
25673
+ """
25674
+ The window size of the top N queries by the metric.
25675
+ """
25676
+ elif False:
25677
+ OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuArgsDict: TypeAlias = Mapping[str, Any]
25678
+
25679
+ @pulumi.input_type
25680
+ class OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesCpuArgs:
25681
+ def __init__(__self__, *,
25682
+ enabled: Optional[pulumi.Input[bool]] = None,
25683
+ top_n_size: Optional[pulumi.Input[int]] = None,
25684
+ window_size: Optional[pulumi.Input[str]] = None):
25685
+ """
25686
+ :param pulumi.Input[bool] enabled: Enable or disable top N query monitoring by the metric. Default: `false`.
25687
+ :param pulumi.Input[int] top_n_size: Specify the value of N for the top N queries by the metric.
25688
+ :param pulumi.Input[str] window_size: The window size of the top N queries by the metric.
25689
+ """
25690
+ if enabled is not None:
25691
+ pulumi.set(__self__, "enabled", enabled)
25692
+ if top_n_size is not None:
25693
+ pulumi.set(__self__, "top_n_size", top_n_size)
25694
+ if window_size is not None:
25695
+ pulumi.set(__self__, "window_size", window_size)
25696
+
25697
+ @property
25698
+ @pulumi.getter
25699
+ def enabled(self) -> Optional[pulumi.Input[bool]]:
25700
+ """
25701
+ Enable or disable top N query monitoring by the metric. Default: `false`.
25702
+ """
25703
+ return pulumi.get(self, "enabled")
25704
+
25705
+ @enabled.setter
25706
+ def enabled(self, value: Optional[pulumi.Input[bool]]):
25707
+ pulumi.set(self, "enabled", value)
25708
+
25709
+ @property
25710
+ @pulumi.getter(name="topNSize")
25711
+ def top_n_size(self) -> Optional[pulumi.Input[int]]:
25712
+ """
25713
+ Specify the value of N for the top N queries by the metric.
25714
+ """
25715
+ return pulumi.get(self, "top_n_size")
25716
+
25717
+ @top_n_size.setter
25718
+ def top_n_size(self, value: Optional[pulumi.Input[int]]):
25719
+ pulumi.set(self, "top_n_size", value)
25720
+
25721
+ @property
25722
+ @pulumi.getter(name="windowSize")
25723
+ def window_size(self) -> Optional[pulumi.Input[str]]:
25724
+ """
25725
+ The window size of the top N queries by the metric.
25726
+ """
25727
+ return pulumi.get(self, "window_size")
25728
+
25729
+ @window_size.setter
25730
+ def window_size(self, value: Optional[pulumi.Input[str]]):
25731
+ pulumi.set(self, "window_size", value)
25732
+
25733
+
25734
+ if not MYPY:
25735
+ class OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyArgsDict(TypedDict):
25736
+ enabled: NotRequired[pulumi.Input[bool]]
25737
+ """
25738
+ Enable or disable top N query monitoring by the metric. Default: `false`.
25739
+ """
25740
+ top_n_size: NotRequired[pulumi.Input[int]]
25741
+ """
25742
+ Specify the value of N for the top N queries by the metric.
25743
+ """
25744
+ window_size: NotRequired[pulumi.Input[str]]
25745
+ """
25746
+ The window size of the top N queries by the metric.
25747
+ """
25748
+ elif False:
25749
+ OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyArgsDict: TypeAlias = Mapping[str, Any]
25750
+
25751
+ @pulumi.input_type
25752
+ class OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesLatencyArgs:
25753
+ def __init__(__self__, *,
25754
+ enabled: Optional[pulumi.Input[bool]] = None,
25755
+ top_n_size: Optional[pulumi.Input[int]] = None,
25756
+ window_size: Optional[pulumi.Input[str]] = None):
25757
+ """
25758
+ :param pulumi.Input[bool] enabled: Enable or disable top N query monitoring by the metric. Default: `false`.
25759
+ :param pulumi.Input[int] top_n_size: Specify the value of N for the top N queries by the metric.
25760
+ :param pulumi.Input[str] window_size: The window size of the top N queries by the metric.
25761
+ """
25762
+ if enabled is not None:
25763
+ pulumi.set(__self__, "enabled", enabled)
25764
+ if top_n_size is not None:
25765
+ pulumi.set(__self__, "top_n_size", top_n_size)
25766
+ if window_size is not None:
25767
+ pulumi.set(__self__, "window_size", window_size)
25768
+
25769
+ @property
25770
+ @pulumi.getter
25771
+ def enabled(self) -> Optional[pulumi.Input[bool]]:
25772
+ """
25773
+ Enable or disable top N query monitoring by the metric. Default: `false`.
25774
+ """
25775
+ return pulumi.get(self, "enabled")
25776
+
25777
+ @enabled.setter
25778
+ def enabled(self, value: Optional[pulumi.Input[bool]]):
25779
+ pulumi.set(self, "enabled", value)
25780
+
25781
+ @property
25782
+ @pulumi.getter(name="topNSize")
25783
+ def top_n_size(self) -> Optional[pulumi.Input[int]]:
25784
+ """
25785
+ Specify the value of N for the top N queries by the metric.
25786
+ """
25787
+ return pulumi.get(self, "top_n_size")
25788
+
25789
+ @top_n_size.setter
25790
+ def top_n_size(self, value: Optional[pulumi.Input[int]]):
25791
+ pulumi.set(self, "top_n_size", value)
25792
+
25793
+ @property
25794
+ @pulumi.getter(name="windowSize")
25795
+ def window_size(self) -> Optional[pulumi.Input[str]]:
25796
+ """
25797
+ The window size of the top N queries by the metric.
25798
+ """
25799
+ return pulumi.get(self, "window_size")
25800
+
25801
+ @window_size.setter
25802
+ def window_size(self, value: Optional[pulumi.Input[str]]):
25803
+ pulumi.set(self, "window_size", value)
25804
+
25805
+
25806
+ if not MYPY:
25807
+ class OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgsDict(TypedDict):
25808
+ enabled: NotRequired[pulumi.Input[bool]]
25809
+ """
25810
+ Enable or disable top N query monitoring by the metric. Default: `false`.
25811
+ """
25812
+ top_n_size: NotRequired[pulumi.Input[int]]
25813
+ """
25814
+ Specify the value of N for the top N queries by the metric.
25815
+ """
25816
+ window_size: NotRequired[pulumi.Input[str]]
25817
+ """
25818
+ The window size of the top N queries by the metric.
25819
+ """
25820
+ elif False:
25821
+ OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgsDict: TypeAlias = Mapping[str, Any]
25822
+
25823
+ @pulumi.input_type
25824
+ class OpenSearchOpensearchUserConfigOpensearchSearchInsightsTopQueriesMemoryArgs:
25825
+ def __init__(__self__, *,
25826
+ enabled: Optional[pulumi.Input[bool]] = None,
25827
+ top_n_size: Optional[pulumi.Input[int]] = None,
25828
+ window_size: Optional[pulumi.Input[str]] = None):
25829
+ """
25830
+ :param pulumi.Input[bool] enabled: Enable or disable top N query monitoring by the metric. Default: `false`.
25831
+ :param pulumi.Input[int] top_n_size: Specify the value of N for the top N queries by the metric.
25832
+ :param pulumi.Input[str] window_size: The window size of the top N queries by the metric.
25833
+ """
25834
+ if enabled is not None:
25835
+ pulumi.set(__self__, "enabled", enabled)
25836
+ if top_n_size is not None:
25837
+ pulumi.set(__self__, "top_n_size", top_n_size)
25838
+ if window_size is not None:
25839
+ pulumi.set(__self__, "window_size", window_size)
25840
+
25841
+ @property
25842
+ @pulumi.getter
25843
+ def enabled(self) -> Optional[pulumi.Input[bool]]:
25844
+ """
25845
+ Enable or disable top N query monitoring by the metric. Default: `false`.
25846
+ """
25847
+ return pulumi.get(self, "enabled")
25848
+
25849
+ @enabled.setter
25850
+ def enabled(self, value: Optional[pulumi.Input[bool]]):
25851
+ pulumi.set(self, "enabled", value)
25852
+
25853
+ @property
25854
+ @pulumi.getter(name="topNSize")
25855
+ def top_n_size(self) -> Optional[pulumi.Input[int]]:
25856
+ """
25857
+ Specify the value of N for the top N queries by the metric.
25858
+ """
25859
+ return pulumi.get(self, "top_n_size")
25860
+
25861
+ @top_n_size.setter
25862
+ def top_n_size(self, value: Optional[pulumi.Input[int]]):
25863
+ pulumi.set(self, "top_n_size", value)
25864
+
25865
+ @property
25866
+ @pulumi.getter(name="windowSize")
25867
+ def window_size(self) -> Optional[pulumi.Input[str]]:
25868
+ """
25869
+ The window size of the top N queries by the metric.
25870
+ """
25871
+ return pulumi.get(self, "window_size")
25872
+
25873
+ @window_size.setter
25874
+ def window_size(self, value: Optional[pulumi.Input[str]]):
25875
+ pulumi.set(self, "window_size", value)
25876
+
25877
+
22687
25878
  if not MYPY:
22688
25879
  class OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureArgsDict(TypedDict):
22689
25880
  enabled: NotRequired[pulumi.Input[bool]]
@@ -23644,7 +26835,7 @@ if not MYPY:
23644
26835
  class OpenSearchServiceIntegrationArgsDict(TypedDict):
23645
26836
  integration_type: pulumi.Input[str]
23646
26837
  """
23647
- Type of the service integration. The only supported value at the moment is `read_replica`
26838
+ Type of the service integration
23648
26839
  """
23649
26840
  source_service_name: pulumi.Input[str]
23650
26841
  """
@@ -23659,7 +26850,7 @@ class OpenSearchServiceIntegrationArgs:
23659
26850
  integration_type: pulumi.Input[str],
23660
26851
  source_service_name: pulumi.Input[str]):
23661
26852
  """
23662
- :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
26853
+ :param pulumi.Input[str] integration_type: Type of the service integration
23663
26854
  :param pulumi.Input[str] source_service_name: Name of the source service
23664
26855
  """
23665
26856
  pulumi.set(__self__, "integration_type", integration_type)
@@ -23669,7 +26860,7 @@ class OpenSearchServiceIntegrationArgs:
23669
26860
  @pulumi.getter(name="integrationType")
23670
26861
  def integration_type(self) -> pulumi.Input[str]:
23671
26862
  """
23672
- Type of the service integration. The only supported value at the moment is `read_replica`
26863
+ Type of the service integration
23673
26864
  """
23674
26865
  return pulumi.get(self, "integration_type")
23675
26866
 
@@ -23867,7 +27058,7 @@ if not MYPY:
23867
27058
  class OrganizationPermissionPermissionArgsDict(TypedDict):
23868
27059
  permissions: pulumi.Input[Sequence[pulumi.Input[str]]]
23869
27060
  """
23870
- 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`.
27061
+ List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
23871
27062
  """
23872
27063
  principal_id: pulumi.Input[str]
23873
27064
  """
@@ -23897,7 +27088,7 @@ class OrganizationPermissionPermissionArgs:
23897
27088
  create_time: Optional[pulumi.Input[str]] = None,
23898
27089
  update_time: Optional[pulumi.Input[str]] = None):
23899
27090
  """
23900
- :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`.
27091
+ :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:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
23901
27092
  :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.
23902
27093
  :param pulumi.Input[str] principal_type: The type of principal. The possible values are `user` and `user_group`.
23903
27094
  :param pulumi.Input[str] create_time: Time created.
@@ -23915,7 +27106,7 @@ class OrganizationPermissionPermissionArgs:
23915
27106
  @pulumi.getter
23916
27107
  def permissions(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
23917
27108
  """
23918
- 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`.
27109
+ List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
23919
27110
  """
23920
27111
  return pulumi.get(self, "permissions")
23921
27112
 
@@ -24820,7 +28011,7 @@ if not MYPY:
24820
28011
  """
24821
28012
  pg_version: NotRequired[pulumi.Input[str]]
24822
28013
  """
24823
- Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, and newer. PostgreSQL major version.
28014
+ Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, `17`, and newer. PostgreSQL major version.
24824
28015
  """
24825
28016
  pgaudit: NotRequired[pulumi.Input['PgPgUserConfigPgauditArgsDict']]
24826
28017
  """
@@ -24940,7 +28131,7 @@ class PgPgUserConfigArgs:
24940
28131
  :param pulumi.Input[bool] pg_read_replica: Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
24941
28132
  :param pulumi.Input[str] pg_service_to_fork_from: Name of the PG Service from which to fork (deprecated, use service*to*fork_from). This has effect only when a new service is being created. Example: `anotherservicename`.
24942
28133
  :param pulumi.Input[bool] pg_stat_monitor_enable: Enable the pg*stat*monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg*stat*statements results for utility commands are unreliable. Default: `false`.
24943
- :param pulumi.Input[str] pg_version: Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, and newer. PostgreSQL major version.
28134
+ :param pulumi.Input[str] pg_version: Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, `17`, and newer. PostgreSQL major version.
24944
28135
  :param pulumi.Input['PgPgUserConfigPgauditArgs'] pgaudit: System-wide settings for the pgaudit extension
24945
28136
  :param pulumi.Input['PgPgUserConfigPgbouncerArgs'] pgbouncer: PGBouncer connection pooling settings
24946
28137
  :param pulumi.Input['PgPgUserConfigPglookoutArgs'] pglookout: System-wide settings for pglookout
@@ -24958,9 +28149,6 @@ class PgPgUserConfigArgs:
24958
28149
  :param pulumi.Input[str] variant: Enum: `aiven`, `timescale`. Variant of the PostgreSQL service, may affect the features that are exposed by default.
24959
28150
  :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`.
24960
28151
  """
24961
- if additional_backup_regions is not None:
24962
- warnings.warn("""This property is deprecated.""", DeprecationWarning)
24963
- pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
24964
28152
  if additional_backup_regions is not None:
24965
28153
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
24966
28154
  if admin_password is not None:
@@ -25037,7 +28225,6 @@ class PgPgUserConfigArgs:
25037
28225
 
25038
28226
  @property
25039
28227
  @pulumi.getter(name="additionalBackupRegions")
25040
- @_utilities.deprecated("""This property is deprecated.""")
25041
28228
  def additional_backup_regions(self) -> Optional[pulumi.Input[str]]:
25042
28229
  """
25043
28230
  Additional Cloud Regions for Backup Replication.
@@ -25222,7 +28409,7 @@ class PgPgUserConfigArgs:
25222
28409
  @pulumi.getter(name="pgVersion")
25223
28410
  def pg_version(self) -> Optional[pulumi.Input[str]]:
25224
28411
  """
25225
- Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, and newer. PostgreSQL major version.
28412
+ Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, `17`, and newer. PostgreSQL major version.
25226
28413
  """
25227
28414
  return pulumi.get(self, "pg_version")
25228
28415
 
@@ -25811,6 +28998,10 @@ if not MYPY:
25811
28998
  """
25812
28999
  Sets the maximum number of background processes that the system can support.
25813
29000
  """
29001
+ password_encryption: NotRequired[pulumi.Input[str]]
29002
+ """
29003
+ Enum: `md5`, `scram-sha-256`. Chooses the algorithm for encrypting passwords. Default: `md5`.
29004
+ """
25814
29005
  pg_partman_bgw_dot_interval: NotRequired[pulumi.Input[int]]
25815
29006
  """
25816
29007
  Sets the time interval to run pg_partman's scheduled tasks. Example: `3600`.
@@ -25905,6 +29096,7 @@ class PgPgUserConfigPgArgs:
25905
29096
  max_standby_streaming_delay: Optional[pulumi.Input[int]] = None,
25906
29097
  max_wal_senders: Optional[pulumi.Input[int]] = None,
25907
29098
  max_worker_processes: Optional[pulumi.Input[int]] = None,
29099
+ password_encryption: Optional[pulumi.Input[str]] = None,
25908
29100
  pg_partman_bgw_dot_interval: Optional[pulumi.Input[int]] = None,
25909
29101
  pg_partman_bgw_dot_role: Optional[pulumi.Input[str]] = None,
25910
29102
  pg_stat_monitor_dot_pgsm_enable_query_plan: Optional[pulumi.Input[bool]] = None,
@@ -25955,6 +29147,7 @@ class PgPgUserConfigPgArgs:
25955
29147
  :param pulumi.Input[int] max_standby_streaming_delay: Max standby streaming delay in milliseconds.
25956
29148
  :param pulumi.Input[int] max_wal_senders: PostgreSQL maximum WAL senders.
25957
29149
  :param pulumi.Input[int] max_worker_processes: Sets the maximum number of background processes that the system can support.
29150
+ :param pulumi.Input[str] password_encryption: Enum: `md5`, `scram-sha-256`. Chooses the algorithm for encrypting passwords. Default: `md5`.
25958
29151
  :param pulumi.Input[int] pg_partman_bgw_dot_interval: Sets the time interval to run pg_partman's scheduled tasks. Example: `3600`.
25959
29152
  :param pulumi.Input[str] pg_partman_bgw_dot_role: Controls which role to use for pg_partman's scheduled background tasks. Example: `myrolename`.
25960
29153
  :param pulumi.Input[bool] pg_stat_monitor_dot_pgsm_enable_query_plan: Enables or disables query plan monitoring.
@@ -26041,6 +29234,8 @@ class PgPgUserConfigPgArgs:
26041
29234
  pulumi.set(__self__, "max_wal_senders", max_wal_senders)
26042
29235
  if max_worker_processes is not None:
26043
29236
  pulumi.set(__self__, "max_worker_processes", max_worker_processes)
29237
+ if password_encryption is not None:
29238
+ pulumi.set(__self__, "password_encryption", password_encryption)
26044
29239
  if pg_partman_bgw_dot_interval is not None:
26045
29240
  pulumi.set(__self__, "pg_partman_bgw_dot_interval", pg_partman_bgw_dot_interval)
26046
29241
  if pg_partman_bgw_dot_role is not None:
@@ -26500,6 +29695,18 @@ class PgPgUserConfigPgArgs:
26500
29695
  def max_worker_processes(self, value: Optional[pulumi.Input[int]]):
26501
29696
  pulumi.set(self, "max_worker_processes", value)
26502
29697
 
29698
+ @property
29699
+ @pulumi.getter(name="passwordEncryption")
29700
+ def password_encryption(self) -> Optional[pulumi.Input[str]]:
29701
+ """
29702
+ Enum: `md5`, `scram-sha-256`. Chooses the algorithm for encrypting passwords. Default: `md5`.
29703
+ """
29704
+ return pulumi.get(self, "password_encryption")
29705
+
29706
+ @password_encryption.setter
29707
+ def password_encryption(self, value: Optional[pulumi.Input[str]]):
29708
+ pulumi.set(self, "password_encryption", value)
29709
+
26503
29710
  @property
26504
29711
  @pulumi.getter(name="pgPartmanBgwDotInterval")
26505
29712
  def pg_partman_bgw_dot_interval(self) -> Optional[pulumi.Input[int]]:
@@ -27633,7 +30840,7 @@ if not MYPY:
27633
30840
  class PgServiceIntegrationArgsDict(TypedDict):
27634
30841
  integration_type: pulumi.Input[str]
27635
30842
  """
27636
- Type of the service integration. The only supported value at the moment is `read_replica`
30843
+ Type of the service integration. The possible value is `read_replica`.
27637
30844
  """
27638
30845
  source_service_name: pulumi.Input[str]
27639
30846
  """
@@ -27648,7 +30855,7 @@ class PgServiceIntegrationArgs:
27648
30855
  integration_type: pulumi.Input[str],
27649
30856
  source_service_name: pulumi.Input[str]):
27650
30857
  """
27651
- :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
30858
+ :param pulumi.Input[str] integration_type: Type of the service integration. The possible value is `read_replica`.
27652
30859
  :param pulumi.Input[str] source_service_name: Name of the source service
27653
30860
  """
27654
30861
  pulumi.set(__self__, "integration_type", integration_type)
@@ -27658,7 +30865,7 @@ class PgServiceIntegrationArgs:
27658
30865
  @pulumi.getter(name="integrationType")
27659
30866
  def integration_type(self) -> pulumi.Input[str]:
27660
30867
  """
27661
- Type of the service integration. The only supported value at the moment is `read_replica`
30868
+ Type of the service integration. The possible value is `read_replica`.
27662
30869
  """
27663
30870
  return pulumi.get(self, "integration_type")
27664
30871
 
@@ -29031,7 +32238,7 @@ if not MYPY:
29031
32238
  class RedisServiceIntegrationArgsDict(TypedDict):
29032
32239
  integration_type: pulumi.Input[str]
29033
32240
  """
29034
- Type of the service integration. The only supported value at the moment is `read_replica`
32241
+ Type of the service integration
29035
32242
  """
29036
32243
  source_service_name: pulumi.Input[str]
29037
32244
  """
@@ -29046,7 +32253,7 @@ class RedisServiceIntegrationArgs:
29046
32253
  integration_type: pulumi.Input[str],
29047
32254
  source_service_name: pulumi.Input[str]):
29048
32255
  """
29049
- :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
32256
+ :param pulumi.Input[str] integration_type: Type of the service integration
29050
32257
  :param pulumi.Input[str] source_service_name: Name of the source service
29051
32258
  """
29052
32259
  pulumi.set(__self__, "integration_type", integration_type)
@@ -29056,7 +32263,7 @@ class RedisServiceIntegrationArgs:
29056
32263
  @pulumi.getter(name="integrationType")
29057
32264
  def integration_type(self) -> pulumi.Input[str]:
29058
32265
  """
29059
- Type of the service integration. The only supported value at the moment is `read_replica`
32266
+ Type of the service integration
29060
32267
  """
29061
32268
  return pulumi.get(self, "integration_type")
29062
32269
 
@@ -30184,6 +33391,10 @@ if not MYPY:
30184
33391
  """
30185
33392
  Disable consumer group metrics.
30186
33393
  """
33394
+ extra_tags_prefix: NotRequired[pulumi.Input[str]]
33395
+ """
33396
+ Extra tags prefix. Defaults to aiven.
33397
+ """
30187
33398
  kafka_consumer_check_instances: NotRequired[pulumi.Input[int]]
30188
33399
  """
30189
33400
  Number of separate instances to fetch kafka consumer statistics with. Example: `8`.
@@ -30209,6 +33420,7 @@ class ServiceIntegrationEndpointDatadogUserConfigArgs:
30209
33420
  datadog_api_key: pulumi.Input[str],
30210
33421
  datadog_tags: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationEndpointDatadogUserConfigDatadogTagArgs']]]] = None,
30211
33422
  disable_consumer_stats: Optional[pulumi.Input[bool]] = None,
33423
+ extra_tags_prefix: Optional[pulumi.Input[str]] = None,
30212
33424
  kafka_consumer_check_instances: Optional[pulumi.Input[int]] = None,
30213
33425
  kafka_consumer_stats_timeout: Optional[pulumi.Input[int]] = None,
30214
33426
  max_partition_contexts: Optional[pulumi.Input[int]] = None,
@@ -30217,6 +33429,7 @@ class ServiceIntegrationEndpointDatadogUserConfigArgs:
30217
33429
  :param pulumi.Input[str] datadog_api_key: Datadog API key. Example: `848f30907c15c55d601fe45487cce9b6`.
30218
33430
  :param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationEndpointDatadogUserConfigDatadogTagArgs']]] datadog_tags: Custom tags provided by user
30219
33431
  :param pulumi.Input[bool] disable_consumer_stats: Disable consumer group metrics.
33432
+ :param pulumi.Input[str] extra_tags_prefix: Extra tags prefix. Defaults to aiven.
30220
33433
  :param pulumi.Input[int] kafka_consumer_check_instances: Number of separate instances to fetch kafka consumer statistics with. Example: `8`.
30221
33434
  :param pulumi.Input[int] kafka_consumer_stats_timeout: Number of seconds that datadog will wait to get consumer statistics from brokers. Example: `60`.
30222
33435
  :param pulumi.Input[int] max_partition_contexts: Maximum number of partition contexts to send. Example: `32000`.
@@ -30227,6 +33440,8 @@ class ServiceIntegrationEndpointDatadogUserConfigArgs:
30227
33440
  pulumi.set(__self__, "datadog_tags", datadog_tags)
30228
33441
  if disable_consumer_stats is not None:
30229
33442
  pulumi.set(__self__, "disable_consumer_stats", disable_consumer_stats)
33443
+ if extra_tags_prefix is not None:
33444
+ pulumi.set(__self__, "extra_tags_prefix", extra_tags_prefix)
30230
33445
  if kafka_consumer_check_instances is not None:
30231
33446
  pulumi.set(__self__, "kafka_consumer_check_instances", kafka_consumer_check_instances)
30232
33447
  if kafka_consumer_stats_timeout is not None:
@@ -30272,6 +33487,18 @@ class ServiceIntegrationEndpointDatadogUserConfigArgs:
30272
33487
  def disable_consumer_stats(self, value: Optional[pulumi.Input[bool]]):
30273
33488
  pulumi.set(self, "disable_consumer_stats", value)
30274
33489
 
33490
+ @property
33491
+ @pulumi.getter(name="extraTagsPrefix")
33492
+ def extra_tags_prefix(self) -> Optional[pulumi.Input[str]]:
33493
+ """
33494
+ Extra tags prefix. Defaults to aiven.
33495
+ """
33496
+ return pulumi.get(self, "extra_tags_prefix")
33497
+
33498
+ @extra_tags_prefix.setter
33499
+ def extra_tags_prefix(self, value: Optional[pulumi.Input[str]]):
33500
+ pulumi.set(self, "extra_tags_prefix", value)
33501
+
30275
33502
  @property
30276
33503
  @pulumi.getter(name="kafkaConsumerCheckInstances")
30277
33504
  def kafka_consumer_check_instances(self) -> Optional[pulumi.Input[int]]:
@@ -33850,7 +37077,7 @@ if not MYPY:
33850
37077
  class ThanosServiceIntegrationArgsDict(TypedDict):
33851
37078
  integration_type: pulumi.Input[str]
33852
37079
  """
33853
- Type of the service integration. The only supported value at the moment is `read_replica`
37080
+ Type of the service integration
33854
37081
  """
33855
37082
  source_service_name: pulumi.Input[str]
33856
37083
  """
@@ -33865,7 +37092,7 @@ class ThanosServiceIntegrationArgs:
33865
37092
  integration_type: pulumi.Input[str],
33866
37093
  source_service_name: pulumi.Input[str]):
33867
37094
  """
33868
- :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
37095
+ :param pulumi.Input[str] integration_type: Type of the service integration
33869
37096
  :param pulumi.Input[str] source_service_name: Name of the source service
33870
37097
  """
33871
37098
  pulumi.set(__self__, "integration_type", integration_type)
@@ -33875,7 +37102,7 @@ class ThanosServiceIntegrationArgs:
33875
37102
  @pulumi.getter(name="integrationType")
33876
37103
  def integration_type(self) -> pulumi.Input[str]:
33877
37104
  """
33878
- Type of the service integration. The only supported value at the moment is `read_replica`
37105
+ Type of the service integration
33879
37106
  """
33880
37107
  return pulumi.get(self, "integration_type")
33881
37108
 
@@ -34073,7 +37300,7 @@ if not MYPY:
34073
37300
  class ThanosThanosUserConfigArgsDict(TypedDict):
34074
37301
  compactor: NotRequired[pulumi.Input['ThanosThanosUserConfigCompactorArgsDict']]
34075
37302
  """
34076
- ThanosCompactor
37303
+ Configuration options for Thanos Compactor
34077
37304
  """
34078
37305
  env: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
34079
37306
  """
@@ -34095,29 +37322,37 @@ if not MYPY:
34095
37322
  """
34096
37323
  After exceeding the limit a service alert is going to be raised (0 means not set).
34097
37324
  """
37325
+ private_access: NotRequired[pulumi.Input['ThanosThanosUserConfigPrivateAccessArgsDict']]
37326
+ """
37327
+ Allow access to selected service ports from private networks
37328
+ """
37329
+ privatelink_access: NotRequired[pulumi.Input['ThanosThanosUserConfigPrivatelinkAccessArgsDict']]
37330
+ """
37331
+ Allow access to selected service components through Privatelink
37332
+ """
34098
37333
  public_access: NotRequired[pulumi.Input['ThanosThanosUserConfigPublicAccessArgsDict']]
34099
37334
  """
34100
37335
  Allow access to selected service ports from the public Internet
34101
37336
  """
34102
37337
  query: NotRequired[pulumi.Input['ThanosThanosUserConfigQueryArgsDict']]
34103
37338
  """
34104
- ThanosQuery
37339
+ Configuration options for Thanos Query
34105
37340
  """
34106
37341
  query_frontend: NotRequired[pulumi.Input['ThanosThanosUserConfigQueryFrontendArgsDict']]
34107
37342
  """
34108
- ThanosQueryFrontend
37343
+ Configuration options for Thanos Query Frontend
34109
37344
  """
34110
37345
  receiver_ingesting: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
34111
37346
  """
34112
- CommonReceive.
37347
+ Common configuration options for Thanos Receive.
34113
37348
  """
34114
37349
  receiver_routing: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
34115
37350
  """
34116
- ThanosReceiveRouting.
37351
+ Configuration options for Thanos Receive Routing.
34117
37352
  """
34118
37353
  ruler: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
34119
37354
  """
34120
- ThanosRuler.
37355
+ Configuration options for Thanos Ruler.
34121
37356
  """
34122
37357
  service_log: NotRequired[pulumi.Input[bool]]
34123
37358
  """
@@ -34129,7 +37364,7 @@ if not MYPY:
34129
37364
  """
34130
37365
  store: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
34131
37366
  """
34132
- ThanosStore.
37367
+ Configuration options for Thanos Store.
34133
37368
  """
34134
37369
  elif False:
34135
37370
  ThanosThanosUserConfigArgsDict: TypeAlias = Mapping[str, Any]
@@ -34143,6 +37378,8 @@ class ThanosThanosUserConfigArgs:
34143
37378
  ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
34144
37379
  ip_filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
34145
37380
  object_storage_usage_alert_threshold_gb: Optional[pulumi.Input[int]] = None,
37381
+ private_access: Optional[pulumi.Input['ThanosThanosUserConfigPrivateAccessArgs']] = None,
37382
+ privatelink_access: Optional[pulumi.Input['ThanosThanosUserConfigPrivatelinkAccessArgs']] = None,
34146
37383
  public_access: Optional[pulumi.Input['ThanosThanosUserConfigPublicAccessArgs']] = None,
34147
37384
  query: Optional[pulumi.Input['ThanosThanosUserConfigQueryArgs']] = None,
34148
37385
  query_frontend: Optional[pulumi.Input['ThanosThanosUserConfigQueryFrontendArgs']] = None,
@@ -34153,21 +37390,23 @@ class ThanosThanosUserConfigArgs:
34153
37390
  static_ips: Optional[pulumi.Input[bool]] = None,
34154
37391
  store: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
34155
37392
  """
34156
- :param pulumi.Input['ThanosThanosUserConfigCompactorArgs'] compactor: ThanosCompactor
37393
+ :param pulumi.Input['ThanosThanosUserConfigCompactorArgs'] compactor: Configuration options for Thanos Compactor
34157
37394
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] env: Environmental variables.
34158
37395
  :param pulumi.Input[Sequence[pulumi.Input['ThanosThanosUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
34159
37396
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
34160
37397
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
34161
37398
  :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).
37399
+ :param pulumi.Input['ThanosThanosUserConfigPrivateAccessArgs'] private_access: Allow access to selected service ports from private networks
37400
+ :param pulumi.Input['ThanosThanosUserConfigPrivatelinkAccessArgs'] privatelink_access: Allow access to selected service components through Privatelink
34162
37401
  :param pulumi.Input['ThanosThanosUserConfigPublicAccessArgs'] public_access: Allow access to selected service ports from the public Internet
34163
- :param pulumi.Input['ThanosThanosUserConfigQueryArgs'] query: ThanosQuery
34164
- :param pulumi.Input['ThanosThanosUserConfigQueryFrontendArgs'] query_frontend: ThanosQueryFrontend
34165
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] receiver_ingesting: CommonReceive.
34166
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] receiver_routing: ThanosReceiveRouting.
34167
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] ruler: ThanosRuler.
37402
+ :param pulumi.Input['ThanosThanosUserConfigQueryArgs'] query: Configuration options for Thanos Query
37403
+ :param pulumi.Input['ThanosThanosUserConfigQueryFrontendArgs'] query_frontend: Configuration options for Thanos Query Frontend
37404
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] receiver_ingesting: Common configuration options for Thanos Receive.
37405
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] receiver_routing: Configuration options for Thanos Receive Routing.
37406
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] ruler: Configuration options for Thanos Ruler.
34168
37407
  :param pulumi.Input[bool] service_log: Store logs for the service so that they are available in the HTTP API and console.
34169
37408
  :param pulumi.Input[bool] static_ips: Use static public IP addresses.
34170
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] store: ThanosStore.
37409
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] store: Configuration options for Thanos Store.
34171
37410
  """
34172
37411
  if compactor is not None:
34173
37412
  pulumi.set(__self__, "compactor", compactor)
@@ -34187,6 +37426,10 @@ class ThanosThanosUserConfigArgs:
34187
37426
  pulumi.set(__self__, "ip_filters", ip_filters)
34188
37427
  if object_storage_usage_alert_threshold_gb is not None:
34189
37428
  pulumi.set(__self__, "object_storage_usage_alert_threshold_gb", object_storage_usage_alert_threshold_gb)
37429
+ if private_access is not None:
37430
+ pulumi.set(__self__, "private_access", private_access)
37431
+ if privatelink_access is not None:
37432
+ pulumi.set(__self__, "privatelink_access", privatelink_access)
34190
37433
  if public_access is not None:
34191
37434
  pulumi.set(__self__, "public_access", public_access)
34192
37435
  if query is not None:
@@ -34210,7 +37453,7 @@ class ThanosThanosUserConfigArgs:
34210
37453
  @pulumi.getter
34211
37454
  def compactor(self) -> Optional[pulumi.Input['ThanosThanosUserConfigCompactorArgs']]:
34212
37455
  """
34213
- ThanosCompactor
37456
+ Configuration options for Thanos Compactor
34214
37457
  """
34215
37458
  return pulumi.get(self, "compactor")
34216
37459
 
@@ -34280,6 +37523,30 @@ class ThanosThanosUserConfigArgs:
34280
37523
  def object_storage_usage_alert_threshold_gb(self, value: Optional[pulumi.Input[int]]):
34281
37524
  pulumi.set(self, "object_storage_usage_alert_threshold_gb", value)
34282
37525
 
37526
+ @property
37527
+ @pulumi.getter(name="privateAccess")
37528
+ def private_access(self) -> Optional[pulumi.Input['ThanosThanosUserConfigPrivateAccessArgs']]:
37529
+ """
37530
+ Allow access to selected service ports from private networks
37531
+ """
37532
+ return pulumi.get(self, "private_access")
37533
+
37534
+ @private_access.setter
37535
+ def private_access(self, value: Optional[pulumi.Input['ThanosThanosUserConfigPrivateAccessArgs']]):
37536
+ pulumi.set(self, "private_access", value)
37537
+
37538
+ @property
37539
+ @pulumi.getter(name="privatelinkAccess")
37540
+ def privatelink_access(self) -> Optional[pulumi.Input['ThanosThanosUserConfigPrivatelinkAccessArgs']]:
37541
+ """
37542
+ Allow access to selected service components through Privatelink
37543
+ """
37544
+ return pulumi.get(self, "privatelink_access")
37545
+
37546
+ @privatelink_access.setter
37547
+ def privatelink_access(self, value: Optional[pulumi.Input['ThanosThanosUserConfigPrivatelinkAccessArgs']]):
37548
+ pulumi.set(self, "privatelink_access", value)
37549
+
34283
37550
  @property
34284
37551
  @pulumi.getter(name="publicAccess")
34285
37552
  def public_access(self) -> Optional[pulumi.Input['ThanosThanosUserConfigPublicAccessArgs']]:
@@ -34296,7 +37563,7 @@ class ThanosThanosUserConfigArgs:
34296
37563
  @pulumi.getter
34297
37564
  def query(self) -> Optional[pulumi.Input['ThanosThanosUserConfigQueryArgs']]:
34298
37565
  """
34299
- ThanosQuery
37566
+ Configuration options for Thanos Query
34300
37567
  """
34301
37568
  return pulumi.get(self, "query")
34302
37569
 
@@ -34308,7 +37575,7 @@ class ThanosThanosUserConfigArgs:
34308
37575
  @pulumi.getter(name="queryFrontend")
34309
37576
  def query_frontend(self) -> Optional[pulumi.Input['ThanosThanosUserConfigQueryFrontendArgs']]:
34310
37577
  """
34311
- ThanosQueryFrontend
37578
+ Configuration options for Thanos Query Frontend
34312
37579
  """
34313
37580
  return pulumi.get(self, "query_frontend")
34314
37581
 
@@ -34320,7 +37587,7 @@ class ThanosThanosUserConfigArgs:
34320
37587
  @pulumi.getter(name="receiverIngesting")
34321
37588
  def receiver_ingesting(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
34322
37589
  """
34323
- CommonReceive.
37590
+ Common configuration options for Thanos Receive.
34324
37591
  """
34325
37592
  return pulumi.get(self, "receiver_ingesting")
34326
37593
 
@@ -34332,7 +37599,7 @@ class ThanosThanosUserConfigArgs:
34332
37599
  @pulumi.getter(name="receiverRouting")
34333
37600
  def receiver_routing(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
34334
37601
  """
34335
- ThanosReceiveRouting.
37602
+ Configuration options for Thanos Receive Routing.
34336
37603
  """
34337
37604
  return pulumi.get(self, "receiver_routing")
34338
37605
 
@@ -34344,7 +37611,7 @@ class ThanosThanosUserConfigArgs:
34344
37611
  @pulumi.getter
34345
37612
  def ruler(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
34346
37613
  """
34347
- ThanosRuler.
37614
+ Configuration options for Thanos Ruler.
34348
37615
  """
34349
37616
  return pulumi.get(self, "ruler")
34350
37617
 
@@ -34380,7 +37647,7 @@ class ThanosThanosUserConfigArgs:
34380
37647
  @pulumi.getter
34381
37648
  def store(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
34382
37649
  """
34383
- ThanosStore.
37650
+ Configuration options for Thanos Store.
34384
37651
  """
34385
37652
  return pulumi.get(self, "store")
34386
37653
 
@@ -34472,6 +37739,110 @@ class ThanosThanosUserConfigIpFilterObjectArgs:
34472
37739
  pulumi.set(self, "description", value)
34473
37740
 
34474
37741
 
37742
+ if not MYPY:
37743
+ class ThanosThanosUserConfigPrivateAccessArgsDict(TypedDict):
37744
+ query_frontend: NotRequired[pulumi.Input[bool]]
37745
+ """
37746
+ 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.
37747
+ """
37748
+ receiver_routing: NotRequired[pulumi.Input[bool]]
37749
+ """
37750
+ 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.
37751
+ """
37752
+ elif False:
37753
+ ThanosThanosUserConfigPrivateAccessArgsDict: TypeAlias = Mapping[str, Any]
37754
+
37755
+ @pulumi.input_type
37756
+ class ThanosThanosUserConfigPrivateAccessArgs:
37757
+ def __init__(__self__, *,
37758
+ query_frontend: Optional[pulumi.Input[bool]] = None,
37759
+ receiver_routing: Optional[pulumi.Input[bool]] = None):
37760
+ """
37761
+ :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.
37762
+ :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.
37763
+ """
37764
+ if query_frontend is not None:
37765
+ pulumi.set(__self__, "query_frontend", query_frontend)
37766
+ if receiver_routing is not None:
37767
+ pulumi.set(__self__, "receiver_routing", receiver_routing)
37768
+
37769
+ @property
37770
+ @pulumi.getter(name="queryFrontend")
37771
+ def query_frontend(self) -> Optional[pulumi.Input[bool]]:
37772
+ """
37773
+ 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.
37774
+ """
37775
+ return pulumi.get(self, "query_frontend")
37776
+
37777
+ @query_frontend.setter
37778
+ def query_frontend(self, value: Optional[pulumi.Input[bool]]):
37779
+ pulumi.set(self, "query_frontend", value)
37780
+
37781
+ @property
37782
+ @pulumi.getter(name="receiverRouting")
37783
+ def receiver_routing(self) -> Optional[pulumi.Input[bool]]:
37784
+ """
37785
+ 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.
37786
+ """
37787
+ return pulumi.get(self, "receiver_routing")
37788
+
37789
+ @receiver_routing.setter
37790
+ def receiver_routing(self, value: Optional[pulumi.Input[bool]]):
37791
+ pulumi.set(self, "receiver_routing", value)
37792
+
37793
+
37794
+ if not MYPY:
37795
+ class ThanosThanosUserConfigPrivatelinkAccessArgsDict(TypedDict):
37796
+ query_frontend: NotRequired[pulumi.Input[bool]]
37797
+ """
37798
+ Enable query_frontend.
37799
+ """
37800
+ receiver_routing: NotRequired[pulumi.Input[bool]]
37801
+ """
37802
+ Enable receiver_routing.
37803
+ """
37804
+ elif False:
37805
+ ThanosThanosUserConfigPrivatelinkAccessArgsDict: TypeAlias = Mapping[str, Any]
37806
+
37807
+ @pulumi.input_type
37808
+ class ThanosThanosUserConfigPrivatelinkAccessArgs:
37809
+ def __init__(__self__, *,
37810
+ query_frontend: Optional[pulumi.Input[bool]] = None,
37811
+ receiver_routing: Optional[pulumi.Input[bool]] = None):
37812
+ """
37813
+ :param pulumi.Input[bool] query_frontend: Enable query_frontend.
37814
+ :param pulumi.Input[bool] receiver_routing: Enable receiver_routing.
37815
+ """
37816
+ if query_frontend is not None:
37817
+ pulumi.set(__self__, "query_frontend", query_frontend)
37818
+ if receiver_routing is not None:
37819
+ pulumi.set(__self__, "receiver_routing", receiver_routing)
37820
+
37821
+ @property
37822
+ @pulumi.getter(name="queryFrontend")
37823
+ def query_frontend(self) -> Optional[pulumi.Input[bool]]:
37824
+ """
37825
+ Enable query_frontend.
37826
+ """
37827
+ return pulumi.get(self, "query_frontend")
37828
+
37829
+ @query_frontend.setter
37830
+ def query_frontend(self, value: Optional[pulumi.Input[bool]]):
37831
+ pulumi.set(self, "query_frontend", value)
37832
+
37833
+ @property
37834
+ @pulumi.getter(name="receiverRouting")
37835
+ def receiver_routing(self) -> Optional[pulumi.Input[bool]]:
37836
+ """
37837
+ Enable receiver_routing.
37838
+ """
37839
+ return pulumi.get(self, "receiver_routing")
37840
+
37841
+ @receiver_routing.setter
37842
+ def receiver_routing(self, value: Optional[pulumi.Input[bool]]):
37843
+ pulumi.set(self, "receiver_routing", value)
37844
+
37845
+
34475
37846
  if not MYPY:
34476
37847
  class ThanosThanosUserConfigPublicAccessArgsDict(TypedDict):
34477
37848
  compactor: NotRequired[pulumi.Input[bool]]
@@ -34964,7 +38335,7 @@ if not MYPY:
34964
38335
  class ValkeyServiceIntegrationArgsDict(TypedDict):
34965
38336
  integration_type: pulumi.Input[str]
34966
38337
  """
34967
- Type of the service integration. The only supported value at the moment is `read_replica`
38338
+ Type of the service integration
34968
38339
  """
34969
38340
  source_service_name: pulumi.Input[str]
34970
38341
  """
@@ -34979,7 +38350,7 @@ class ValkeyServiceIntegrationArgs:
34979
38350
  integration_type: pulumi.Input[str],
34980
38351
  source_service_name: pulumi.Input[str]):
34981
38352
  """
34982
- :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
38353
+ :param pulumi.Input[str] integration_type: Type of the service integration
34983
38354
  :param pulumi.Input[str] source_service_name: Name of the source service
34984
38355
  """
34985
38356
  pulumi.set(__self__, "integration_type", integration_type)
@@ -34989,7 +38360,7 @@ class ValkeyServiceIntegrationArgs:
34989
38360
  @pulumi.getter(name="integrationType")
34990
38361
  def integration_type(self) -> pulumi.Input[str]:
34991
38362
  """
34992
- Type of the service integration. The only supported value at the moment is `read_replica`
38363
+ Type of the service integration
34993
38364
  """
34994
38365
  return pulumi.get(self, "integration_type")
34995
38366