pulumi-aiven 6.42.0a1755234555__py3-none-any.whl → 6.42.0a1755315469__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 +235 -75
- pulumi_aiven/m3_aggregator.py +9 -0
- pulumi_aiven/m3_db.py +9 -0
- pulumi_aiven/outputs.py +270 -62
- pulumi_aiven/pulumi-plugin.json +1 -1
- {pulumi_aiven-6.42.0a1755234555.dist-info → pulumi_aiven-6.42.0a1755315469.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.42.0a1755234555.dist-info → pulumi_aiven-6.42.0a1755315469.dist-info}/RECORD +9 -9
- {pulumi_aiven-6.42.0a1755234555.dist-info → pulumi_aiven-6.42.0a1755315469.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.42.0a1755234555.dist-info → pulumi_aiven-6.42.0a1755315469.dist-info}/top_level.txt +0 -0
pulumi_aiven/_inputs.py
CHANGED
|
@@ -2092,7 +2092,7 @@ if not MYPY:
|
|
|
2092
2092
|
"""
|
|
2093
2093
|
password_encryption: NotRequired[pulumi.Input[_builtins.str]]
|
|
2094
2094
|
"""
|
|
2095
|
-
Enum: `md5`, `scram-sha-256`. Chooses the algorithm for encrypting passwords.
|
|
2095
|
+
Enum: `md5`, `scram-sha-256`. Chooses the algorithm for encrypting passwords.
|
|
2096
2096
|
"""
|
|
2097
2097
|
pg_partman_bgw_dot_interval: NotRequired[pulumi.Input[_builtins.int]]
|
|
2098
2098
|
"""
|
|
@@ -2231,7 +2231,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2231
2231
|
:param pulumi.Input[_builtins.int] max_sync_workers_per_subscription: Maximum number of synchronization workers per subscription. The default is `2`.
|
|
2232
2232
|
:param pulumi.Input[_builtins.int] max_wal_senders: PostgreSQL maximum WAL senders. The default is `20`. Changing this parameter causes a service restart.
|
|
2233
2233
|
:param pulumi.Input[_builtins.int] max_worker_processes: Sets the maximum number of background processes that the system can support. The default is `8`. Changing this parameter causes a service restart.
|
|
2234
|
-
:param pulumi.Input[_builtins.str] password_encryption: Enum: `md5`, `scram-sha-256`. Chooses the algorithm for encrypting passwords.
|
|
2234
|
+
:param pulumi.Input[_builtins.str] password_encryption: Enum: `md5`, `scram-sha-256`. Chooses the algorithm for encrypting passwords.
|
|
2235
2235
|
:param pulumi.Input[_builtins.int] pg_partman_bgw_dot_interval: Sets the time interval in seconds to run pg_partman's scheduled tasks. The default is `3600`. Example: `3600`.
|
|
2236
2236
|
:param pulumi.Input[_builtins.str] pg_partman_bgw_dot_role: Controls which role to use for pg_partman's scheduled background tasks. Example: `myrolename`.
|
|
2237
2237
|
:param pulumi.Input[_builtins.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 is `top`.
|
|
@@ -2791,7 +2791,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2791
2791
|
@pulumi.getter(name="passwordEncryption")
|
|
2792
2792
|
def password_encryption(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2793
2793
|
"""
|
|
2794
|
-
Enum: `md5`, `scram-sha-256`. Chooses the algorithm for encrypting passwords.
|
|
2794
|
+
Enum: `md5`, `scram-sha-256`. Chooses the algorithm for encrypting passwords.
|
|
2795
2795
|
"""
|
|
2796
2796
|
return pulumi.get(self, "password_encryption")
|
|
2797
2797
|
|
|
@@ -2940,7 +2940,7 @@ if not MYPY:
|
|
|
2940
2940
|
"""
|
|
2941
2941
|
log_catalog: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2942
2942
|
"""
|
|
2943
|
-
Specifies that session logging should be enabled in the case where all
|
|
2943
|
+
Specifies that session logging should be enabled in the case where all relations in a statement are in pg_catalog. Default: `true`.
|
|
2944
2944
|
"""
|
|
2945
2945
|
log_client: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2946
2946
|
"""
|
|
@@ -2952,11 +2952,11 @@ if not MYPY:
|
|
|
2952
2952
|
"""
|
|
2953
2953
|
log_max_string_length: NotRequired[pulumi.Input[_builtins.int]]
|
|
2954
2954
|
"""
|
|
2955
|
-
Crop parameters representation and whole statements if they exceed this threshold.A (default) value of -1 disable the truncation. Default: `-1`.
|
|
2955
|
+
Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. Default: `-1`.
|
|
2956
2956
|
"""
|
|
2957
2957
|
log_nested_statements: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2958
2958
|
"""
|
|
2959
|
-
This GUC allows to turn off logging nested statements, that is, statements that
|
|
2959
|
+
This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. Default: `true`.
|
|
2960
2960
|
"""
|
|
2961
2961
|
log_parameter: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2962
2962
|
"""
|
|
@@ -2964,11 +2964,11 @@ if not MYPY:
|
|
|
2964
2964
|
"""
|
|
2965
2965
|
log_parameter_max_size: NotRequired[pulumi.Input[_builtins.int]]
|
|
2966
2966
|
"""
|
|
2967
|
-
Specifies that parameter values longer than this setting (in bytes) should not be logged,but replaced with \\n\\n. Default: `0`.
|
|
2967
|
+
Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with \\n\\n. Default: `0`.
|
|
2968
2968
|
"""
|
|
2969
2969
|
log_relation: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2970
2970
|
"""
|
|
2971
|
-
Specifies whether session audit logging should create a separate log
|
|
2971
|
+
Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement. Default: `false`.
|
|
2972
2972
|
"""
|
|
2973
2973
|
log_rows: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2974
2974
|
"""
|
|
@@ -2980,7 +2980,7 @@ if not MYPY:
|
|
|
2980
2980
|
"""
|
|
2981
2981
|
log_statement_once: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2982
2982
|
"""
|
|
2983
|
-
Specifies whether logging will include the statement text and parameters
|
|
2983
|
+
Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry. Default: `false`.
|
|
2984
2984
|
"""
|
|
2985
2985
|
logs: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
2986
2986
|
"""
|
|
@@ -3012,17 +3012,17 @@ class AlloydbomniAlloydbomniUserConfigPgauditArgs:
|
|
|
3012
3012
|
role: Optional[pulumi.Input[_builtins.str]] = None):
|
|
3013
3013
|
"""
|
|
3014
3014
|
:param pulumi.Input[_builtins.bool] feature_enabled: Enable pgaudit extension. When enabled, pgaudit extension will be automatically installed.Otherwise, extension will be uninstalled but auditing configurations will be preserved. Default: `false`.
|
|
3015
|
-
:param pulumi.Input[_builtins.bool] log_catalog: Specifies that session logging should be enabled in the case where all
|
|
3015
|
+
:param pulumi.Input[_builtins.bool] log_catalog: Specifies that session logging should be enabled in the case where all relations in a statement are in pg_catalog. Default: `true`.
|
|
3016
3016
|
:param pulumi.Input[_builtins.bool] log_client: Specifies whether log messages will be visible to a client process such as psql. Default: `false`.
|
|
3017
3017
|
:param pulumi.Input[_builtins.str] log_level: Enum: `debug1`, `debug2`, `debug3`, `debug4`, `debug5`, `info`, `log`, `notice`, `warning`. Specifies the log level that will be used for log entries. Default: `log`.
|
|
3018
|
-
:param pulumi.Input[_builtins.int] log_max_string_length: Crop parameters representation and whole statements if they exceed this threshold.A (default) value of -1 disable the truncation. Default: `-1`.
|
|
3019
|
-
:param pulumi.Input[_builtins.bool] log_nested_statements: This GUC allows to turn off logging nested statements, that is, statements that
|
|
3018
|
+
:param pulumi.Input[_builtins.int] log_max_string_length: Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. Default: `-1`.
|
|
3019
|
+
:param pulumi.Input[_builtins.bool] log_nested_statements: This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. Default: `true`.
|
|
3020
3020
|
:param pulumi.Input[_builtins.bool] log_parameter: Specifies that audit logging should include the parameters that were passed with the statement. Default: `false`.
|
|
3021
|
-
:param pulumi.Input[_builtins.int] log_parameter_max_size: Specifies that parameter values longer than this setting (in bytes) should not be logged,but replaced with \\n\\n. Default: `0`.
|
|
3022
|
-
:param pulumi.Input[_builtins.bool] log_relation: Specifies whether session audit logging should create a separate log
|
|
3021
|
+
:param pulumi.Input[_builtins.int] log_parameter_max_size: Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with \\n\\n. Default: `0`.
|
|
3022
|
+
:param pulumi.Input[_builtins.bool] log_relation: Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement. Default: `false`.
|
|
3023
3023
|
:param pulumi.Input[_builtins.bool] log_rows: Log Rows. Default: `false`.
|
|
3024
3024
|
:param pulumi.Input[_builtins.bool] log_statement: Specifies whether logging will include the statement text and parameters (if enabled). Default: `true`.
|
|
3025
|
-
:param pulumi.Input[_builtins.bool] log_statement_once: Specifies whether logging will include the statement text and parameters
|
|
3025
|
+
:param pulumi.Input[_builtins.bool] log_statement_once: Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry. Default: `false`.
|
|
3026
3026
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] logs: Specifies which classes of statements will be logged by session audit logging.
|
|
3027
3027
|
:param pulumi.Input[_builtins.str] role: Specifies the master role to use for object audit logging.
|
|
3028
3028
|
"""
|
|
@@ -3071,7 +3071,7 @@ class AlloydbomniAlloydbomniUserConfigPgauditArgs:
|
|
|
3071
3071
|
@pulumi.getter(name="logCatalog")
|
|
3072
3072
|
def log_catalog(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3073
3073
|
"""
|
|
3074
|
-
Specifies that session logging should be enabled in the case where all
|
|
3074
|
+
Specifies that session logging should be enabled in the case where all relations in a statement are in pg_catalog. Default: `true`.
|
|
3075
3075
|
"""
|
|
3076
3076
|
return pulumi.get(self, "log_catalog")
|
|
3077
3077
|
|
|
@@ -3107,7 +3107,7 @@ class AlloydbomniAlloydbomniUserConfigPgauditArgs:
|
|
|
3107
3107
|
@pulumi.getter(name="logMaxStringLength")
|
|
3108
3108
|
def log_max_string_length(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3109
3109
|
"""
|
|
3110
|
-
Crop parameters representation and whole statements if they exceed this threshold.A (default) value of -1 disable the truncation. Default: `-1`.
|
|
3110
|
+
Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. Default: `-1`.
|
|
3111
3111
|
"""
|
|
3112
3112
|
return pulumi.get(self, "log_max_string_length")
|
|
3113
3113
|
|
|
@@ -3119,7 +3119,7 @@ class AlloydbomniAlloydbomniUserConfigPgauditArgs:
|
|
|
3119
3119
|
@pulumi.getter(name="logNestedStatements")
|
|
3120
3120
|
def log_nested_statements(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3121
3121
|
"""
|
|
3122
|
-
This GUC allows to turn off logging nested statements, that is, statements that
|
|
3122
|
+
This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. Default: `true`.
|
|
3123
3123
|
"""
|
|
3124
3124
|
return pulumi.get(self, "log_nested_statements")
|
|
3125
3125
|
|
|
@@ -3143,7 +3143,7 @@ class AlloydbomniAlloydbomniUserConfigPgauditArgs:
|
|
|
3143
3143
|
@pulumi.getter(name="logParameterMaxSize")
|
|
3144
3144
|
def log_parameter_max_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3145
3145
|
"""
|
|
3146
|
-
Specifies that parameter values longer than this setting (in bytes) should not be logged,but replaced with \\n\\n. Default: `0`.
|
|
3146
|
+
Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with \\n\\n. Default: `0`.
|
|
3147
3147
|
"""
|
|
3148
3148
|
return pulumi.get(self, "log_parameter_max_size")
|
|
3149
3149
|
|
|
@@ -3155,7 +3155,7 @@ class AlloydbomniAlloydbomniUserConfigPgauditArgs:
|
|
|
3155
3155
|
@pulumi.getter(name="logRelation")
|
|
3156
3156
|
def log_relation(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3157
3157
|
"""
|
|
3158
|
-
Specifies whether session audit logging should create a separate log
|
|
3158
|
+
Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement. Default: `false`.
|
|
3159
3159
|
"""
|
|
3160
3160
|
return pulumi.get(self, "log_relation")
|
|
3161
3161
|
|
|
@@ -3191,7 +3191,7 @@ class AlloydbomniAlloydbomniUserConfigPgauditArgs:
|
|
|
3191
3191
|
@pulumi.getter(name="logStatementOnce")
|
|
3192
3192
|
def log_statement_once(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3193
3193
|
"""
|
|
3194
|
-
Specifies whether logging will include the statement text and parameters
|
|
3194
|
+
Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry. Default: `false`.
|
|
3195
3195
|
"""
|
|
3196
3196
|
return pulumi.get(self, "log_statement_once")
|
|
3197
3197
|
|
|
@@ -25365,15 +25365,15 @@ if not MYPY:
|
|
|
25365
25365
|
class OpenSearchOpensearchUserConfigIndexTemplateArgsDict(TypedDict):
|
|
25366
25366
|
mapping_nested_objects_limit: NotRequired[pulumi.Input[_builtins.int]]
|
|
25367
25367
|
"""
|
|
25368
|
-
The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000. Example: `10000`.
|
|
25368
|
+
The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000. Deprecated, use an index template instead. Example: `10000`.
|
|
25369
25369
|
"""
|
|
25370
25370
|
number_of_replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
25371
25371
|
"""
|
|
25372
|
-
The number of replicas each primary shard has. Example: `1`.
|
|
25372
|
+
The number of replicas each primary shard has. Deprecated, use an index template instead. Example: `1`.
|
|
25373
25373
|
"""
|
|
25374
25374
|
number_of_shards: NotRequired[pulumi.Input[_builtins.int]]
|
|
25375
25375
|
"""
|
|
25376
|
-
The number of primary shards that an index should have. Example: `1`.
|
|
25376
|
+
The number of primary shards that an index should have. Deprecated, use an index template instead. Example: `1`.
|
|
25377
25377
|
"""
|
|
25378
25378
|
elif False:
|
|
25379
25379
|
OpenSearchOpensearchUserConfigIndexTemplateArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -25385,9 +25385,9 @@ class OpenSearchOpensearchUserConfigIndexTemplateArgs:
|
|
|
25385
25385
|
number_of_replicas: Optional[pulumi.Input[_builtins.int]] = None,
|
|
25386
25386
|
number_of_shards: Optional[pulumi.Input[_builtins.int]] = None):
|
|
25387
25387
|
"""
|
|
25388
|
-
:param pulumi.Input[_builtins.int] mapping_nested_objects_limit: The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000. Example: `10000`.
|
|
25389
|
-
:param pulumi.Input[_builtins.int] number_of_replicas: The number of replicas each primary shard has. Example: `1`.
|
|
25390
|
-
:param pulumi.Input[_builtins.int] number_of_shards: The number of primary shards that an index should have. Example: `1`.
|
|
25388
|
+
:param pulumi.Input[_builtins.int] mapping_nested_objects_limit: The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000. Deprecated, use an index template instead. Example: `10000`.
|
|
25389
|
+
:param pulumi.Input[_builtins.int] number_of_replicas: The number of replicas each primary shard has. Deprecated, use an index template instead. Example: `1`.
|
|
25390
|
+
:param pulumi.Input[_builtins.int] number_of_shards: The number of primary shards that an index should have. Deprecated, use an index template instead. Example: `1`.
|
|
25391
25391
|
"""
|
|
25392
25392
|
if mapping_nested_objects_limit is not None:
|
|
25393
25393
|
pulumi.set(__self__, "mapping_nested_objects_limit", mapping_nested_objects_limit)
|
|
@@ -25400,7 +25400,7 @@ class OpenSearchOpensearchUserConfigIndexTemplateArgs:
|
|
|
25400
25400
|
@pulumi.getter(name="mappingNestedObjectsLimit")
|
|
25401
25401
|
def mapping_nested_objects_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
25402
25402
|
"""
|
|
25403
|
-
The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000. Example: `10000`.
|
|
25403
|
+
The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000. Deprecated, use an index template instead. Example: `10000`.
|
|
25404
25404
|
"""
|
|
25405
25405
|
return pulumi.get(self, "mapping_nested_objects_limit")
|
|
25406
25406
|
|
|
@@ -25412,7 +25412,7 @@ class OpenSearchOpensearchUserConfigIndexTemplateArgs:
|
|
|
25412
25412
|
@pulumi.getter(name="numberOfReplicas")
|
|
25413
25413
|
def number_of_replicas(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
25414
25414
|
"""
|
|
25415
|
-
The number of replicas each primary shard has. Example: `1`.
|
|
25415
|
+
The number of replicas each primary shard has. Deprecated, use an index template instead. Example: `1`.
|
|
25416
25416
|
"""
|
|
25417
25417
|
return pulumi.get(self, "number_of_replicas")
|
|
25418
25418
|
|
|
@@ -25424,7 +25424,7 @@ class OpenSearchOpensearchUserConfigIndexTemplateArgs:
|
|
|
25424
25424
|
@pulumi.getter(name="numberOfShards")
|
|
25425
25425
|
def number_of_shards(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
25426
25426
|
"""
|
|
25427
|
-
The number of primary shards that an index should have. Example: `1`.
|
|
25427
|
+
The number of primary shards that an index should have. Deprecated, use an index template instead. Example: `1`.
|
|
25428
25428
|
"""
|
|
25429
25429
|
return pulumi.get(self, "number_of_shards")
|
|
25430
25430
|
|
|
@@ -28627,7 +28627,7 @@ if not MYPY:
|
|
|
28627
28627
|
"""
|
|
28628
28628
|
enforced: NotRequired[pulumi.Input[_builtins.bool]]
|
|
28629
28629
|
"""
|
|
28630
|
-
Run shard indexing backpressure in shadow mode or enforced mode.
|
|
28630
|
+
Run shard indexing backpressure in shadow mode or enforced mode. In shadow mode (value set as false), shard indexing backpressure tracks all granular-level metrics, but it doesn’t actually reject any indexing requests. In enforced mode (value set as true), shard indexing backpressure rejects any requests to the cluster that might cause a dip in its performance. Default is false.
|
|
28631
28631
|
"""
|
|
28632
28632
|
operating_factor: NotRequired[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureOperatingFactorArgsDict']]
|
|
28633
28633
|
"""
|
|
@@ -28649,7 +28649,7 @@ class OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureArgs:
|
|
|
28649
28649
|
primary_parameter: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchShardIndexingPressurePrimaryParameterArgs']] = None):
|
|
28650
28650
|
"""
|
|
28651
28651
|
:param pulumi.Input[_builtins.bool] enabled: Enable or disable shard indexing backpressure. Default is false.
|
|
28652
|
-
:param pulumi.Input[_builtins.bool] enforced: Run shard indexing backpressure in shadow mode or enforced mode.
|
|
28652
|
+
:param pulumi.Input[_builtins.bool] enforced: Run shard indexing backpressure in shadow mode or enforced mode. In shadow mode (value set as false), shard indexing backpressure tracks all granular-level metrics, but it doesn’t actually reject any indexing requests. In enforced mode (value set as true), shard indexing backpressure rejects any requests to the cluster that might cause a dip in its performance. Default is false.
|
|
28653
28653
|
:param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureOperatingFactorArgs'] operating_factor: Operating factor
|
|
28654
28654
|
:param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchShardIndexingPressurePrimaryParameterArgs'] primary_parameter: Primary parameter
|
|
28655
28655
|
"""
|
|
@@ -28678,7 +28678,7 @@ class OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureArgs:
|
|
|
28678
28678
|
@pulumi.getter
|
|
28679
28679
|
def enforced(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
28680
28680
|
"""
|
|
28681
|
-
Run shard indexing backpressure in shadow mode or enforced mode.
|
|
28681
|
+
Run shard indexing backpressure in shadow mode or enforced mode. In shadow mode (value set as false), shard indexing backpressure tracks all granular-level metrics, but it doesn’t actually reject any indexing requests. In enforced mode (value set as true), shard indexing backpressure rejects any requests to the cluster that might cause a dip in its performance. Default is false.
|
|
28682
28682
|
"""
|
|
28683
28683
|
return pulumi.get(self, "enforced")
|
|
28684
28684
|
|
|
@@ -28715,15 +28715,15 @@ if not MYPY:
|
|
|
28715
28715
|
class OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureOperatingFactorArgsDict(TypedDict):
|
|
28716
28716
|
lower: NotRequired[pulumi.Input[_builtins.float]]
|
|
28717
28717
|
"""
|
|
28718
|
-
Specify the lower occupancy limit of the allocated quota of memory for the shard.
|
|
28718
|
+
Specify the lower occupancy limit of the allocated quota of memory for the shard. If the total memory usage of a shard is below this limit, shard indexing backpressure decreases the current allocated memory for that shard. Default is 0.75.
|
|
28719
28719
|
"""
|
|
28720
28720
|
optimal: NotRequired[pulumi.Input[_builtins.float]]
|
|
28721
28721
|
"""
|
|
28722
|
-
Specify the optimal occupancy of the allocated quota of memory for the shard.
|
|
28722
|
+
Specify the optimal occupancy of the allocated quota of memory for the shard. If the total memory usage of a shard is at this level, shard indexing backpressure doesn’t change the current allocated memory for that shard. Default is 0.85.
|
|
28723
28723
|
"""
|
|
28724
28724
|
upper: NotRequired[pulumi.Input[_builtins.float]]
|
|
28725
28725
|
"""
|
|
28726
|
-
Specify the upper occupancy limit of the allocated quota of memory for the shard.
|
|
28726
|
+
Specify the upper occupancy limit of the allocated quota of memory for the shard. If the total memory usage of a shard is above this limit, shard indexing backpressure increases the current allocated memory for that shard. Default is 0.95.
|
|
28727
28727
|
"""
|
|
28728
28728
|
elif False:
|
|
28729
28729
|
OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureOperatingFactorArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -28735,9 +28735,9 @@ class OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureOperatingFact
|
|
|
28735
28735
|
optimal: Optional[pulumi.Input[_builtins.float]] = None,
|
|
28736
28736
|
upper: Optional[pulumi.Input[_builtins.float]] = None):
|
|
28737
28737
|
"""
|
|
28738
|
-
:param pulumi.Input[_builtins.float] lower: Specify the lower occupancy limit of the allocated quota of memory for the shard.
|
|
28739
|
-
:param pulumi.Input[_builtins.float] optimal: Specify the optimal occupancy of the allocated quota of memory for the shard.
|
|
28740
|
-
:param pulumi.Input[_builtins.float] upper: Specify the upper occupancy limit of the allocated quota of memory for the shard.
|
|
28738
|
+
:param pulumi.Input[_builtins.float] lower: Specify the lower occupancy limit of the allocated quota of memory for the shard. If the total memory usage of a shard is below this limit, shard indexing backpressure decreases the current allocated memory for that shard. Default is 0.75.
|
|
28739
|
+
:param pulumi.Input[_builtins.float] optimal: Specify the optimal occupancy of the allocated quota of memory for the shard. If the total memory usage of a shard is at this level, shard indexing backpressure doesn’t change the current allocated memory for that shard. Default is 0.85.
|
|
28740
|
+
:param pulumi.Input[_builtins.float] upper: Specify the upper occupancy limit of the allocated quota of memory for the shard. If the total memory usage of a shard is above this limit, shard indexing backpressure increases the current allocated memory for that shard. Default is 0.95.
|
|
28741
28741
|
"""
|
|
28742
28742
|
if lower is not None:
|
|
28743
28743
|
pulumi.set(__self__, "lower", lower)
|
|
@@ -28750,7 +28750,7 @@ class OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureOperatingFact
|
|
|
28750
28750
|
@pulumi.getter
|
|
28751
28751
|
def lower(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
28752
28752
|
"""
|
|
28753
|
-
Specify the lower occupancy limit of the allocated quota of memory for the shard.
|
|
28753
|
+
Specify the lower occupancy limit of the allocated quota of memory for the shard. If the total memory usage of a shard is below this limit, shard indexing backpressure decreases the current allocated memory for that shard. Default is 0.75.
|
|
28754
28754
|
"""
|
|
28755
28755
|
return pulumi.get(self, "lower")
|
|
28756
28756
|
|
|
@@ -28762,7 +28762,7 @@ class OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureOperatingFact
|
|
|
28762
28762
|
@pulumi.getter
|
|
28763
28763
|
def optimal(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
28764
28764
|
"""
|
|
28765
|
-
Specify the optimal occupancy of the allocated quota of memory for the shard.
|
|
28765
|
+
Specify the optimal occupancy of the allocated quota of memory for the shard. If the total memory usage of a shard is at this level, shard indexing backpressure doesn’t change the current allocated memory for that shard. Default is 0.85.
|
|
28766
28766
|
"""
|
|
28767
28767
|
return pulumi.get(self, "optimal")
|
|
28768
28768
|
|
|
@@ -28774,7 +28774,7 @@ class OpenSearchOpensearchUserConfigOpensearchShardIndexingPressureOperatingFact
|
|
|
28774
28774
|
@pulumi.getter
|
|
28775
28775
|
def upper(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
28776
28776
|
"""
|
|
28777
|
-
Specify the upper occupancy limit of the allocated quota of memory for the shard.
|
|
28777
|
+
Specify the upper occupancy limit of the allocated quota of memory for the shard. If the total memory usage of a shard is above this limit, shard indexing backpressure increases the current allocated memory for that shard. Default is 0.95.
|
|
28778
28778
|
"""
|
|
28779
28779
|
return pulumi.get(self, "upper")
|
|
28780
28780
|
|
|
@@ -28823,7 +28823,7 @@ if not MYPY:
|
|
|
28823
28823
|
class OpenSearchOpensearchUserConfigOpensearchShardIndexingPressurePrimaryParameterNodeArgsDict(TypedDict):
|
|
28824
28824
|
soft_limit: NotRequired[pulumi.Input[_builtins.float]]
|
|
28825
28825
|
"""
|
|
28826
|
-
Define the percentage of the node-level memory
|
|
28826
|
+
Define the percentage of the node-level memory threshold that acts as a soft indicator for strain on a node. Default is 0.7.
|
|
28827
28827
|
"""
|
|
28828
28828
|
elif False:
|
|
28829
28829
|
OpenSearchOpensearchUserConfigOpensearchShardIndexingPressurePrimaryParameterNodeArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -28833,7 +28833,7 @@ class OpenSearchOpensearchUserConfigOpensearchShardIndexingPressurePrimaryParame
|
|
|
28833
28833
|
def __init__(__self__, *,
|
|
28834
28834
|
soft_limit: Optional[pulumi.Input[_builtins.float]] = None):
|
|
28835
28835
|
"""
|
|
28836
|
-
:param pulumi.Input[_builtins.float] soft_limit: Define the percentage of the node-level memory
|
|
28836
|
+
:param pulumi.Input[_builtins.float] soft_limit: Define the percentage of the node-level memory threshold that acts as a soft indicator for strain on a node. Default is 0.7.
|
|
28837
28837
|
"""
|
|
28838
28838
|
if soft_limit is not None:
|
|
28839
28839
|
pulumi.set(__self__, "soft_limit", soft_limit)
|
|
@@ -28842,7 +28842,7 @@ class OpenSearchOpensearchUserConfigOpensearchShardIndexingPressurePrimaryParame
|
|
|
28842
28842
|
@pulumi.getter(name="softLimit")
|
|
28843
28843
|
def soft_limit(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
28844
28844
|
"""
|
|
28845
|
-
Define the percentage of the node-level memory
|
|
28845
|
+
Define the percentage of the node-level memory threshold that acts as a soft indicator for strain on a node. Default is 0.7.
|
|
28846
28846
|
"""
|
|
28847
28847
|
return pulumi.get(self, "soft_limit")
|
|
28848
28848
|
|
|
@@ -28855,7 +28855,7 @@ if not MYPY:
|
|
|
28855
28855
|
class OpenSearchOpensearchUserConfigOpensearchShardIndexingPressurePrimaryParameterShardArgsDict(TypedDict):
|
|
28856
28856
|
min_limit: NotRequired[pulumi.Input[_builtins.float]]
|
|
28857
28857
|
"""
|
|
28858
|
-
Specify the minimum assigned quota for a new shard in any role (coordinator, primary, or replica).
|
|
28858
|
+
Specify the minimum assigned quota for a new shard in any role (coordinator, primary, or replica). Shard indexing backpressure increases or decreases this allocated quota based on the inflow of traffic for the shard. Default is 0.001.
|
|
28859
28859
|
"""
|
|
28860
28860
|
elif False:
|
|
28861
28861
|
OpenSearchOpensearchUserConfigOpensearchShardIndexingPressurePrimaryParameterShardArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -28865,7 +28865,7 @@ class OpenSearchOpensearchUserConfigOpensearchShardIndexingPressurePrimaryParame
|
|
|
28865
28865
|
def __init__(__self__, *,
|
|
28866
28866
|
min_limit: Optional[pulumi.Input[_builtins.float]] = None):
|
|
28867
28867
|
"""
|
|
28868
|
-
:param pulumi.Input[_builtins.float] min_limit: Specify the minimum assigned quota for a new shard in any role (coordinator, primary, or replica).
|
|
28868
|
+
:param pulumi.Input[_builtins.float] min_limit: Specify the minimum assigned quota for a new shard in any role (coordinator, primary, or replica). Shard indexing backpressure increases or decreases this allocated quota based on the inflow of traffic for the shard. Default is 0.001.
|
|
28869
28869
|
"""
|
|
28870
28870
|
if min_limit is not None:
|
|
28871
28871
|
pulumi.set(__self__, "min_limit", min_limit)
|
|
@@ -28874,7 +28874,7 @@ class OpenSearchOpensearchUserConfigOpensearchShardIndexingPressurePrimaryParame
|
|
|
28874
28874
|
@pulumi.getter(name="minLimit")
|
|
28875
28875
|
def min_limit(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
28876
28876
|
"""
|
|
28877
|
-
Specify the minimum assigned quota for a new shard in any role (coordinator, primary, or replica).
|
|
28877
|
+
Specify the minimum assigned quota for a new shard in any role (coordinator, primary, or replica). Shard indexing backpressure increases or decreases this allocated quota based on the inflow of traffic for the shard. Default is 0.001.
|
|
28878
28878
|
"""
|
|
28879
28879
|
return pulumi.get(self, "min_limit")
|
|
28880
28880
|
|
|
@@ -31996,7 +31996,7 @@ if not MYPY:
|
|
|
31996
31996
|
"""
|
|
31997
31997
|
max_connections: NotRequired[pulumi.Input[_builtins.int]]
|
|
31998
31998
|
"""
|
|
31999
|
-
PostgreSQL maximum number of concurrent connections to the database server. Changing this parameter causes a service restart.
|
|
31999
|
+
Sets the PostgreSQL maximum number of concurrent connections to the database server. This is a limited-release parameter. Contact your account team to confirm your eligibility. You cannot decrease this parameter value when set. For services with a read replica, first increase the read replica's value. After the change is applied to the replica, you can increase the primary service's value. Changing this parameter causes a service restart.
|
|
32000
32000
|
"""
|
|
32001
32001
|
max_files_per_process: NotRequired[pulumi.Input[_builtins.int]]
|
|
32002
32002
|
"""
|
|
@@ -32060,7 +32060,7 @@ if not MYPY:
|
|
|
32060
32060
|
"""
|
|
32061
32061
|
password_encryption: NotRequired[pulumi.Input[_builtins.str]]
|
|
32062
32062
|
"""
|
|
32063
|
-
Enum: `md5`, `scram-sha-256`. Chooses the algorithm for encrypting passwords.
|
|
32063
|
+
Enum: `md5`, `scram-sha-256`. Chooses the algorithm for encrypting passwords.
|
|
32064
32064
|
"""
|
|
32065
32065
|
pg_partman_bgw_dot_interval: NotRequired[pulumi.Input[_builtins.int]]
|
|
32066
32066
|
"""
|
|
@@ -32195,7 +32195,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32195
32195
|
:param pulumi.Input[_builtins.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.
|
|
32196
32196
|
:param pulumi.Input[_builtins.int] log_min_duration_statement: Log statements that take more than this number of milliseconds to run, -1 disables.
|
|
32197
32197
|
:param pulumi.Input[_builtins.int] log_temp_files: Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
|
|
32198
|
-
:param pulumi.Input[_builtins.int] max_connections: PostgreSQL maximum number of concurrent connections to the database server. Changing this parameter causes a service restart.
|
|
32198
|
+
:param pulumi.Input[_builtins.int] max_connections: Sets the PostgreSQL maximum number of concurrent connections to the database server. This is a limited-release parameter. Contact your account team to confirm your eligibility. You cannot decrease this parameter value when set. For services with a read replica, first increase the read replica's value. After the change is applied to the replica, you can increase the primary service's value. Changing this parameter causes a service restart.
|
|
32199
32199
|
:param pulumi.Input[_builtins.int] max_files_per_process: PostgreSQL maximum number of files that can be open per process. The default is `1000` (upstream default). Changing this parameter causes a service restart.
|
|
32200
32200
|
:param pulumi.Input[_builtins.int] max_locks_per_transaction: PostgreSQL maximum locks per transaction. Changing this parameter causes a service restart.
|
|
32201
32201
|
:param pulumi.Input[_builtins.int] max_logical_replication_workers: PostgreSQL maximum logical replication workers (taken from the pool of max*parallel*workers). The default is `4` (upstream default). Changing this parameter causes a service restart.
|
|
@@ -32211,7 +32211,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32211
32211
|
:param pulumi.Input[_builtins.int] max_sync_workers_per_subscription: Maximum number of synchronization workers per subscription. The default is `2`.
|
|
32212
32212
|
:param pulumi.Input[_builtins.int] max_wal_senders: PostgreSQL maximum WAL senders. The default is `20`. Changing this parameter causes a service restart.
|
|
32213
32213
|
:param pulumi.Input[_builtins.int] max_worker_processes: Sets the maximum number of background processes that the system can support. The default is `8`. Changing this parameter causes a service restart.
|
|
32214
|
-
:param pulumi.Input[_builtins.str] password_encryption: Enum: `md5`, `scram-sha-256`. Chooses the algorithm for encrypting passwords.
|
|
32214
|
+
:param pulumi.Input[_builtins.str] password_encryption: Enum: `md5`, `scram-sha-256`. Chooses the algorithm for encrypting passwords.
|
|
32215
32215
|
:param pulumi.Input[_builtins.int] pg_partman_bgw_dot_interval: Sets the time interval in seconds to run pg_partman's scheduled tasks. The default is `3600`. Example: `3600`.
|
|
32216
32216
|
:param pulumi.Input[_builtins.str] pg_partman_bgw_dot_role: Controls which role to use for pg_partman's scheduled background tasks. Example: `myrolename`.
|
|
32217
32217
|
:param pulumi.Input[_builtins.bool] pg_stat_monitor_dot_pgsm_enable_query_plan: Enables or disables query plan monitoring. Changing this parameter causes a service restart. Only available for PostgreSQL 13+.
|
|
@@ -32599,7 +32599,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32599
32599
|
@pulumi.getter(name="maxConnections")
|
|
32600
32600
|
def max_connections(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
32601
32601
|
"""
|
|
32602
|
-
PostgreSQL maximum number of concurrent connections to the database server. Changing this parameter causes a service restart.
|
|
32602
|
+
Sets the PostgreSQL maximum number of concurrent connections to the database server. This is a limited-release parameter. Contact your account team to confirm your eligibility. You cannot decrease this parameter value when set. For services with a read replica, first increase the read replica's value. After the change is applied to the replica, you can increase the primary service's value. Changing this parameter causes a service restart.
|
|
32603
32603
|
"""
|
|
32604
32604
|
return pulumi.get(self, "max_connections")
|
|
32605
32605
|
|
|
@@ -32791,7 +32791,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32791
32791
|
@pulumi.getter(name="passwordEncryption")
|
|
32792
32792
|
def password_encryption(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
32793
32793
|
"""
|
|
32794
|
-
Enum: `md5`, `scram-sha-256`. Chooses the algorithm for encrypting passwords.
|
|
32794
|
+
Enum: `md5`, `scram-sha-256`. Chooses the algorithm for encrypting passwords.
|
|
32795
32795
|
"""
|
|
32796
32796
|
return pulumi.get(self, "password_encryption")
|
|
32797
32797
|
|
|
@@ -33096,7 +33096,7 @@ if not MYPY:
|
|
|
33096
33096
|
"""
|
|
33097
33097
|
log_catalog: NotRequired[pulumi.Input[_builtins.bool]]
|
|
33098
33098
|
"""
|
|
33099
|
-
Specifies that session logging should be enabled in the case where all
|
|
33099
|
+
Specifies that session logging should be enabled in the case where all relations in a statement are in pg_catalog. Default: `true`.
|
|
33100
33100
|
"""
|
|
33101
33101
|
log_client: NotRequired[pulumi.Input[_builtins.bool]]
|
|
33102
33102
|
"""
|
|
@@ -33108,11 +33108,11 @@ if not MYPY:
|
|
|
33108
33108
|
"""
|
|
33109
33109
|
log_max_string_length: NotRequired[pulumi.Input[_builtins.int]]
|
|
33110
33110
|
"""
|
|
33111
|
-
Crop parameters representation and whole statements if they exceed this threshold.A (default) value of -1 disable the truncation. Default: `-1`.
|
|
33111
|
+
Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. Default: `-1`.
|
|
33112
33112
|
"""
|
|
33113
33113
|
log_nested_statements: NotRequired[pulumi.Input[_builtins.bool]]
|
|
33114
33114
|
"""
|
|
33115
|
-
This GUC allows to turn off logging nested statements, that is, statements that
|
|
33115
|
+
This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. Default: `true`.
|
|
33116
33116
|
"""
|
|
33117
33117
|
log_parameter: NotRequired[pulumi.Input[_builtins.bool]]
|
|
33118
33118
|
"""
|
|
@@ -33120,11 +33120,11 @@ if not MYPY:
|
|
|
33120
33120
|
"""
|
|
33121
33121
|
log_parameter_max_size: NotRequired[pulumi.Input[_builtins.int]]
|
|
33122
33122
|
"""
|
|
33123
|
-
Specifies that parameter values longer than this setting (in bytes) should not be logged,but replaced with \\n\\n. Default: `0`.
|
|
33123
|
+
Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with \\n\\n. Default: `0`.
|
|
33124
33124
|
"""
|
|
33125
33125
|
log_relation: NotRequired[pulumi.Input[_builtins.bool]]
|
|
33126
33126
|
"""
|
|
33127
|
-
Specifies whether session audit logging should create a separate log
|
|
33127
|
+
Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement. Default: `false`.
|
|
33128
33128
|
"""
|
|
33129
33129
|
log_rows: NotRequired[pulumi.Input[_builtins.bool]]
|
|
33130
33130
|
"""
|
|
@@ -33136,7 +33136,7 @@ if not MYPY:
|
|
|
33136
33136
|
"""
|
|
33137
33137
|
log_statement_once: NotRequired[pulumi.Input[_builtins.bool]]
|
|
33138
33138
|
"""
|
|
33139
|
-
Specifies whether logging will include the statement text and parameters
|
|
33139
|
+
Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry. Default: `false`.
|
|
33140
33140
|
"""
|
|
33141
33141
|
logs: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
33142
33142
|
"""
|
|
@@ -33168,17 +33168,17 @@ class PgPgUserConfigPgauditArgs:
|
|
|
33168
33168
|
role: Optional[pulumi.Input[_builtins.str]] = None):
|
|
33169
33169
|
"""
|
|
33170
33170
|
:param pulumi.Input[_builtins.bool] feature_enabled: Enable pgaudit extension. When enabled, pgaudit extension will be automatically installed.Otherwise, extension will be uninstalled but auditing configurations will be preserved. Default: `false`.
|
|
33171
|
-
:param pulumi.Input[_builtins.bool] log_catalog: Specifies that session logging should be enabled in the case where all
|
|
33171
|
+
:param pulumi.Input[_builtins.bool] log_catalog: Specifies that session logging should be enabled in the case where all relations in a statement are in pg_catalog. Default: `true`.
|
|
33172
33172
|
:param pulumi.Input[_builtins.bool] log_client: Specifies whether log messages will be visible to a client process such as psql. Default: `false`.
|
|
33173
33173
|
:param pulumi.Input[_builtins.str] log_level: Enum: `debug1`, `debug2`, `debug3`, `debug4`, `debug5`, `info`, `log`, `notice`, `warning`. Specifies the log level that will be used for log entries. Default: `log`.
|
|
33174
|
-
:param pulumi.Input[_builtins.int] log_max_string_length: Crop parameters representation and whole statements if they exceed this threshold.A (default) value of -1 disable the truncation. Default: `-1`.
|
|
33175
|
-
:param pulumi.Input[_builtins.bool] log_nested_statements: This GUC allows to turn off logging nested statements, that is, statements that
|
|
33174
|
+
:param pulumi.Input[_builtins.int] log_max_string_length: Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. Default: `-1`.
|
|
33175
|
+
:param pulumi.Input[_builtins.bool] log_nested_statements: This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. Default: `true`.
|
|
33176
33176
|
:param pulumi.Input[_builtins.bool] log_parameter: Specifies that audit logging should include the parameters that were passed with the statement. Default: `false`.
|
|
33177
|
-
:param pulumi.Input[_builtins.int] log_parameter_max_size: Specifies that parameter values longer than this setting (in bytes) should not be logged,but replaced with \\n\\n. Default: `0`.
|
|
33178
|
-
:param pulumi.Input[_builtins.bool] log_relation: Specifies whether session audit logging should create a separate log
|
|
33177
|
+
:param pulumi.Input[_builtins.int] log_parameter_max_size: Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with \\n\\n. Default: `0`.
|
|
33178
|
+
:param pulumi.Input[_builtins.bool] log_relation: Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement. Default: `false`.
|
|
33179
33179
|
:param pulumi.Input[_builtins.bool] log_rows: Log Rows. Default: `false`.
|
|
33180
33180
|
:param pulumi.Input[_builtins.bool] log_statement: Specifies whether logging will include the statement text and parameters (if enabled). Default: `true`.
|
|
33181
|
-
:param pulumi.Input[_builtins.bool] log_statement_once: Specifies whether logging will include the statement text and parameters
|
|
33181
|
+
:param pulumi.Input[_builtins.bool] log_statement_once: Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry. Default: `false`.
|
|
33182
33182
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] logs: Specifies which classes of statements will be logged by session audit logging.
|
|
33183
33183
|
:param pulumi.Input[_builtins.str] role: Specifies the master role to use for object audit logging.
|
|
33184
33184
|
"""
|
|
@@ -33227,7 +33227,7 @@ class PgPgUserConfigPgauditArgs:
|
|
|
33227
33227
|
@pulumi.getter(name="logCatalog")
|
|
33228
33228
|
def log_catalog(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
33229
33229
|
"""
|
|
33230
|
-
Specifies that session logging should be enabled in the case where all
|
|
33230
|
+
Specifies that session logging should be enabled in the case where all relations in a statement are in pg_catalog. Default: `true`.
|
|
33231
33231
|
"""
|
|
33232
33232
|
return pulumi.get(self, "log_catalog")
|
|
33233
33233
|
|
|
@@ -33263,7 +33263,7 @@ class PgPgUserConfigPgauditArgs:
|
|
|
33263
33263
|
@pulumi.getter(name="logMaxStringLength")
|
|
33264
33264
|
def log_max_string_length(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
33265
33265
|
"""
|
|
33266
|
-
Crop parameters representation and whole statements if they exceed this threshold.A (default) value of -1 disable the truncation. Default: `-1`.
|
|
33266
|
+
Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. Default: `-1`.
|
|
33267
33267
|
"""
|
|
33268
33268
|
return pulumi.get(self, "log_max_string_length")
|
|
33269
33269
|
|
|
@@ -33275,7 +33275,7 @@ class PgPgUserConfigPgauditArgs:
|
|
|
33275
33275
|
@pulumi.getter(name="logNestedStatements")
|
|
33276
33276
|
def log_nested_statements(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
33277
33277
|
"""
|
|
33278
|
-
This GUC allows to turn off logging nested statements, that is, statements that
|
|
33278
|
+
This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. Default: `true`.
|
|
33279
33279
|
"""
|
|
33280
33280
|
return pulumi.get(self, "log_nested_statements")
|
|
33281
33281
|
|
|
@@ -33299,7 +33299,7 @@ class PgPgUserConfigPgauditArgs:
|
|
|
33299
33299
|
@pulumi.getter(name="logParameterMaxSize")
|
|
33300
33300
|
def log_parameter_max_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
33301
33301
|
"""
|
|
33302
|
-
Specifies that parameter values longer than this setting (in bytes) should not be logged,but replaced with \\n\\n. Default: `0`.
|
|
33302
|
+
Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with \\n\\n. Default: `0`.
|
|
33303
33303
|
"""
|
|
33304
33304
|
return pulumi.get(self, "log_parameter_max_size")
|
|
33305
33305
|
|
|
@@ -33311,7 +33311,7 @@ class PgPgUserConfigPgauditArgs:
|
|
|
33311
33311
|
@pulumi.getter(name="logRelation")
|
|
33312
33312
|
def log_relation(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
33313
33313
|
"""
|
|
33314
|
-
Specifies whether session audit logging should create a separate log
|
|
33314
|
+
Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement. Default: `false`.
|
|
33315
33315
|
"""
|
|
33316
33316
|
return pulumi.get(self, "log_relation")
|
|
33317
33317
|
|
|
@@ -33347,7 +33347,7 @@ class PgPgUserConfigPgauditArgs:
|
|
|
33347
33347
|
@pulumi.getter(name="logStatementOnce")
|
|
33348
33348
|
def log_statement_once(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
33349
33349
|
"""
|
|
33350
|
-
Specifies whether logging will include the statement text and parameters
|
|
33350
|
+
Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry. Default: `false`.
|
|
33351
33351
|
"""
|
|
33352
33352
|
return pulumi.get(self, "log_statement_once")
|
|
33353
33353
|
|
|
@@ -35570,6 +35570,38 @@ if not MYPY:
|
|
|
35570
35570
|
"""
|
|
35571
35571
|
Timeout in milliseconds for a single poll from Kafka. Takes the value of the stream*flush*interval_ms server setting by default (500ms). Default: `0`.
|
|
35572
35572
|
"""
|
|
35573
|
+
producer_batch_num_messages: NotRequired[pulumi.Input[_builtins.int]]
|
|
35574
|
+
"""
|
|
35575
|
+
The maximum number of messages in a batch sent to Kafka. If the number of messages exceeds this value, the batch is sent. Default: `10000`.
|
|
35576
|
+
"""
|
|
35577
|
+
producer_batch_size: NotRequired[pulumi.Input[_builtins.int]]
|
|
35578
|
+
"""
|
|
35579
|
+
The maximum size in bytes of a batch of messages sent to Kafka. If the batch size is exceeded, the batch is sent. Default: `1000000`.
|
|
35580
|
+
"""
|
|
35581
|
+
producer_compression_codec: NotRequired[pulumi.Input[_builtins.str]]
|
|
35582
|
+
"""
|
|
35583
|
+
Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. The compression codec to use when sending a batch of messages to Kafka. Default: `none`.
|
|
35584
|
+
"""
|
|
35585
|
+
producer_compression_level: NotRequired[pulumi.Input[_builtins.int]]
|
|
35586
|
+
"""
|
|
35587
|
+
The compression level to use when sending a batch of messages to Kafka. Usable range is algorithm-dependent: [0-9] for gzip; [0-12] for lz4; only 0 for snappy; -1 = codec-dependent default compression level. Default: `-1`.
|
|
35588
|
+
"""
|
|
35589
|
+
producer_linger_ms: NotRequired[pulumi.Input[_builtins.int]]
|
|
35590
|
+
"""
|
|
35591
|
+
The time in milliseconds to wait for additional messages before sending a batch. If the time is exceeded, the batch is sent. Default: `5`.
|
|
35592
|
+
"""
|
|
35593
|
+
producer_queue_buffering_max_kbytes: NotRequired[pulumi.Input[_builtins.int]]
|
|
35594
|
+
"""
|
|
35595
|
+
The maximum size of the buffer in kilobytes before sending. Default: `1048576`.
|
|
35596
|
+
"""
|
|
35597
|
+
producer_queue_buffering_max_messages: NotRequired[pulumi.Input[_builtins.int]]
|
|
35598
|
+
"""
|
|
35599
|
+
The maximum number of messages to buffer before sending. Default: `100000`.
|
|
35600
|
+
"""
|
|
35601
|
+
producer_request_required_acks: NotRequired[pulumi.Input[_builtins.int]]
|
|
35602
|
+
"""
|
|
35603
|
+
The number of acknowledgements the leader broker must receive from ISR brokers before responding to the request: 0=Broker does not send any response/ack to client, -1 will block until message is committed by all in sync replicas (ISRs). Default: `-1`.
|
|
35604
|
+
"""
|
|
35573
35605
|
skip_broken_messages: NotRequired[pulumi.Input[_builtins.int]]
|
|
35574
35606
|
"""
|
|
35575
35607
|
Skip at least this number of broken messages from Kafka topic per block. Default: `0`.
|
|
@@ -35597,6 +35629,14 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
|
|
|
35597
35629
|
num_consumers: Optional[pulumi.Input[_builtins.int]] = None,
|
|
35598
35630
|
poll_max_batch_size: Optional[pulumi.Input[_builtins.int]] = None,
|
|
35599
35631
|
poll_max_timeout_ms: Optional[pulumi.Input[_builtins.int]] = None,
|
|
35632
|
+
producer_batch_num_messages: Optional[pulumi.Input[_builtins.int]] = None,
|
|
35633
|
+
producer_batch_size: Optional[pulumi.Input[_builtins.int]] = None,
|
|
35634
|
+
producer_compression_codec: Optional[pulumi.Input[_builtins.str]] = None,
|
|
35635
|
+
producer_compression_level: Optional[pulumi.Input[_builtins.int]] = None,
|
|
35636
|
+
producer_linger_ms: Optional[pulumi.Input[_builtins.int]] = None,
|
|
35637
|
+
producer_queue_buffering_max_kbytes: Optional[pulumi.Input[_builtins.int]] = None,
|
|
35638
|
+
producer_queue_buffering_max_messages: Optional[pulumi.Input[_builtins.int]] = None,
|
|
35639
|
+
producer_request_required_acks: Optional[pulumi.Input[_builtins.int]] = None,
|
|
35600
35640
|
skip_broken_messages: Optional[pulumi.Input[_builtins.int]] = None,
|
|
35601
35641
|
thread_per_consumer: Optional[pulumi.Input[_builtins.bool]] = None):
|
|
35602
35642
|
"""
|
|
@@ -35613,6 +35653,14 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
|
|
|
35613
35653
|
:param pulumi.Input[_builtins.int] num_consumers: The number of consumers per table per replica. Default: `1`.
|
|
35614
35654
|
:param pulumi.Input[_builtins.int] poll_max_batch_size: Maximum amount of messages to be polled in a single Kafka poll. Default: `0`.
|
|
35615
35655
|
:param pulumi.Input[_builtins.int] poll_max_timeout_ms: Timeout in milliseconds for a single poll from Kafka. Takes the value of the stream*flush*interval_ms server setting by default (500ms). Default: `0`.
|
|
35656
|
+
:param pulumi.Input[_builtins.int] producer_batch_num_messages: The maximum number of messages in a batch sent to Kafka. If the number of messages exceeds this value, the batch is sent. Default: `10000`.
|
|
35657
|
+
:param pulumi.Input[_builtins.int] producer_batch_size: The maximum size in bytes of a batch of messages sent to Kafka. If the batch size is exceeded, the batch is sent. Default: `1000000`.
|
|
35658
|
+
:param pulumi.Input[_builtins.str] producer_compression_codec: Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. The compression codec to use when sending a batch of messages to Kafka. Default: `none`.
|
|
35659
|
+
:param pulumi.Input[_builtins.int] producer_compression_level: The compression level to use when sending a batch of messages to Kafka. Usable range is algorithm-dependent: [0-9] for gzip; [0-12] for lz4; only 0 for snappy; -1 = codec-dependent default compression level. Default: `-1`.
|
|
35660
|
+
:param pulumi.Input[_builtins.int] producer_linger_ms: The time in milliseconds to wait for additional messages before sending a batch. If the time is exceeded, the batch is sent. Default: `5`.
|
|
35661
|
+
:param pulumi.Input[_builtins.int] producer_queue_buffering_max_kbytes: The maximum size of the buffer in kilobytes before sending. Default: `1048576`.
|
|
35662
|
+
:param pulumi.Input[_builtins.int] producer_queue_buffering_max_messages: The maximum number of messages to buffer before sending. Default: `100000`.
|
|
35663
|
+
:param pulumi.Input[_builtins.int] producer_request_required_acks: The number of acknowledgements the leader broker must receive from ISR brokers before responding to the request: 0=Broker does not send any response/ack to client, -1 will block until message is committed by all in sync replicas (ISRs). Default: `-1`.
|
|
35616
35664
|
:param pulumi.Input[_builtins.int] skip_broken_messages: Skip at least this number of broken messages from Kafka topic per block. Default: `0`.
|
|
35617
35665
|
:param pulumi.Input[_builtins.bool] thread_per_consumer: Provide an independent thread for each consumer. All consumers run in the same thread by default. Default: `false`.
|
|
35618
35666
|
"""
|
|
@@ -35637,6 +35685,22 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
|
|
|
35637
35685
|
pulumi.set(__self__, "poll_max_batch_size", poll_max_batch_size)
|
|
35638
35686
|
if poll_max_timeout_ms is not None:
|
|
35639
35687
|
pulumi.set(__self__, "poll_max_timeout_ms", poll_max_timeout_ms)
|
|
35688
|
+
if producer_batch_num_messages is not None:
|
|
35689
|
+
pulumi.set(__self__, "producer_batch_num_messages", producer_batch_num_messages)
|
|
35690
|
+
if producer_batch_size is not None:
|
|
35691
|
+
pulumi.set(__self__, "producer_batch_size", producer_batch_size)
|
|
35692
|
+
if producer_compression_codec is not None:
|
|
35693
|
+
pulumi.set(__self__, "producer_compression_codec", producer_compression_codec)
|
|
35694
|
+
if producer_compression_level is not None:
|
|
35695
|
+
pulumi.set(__self__, "producer_compression_level", producer_compression_level)
|
|
35696
|
+
if producer_linger_ms is not None:
|
|
35697
|
+
pulumi.set(__self__, "producer_linger_ms", producer_linger_ms)
|
|
35698
|
+
if producer_queue_buffering_max_kbytes is not None:
|
|
35699
|
+
pulumi.set(__self__, "producer_queue_buffering_max_kbytes", producer_queue_buffering_max_kbytes)
|
|
35700
|
+
if producer_queue_buffering_max_messages is not None:
|
|
35701
|
+
pulumi.set(__self__, "producer_queue_buffering_max_messages", producer_queue_buffering_max_messages)
|
|
35702
|
+
if producer_request_required_acks is not None:
|
|
35703
|
+
pulumi.set(__self__, "producer_request_required_acks", producer_request_required_acks)
|
|
35640
35704
|
if skip_broken_messages is not None:
|
|
35641
35705
|
pulumi.set(__self__, "skip_broken_messages", skip_broken_messages)
|
|
35642
35706
|
if thread_per_consumer is not None:
|
|
@@ -35798,6 +35862,102 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
|
|
|
35798
35862
|
def poll_max_timeout_ms(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
35799
35863
|
pulumi.set(self, "poll_max_timeout_ms", value)
|
|
35800
35864
|
|
|
35865
|
+
@_builtins.property
|
|
35866
|
+
@pulumi.getter(name="producerBatchNumMessages")
|
|
35867
|
+
def producer_batch_num_messages(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
35868
|
+
"""
|
|
35869
|
+
The maximum number of messages in a batch sent to Kafka. If the number of messages exceeds this value, the batch is sent. Default: `10000`.
|
|
35870
|
+
"""
|
|
35871
|
+
return pulumi.get(self, "producer_batch_num_messages")
|
|
35872
|
+
|
|
35873
|
+
@producer_batch_num_messages.setter
|
|
35874
|
+
def producer_batch_num_messages(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
35875
|
+
pulumi.set(self, "producer_batch_num_messages", value)
|
|
35876
|
+
|
|
35877
|
+
@_builtins.property
|
|
35878
|
+
@pulumi.getter(name="producerBatchSize")
|
|
35879
|
+
def producer_batch_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
35880
|
+
"""
|
|
35881
|
+
The maximum size in bytes of a batch of messages sent to Kafka. If the batch size is exceeded, the batch is sent. Default: `1000000`.
|
|
35882
|
+
"""
|
|
35883
|
+
return pulumi.get(self, "producer_batch_size")
|
|
35884
|
+
|
|
35885
|
+
@producer_batch_size.setter
|
|
35886
|
+
def producer_batch_size(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
35887
|
+
pulumi.set(self, "producer_batch_size", value)
|
|
35888
|
+
|
|
35889
|
+
@_builtins.property
|
|
35890
|
+
@pulumi.getter(name="producerCompressionCodec")
|
|
35891
|
+
def producer_compression_codec(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
35892
|
+
"""
|
|
35893
|
+
Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. The compression codec to use when sending a batch of messages to Kafka. Default: `none`.
|
|
35894
|
+
"""
|
|
35895
|
+
return pulumi.get(self, "producer_compression_codec")
|
|
35896
|
+
|
|
35897
|
+
@producer_compression_codec.setter
|
|
35898
|
+
def producer_compression_codec(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
35899
|
+
pulumi.set(self, "producer_compression_codec", value)
|
|
35900
|
+
|
|
35901
|
+
@_builtins.property
|
|
35902
|
+
@pulumi.getter(name="producerCompressionLevel")
|
|
35903
|
+
def producer_compression_level(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
35904
|
+
"""
|
|
35905
|
+
The compression level to use when sending a batch of messages to Kafka. Usable range is algorithm-dependent: [0-9] for gzip; [0-12] for lz4; only 0 for snappy; -1 = codec-dependent default compression level. Default: `-1`.
|
|
35906
|
+
"""
|
|
35907
|
+
return pulumi.get(self, "producer_compression_level")
|
|
35908
|
+
|
|
35909
|
+
@producer_compression_level.setter
|
|
35910
|
+
def producer_compression_level(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
35911
|
+
pulumi.set(self, "producer_compression_level", value)
|
|
35912
|
+
|
|
35913
|
+
@_builtins.property
|
|
35914
|
+
@pulumi.getter(name="producerLingerMs")
|
|
35915
|
+
def producer_linger_ms(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
35916
|
+
"""
|
|
35917
|
+
The time in milliseconds to wait for additional messages before sending a batch. If the time is exceeded, the batch is sent. Default: `5`.
|
|
35918
|
+
"""
|
|
35919
|
+
return pulumi.get(self, "producer_linger_ms")
|
|
35920
|
+
|
|
35921
|
+
@producer_linger_ms.setter
|
|
35922
|
+
def producer_linger_ms(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
35923
|
+
pulumi.set(self, "producer_linger_ms", value)
|
|
35924
|
+
|
|
35925
|
+
@_builtins.property
|
|
35926
|
+
@pulumi.getter(name="producerQueueBufferingMaxKbytes")
|
|
35927
|
+
def producer_queue_buffering_max_kbytes(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
35928
|
+
"""
|
|
35929
|
+
The maximum size of the buffer in kilobytes before sending. Default: `1048576`.
|
|
35930
|
+
"""
|
|
35931
|
+
return pulumi.get(self, "producer_queue_buffering_max_kbytes")
|
|
35932
|
+
|
|
35933
|
+
@producer_queue_buffering_max_kbytes.setter
|
|
35934
|
+
def producer_queue_buffering_max_kbytes(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
35935
|
+
pulumi.set(self, "producer_queue_buffering_max_kbytes", value)
|
|
35936
|
+
|
|
35937
|
+
@_builtins.property
|
|
35938
|
+
@pulumi.getter(name="producerQueueBufferingMaxMessages")
|
|
35939
|
+
def producer_queue_buffering_max_messages(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
35940
|
+
"""
|
|
35941
|
+
The maximum number of messages to buffer before sending. Default: `100000`.
|
|
35942
|
+
"""
|
|
35943
|
+
return pulumi.get(self, "producer_queue_buffering_max_messages")
|
|
35944
|
+
|
|
35945
|
+
@producer_queue_buffering_max_messages.setter
|
|
35946
|
+
def producer_queue_buffering_max_messages(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
35947
|
+
pulumi.set(self, "producer_queue_buffering_max_messages", value)
|
|
35948
|
+
|
|
35949
|
+
@_builtins.property
|
|
35950
|
+
@pulumi.getter(name="producerRequestRequiredAcks")
|
|
35951
|
+
def producer_request_required_acks(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
35952
|
+
"""
|
|
35953
|
+
The number of acknowledgements the leader broker must receive from ISR brokers before responding to the request: 0=Broker does not send any response/ack to client, -1 will block until message is committed by all in sync replicas (ISRs). Default: `-1`.
|
|
35954
|
+
"""
|
|
35955
|
+
return pulumi.get(self, "producer_request_required_acks")
|
|
35956
|
+
|
|
35957
|
+
@producer_request_required_acks.setter
|
|
35958
|
+
def producer_request_required_acks(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
35959
|
+
pulumi.set(self, "producer_request_required_acks", value)
|
|
35960
|
+
|
|
35801
35961
|
@_builtins.property
|
|
35802
35962
|
@pulumi.getter(name="skipBrokenMessages")
|
|
35803
35963
|
def skip_broken_messages(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
@@ -37870,7 +38030,7 @@ if not MYPY:
|
|
|
37870
38030
|
"""
|
|
37871
38031
|
ssl_mode: NotRequired[pulumi.Input[_builtins.str]]
|
|
37872
38032
|
"""
|
|
37873
|
-
Enum: `allow`, `disable`, `prefer`, `require`, `verify-ca`, `verify-full`. SSL mode to use for the connection.
|
|
38033
|
+
Enum: `allow`, `disable`, `prefer`, `require`, `verify-ca`, `verify-full`. SSL mode to use for the connection. Please note that Aiven requires TLS for all connections to external PostgreSQL services. Default: `verify-full`.
|
|
37874
38034
|
"""
|
|
37875
38035
|
ssl_root_cert: NotRequired[pulumi.Input[_builtins.str]]
|
|
37876
38036
|
"""
|
|
@@ -37907,7 +38067,7 @@ class ServiceIntegrationEndpointExternalPostgresqlArgs:
|
|
|
37907
38067
|
:param pulumi.Input[_builtins.str] ssl_client_key: Client key. Example: `-----BEGIN PRIVATE KEY-----
|
|
37908
38068
|
...
|
|
37909
38069
|
-----END PRIVATE KEY-----`.
|
|
37910
|
-
:param pulumi.Input[_builtins.str] ssl_mode: Enum: `allow`, `disable`, `prefer`, `require`, `verify-ca`, `verify-full`. SSL mode to use for the connection.
|
|
38070
|
+
:param pulumi.Input[_builtins.str] ssl_mode: Enum: `allow`, `disable`, `prefer`, `require`, `verify-ca`, `verify-full`. SSL mode to use for the connection. Please note that Aiven requires TLS for all connections to external PostgreSQL services. Default: `verify-full`.
|
|
37911
38071
|
:param pulumi.Input[_builtins.str] ssl_root_cert: SSL Root Cert. Example: `-----BEGIN CERTIFICATE-----
|
|
37912
38072
|
...
|
|
37913
38073
|
-----END CERTIFICATE-----
|
|
@@ -38022,7 +38182,7 @@ class ServiceIntegrationEndpointExternalPostgresqlArgs:
|
|
|
38022
38182
|
@pulumi.getter(name="sslMode")
|
|
38023
38183
|
def ssl_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
38024
38184
|
"""
|
|
38025
|
-
Enum: `allow`, `disable`, `prefer`, `require`, `verify-ca`, `verify-full`. SSL mode to use for the connection.
|
|
38185
|
+
Enum: `allow`, `disable`, `prefer`, `require`, `verify-ca`, `verify-full`. SSL mode to use for the connection. Please note that Aiven requires TLS for all connections to external PostgreSQL services. Default: `verify-full`.
|
|
38026
38186
|
"""
|
|
38027
38187
|
return pulumi.get(self, "ssl_mode")
|
|
38028
38188
|
|