pulumi-aiven 6.30.0__py3-none-any.whl → 6.30.0a1733787482__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-aiven might be problematic. Click here for more details.

pulumi_aiven/_inputs.py CHANGED
@@ -17,34 +17,6 @@ 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',
48
20
  'CassandraCassandraArgs',
49
21
  'CassandraCassandraArgsDict',
50
22
  'CassandraCassandraUserConfigArgs',
@@ -763,2836 +735,6 @@ class AccountAuthenticationSamlFieldMappingArgs:
763
735
  pulumi.set(self, "real_name", value)
764
736
 
765
737
 
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
-
3596
738
  if not MYPY:
3597
739
  class CassandraCassandraArgsDict(TypedDict):
3598
740
  uris: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
@@ -4364,7 +1506,7 @@ if not MYPY:
4364
1506
  class CassandraServiceIntegrationArgsDict(TypedDict):
4365
1507
  integration_type: pulumi.Input[str]
4366
1508
  """
4367
- Type of the service integration
1509
+ Type of the service integration. The only supported value at the moment is `read_replica`
4368
1510
  """
4369
1511
  source_service_name: pulumi.Input[str]
4370
1512
  """
@@ -4379,7 +1521,7 @@ class CassandraServiceIntegrationArgs:
4379
1521
  integration_type: pulumi.Input[str],
4380
1522
  source_service_name: pulumi.Input[str]):
4381
1523
  """
4382
- :param pulumi.Input[str] integration_type: Type of the service integration
1524
+ :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
4383
1525
  :param pulumi.Input[str] source_service_name: Name of the source service
4384
1526
  """
4385
1527
  pulumi.set(__self__, "integration_type", integration_type)
@@ -4389,7 +1531,7 @@ class CassandraServiceIntegrationArgs:
4389
1531
  @pulumi.getter(name="integrationType")
4390
1532
  def integration_type(self) -> pulumi.Input[str]:
4391
1533
  """
4392
- Type of the service integration
1534
+ Type of the service integration. The only supported value at the moment is `read_replica`
4393
1535
  """
4394
1536
  return pulumi.get(self, "integration_type")
4395
1537
 
@@ -5429,11 +2571,11 @@ if not MYPY:
5429
2571
  class ClickhouseServiceIntegrationArgsDict(TypedDict):
5430
2572
  integration_type: pulumi.Input[str]
5431
2573
  """
5432
- Type of the service integration
2574
+ Type of the service integration. Supported integrations are `clickhouse_kafka` and `clickhouse_postgresql`.
5433
2575
  """
5434
2576
  source_service_name: pulumi.Input[str]
5435
2577
  """
5436
- Name of the source service
2578
+ Name of the source service.
5437
2579
  """
5438
2580
  elif False:
5439
2581
  ClickhouseServiceIntegrationArgsDict: TypeAlias = Mapping[str, Any]
@@ -5444,8 +2586,8 @@ class ClickhouseServiceIntegrationArgs:
5444
2586
  integration_type: pulumi.Input[str],
5445
2587
  source_service_name: pulumi.Input[str]):
5446
2588
  """
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
2589
+ :param pulumi.Input[str] integration_type: Type of the service integration. Supported integrations are `clickhouse_kafka` and `clickhouse_postgresql`.
2590
+ :param pulumi.Input[str] source_service_name: Name of the source service.
5449
2591
  """
5450
2592
  pulumi.set(__self__, "integration_type", integration_type)
5451
2593
  pulumi.set(__self__, "source_service_name", source_service_name)
@@ -5454,7 +2596,7 @@ class ClickhouseServiceIntegrationArgs:
5454
2596
  @pulumi.getter(name="integrationType")
5455
2597
  def integration_type(self) -> pulumi.Input[str]:
5456
2598
  """
5457
- Type of the service integration
2599
+ Type of the service integration. Supported integrations are `clickhouse_kafka` and `clickhouse_postgresql`.
5458
2600
  """
5459
2601
  return pulumi.get(self, "integration_type")
5460
2602
 
@@ -5466,7 +2608,7 @@ class ClickhouseServiceIntegrationArgs:
5466
2608
  @pulumi.getter(name="sourceServiceName")
5467
2609
  def source_service_name(self) -> pulumi.Input[str]:
5468
2610
  """
5469
- Name of the source service
2611
+ Name of the source service.
5470
2612
  """
5471
2613
  return pulumi.get(self, "source_service_name")
5472
2614
 
@@ -6537,7 +3679,7 @@ if not MYPY:
6537
3679
  class DragonflyServiceIntegrationArgsDict(TypedDict):
6538
3680
  integration_type: pulumi.Input[str]
6539
3681
  """
6540
- Type of the service integration
3682
+ Type of the service integration. The only supported value at the moment is `read_replica`
6541
3683
  """
6542
3684
  source_service_name: pulumi.Input[str]
6543
3685
  """
@@ -6552,7 +3694,7 @@ class DragonflyServiceIntegrationArgs:
6552
3694
  integration_type: pulumi.Input[str],
6553
3695
  source_service_name: pulumi.Input[str]):
6554
3696
  """
6555
- :param pulumi.Input[str] integration_type: Type of the service integration
3697
+ :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
6556
3698
  :param pulumi.Input[str] source_service_name: Name of the source service
6557
3699
  """
6558
3700
  pulumi.set(__self__, "integration_type", integration_type)
@@ -6562,7 +3704,7 @@ class DragonflyServiceIntegrationArgs:
6562
3704
  @pulumi.getter(name="integrationType")
6563
3705
  def integration_type(self) -> pulumi.Input[str]:
6564
3706
  """
6565
- Type of the service integration
3707
+ Type of the service integration. The only supported value at the moment is `read_replica`
6566
3708
  """
6567
3709
  return pulumi.get(self, "integration_type")
6568
3710
 
@@ -6978,7 +4120,7 @@ if not MYPY:
6978
4120
  """
6979
4121
  flink_version: NotRequired[pulumi.Input[str]]
6980
4122
  """
6981
- Enum: `1.16`, `1.19`, `1.20`, and newer. Flink major version.
4123
+ Enum: `1.16`, `1.19`, and newer. Flink major version.
6982
4124
  """
6983
4125
  ip_filter_objects: NotRequired[pulumi.Input[Sequence[pulumi.Input['FlinkFlinkUserConfigIpFilterObjectArgsDict']]]]
6984
4126
  """
@@ -7040,7 +4182,7 @@ class FlinkFlinkUserConfigArgs:
7040
4182
  static_ips: Optional[pulumi.Input[bool]] = None):
7041
4183
  """
7042
4184
  :param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
7043
- :param pulumi.Input[str] flink_version: Enum: `1.16`, `1.19`, `1.20`, and newer. Flink major version.
4185
+ :param pulumi.Input[str] flink_version: Enum: `1.16`, `1.19`, and newer. Flink major version.
7044
4186
  :param pulumi.Input[Sequence[pulumi.Input['FlinkFlinkUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
7045
4187
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
7046
4188
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
@@ -7100,7 +4242,7 @@ class FlinkFlinkUserConfigArgs:
7100
4242
  @pulumi.getter(name="flinkVersion")
7101
4243
  def flink_version(self) -> Optional[pulumi.Input[str]]:
7102
4244
  """
7103
- Enum: `1.16`, `1.19`, `1.20`, and newer. Flink major version.
4245
+ Enum: `1.16`, `1.19`, and newer. Flink major version.
7104
4246
  """
7105
4247
  return pulumi.get(self, "flink_version")
7106
4248
 
@@ -7369,7 +4511,7 @@ if not MYPY:
7369
4511
  class FlinkServiceIntegrationArgsDict(TypedDict):
7370
4512
  integration_type: pulumi.Input[str]
7371
4513
  """
7372
- Type of the service integration
4514
+ Type of the service integration. The only supported value at the moment is `read_replica`
7373
4515
  """
7374
4516
  source_service_name: pulumi.Input[str]
7375
4517
  """
@@ -7384,7 +4526,7 @@ class FlinkServiceIntegrationArgs:
7384
4526
  integration_type: pulumi.Input[str],
7385
4527
  source_service_name: pulumi.Input[str]):
7386
4528
  """
7387
- :param pulumi.Input[str] integration_type: Type of the service integration
4529
+ :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
7388
4530
  :param pulumi.Input[str] source_service_name: Name of the source service
7389
4531
  """
7390
4532
  pulumi.set(__self__, "integration_type", integration_type)
@@ -7394,7 +4536,7 @@ class FlinkServiceIntegrationArgs:
7394
4536
  @pulumi.getter(name="integrationType")
7395
4537
  def integration_type(self) -> pulumi.Input[str]:
7396
4538
  """
7397
- Type of the service integration
4539
+ Type of the service integration. The only supported value at the moment is `read_replica`
7398
4540
  """
7399
4541
  return pulumi.get(self, "integration_type")
7400
4542
 
@@ -9939,7 +7081,7 @@ if not MYPY:
9939
7081
  class GrafanaServiceIntegrationArgsDict(TypedDict):
9940
7082
  integration_type: pulumi.Input[str]
9941
7083
  """
9942
- Type of the service integration
7084
+ Type of the service integration. The only supported value at the moment is `read_replica`
9943
7085
  """
9944
7086
  source_service_name: pulumi.Input[str]
9945
7087
  """
@@ -9954,7 +7096,7 @@ class GrafanaServiceIntegrationArgs:
9954
7096
  integration_type: pulumi.Input[str],
9955
7097
  source_service_name: pulumi.Input[str]):
9956
7098
  """
9957
- :param pulumi.Input[str] integration_type: Type of the service integration
7099
+ :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
9958
7100
  :param pulumi.Input[str] source_service_name: Name of the source service
9959
7101
  """
9960
7102
  pulumi.set(__self__, "integration_type", integration_type)
@@ -9964,7 +7106,7 @@ class GrafanaServiceIntegrationArgs:
9964
7106
  @pulumi.getter(name="integrationType")
9965
7107
  def integration_type(self) -> pulumi.Input[str]:
9966
7108
  """
9967
- Type of the service integration
7109
+ Type of the service integration. The only supported value at the moment is `read_replica`
9968
7110
  """
9969
7111
  return pulumi.get(self, "integration_type")
9970
7112
 
@@ -11013,7 +8155,7 @@ if not MYPY:
11013
8155
  class InfluxDbServiceIntegrationArgsDict(TypedDict):
11014
8156
  integration_type: pulumi.Input[str]
11015
8157
  """
11016
- Type of the service integration
8158
+ Type of the service integration. The only supported value at the moment is `read_replica`
11017
8159
  """
11018
8160
  source_service_name: pulumi.Input[str]
11019
8161
  """
@@ -11028,7 +8170,7 @@ class InfluxDbServiceIntegrationArgs:
11028
8170
  integration_type: pulumi.Input[str],
11029
8171
  source_service_name: pulumi.Input[str]):
11030
8172
  """
11031
- :param pulumi.Input[str] integration_type: Type of the service integration
8173
+ :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
11032
8174
  :param pulumi.Input[str] source_service_name: Name of the source service
11033
8175
  """
11034
8176
  pulumi.set(__self__, "integration_type", integration_type)
@@ -11038,7 +8180,7 @@ class InfluxDbServiceIntegrationArgs:
11038
8180
  @pulumi.getter(name="integrationType")
11039
8181
  def integration_type(self) -> pulumi.Input[str]:
11040
8182
  """
11041
- Type of the service integration
8183
+ Type of the service integration. The only supported value at the moment is `read_replica`
11042
8184
  """
11043
8185
  return pulumi.get(self, "integration_type")
11044
8186
 
@@ -12551,7 +9693,7 @@ if not MYPY:
12551
9693
  class KafkaConnectServiceIntegrationArgsDict(TypedDict):
12552
9694
  integration_type: pulumi.Input[str]
12553
9695
  """
12554
- Type of the service integration
9696
+ Type of the service integration. The only supported value at the moment is `read_replica`
12555
9697
  """
12556
9698
  source_service_name: pulumi.Input[str]
12557
9699
  """
@@ -12566,7 +9708,7 @@ class KafkaConnectServiceIntegrationArgs:
12566
9708
  integration_type: pulumi.Input[str],
12567
9709
  source_service_name: pulumi.Input[str]):
12568
9710
  """
12569
- :param pulumi.Input[str] integration_type: Type of the service integration
9711
+ :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
12570
9712
  :param pulumi.Input[str] source_service_name: Name of the source service
12571
9713
  """
12572
9714
  pulumi.set(__self__, "integration_type", integration_type)
@@ -12576,7 +9718,7 @@ class KafkaConnectServiceIntegrationArgs:
12576
9718
  @pulumi.getter(name="integrationType")
12577
9719
  def integration_type(self) -> pulumi.Input[str]:
12578
9720
  """
12579
- Type of the service integration
9721
+ Type of the service integration. The only supported value at the moment is `read_replica`
12580
9722
  """
12581
9723
  return pulumi.get(self, "integration_type")
12582
9724
 
@@ -16620,7 +13762,7 @@ if not MYPY:
16620
13762
  class KafkaMirrorMakerServiceIntegrationArgsDict(TypedDict):
16621
13763
  integration_type: pulumi.Input[str]
16622
13764
  """
16623
- Type of the service integration
13765
+ Type of the service integration. The only supported value at the moment is `read_replica`
16624
13766
  """
16625
13767
  source_service_name: pulumi.Input[str]
16626
13768
  """
@@ -16635,7 +13777,7 @@ class KafkaMirrorMakerServiceIntegrationArgs:
16635
13777
  integration_type: pulumi.Input[str],
16636
13778
  source_service_name: pulumi.Input[str]):
16637
13779
  """
16638
- :param pulumi.Input[str] integration_type: Type of the service integration
13780
+ :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
16639
13781
  :param pulumi.Input[str] source_service_name: Name of the source service
16640
13782
  """
16641
13783
  pulumi.set(__self__, "integration_type", integration_type)
@@ -16645,7 +13787,7 @@ class KafkaMirrorMakerServiceIntegrationArgs:
16645
13787
  @pulumi.getter(name="integrationType")
16646
13788
  def integration_type(self) -> pulumi.Input[str]:
16647
13789
  """
16648
- Type of the service integration
13790
+ Type of the service integration. The only supported value at the moment is `read_replica`
16649
13791
  """
16650
13792
  return pulumi.get(self, "integration_type")
16651
13793
 
@@ -16751,7 +13893,7 @@ if not MYPY:
16751
13893
  class KafkaServiceIntegrationArgsDict(TypedDict):
16752
13894
  integration_type: pulumi.Input[str]
16753
13895
  """
16754
- Type of the service integration
13896
+ Type of the service integration. The only supported value at the moment is `read_replica`
16755
13897
  """
16756
13898
  source_service_name: pulumi.Input[str]
16757
13899
  """
@@ -16766,7 +13908,7 @@ class KafkaServiceIntegrationArgs:
16766
13908
  integration_type: pulumi.Input[str],
16767
13909
  source_service_name: pulumi.Input[str]):
16768
13910
  """
16769
- :param pulumi.Input[str] integration_type: Type of the service integration
13911
+ :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
16770
13912
  :param pulumi.Input[str] source_service_name: Name of the source service
16771
13913
  """
16772
13914
  pulumi.set(__self__, "integration_type", integration_type)
@@ -16776,7 +13918,7 @@ class KafkaServiceIntegrationArgs:
16776
13918
  @pulumi.getter(name="integrationType")
16777
13919
  def integration_type(self) -> pulumi.Input[str]:
16778
13920
  """
16779
- Type of the service integration
13921
+ Type of the service integration. The only supported value at the moment is `read_replica`
16780
13922
  """
16781
13923
  return pulumi.get(self, "integration_type")
16782
13924
 
@@ -17940,7 +15082,7 @@ if not MYPY:
17940
15082
  class M3AggregatorServiceIntegrationArgsDict(TypedDict):
17941
15083
  integration_type: pulumi.Input[str]
17942
15084
  """
17943
- Type of the service integration
15085
+ Type of the service integration. The only supported value at the moment is `read_replica`
17944
15086
  """
17945
15087
  source_service_name: pulumi.Input[str]
17946
15088
  """
@@ -17955,7 +15097,7 @@ class M3AggregatorServiceIntegrationArgs:
17955
15097
  integration_type: pulumi.Input[str],
17956
15098
  source_service_name: pulumi.Input[str]):
17957
15099
  """
17958
- :param pulumi.Input[str] integration_type: Type of the service integration
15100
+ :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
17959
15101
  :param pulumi.Input[str] source_service_name: Name of the source service
17960
15102
  """
17961
15103
  pulumi.set(__self__, "integration_type", integration_type)
@@ -17965,7 +15107,7 @@ class M3AggregatorServiceIntegrationArgs:
17965
15107
  @pulumi.getter(name="integrationType")
17966
15108
  def integration_type(self) -> pulumi.Input[str]:
17967
15109
  """
17968
- Type of the service integration
15110
+ Type of the service integration. The only supported value at the moment is `read_replica`
17969
15111
  """
17970
15112
  return pulumi.get(self, "integration_type")
17971
15113
 
@@ -19663,7 +16805,7 @@ if not MYPY:
19663
16805
  class M3DbServiceIntegrationArgsDict(TypedDict):
19664
16806
  integration_type: pulumi.Input[str]
19665
16807
  """
19666
- Type of the service integration
16808
+ Type of the service integration. The only supported value at the moment is `read_replica`
19667
16809
  """
19668
16810
  source_service_name: pulumi.Input[str]
19669
16811
  """
@@ -19678,7 +16820,7 @@ class M3DbServiceIntegrationArgs:
19678
16820
  integration_type: pulumi.Input[str],
19679
16821
  source_service_name: pulumi.Input[str]):
19680
16822
  """
19681
- :param pulumi.Input[str] integration_type: Type of the service integration
16823
+ :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
19682
16824
  :param pulumi.Input[str] source_service_name: Name of the source service
19683
16825
  """
19684
16826
  pulumi.set(__self__, "integration_type", integration_type)
@@ -19688,7 +16830,7 @@ class M3DbServiceIntegrationArgs:
19688
16830
  @pulumi.getter(name="integrationType")
19689
16831
  def integration_type(self) -> pulumi.Input[str]:
19690
16832
  """
19691
- Type of the service integration
16833
+ Type of the service integration. The only supported value at the moment is `read_replica`
19692
16834
  """
19693
16835
  return pulumi.get(self, "integration_type")
19694
16836
 
@@ -21715,7 +18857,7 @@ if not MYPY:
21715
18857
  class MySqlServiceIntegrationArgsDict(TypedDict):
21716
18858
  integration_type: pulumi.Input[str]
21717
18859
  """
21718
- Type of the service integration. The possible value is `read_replica`.
18860
+ Type of the service integration. The only supported value at the moment is `read_replica`
21719
18861
  """
21720
18862
  source_service_name: pulumi.Input[str]
21721
18863
  """
@@ -21730,7 +18872,7 @@ class MySqlServiceIntegrationArgs:
21730
18872
  integration_type: pulumi.Input[str],
21731
18873
  source_service_name: pulumi.Input[str]):
21732
18874
  """
21733
- :param pulumi.Input[str] integration_type: Type of the service integration. The possible value is `read_replica`.
18875
+ :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
21734
18876
  :param pulumi.Input[str] source_service_name: Name of the source service
21735
18877
  """
21736
18878
  pulumi.set(__self__, "integration_type", integration_type)
@@ -21740,7 +18882,7 @@ class MySqlServiceIntegrationArgs:
21740
18882
  @pulumi.getter(name="integrationType")
21741
18883
  def integration_type(self) -> pulumi.Input[str]:
21742
18884
  """
21743
- Type of the service integration. The possible value is `read_replica`.
18885
+ Type of the service integration. The only supported value at the moment is `read_replica`
21744
18886
  """
21745
18887
  return pulumi.get(self, "integration_type")
21746
18888
 
@@ -24957,10 +22099,6 @@ if not MYPY:
24957
22099
  """
24958
22100
  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`.
24959
22101
  """
24960
- multiple_data_source_enabled: NotRequired[pulumi.Input[bool]]
24961
- """
24962
- Enable or disable multiple data sources in OpenSearch Dashboards. Default: `true`.
24963
- """
24964
22102
  opensearch_request_timeout: NotRequired[pulumi.Input[int]]
24965
22103
  """
24966
22104
  Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch. Default: `30000`.
@@ -24973,20 +22111,16 @@ class OpenSearchOpensearchUserConfigOpensearchDashboardsArgs:
24973
22111
  def __init__(__self__, *,
24974
22112
  enabled: Optional[pulumi.Input[bool]] = None,
24975
22113
  max_old_space_size: Optional[pulumi.Input[int]] = None,
24976
- multiple_data_source_enabled: Optional[pulumi.Input[bool]] = None,
24977
22114
  opensearch_request_timeout: Optional[pulumi.Input[int]] = None):
24978
22115
  """
24979
22116
  :param pulumi.Input[bool] enabled: Enable or disable OpenSearch Dashboards. Default: `true`.
24980
22117
  :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`.
24982
22118
  :param pulumi.Input[int] opensearch_request_timeout: Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch. Default: `30000`.
24983
22119
  """
24984
22120
  if enabled is not None:
24985
22121
  pulumi.set(__self__, "enabled", enabled)
24986
22122
  if max_old_space_size is not None:
24987
22123
  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)
24990
22124
  if opensearch_request_timeout is not None:
24991
22125
  pulumi.set(__self__, "opensearch_request_timeout", opensearch_request_timeout)
24992
22126
 
@@ -25014,18 +22148,6 @@ class OpenSearchOpensearchUserConfigOpensearchDashboardsArgs:
25014
22148
  def max_old_space_size(self, value: Optional[pulumi.Input[int]]):
25015
22149
  pulumi.set(self, "max_old_space_size", value)
25016
22150
 
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
-
25029
22151
  @property
25030
22152
  @pulumi.getter(name="opensearchRequestTimeout")
25031
22153
  def opensearch_request_timeout(self) -> Optional[pulumi.Input[int]]:
@@ -26835,7 +23957,7 @@ if not MYPY:
26835
23957
  class OpenSearchServiceIntegrationArgsDict(TypedDict):
26836
23958
  integration_type: pulumi.Input[str]
26837
23959
  """
26838
- Type of the service integration
23960
+ Type of the service integration. The only supported value at the moment is `read_replica`
26839
23961
  """
26840
23962
  source_service_name: pulumi.Input[str]
26841
23963
  """
@@ -26850,7 +23972,7 @@ class OpenSearchServiceIntegrationArgs:
26850
23972
  integration_type: pulumi.Input[str],
26851
23973
  source_service_name: pulumi.Input[str]):
26852
23974
  """
26853
- :param pulumi.Input[str] integration_type: Type of the service integration
23975
+ :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
26854
23976
  :param pulumi.Input[str] source_service_name: Name of the source service
26855
23977
  """
26856
23978
  pulumi.set(__self__, "integration_type", integration_type)
@@ -26860,7 +23982,7 @@ class OpenSearchServiceIntegrationArgs:
26860
23982
  @pulumi.getter(name="integrationType")
26861
23983
  def integration_type(self) -> pulumi.Input[str]:
26862
23984
  """
26863
- Type of the service integration
23985
+ Type of the service integration. The only supported value at the moment is `read_replica`
26864
23986
  """
26865
23987
  return pulumi.get(self, "integration_type")
26866
23988
 
@@ -27058,7 +24180,7 @@ if not MYPY:
27058
24180
  class OrganizationPermissionPermissionArgsDict(TypedDict):
27059
24181
  permissions: pulumi.Input[Sequence[pulumi.Input[str]]]
27060
24182
  """
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`.
24183
+ List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:network:read`, `organization:network:write`, `organization:permissions:read`, `organization:permissions:write`, `organization:projects:read`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
27062
24184
  """
27063
24185
  principal_id: pulumi.Input[str]
27064
24186
  """
@@ -27088,7 +24210,7 @@ class OrganizationPermissionPermissionArgs:
27088
24210
  create_time: Optional[pulumi.Input[str]] = None,
27089
24211
  update_time: Optional[pulumi.Input[str]] = None):
27090
24212
  """
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`.
24213
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] permissions: List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:network:read`, `organization:network:write`, `organization:permissions:read`, `organization:permissions:write`, `organization:projects:read`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
27092
24214
  :param pulumi.Input[str] principal_id: ID of the user or group to grant permissions to. Only active users who have accepted an [invite](https://aiven.io/docs/platform/howto/manage-org-users) to join the organization can be granted permissions.
27093
24215
  :param pulumi.Input[str] principal_type: The type of principal. The possible values are `user` and `user_group`.
27094
24216
  :param pulumi.Input[str] create_time: Time created.
@@ -27106,7 +24228,7 @@ class OrganizationPermissionPermissionArgs:
27106
24228
  @pulumi.getter
27107
24229
  def permissions(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
27108
24230
  """
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`.
24231
+ List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:billing:read`, `organization:billing:write`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:network:read`, `organization:network:write`, `organization:permissions:read`, `organization:permissions:write`, `organization:projects:read`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
27110
24232
  """
27111
24233
  return pulumi.get(self, "permissions")
27112
24234
 
@@ -28011,7 +25133,7 @@ if not MYPY:
28011
25133
  """
28012
25134
  pg_version: NotRequired[pulumi.Input[str]]
28013
25135
  """
28014
- Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, `17`, and newer. PostgreSQL major version.
25136
+ Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, and newer. PostgreSQL major version.
28015
25137
  """
28016
25138
  pgaudit: NotRequired[pulumi.Input['PgPgUserConfigPgauditArgsDict']]
28017
25139
  """
@@ -28131,7 +25253,7 @@ class PgPgUserConfigArgs:
28131
25253
  :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).
28132
25254
  :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`.
28133
25255
  :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`.
28134
- :param pulumi.Input[str] pg_version: Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, `17`, and newer. PostgreSQL major version.
25256
+ :param pulumi.Input[str] pg_version: Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, and newer. PostgreSQL major version.
28135
25257
  :param pulumi.Input['PgPgUserConfigPgauditArgs'] pgaudit: System-wide settings for the pgaudit extension
28136
25258
  :param pulumi.Input['PgPgUserConfigPgbouncerArgs'] pgbouncer: PGBouncer connection pooling settings
28137
25259
  :param pulumi.Input['PgPgUserConfigPglookoutArgs'] pglookout: System-wide settings for pglookout
@@ -28149,6 +25271,9 @@ class PgPgUserConfigArgs:
28149
25271
  :param pulumi.Input[str] variant: Enum: `aiven`, `timescale`. Variant of the PostgreSQL service, may affect the features that are exposed by default.
28150
25272
  :param pulumi.Input[int] work_mem: Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB). Example: `4`.
28151
25273
  """
25274
+ if additional_backup_regions is not None:
25275
+ warnings.warn("""This property is deprecated.""", DeprecationWarning)
25276
+ pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
28152
25277
  if additional_backup_regions is not None:
28153
25278
  pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
28154
25279
  if admin_password is not None:
@@ -28225,6 +25350,7 @@ class PgPgUserConfigArgs:
28225
25350
 
28226
25351
  @property
28227
25352
  @pulumi.getter(name="additionalBackupRegions")
25353
+ @_utilities.deprecated("""This property is deprecated.""")
28228
25354
  def additional_backup_regions(self) -> Optional[pulumi.Input[str]]:
28229
25355
  """
28230
25356
  Additional Cloud Regions for Backup Replication.
@@ -28409,7 +25535,7 @@ class PgPgUserConfigArgs:
28409
25535
  @pulumi.getter(name="pgVersion")
28410
25536
  def pg_version(self) -> Optional[pulumi.Input[str]]:
28411
25537
  """
28412
- Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, `17`, and newer. PostgreSQL major version.
25538
+ Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, and newer. PostgreSQL major version.
28413
25539
  """
28414
25540
  return pulumi.get(self, "pg_version")
28415
25541
 
@@ -28998,10 +26124,6 @@ if not MYPY:
28998
26124
  """
28999
26125
  Sets the maximum number of background processes that the system can support.
29000
26126
  """
29001
- password_encryption: NotRequired[pulumi.Input[str]]
29002
- """
29003
- Enum: `md5`, `scram-sha-256`. Chooses the algorithm for encrypting passwords. Default: `md5`.
29004
- """
29005
26127
  pg_partman_bgw_dot_interval: NotRequired[pulumi.Input[int]]
29006
26128
  """
29007
26129
  Sets the time interval to run pg_partman's scheduled tasks. Example: `3600`.
@@ -29096,7 +26218,6 @@ class PgPgUserConfigPgArgs:
29096
26218
  max_standby_streaming_delay: Optional[pulumi.Input[int]] = None,
29097
26219
  max_wal_senders: Optional[pulumi.Input[int]] = None,
29098
26220
  max_worker_processes: Optional[pulumi.Input[int]] = None,
29099
- password_encryption: Optional[pulumi.Input[str]] = None,
29100
26221
  pg_partman_bgw_dot_interval: Optional[pulumi.Input[int]] = None,
29101
26222
  pg_partman_bgw_dot_role: Optional[pulumi.Input[str]] = None,
29102
26223
  pg_stat_monitor_dot_pgsm_enable_query_plan: Optional[pulumi.Input[bool]] = None,
@@ -29147,7 +26268,6 @@ class PgPgUserConfigPgArgs:
29147
26268
  :param pulumi.Input[int] max_standby_streaming_delay: Max standby streaming delay in milliseconds.
29148
26269
  :param pulumi.Input[int] max_wal_senders: PostgreSQL maximum WAL senders.
29149
26270
  :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`.
29151
26271
  :param pulumi.Input[int] pg_partman_bgw_dot_interval: Sets the time interval to run pg_partman's scheduled tasks. Example: `3600`.
29152
26272
  :param pulumi.Input[str] pg_partman_bgw_dot_role: Controls which role to use for pg_partman's scheduled background tasks. Example: `myrolename`.
29153
26273
  :param pulumi.Input[bool] pg_stat_monitor_dot_pgsm_enable_query_plan: Enables or disables query plan monitoring.
@@ -29234,8 +26354,6 @@ class PgPgUserConfigPgArgs:
29234
26354
  pulumi.set(__self__, "max_wal_senders", max_wal_senders)
29235
26355
  if max_worker_processes is not None:
29236
26356
  pulumi.set(__self__, "max_worker_processes", max_worker_processes)
29237
- if password_encryption is not None:
29238
- pulumi.set(__self__, "password_encryption", password_encryption)
29239
26357
  if pg_partman_bgw_dot_interval is not None:
29240
26358
  pulumi.set(__self__, "pg_partman_bgw_dot_interval", pg_partman_bgw_dot_interval)
29241
26359
  if pg_partman_bgw_dot_role is not None:
@@ -29695,18 +26813,6 @@ class PgPgUserConfigPgArgs:
29695
26813
  def max_worker_processes(self, value: Optional[pulumi.Input[int]]):
29696
26814
  pulumi.set(self, "max_worker_processes", value)
29697
26815
 
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
-
29710
26816
  @property
29711
26817
  @pulumi.getter(name="pgPartmanBgwDotInterval")
29712
26818
  def pg_partman_bgw_dot_interval(self) -> Optional[pulumi.Input[int]]:
@@ -30840,7 +27946,7 @@ if not MYPY:
30840
27946
  class PgServiceIntegrationArgsDict(TypedDict):
30841
27947
  integration_type: pulumi.Input[str]
30842
27948
  """
30843
- Type of the service integration. The possible value is `read_replica`.
27949
+ Type of the service integration. The only supported value at the moment is `read_replica`
30844
27950
  """
30845
27951
  source_service_name: pulumi.Input[str]
30846
27952
  """
@@ -30855,7 +27961,7 @@ class PgServiceIntegrationArgs:
30855
27961
  integration_type: pulumi.Input[str],
30856
27962
  source_service_name: pulumi.Input[str]):
30857
27963
  """
30858
- :param pulumi.Input[str] integration_type: Type of the service integration. The possible value is `read_replica`.
27964
+ :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
30859
27965
  :param pulumi.Input[str] source_service_name: Name of the source service
30860
27966
  """
30861
27967
  pulumi.set(__self__, "integration_type", integration_type)
@@ -30865,7 +27971,7 @@ class PgServiceIntegrationArgs:
30865
27971
  @pulumi.getter(name="integrationType")
30866
27972
  def integration_type(self) -> pulumi.Input[str]:
30867
27973
  """
30868
- Type of the service integration. The possible value is `read_replica`.
27974
+ Type of the service integration. The only supported value at the moment is `read_replica`
30869
27975
  """
30870
27976
  return pulumi.get(self, "integration_type")
30871
27977
 
@@ -32238,7 +29344,7 @@ if not MYPY:
32238
29344
  class RedisServiceIntegrationArgsDict(TypedDict):
32239
29345
  integration_type: pulumi.Input[str]
32240
29346
  """
32241
- Type of the service integration
29347
+ Type of the service integration. The only supported value at the moment is `read_replica`
32242
29348
  """
32243
29349
  source_service_name: pulumi.Input[str]
32244
29350
  """
@@ -32253,7 +29359,7 @@ class RedisServiceIntegrationArgs:
32253
29359
  integration_type: pulumi.Input[str],
32254
29360
  source_service_name: pulumi.Input[str]):
32255
29361
  """
32256
- :param pulumi.Input[str] integration_type: Type of the service integration
29362
+ :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
32257
29363
  :param pulumi.Input[str] source_service_name: Name of the source service
32258
29364
  """
32259
29365
  pulumi.set(__self__, "integration_type", integration_type)
@@ -32263,7 +29369,7 @@ class RedisServiceIntegrationArgs:
32263
29369
  @pulumi.getter(name="integrationType")
32264
29370
  def integration_type(self) -> pulumi.Input[str]:
32265
29371
  """
32266
- Type of the service integration
29372
+ Type of the service integration. The only supported value at the moment is `read_replica`
32267
29373
  """
32268
29374
  return pulumi.get(self, "integration_type")
32269
29375
 
@@ -37077,7 +34183,7 @@ if not MYPY:
37077
34183
  class ThanosServiceIntegrationArgsDict(TypedDict):
37078
34184
  integration_type: pulumi.Input[str]
37079
34185
  """
37080
- Type of the service integration
34186
+ Type of the service integration. The only supported value at the moment is `read_replica`
37081
34187
  """
37082
34188
  source_service_name: pulumi.Input[str]
37083
34189
  """
@@ -37092,7 +34198,7 @@ class ThanosServiceIntegrationArgs:
37092
34198
  integration_type: pulumi.Input[str],
37093
34199
  source_service_name: pulumi.Input[str]):
37094
34200
  """
37095
- :param pulumi.Input[str] integration_type: Type of the service integration
34201
+ :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
37096
34202
  :param pulumi.Input[str] source_service_name: Name of the source service
37097
34203
  """
37098
34204
  pulumi.set(__self__, "integration_type", integration_type)
@@ -37102,7 +34208,7 @@ class ThanosServiceIntegrationArgs:
37102
34208
  @pulumi.getter(name="integrationType")
37103
34209
  def integration_type(self) -> pulumi.Input[str]:
37104
34210
  """
37105
- Type of the service integration
34211
+ Type of the service integration. The only supported value at the moment is `read_replica`
37106
34212
  """
37107
34213
  return pulumi.get(self, "integration_type")
37108
34214
 
@@ -38335,7 +35441,7 @@ if not MYPY:
38335
35441
  class ValkeyServiceIntegrationArgsDict(TypedDict):
38336
35442
  integration_type: pulumi.Input[str]
38337
35443
  """
38338
- Type of the service integration
35444
+ Type of the service integration. The only supported value at the moment is `read_replica`
38339
35445
  """
38340
35446
  source_service_name: pulumi.Input[str]
38341
35447
  """
@@ -38350,7 +35456,7 @@ class ValkeyServiceIntegrationArgs:
38350
35456
  integration_type: pulumi.Input[str],
38351
35457
  source_service_name: pulumi.Input[str]):
38352
35458
  """
38353
- :param pulumi.Input[str] integration_type: Type of the service integration
35459
+ :param pulumi.Input[str] integration_type: Type of the service integration. The only supported value at the moment is `read_replica`
38354
35460
  :param pulumi.Input[str] source_service_name: Name of the source service
38355
35461
  """
38356
35462
  pulumi.set(__self__, "integration_type", integration_type)
@@ -38360,7 +35466,7 @@ class ValkeyServiceIntegrationArgs:
38360
35466
  @pulumi.getter(name="integrationType")
38361
35467
  def integration_type(self) -> pulumi.Input[str]:
38362
35468
  """
38363
- Type of the service integration
35469
+ Type of the service integration. The only supported value at the moment is `read_replica`
38364
35470
  """
38365
35471
  return pulumi.get(self, "integration_type")
38366
35472