pulumi-aiven 6.43.0a1758777024__py3-none-any.whl → 6.43.1a1759289747__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 +660 -186
- pulumi_aiven/account_team.py +6 -12
- pulumi_aiven/account_team_member.py +6 -12
- pulumi_aiven/account_team_project.py +6 -12
- pulumi_aiven/alloydbomni.py +44 -23
- pulumi_aiven/alloydbomni_database.py +26 -0
- pulumi_aiven/alloydbomni_user.py +26 -0
- pulumi_aiven/cassandra.py +18 -23
- pulumi_aiven/clickhouse.py +18 -23
- pulumi_aiven/dragonfly.py +18 -23
- pulumi_aiven/flink.py +18 -23
- pulumi_aiven/get_account_team.py +6 -12
- pulumi_aiven/get_account_team_member.py +6 -12
- pulumi_aiven/get_account_team_project.py +6 -12
- pulumi_aiven/get_alloydbomni.py +28 -2
- pulumi_aiven/get_alloydbomni_database.py +26 -0
- pulumi_aiven/get_alloydbomni_user.py +26 -0
- pulumi_aiven/get_cassanda.py +2 -2
- pulumi_aiven/get_cassandra.py +2 -2
- pulumi_aiven/get_clickhouse.py +2 -2
- pulumi_aiven/get_dragonfly.py +2 -2
- pulumi_aiven/get_flink.py +2 -2
- pulumi_aiven/get_grafana.py +2 -2
- pulumi_aiven/get_kafka.py +2 -2
- pulumi_aiven/get_kafka_connect.py +2 -2
- pulumi_aiven/get_kafka_mirror_maker.py +2 -2
- pulumi_aiven/get_m3_aggregator.py +2 -111
- pulumi_aiven/get_m3_db.py +2 -123
- pulumi_aiven/get_m3db_user.py +2 -61
- pulumi_aiven/get_my_sql.py +2 -2
- pulumi_aiven/get_open_search.py +2 -2
- pulumi_aiven/get_organization_application_user.py +29 -11
- pulumi_aiven/get_organization_project.py +0 -6
- pulumi_aiven/get_pg.py +2 -2
- pulumi_aiven/get_redis.py +2 -2
- pulumi_aiven/get_redis_user.py +3 -3
- pulumi_aiven/get_thanos.py +2 -2
- pulumi_aiven/get_valkey.py +2 -2
- pulumi_aiven/get_valkey_user.py +3 -3
- pulumi_aiven/grafana.py +18 -23
- pulumi_aiven/influx_db.py +18 -23
- pulumi_aiven/kafka.py +18 -23
- pulumi_aiven/kafka_connect.py +20 -25
- pulumi_aiven/kafka_mirror_maker.py +18 -23
- pulumi_aiven/m3_aggregator.py +20 -75
- pulumi_aiven/m3_db.py +20 -95
- pulumi_aiven/m3db_user.py +2 -54
- pulumi_aiven/my_sql.py +18 -23
- pulumi_aiven/open_search.py +18 -23
- pulumi_aiven/organization_application_user.py +69 -41
- pulumi_aiven/organization_application_user_token.py +127 -91
- pulumi_aiven/organization_billing_group.py +7 -7
- pulumi_aiven/organization_permission.py +80 -47
- pulumi_aiven/organization_project.py +0 -6
- pulumi_aiven/organization_user.py +8 -8
- pulumi_aiven/outputs.py +620 -238
- pulumi_aiven/pg.py +18 -23
- pulumi_aiven/project.py +2 -24
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +18 -23
- pulumi_aiven/redis_user.py +21 -21
- pulumi_aiven/thanos.py +18 -23
- pulumi_aiven/valkey.py +18 -23
- pulumi_aiven/valkey_user.py +21 -21
- {pulumi_aiven-6.43.0a1758777024.dist-info → pulumi_aiven-6.43.1a1759289747.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.43.0a1758777024.dist-info → pulumi_aiven-6.43.1a1759289747.dist-info}/RECORD +68 -68
- {pulumi_aiven-6.43.0a1758777024.dist-info → pulumi_aiven-6.43.1a1759289747.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.43.0a1758777024.dist-info → pulumi_aiven-6.43.1a1759289747.dist-info}/top_level.txt +0 -0
pulumi_aiven/_inputs.py
CHANGED
|
@@ -261,6 +261,8 @@ __all__ = [
|
|
|
261
261
|
'KafkaKafkaUserConfigKafkaConnectSecretProviderAwsArgsDict',
|
|
262
262
|
'KafkaKafkaUserConfigKafkaConnectSecretProviderVaultArgs',
|
|
263
263
|
'KafkaKafkaUserConfigKafkaConnectSecretProviderVaultArgsDict',
|
|
264
|
+
'KafkaKafkaUserConfigKafkaDisklessArgs',
|
|
265
|
+
'KafkaKafkaUserConfigKafkaDisklessArgsDict',
|
|
264
266
|
'KafkaKafkaUserConfigKafkaRestConfigArgs',
|
|
265
267
|
'KafkaKafkaUserConfigKafkaRestConfigArgsDict',
|
|
266
268
|
'KafkaKafkaUserConfigKafkaSaslMechanismsArgs',
|
|
@@ -391,6 +393,8 @@ __all__ = [
|
|
|
391
393
|
'OpenSearchOpensearchUserConfigArgsDict',
|
|
392
394
|
'OpenSearchOpensearchUserConfigAzureMigrationArgs',
|
|
393
395
|
'OpenSearchOpensearchUserConfigAzureMigrationArgsDict',
|
|
396
|
+
'OpenSearchOpensearchUserConfigCustomKeystoreArgs',
|
|
397
|
+
'OpenSearchOpensearchUserConfigCustomKeystoreArgsDict',
|
|
394
398
|
'OpenSearchOpensearchUserConfigGcsMigrationArgs',
|
|
395
399
|
'OpenSearchOpensearchUserConfigGcsMigrationArgsDict',
|
|
396
400
|
'OpenSearchOpensearchUserConfigIndexPatternArgs',
|
|
@@ -469,12 +473,18 @@ __all__ = [
|
|
|
469
473
|
'OpenSearchTechEmailArgsDict',
|
|
470
474
|
'OrganizationAddressTimeoutsArgs',
|
|
471
475
|
'OrganizationAddressTimeoutsArgsDict',
|
|
476
|
+
'OrganizationApplicationUserTimeoutsArgs',
|
|
477
|
+
'OrganizationApplicationUserTimeoutsArgsDict',
|
|
478
|
+
'OrganizationApplicationUserTokenTimeoutsArgs',
|
|
479
|
+
'OrganizationApplicationUserTokenTimeoutsArgsDict',
|
|
472
480
|
'OrganizationBillingGroupTimeoutsArgs',
|
|
473
481
|
'OrganizationBillingGroupTimeoutsArgsDict',
|
|
474
482
|
'OrganizationGroupProjectTimeoutsArgs',
|
|
475
483
|
'OrganizationGroupProjectTimeoutsArgsDict',
|
|
476
484
|
'OrganizationPermissionPermissionArgs',
|
|
477
485
|
'OrganizationPermissionPermissionArgsDict',
|
|
486
|
+
'OrganizationPermissionTimeoutsArgs',
|
|
487
|
+
'OrganizationPermissionTimeoutsArgsDict',
|
|
478
488
|
'OrganizationProjectTagArgs',
|
|
479
489
|
'OrganizationProjectTagArgsDict',
|
|
480
490
|
'OrganizationProjectTimeoutsArgs',
|
|
@@ -697,6 +707,8 @@ __all__ = [
|
|
|
697
707
|
'ValkeyValkeyUserConfigPublicAccessArgsDict',
|
|
698
708
|
'GetOrganizationAddressTimeoutsArgs',
|
|
699
709
|
'GetOrganizationAddressTimeoutsArgsDict',
|
|
710
|
+
'GetOrganizationApplicationUserTimeoutsArgs',
|
|
711
|
+
'GetOrganizationApplicationUserTimeoutsArgsDict',
|
|
700
712
|
'GetOrganizationBillingGroupListBillingGroupArgs',
|
|
701
713
|
'GetOrganizationBillingGroupListBillingGroupArgsDict',
|
|
702
714
|
'GetOrganizationBillingGroupListTimeoutsArgs',
|
|
@@ -1952,7 +1964,7 @@ if not MYPY:
|
|
|
1952
1964
|
"""
|
|
1953
1965
|
autovacuum_freeze_max_age: NotRequired[pulumi.Input[_builtins.int]]
|
|
1954
1966
|
"""
|
|
1955
|
-
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. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart.
|
|
1967
|
+
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. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart.
|
|
1956
1968
|
"""
|
|
1957
1969
|
autovacuum_max_workers: NotRequired[pulumi.Input[_builtins.int]]
|
|
1958
1970
|
"""
|
|
@@ -1992,7 +2004,7 @@ if not MYPY:
|
|
|
1992
2004
|
"""
|
|
1993
2005
|
bgwriter_lru_multiplier: NotRequired[pulumi.Input[_builtins.float]]
|
|
1994
2006
|
"""
|
|
1995
|
-
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
|
|
2007
|
+
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`.
|
|
1996
2008
|
"""
|
|
1997
2009
|
deadlock_timeout: NotRequired[pulumi.Input[_builtins.int]]
|
|
1998
2010
|
"""
|
|
@@ -2108,7 +2120,7 @@ if not MYPY:
|
|
|
2108
2120
|
"""
|
|
2109
2121
|
temp_file_limit: NotRequired[pulumi.Input[_builtins.int]]
|
|
2110
2122
|
"""
|
|
2111
|
-
PostgreSQL temporary file limit in KiB, -1 for unlimited.
|
|
2123
|
+
PostgreSQL temporary file limit in KiB, -1 for unlimited.
|
|
2112
2124
|
"""
|
|
2113
2125
|
timezone: NotRequired[pulumi.Input[_builtins.str]]
|
|
2114
2126
|
"""
|
|
@@ -2196,7 +2208,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2196
2208
|
"""
|
|
2197
2209
|
:param pulumi.Input[_builtins.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 (e.g. `0.2` for 20% of the table size). The default is `0.2`.
|
|
2198
2210
|
:param pulumi.Input[_builtins.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`.
|
|
2199
|
-
:param pulumi.Input[_builtins.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. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart.
|
|
2211
|
+
:param pulumi.Input[_builtins.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. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart.
|
|
2200
2212
|
:param pulumi.Input[_builtins.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 `3`. Changing this parameter causes a service restart.
|
|
2201
2213
|
:param pulumi.Input[_builtins.int] autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds. The default is `60`.
|
|
2202
2214
|
:param pulumi.Input[_builtins.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 is `2` (upstream default).
|
|
@@ -2206,7 +2218,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2206
2218
|
:param pulumi.Input[_builtins.int] bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. The default is `200`. Example: `200`.
|
|
2207
2219
|
:param pulumi.Input[_builtins.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. Setting of 0 disables forced writeback. The default is `512`. Example: `512`.
|
|
2208
2220
|
:param pulumi.Input[_builtins.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. The default is `100`. Example: `100`.
|
|
2209
|
-
:param pulumi.Input[_builtins.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
|
|
2221
|
+
:param pulumi.Input[_builtins.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`.
|
|
2210
2222
|
:param pulumi.Input[_builtins.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. The default is `1000` (upstream default). Example: `1000`.
|
|
2211
2223
|
:param pulumi.Input[_builtins.str] default_toast_compression: Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns. The default is `lz4`.
|
|
2212
2224
|
:param pulumi.Input[_builtins.int] idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds.
|
|
@@ -2235,7 +2247,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2235
2247
|
: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
2248
|
: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
2249
|
: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`.
|
|
2238
|
-
:param pulumi.Input[_builtins.int] temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited.
|
|
2250
|
+
:param pulumi.Input[_builtins.int] temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited.
|
|
2239
2251
|
:param pulumi.Input[_builtins.str] timezone: PostgreSQL service timezone. Example: `Europe/Helsinki`.
|
|
2240
2252
|
:param pulumi.Input[_builtins.int] track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Changing this parameter causes a service restart. Example: `1024`.
|
|
2241
2253
|
:param pulumi.Input[_builtins.str] track_commit_timestamp: Enum: `off`, `on`. Record commit time of transactions. Changing this parameter causes a service restart.
|
|
@@ -2371,7 +2383,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2371
2383
|
@pulumi.getter(name="autovacuumFreezeMaxAge")
|
|
2372
2384
|
def autovacuum_freeze_max_age(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2373
2385
|
"""
|
|
2374
|
-
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. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart.
|
|
2386
|
+
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. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart.
|
|
2375
2387
|
"""
|
|
2376
2388
|
return pulumi.get(self, "autovacuum_freeze_max_age")
|
|
2377
2389
|
|
|
@@ -2491,7 +2503,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2491
2503
|
@pulumi.getter(name="bgwriterLruMultiplier")
|
|
2492
2504
|
def bgwriter_lru_multiplier(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
2493
2505
|
"""
|
|
2494
|
-
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
|
|
2506
|
+
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`.
|
|
2495
2507
|
"""
|
|
2496
2508
|
return pulumi.get(self, "bgwriter_lru_multiplier")
|
|
2497
2509
|
|
|
@@ -2839,7 +2851,7 @@ class AlloydbomniAlloydbomniUserConfigPgArgs:
|
|
|
2839
2851
|
@pulumi.getter(name="tempFileLimit")
|
|
2840
2852
|
def temp_file_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2841
2853
|
"""
|
|
2842
|
-
PostgreSQL temporary file limit in KiB, -1 for unlimited.
|
|
2854
|
+
PostgreSQL temporary file limit in KiB, -1 for unlimited.
|
|
2843
2855
|
"""
|
|
2844
2856
|
return pulumi.get(self, "temp_file_limit")
|
|
2845
2857
|
|
|
@@ -7560,7 +7572,7 @@ if not MYPY:
|
|
|
7560
7572
|
"""
|
|
7561
7573
|
pekko_framesize_b: NotRequired[pulumi.Input[_builtins.int]]
|
|
7562
7574
|
"""
|
|
7563
|
-
Maximum size in bytes for messages exchanged between the JobManager and the TaskManagers.
|
|
7575
|
+
Maximum size in bytes for messages exchanged between the JobManager and the TaskManagers.
|
|
7564
7576
|
"""
|
|
7565
7577
|
privatelink_access: NotRequired[pulumi.Input['FlinkFlinkUserConfigPrivatelinkAccessArgsDict']]
|
|
7566
7578
|
"""
|
|
@@ -7606,7 +7618,7 @@ class FlinkFlinkUserConfigArgs:
|
|
|
7606
7618
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
7607
7619
|
:param pulumi.Input[_builtins.int] number_of_task_slots: Task slots per node. For a 3 node plan, total number of task slots is 3x this value. Example: `1`.
|
|
7608
7620
|
:param pulumi.Input[_builtins.int] pekko_ask_timeout_s: Timeout in seconds used for all futures and blocking Pekko requests. Example: `10`.
|
|
7609
|
-
:param pulumi.Input[_builtins.int] pekko_framesize_b: Maximum size in bytes for messages exchanged between the JobManager and the TaskManagers.
|
|
7621
|
+
:param pulumi.Input[_builtins.int] pekko_framesize_b: Maximum size in bytes for messages exchanged between the JobManager and the TaskManagers.
|
|
7610
7622
|
:param pulumi.Input['FlinkFlinkUserConfigPrivatelinkAccessArgs'] privatelink_access: Allow access to selected service components through Privatelink
|
|
7611
7623
|
:param pulumi.Input['FlinkFlinkUserConfigPublicAccessArgs'] public_access: Allow access to selected service ports from the public Internet
|
|
7612
7624
|
:param pulumi.Input[_builtins.bool] service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
@@ -7747,7 +7759,7 @@ class FlinkFlinkUserConfigArgs:
|
|
|
7747
7759
|
@pulumi.getter(name="pekkoFramesizeB")
|
|
7748
7760
|
def pekko_framesize_b(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
7749
7761
|
"""
|
|
7750
|
-
Maximum size in bytes for messages exchanged between the JobManager and the TaskManagers.
|
|
7762
|
+
Maximum size in bytes for messages exchanged between the JobManager and the TaskManagers.
|
|
7751
7763
|
"""
|
|
7752
7764
|
return pulumi.get(self, "pekko_framesize_b")
|
|
7753
7765
|
|
|
@@ -13452,7 +13464,7 @@ if not MYPY:
|
|
|
13452
13464
|
"""
|
|
13453
13465
|
consumer_fetch_max_bytes: NotRequired[pulumi.Input[_builtins.int]]
|
|
13454
13466
|
"""
|
|
13455
|
-
Records are fetched in batches by the consumer, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that the consumer can make progress. As such, this is not a absolute maximum.
|
|
13467
|
+
Records are fetched in batches by the consumer, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that the consumer can make progress. As such, this is not a absolute maximum.
|
|
13456
13468
|
"""
|
|
13457
13469
|
consumer_isolation_level: NotRequired[pulumi.Input[_builtins.str]]
|
|
13458
13470
|
"""
|
|
@@ -13460,7 +13472,7 @@ if not MYPY:
|
|
|
13460
13472
|
"""
|
|
13461
13473
|
consumer_max_partition_fetch_bytes: NotRequired[pulumi.Input[_builtins.int]]
|
|
13462
13474
|
"""
|
|
13463
|
-
Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
|
|
13475
|
+
Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
|
|
13464
13476
|
"""
|
|
13465
13477
|
consumer_max_poll_interval_ms: NotRequired[pulumi.Input[_builtins.int]]
|
|
13466
13478
|
"""
|
|
@@ -13496,7 +13508,7 @@ if not MYPY:
|
|
|
13496
13508
|
"""
|
|
13497
13509
|
producer_max_request_size: NotRequired[pulumi.Input[_builtins.int]]
|
|
13498
13510
|
"""
|
|
13499
|
-
This setting will limit the number of record batches the producer will send in a single request to avoid sending huge requests.
|
|
13511
|
+
This setting will limit the number of record batches the producer will send in a single request to avoid sending huge requests.
|
|
13500
13512
|
"""
|
|
13501
13513
|
scheduled_rebalance_max_delay_ms: NotRequired[pulumi.Input[_builtins.int]]
|
|
13502
13514
|
"""
|
|
@@ -13531,9 +13543,9 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
|
|
|
13531
13543
|
"""
|
|
13532
13544
|
:param pulumi.Input[_builtins.str] connector_client_config_override_policy: Enum: `All`, `None`. Defines what client configurations can be overridden by the connector. Default is None.
|
|
13533
13545
|
:param pulumi.Input[_builtins.str] consumer_auto_offset_reset: Enum: `earliest`, `latest`. What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
|
|
13534
|
-
:param pulumi.Input[_builtins.int] consumer_fetch_max_bytes: Records are fetched in batches by the consumer, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that the consumer can make progress. As such, this is not a absolute maximum.
|
|
13546
|
+
:param pulumi.Input[_builtins.int] consumer_fetch_max_bytes: Records are fetched in batches by the consumer, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that the consumer can make progress. As such, this is not a absolute maximum.
|
|
13535
13547
|
:param pulumi.Input[_builtins.str] consumer_isolation_level: Enum: `read_committed`, `read_uncommitted`. Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
|
|
13536
|
-
:param pulumi.Input[_builtins.int] consumer_max_partition_fetch_bytes: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
|
|
13548
|
+
:param pulumi.Input[_builtins.int] consumer_max_partition_fetch_bytes: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
|
|
13537
13549
|
:param pulumi.Input[_builtins.int] consumer_max_poll_interval_ms: The maximum delay in milliseconds between invocations of poll() when using consumer group management (defaults to 300000).
|
|
13538
13550
|
:param pulumi.Input[_builtins.int] consumer_max_poll_records: The maximum number of records returned in a single call to poll() (defaults to 500).
|
|
13539
13551
|
:param pulumi.Input[_builtins.int] offset_flush_interval_ms: The interval at which to try committing offsets for tasks (defaults to 60000).
|
|
@@ -13542,7 +13554,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
|
|
|
13542
13554
|
:param pulumi.Input[_builtins.int] producer_buffer_memory: The total bytes of memory the producer can use to buffer records waiting to be sent to the broker (defaults to 33554432).
|
|
13543
13555
|
:param pulumi.Input[_builtins.str] producer_compression_type: Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
|
|
13544
13556
|
:param pulumi.Input[_builtins.int] producer_linger_ms: This setting gives the upper bound on the delay for batching: once there is batch.size worth of records for a partition it will be sent immediately regardless of this setting, however if there are fewer than this many bytes accumulated for this partition the producer will `linger` for the specified time waiting for more records to show up. Defaults to 0.
|
|
13545
|
-
:param pulumi.Input[_builtins.int] producer_max_request_size: This setting will limit the number of record batches the producer will send in a single request to avoid sending huge requests.
|
|
13557
|
+
:param pulumi.Input[_builtins.int] producer_max_request_size: This setting will limit the number of record batches the producer will send in a single request to avoid sending huge requests.
|
|
13546
13558
|
:param pulumi.Input[_builtins.int] scheduled_rebalance_max_delay_ms: The maximum delay that is scheduled in order to wait for the return of one or more departed workers before rebalancing and reassigning their connectors and tasks to the group. During this period the connectors and tasks of the departed workers remain unassigned. Defaults to 5 minutes.
|
|
13547
13559
|
:param pulumi.Input[_builtins.int] session_timeout_ms: The timeout in milliseconds used to detect failures when using Kafka’s group management facilities (defaults to 10000).
|
|
13548
13560
|
"""
|
|
@@ -13607,7 +13619,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
|
|
|
13607
13619
|
@pulumi.getter(name="consumerFetchMaxBytes")
|
|
13608
13620
|
def consumer_fetch_max_bytes(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
13609
13621
|
"""
|
|
13610
|
-
Records are fetched in batches by the consumer, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that the consumer can make progress. As such, this is not a absolute maximum.
|
|
13622
|
+
Records are fetched in batches by the consumer, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that the consumer can make progress. As such, this is not a absolute maximum.
|
|
13611
13623
|
"""
|
|
13612
13624
|
return pulumi.get(self, "consumer_fetch_max_bytes")
|
|
13613
13625
|
|
|
@@ -13631,7 +13643,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
|
|
|
13631
13643
|
@pulumi.getter(name="consumerMaxPartitionFetchBytes")
|
|
13632
13644
|
def consumer_max_partition_fetch_bytes(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
13633
13645
|
"""
|
|
13634
|
-
Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
|
|
13646
|
+
Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
|
|
13635
13647
|
"""
|
|
13636
13648
|
return pulumi.get(self, "consumer_max_partition_fetch_bytes")
|
|
13637
13649
|
|
|
@@ -13739,7 +13751,7 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
|
|
|
13739
13751
|
@pulumi.getter(name="producerMaxRequestSize")
|
|
13740
13752
|
def producer_max_request_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
13741
13753
|
"""
|
|
13742
|
-
This setting will limit the number of record batches the producer will send in a single request to avoid sending huge requests.
|
|
13754
|
+
This setting will limit the number of record batches the producer will send in a single request to avoid sending huge requests.
|
|
13743
13755
|
"""
|
|
13744
13756
|
return pulumi.get(self, "producer_max_request_size")
|
|
13745
13757
|
|
|
@@ -14635,6 +14647,10 @@ if not MYPY:
|
|
|
14635
14647
|
The plugin selected by the user
|
|
14636
14648
|
"""
|
|
14637
14649
|
kafka_connect_secret_providers: NotRequired[pulumi.Input[Sequence[pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderArgsDict']]]]
|
|
14650
|
+
kafka_diskless: NotRequired[pulumi.Input['KafkaKafkaUserConfigKafkaDisklessArgsDict']]
|
|
14651
|
+
"""
|
|
14652
|
+
Kafka Diskless configuration values
|
|
14653
|
+
"""
|
|
14638
14654
|
kafka_rest: NotRequired[pulumi.Input[_builtins.bool]]
|
|
14639
14655
|
"""
|
|
14640
14656
|
Enable Kafka-REST service. Default: `false`.
|
|
@@ -14653,7 +14669,7 @@ if not MYPY:
|
|
|
14653
14669
|
"""
|
|
14654
14670
|
kafka_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
14655
14671
|
"""
|
|
14656
|
-
Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, `3.9`, and newer. Kafka major version.
|
|
14672
|
+
Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, `3.9`, `4.0`, and newer. Kafka major version.
|
|
14657
14673
|
"""
|
|
14658
14674
|
letsencrypt_sasl_privatelink: NotRequired[pulumi.Input[_builtins.bool]]
|
|
14659
14675
|
"""
|
|
@@ -14714,6 +14730,7 @@ class KafkaKafkaUserConfigArgs:
|
|
|
14714
14730
|
kafka_connect_config: Optional[pulumi.Input['KafkaKafkaUserConfigKafkaConnectConfigArgs']] = None,
|
|
14715
14731
|
kafka_connect_plugin_versions: Optional[pulumi.Input[Sequence[pulumi.Input['KafkaKafkaUserConfigKafkaConnectPluginVersionArgs']]]] = None,
|
|
14716
14732
|
kafka_connect_secret_providers: Optional[pulumi.Input[Sequence[pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderArgs']]]] = None,
|
|
14733
|
+
kafka_diskless: Optional[pulumi.Input['KafkaKafkaUserConfigKafkaDisklessArgs']] = None,
|
|
14717
14734
|
kafka_rest: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
14718
14735
|
kafka_rest_authorization: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
14719
14736
|
kafka_rest_config: Optional[pulumi.Input['KafkaKafkaUserConfigKafkaRestConfigArgs']] = None,
|
|
@@ -14742,11 +14759,12 @@ class KafkaKafkaUserConfigArgs:
|
|
|
14742
14759
|
:param pulumi.Input[_builtins.bool] kafka_connect: Enable Kafka Connect service. Default: `false`.
|
|
14743
14760
|
:param pulumi.Input['KafkaKafkaUserConfigKafkaConnectConfigArgs'] kafka_connect_config: Kafka Connect configuration values
|
|
14744
14761
|
:param pulumi.Input[Sequence[pulumi.Input['KafkaKafkaUserConfigKafkaConnectPluginVersionArgs']]] kafka_connect_plugin_versions: The plugin selected by the user
|
|
14762
|
+
:param pulumi.Input['KafkaKafkaUserConfigKafkaDisklessArgs'] kafka_diskless: Kafka Diskless configuration values
|
|
14745
14763
|
:param pulumi.Input[_builtins.bool] kafka_rest: Enable Kafka-REST service. Default: `false`.
|
|
14746
14764
|
:param pulumi.Input[_builtins.bool] kafka_rest_authorization: Enable authorization in Kafka-REST service.
|
|
14747
14765
|
:param pulumi.Input['KafkaKafkaUserConfigKafkaRestConfigArgs'] kafka_rest_config: Kafka REST configuration
|
|
14748
14766
|
:param pulumi.Input['KafkaKafkaUserConfigKafkaSaslMechanismsArgs'] kafka_sasl_mechanisms: Kafka SASL mechanisms
|
|
14749
|
-
:param pulumi.Input[_builtins.str] kafka_version: Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, `3.9`, and newer. Kafka major version.
|
|
14767
|
+
:param pulumi.Input[_builtins.str] kafka_version: Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, `3.9`, `4.0`, and newer. Kafka major version.
|
|
14750
14768
|
:param pulumi.Input[_builtins.bool] letsencrypt_sasl_privatelink: Use Letsencrypt CA for Kafka SASL via Privatelink.
|
|
14751
14769
|
:param pulumi.Input['KafkaKafkaUserConfigPrivateAccessArgs'] private_access: Allow access to selected service ports from private networks
|
|
14752
14770
|
:param pulumi.Input['KafkaKafkaUserConfigPrivatelinkAccessArgs'] privatelink_access: Allow access to selected service components through Privatelink
|
|
@@ -14790,6 +14808,8 @@ class KafkaKafkaUserConfigArgs:
|
|
|
14790
14808
|
pulumi.set(__self__, "kafka_connect_plugin_versions", kafka_connect_plugin_versions)
|
|
14791
14809
|
if kafka_connect_secret_providers is not None:
|
|
14792
14810
|
pulumi.set(__self__, "kafka_connect_secret_providers", kafka_connect_secret_providers)
|
|
14811
|
+
if kafka_diskless is not None:
|
|
14812
|
+
pulumi.set(__self__, "kafka_diskless", kafka_diskless)
|
|
14793
14813
|
if kafka_rest is not None:
|
|
14794
14814
|
pulumi.set(__self__, "kafka_rest", kafka_rest)
|
|
14795
14815
|
if kafka_rest_authorization is not None:
|
|
@@ -14976,6 +14996,18 @@ class KafkaKafkaUserConfigArgs:
|
|
|
14976
14996
|
def kafka_connect_secret_providers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['KafkaKafkaUserConfigKafkaConnectSecretProviderArgs']]]]):
|
|
14977
14997
|
pulumi.set(self, "kafka_connect_secret_providers", value)
|
|
14978
14998
|
|
|
14999
|
+
@_builtins.property
|
|
15000
|
+
@pulumi.getter(name="kafkaDiskless")
|
|
15001
|
+
def kafka_diskless(self) -> Optional[pulumi.Input['KafkaKafkaUserConfigKafkaDisklessArgs']]:
|
|
15002
|
+
"""
|
|
15003
|
+
Kafka Diskless configuration values
|
|
15004
|
+
"""
|
|
15005
|
+
return pulumi.get(self, "kafka_diskless")
|
|
15006
|
+
|
|
15007
|
+
@kafka_diskless.setter
|
|
15008
|
+
def kafka_diskless(self, value: Optional[pulumi.Input['KafkaKafkaUserConfigKafkaDisklessArgs']]):
|
|
15009
|
+
pulumi.set(self, "kafka_diskless", value)
|
|
15010
|
+
|
|
14979
15011
|
@_builtins.property
|
|
14980
15012
|
@pulumi.getter(name="kafkaRest")
|
|
14981
15013
|
def kafka_rest(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
@@ -15028,7 +15060,7 @@ class KafkaKafkaUserConfigArgs:
|
|
|
15028
15060
|
@pulumi.getter(name="kafkaVersion")
|
|
15029
15061
|
def kafka_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
15030
15062
|
"""
|
|
15031
|
-
Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, `3.9`, and newer. Kafka major version.
|
|
15063
|
+
Enum: `3.1`, `3.2`, `3.3`, `3.4`, `3.5`, `3.6`, `3.7`, `3.8`, `3.9`, `4.0`, and newer. Kafka major version.
|
|
15032
15064
|
"""
|
|
15033
15065
|
return pulumi.get(self, "kafka_version")
|
|
15034
15066
|
|
|
@@ -15264,7 +15296,7 @@ if not MYPY:
|
|
|
15264
15296
|
"""
|
|
15265
15297
|
group_max_session_timeout_ms: NotRequired[pulumi.Input[_builtins.int]]
|
|
15266
15298
|
"""
|
|
15267
|
-
The maximum allowed session timeout for registered consumers. Longer timeouts give consumers more time to process messages in between heartbeats at the cost of a longer time to detect failures. Default: 1800000 ms (30 minutes).
|
|
15299
|
+
The maximum allowed session timeout for registered consumers. Longer timeouts give consumers more time to process messages in between heartbeats at the cost of a longer time to detect failures. Default: 1800000 ms (30 minutes).
|
|
15268
15300
|
"""
|
|
15269
15301
|
group_min_session_timeout_ms: NotRequired[pulumi.Input[_builtins.int]]
|
|
15270
15302
|
"""
|
|
@@ -15272,7 +15304,7 @@ if not MYPY:
|
|
|
15272
15304
|
"""
|
|
15273
15305
|
log_cleaner_delete_retention_ms: NotRequired[pulumi.Input[_builtins.int]]
|
|
15274
15306
|
"""
|
|
15275
|
-
How long are delete records retained? (Default: 86400000 (1 day)).
|
|
15307
|
+
How long are delete records retained? (Default: 86400000 (1 day)).
|
|
15276
15308
|
"""
|
|
15277
15309
|
log_cleaner_max_compaction_lag_ms: NotRequired[pulumi.Input[_builtins.int]]
|
|
15278
15310
|
"""
|
|
@@ -15304,7 +15336,7 @@ if not MYPY:
|
|
|
15304
15336
|
"""
|
|
15305
15337
|
log_index_size_max_bytes: NotRequired[pulumi.Input[_builtins.int]]
|
|
15306
15338
|
"""
|
|
15307
|
-
The maximum size in bytes of the offset index (Default: 10485760 (10 mebibytes)).
|
|
15339
|
+
The maximum size in bytes of the offset index (Default: 10485760 (10 mebibytes)).
|
|
15308
15340
|
"""
|
|
15309
15341
|
log_local_retention_bytes: NotRequired[pulumi.Input[_builtins.int]]
|
|
15310
15342
|
"""
|
|
@@ -15318,6 +15350,14 @@ if not MYPY:
|
|
|
15318
15350
|
"""
|
|
15319
15351
|
This configuration controls whether down-conversion of message formats is enabled to satisfy consume requests. (Default: true).
|
|
15320
15352
|
"""
|
|
15353
|
+
log_message_timestamp_after_max_ms: NotRequired[pulumi.Input[_builtins.int]]
|
|
15354
|
+
"""
|
|
15355
|
+
The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message. If message.timestamp.type=CreateTime, a message will be rejected if the difference in timestamp exceeds this threshold. Applies only for messages with timestamps later than the broker's timestamp. (Default: 9223372036854775807 (Long.MAX_VALUE)).
|
|
15356
|
+
"""
|
|
15357
|
+
log_message_timestamp_before_max_ms: NotRequired[pulumi.Input[_builtins.int]]
|
|
15358
|
+
"""
|
|
15359
|
+
The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message. If message.timestamp.type=CreateTime, a message will be rejected if the difference in timestamp exceeds this threshold. Applies only for messages with timestamps earlier than the broker's timestamp. (Default: 9223372036854775807 (Long.MAX_VALUE)).
|
|
15360
|
+
"""
|
|
15321
15361
|
log_message_timestamp_difference_max_ms: NotRequired[pulumi.Input[_builtins.int]]
|
|
15322
15362
|
"""
|
|
15323
15363
|
The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message (Default: 9223372036854775807 (Long.MAX_VALUE)).
|
|
@@ -15368,7 +15408,7 @@ if not MYPY:
|
|
|
15368
15408
|
"""
|
|
15369
15409
|
message_max_bytes: NotRequired[pulumi.Input[_builtins.int]]
|
|
15370
15410
|
"""
|
|
15371
|
-
The maximum size of message that the server can receive. (Default: 1048588 bytes (1 mebibyte + 12 bytes)).
|
|
15411
|
+
The maximum size of message that the server can receive. (Default: 1048588 bytes (1 mebibyte + 12 bytes)).
|
|
15372
15412
|
"""
|
|
15373
15413
|
min_insync_replicas: NotRequired[pulumi.Input[_builtins.int]]
|
|
15374
15414
|
"""
|
|
@@ -15420,11 +15460,11 @@ if not MYPY:
|
|
|
15420
15460
|
"""
|
|
15421
15461
|
transaction_remove_expired_transaction_cleanup_interval_ms: NotRequired[pulumi.Input[_builtins.int]]
|
|
15422
15462
|
"""
|
|
15423
|
-
The interval at which to remove transactions that have expired due to transactional.id.expiration.ms passing (Default: 3600000 ms (1 hour)).
|
|
15463
|
+
The interval at which to remove transactions that have expired due to transactional.id.expiration.ms passing (Default: 3600000 ms (1 hour)).
|
|
15424
15464
|
"""
|
|
15425
15465
|
transaction_state_log_segment_bytes: NotRequired[pulumi.Input[_builtins.int]]
|
|
15426
15466
|
"""
|
|
15427
|
-
The transaction topic segment bytes should be kept relatively small in order to facilitate faster log compaction and cache loads (Default: 104857600 bytes (100 mebibytes)).
|
|
15467
|
+
The transaction topic segment bytes should be kept relatively small in order to facilitate faster log compaction and cache loads (Default: 104857600 bytes (100 mebibytes)).
|
|
15428
15468
|
"""
|
|
15429
15469
|
elif False:
|
|
15430
15470
|
KafkaKafkaUserConfigKafkaArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -15451,6 +15491,8 @@ class KafkaKafkaUserConfigKafkaArgs:
|
|
|
15451
15491
|
log_local_retention_bytes: Optional[pulumi.Input[_builtins.int]] = None,
|
|
15452
15492
|
log_local_retention_ms: Optional[pulumi.Input[_builtins.int]] = None,
|
|
15453
15493
|
log_message_downconversion_enable: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
15494
|
+
log_message_timestamp_after_max_ms: Optional[pulumi.Input[_builtins.int]] = None,
|
|
15495
|
+
log_message_timestamp_before_max_ms: Optional[pulumi.Input[_builtins.int]] = None,
|
|
15454
15496
|
log_message_timestamp_difference_max_ms: Optional[pulumi.Input[_builtins.int]] = None,
|
|
15455
15497
|
log_message_timestamp_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
15456
15498
|
log_preallocate: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
@@ -15484,9 +15526,9 @@ class KafkaKafkaUserConfigKafkaArgs:
|
|
|
15484
15526
|
:param pulumi.Input[_builtins.int] connections_max_idle_ms: Idle connections timeout: the server socket processor threads close the connections that idle for longer than this. (Default: 600000 ms (10 minutes)). Example: `540000`.
|
|
15485
15527
|
:param pulumi.Input[_builtins.int] default_replication_factor: Replication factor for auto-created topics (Default: 3).
|
|
15486
15528
|
:param pulumi.Input[_builtins.int] group_initial_rebalance_delay_ms: The amount of time, in milliseconds, the group coordinator will wait for more consumers to join a new group before performing the first rebalance. A longer delay means potentially fewer rebalances, but increases the time until processing begins. The default value for this is 3 seconds. During development and testing it might be desirable to set this to 0 in order to not delay test execution time. (Default: 3000 ms (3 seconds)). Example: `3000`.
|
|
15487
|
-
:param pulumi.Input[_builtins.int] group_max_session_timeout_ms: The maximum allowed session timeout for registered consumers. Longer timeouts give consumers more time to process messages in between heartbeats at the cost of a longer time to detect failures. Default: 1800000 ms (30 minutes).
|
|
15529
|
+
:param pulumi.Input[_builtins.int] group_max_session_timeout_ms: The maximum allowed session timeout for registered consumers. Longer timeouts give consumers more time to process messages in between heartbeats at the cost of a longer time to detect failures. Default: 1800000 ms (30 minutes).
|
|
15488
15530
|
:param pulumi.Input[_builtins.int] group_min_session_timeout_ms: The minimum allowed session timeout for registered consumers. Longer timeouts give consumers more time to process messages in between heartbeats at the cost of a longer time to detect failures. (Default: 6000 ms (6 seconds)). Example: `6000`.
|
|
15489
|
-
:param pulumi.Input[_builtins.int] log_cleaner_delete_retention_ms: How long are delete records retained? (Default: 86400000 (1 day)).
|
|
15531
|
+
:param pulumi.Input[_builtins.int] log_cleaner_delete_retention_ms: How long are delete records retained? (Default: 86400000 (1 day)).
|
|
15490
15532
|
:param pulumi.Input[_builtins.int] log_cleaner_max_compaction_lag_ms: The maximum amount of time message will remain uncompacted. Only applicable for logs that are being compacted. (Default: 9223372036854775807 ms (Long.MAX_VALUE)).
|
|
15491
15533
|
:param pulumi.Input[_builtins.float] log_cleaner_min_cleanable_ratio: Controls log compactor frequency. Larger value means more frequent compactions but also more space wasted for logs. Consider setting log.cleaner.max.compaction.lag.ms to enforce compactions sooner, instead of setting a very high value for this option. (Default: 0.5). Example: `0.5`.
|
|
15492
15534
|
:param pulumi.Input[_builtins.int] log_cleaner_min_compaction_lag_ms: The minimum time a message will remain uncompacted in the log. Only applicable for logs that are being compacted. (Default: 0 ms).
|
|
@@ -15494,10 +15536,12 @@ class KafkaKafkaUserConfigKafkaArgs:
|
|
|
15494
15536
|
:param pulumi.Input[_builtins.int] log_flush_interval_messages: The number of messages accumulated on a log partition before messages are flushed to disk (Default: 9223372036854775807 (Long.MAX_VALUE)).
|
|
15495
15537
|
:param pulumi.Input[_builtins.int] log_flush_interval_ms: The maximum time in ms that a message in any topic is kept in memory (page-cache) before flushed to disk. If not set, the value in log.flush.scheduler.interval.ms is used (Default: null).
|
|
15496
15538
|
:param pulumi.Input[_builtins.int] log_index_interval_bytes: The interval with which Kafka adds an entry to the offset index (Default: 4096 bytes (4 kibibytes)). Example: `4096`.
|
|
15497
|
-
:param pulumi.Input[_builtins.int] log_index_size_max_bytes: The maximum size in bytes of the offset index (Default: 10485760 (10 mebibytes)).
|
|
15539
|
+
:param pulumi.Input[_builtins.int] log_index_size_max_bytes: The maximum size in bytes of the offset index (Default: 10485760 (10 mebibytes)).
|
|
15498
15540
|
:param pulumi.Input[_builtins.int] log_local_retention_bytes: The maximum size of local log segments that can grow for a partition before it gets eligible for deletion. If set to -2, the value of log.retention.bytes is used. The effective value should always be less than or equal to log.retention.bytes value. (Default: -2).
|
|
15499
15541
|
:param pulumi.Input[_builtins.int] log_local_retention_ms: The number of milliseconds to keep the local log segments before it gets eligible for deletion. If set to -2, the value of log.retention.ms is used. The effective value should always be less than or equal to log.retention.ms value. (Default: -2).
|
|
15500
15542
|
:param pulumi.Input[_builtins.bool] log_message_downconversion_enable: This configuration controls whether down-conversion of message formats is enabled to satisfy consume requests. (Default: true).
|
|
15543
|
+
:param pulumi.Input[_builtins.int] log_message_timestamp_after_max_ms: The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message. If message.timestamp.type=CreateTime, a message will be rejected if the difference in timestamp exceeds this threshold. Applies only for messages with timestamps later than the broker's timestamp. (Default: 9223372036854775807 (Long.MAX_VALUE)).
|
|
15544
|
+
:param pulumi.Input[_builtins.int] log_message_timestamp_before_max_ms: The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message. If message.timestamp.type=CreateTime, a message will be rejected if the difference in timestamp exceeds this threshold. Applies only for messages with timestamps earlier than the broker's timestamp. (Default: 9223372036854775807 (Long.MAX_VALUE)).
|
|
15501
15545
|
:param pulumi.Input[_builtins.int] log_message_timestamp_difference_max_ms: The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message (Default: 9223372036854775807 (Long.MAX_VALUE)).
|
|
15502
15546
|
:param pulumi.Input[_builtins.str] log_message_timestamp_type: Enum: `CreateTime`, `LogAppendTime`. Define whether the timestamp in the message is message create time or log append time. (Default: CreateTime).
|
|
15503
15547
|
:param pulumi.Input[_builtins.bool] log_preallocate: Should pre allocate file when create new segment? (Default: false).
|
|
@@ -15510,7 +15554,7 @@ class KafkaKafkaUserConfigKafkaArgs:
|
|
|
15510
15554
|
:param pulumi.Input[_builtins.int] log_segment_delete_delay_ms: The amount of time to wait before deleting a file from the filesystem (Default: 60000 ms (1 minute)). Example: `60000`.
|
|
15511
15555
|
:param pulumi.Input[_builtins.int] max_connections_per_ip: The maximum number of connections allowed from each ip address (Default: 2147483647).
|
|
15512
15556
|
:param pulumi.Input[_builtins.int] max_incremental_fetch_session_cache_slots: The maximum number of incremental fetch sessions that the broker will maintain. (Default: 1000). Example: `1000`.
|
|
15513
|
-
:param pulumi.Input[_builtins.int] message_max_bytes: The maximum size of message that the server can receive. (Default: 1048588 bytes (1 mebibyte + 12 bytes)).
|
|
15557
|
+
:param pulumi.Input[_builtins.int] message_max_bytes: The maximum size of message that the server can receive. (Default: 1048588 bytes (1 mebibyte + 12 bytes)).
|
|
15514
15558
|
:param pulumi.Input[_builtins.int] min_insync_replicas: When a producer sets acks to `all` (or `-1`), min.insync.replicas specifies the minimum number of replicas that must acknowledge a write for the write to be considered successful. (Default: 1). Example: `1`.
|
|
15515
15559
|
:param pulumi.Input[_builtins.int] num_partitions: Number of partitions for auto-created topics (Default: 1).
|
|
15516
15560
|
:param pulumi.Input[_builtins.int] offsets_retention_minutes: Log retention window in minutes for offsets topic (Default: 10080 minutes (7 days)). Example: `10080`.
|
|
@@ -15523,8 +15567,8 @@ class KafkaKafkaUserConfigKafkaArgs:
|
|
|
15523
15567
|
:param pulumi.Input[_builtins.str] sasl_oauthbearer_sub_claim_name: Name of the scope from which to extract the subject claim from the JWT.(Default: sub).
|
|
15524
15568
|
:param pulumi.Input[_builtins.int] socket_request_max_bytes: The maximum number of bytes in a socket request (Default: 104857600 bytes).
|
|
15525
15569
|
:param pulumi.Input[_builtins.bool] transaction_partition_verification_enable: Enable verification that checks that the partition has been added to the transaction before writing transactional records to the partition. (Default: true).
|
|
15526
|
-
:param pulumi.Input[_builtins.int] transaction_remove_expired_transaction_cleanup_interval_ms: The interval at which to remove transactions that have expired due to transactional.id.expiration.ms passing (Default: 3600000 ms (1 hour)).
|
|
15527
|
-
:param pulumi.Input[_builtins.int] transaction_state_log_segment_bytes: The transaction topic segment bytes should be kept relatively small in order to facilitate faster log compaction and cache loads (Default: 104857600 bytes (100 mebibytes)).
|
|
15570
|
+
:param pulumi.Input[_builtins.int] transaction_remove_expired_transaction_cleanup_interval_ms: The interval at which to remove transactions that have expired due to transactional.id.expiration.ms passing (Default: 3600000 ms (1 hour)).
|
|
15571
|
+
:param pulumi.Input[_builtins.int] transaction_state_log_segment_bytes: The transaction topic segment bytes should be kept relatively small in order to facilitate faster log compaction and cache loads (Default: 104857600 bytes (100 mebibytes)).
|
|
15528
15572
|
"""
|
|
15529
15573
|
if auto_create_topics_enable is not None:
|
|
15530
15574
|
pulumi.set(__self__, "auto_create_topics_enable", auto_create_topics_enable)
|
|
@@ -15564,6 +15608,10 @@ class KafkaKafkaUserConfigKafkaArgs:
|
|
|
15564
15608
|
pulumi.set(__self__, "log_local_retention_ms", log_local_retention_ms)
|
|
15565
15609
|
if log_message_downconversion_enable is not None:
|
|
15566
15610
|
pulumi.set(__self__, "log_message_downconversion_enable", log_message_downconversion_enable)
|
|
15611
|
+
if log_message_timestamp_after_max_ms is not None:
|
|
15612
|
+
pulumi.set(__self__, "log_message_timestamp_after_max_ms", log_message_timestamp_after_max_ms)
|
|
15613
|
+
if log_message_timestamp_before_max_ms is not None:
|
|
15614
|
+
pulumi.set(__self__, "log_message_timestamp_before_max_ms", log_message_timestamp_before_max_ms)
|
|
15567
15615
|
if log_message_timestamp_difference_max_ms is not None:
|
|
15568
15616
|
pulumi.set(__self__, "log_message_timestamp_difference_max_ms", log_message_timestamp_difference_max_ms)
|
|
15569
15617
|
if log_message_timestamp_type is not None:
|
|
@@ -15683,7 +15731,7 @@ class KafkaKafkaUserConfigKafkaArgs:
|
|
|
15683
15731
|
@pulumi.getter(name="groupMaxSessionTimeoutMs")
|
|
15684
15732
|
def group_max_session_timeout_ms(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
15685
15733
|
"""
|
|
15686
|
-
The maximum allowed session timeout for registered consumers. Longer timeouts give consumers more time to process messages in between heartbeats at the cost of a longer time to detect failures. Default: 1800000 ms (30 minutes).
|
|
15734
|
+
The maximum allowed session timeout for registered consumers. Longer timeouts give consumers more time to process messages in between heartbeats at the cost of a longer time to detect failures. Default: 1800000 ms (30 minutes).
|
|
15687
15735
|
"""
|
|
15688
15736
|
return pulumi.get(self, "group_max_session_timeout_ms")
|
|
15689
15737
|
|
|
@@ -15707,7 +15755,7 @@ class KafkaKafkaUserConfigKafkaArgs:
|
|
|
15707
15755
|
@pulumi.getter(name="logCleanerDeleteRetentionMs")
|
|
15708
15756
|
def log_cleaner_delete_retention_ms(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
15709
15757
|
"""
|
|
15710
|
-
How long are delete records retained? (Default: 86400000 (1 day)).
|
|
15758
|
+
How long are delete records retained? (Default: 86400000 (1 day)).
|
|
15711
15759
|
"""
|
|
15712
15760
|
return pulumi.get(self, "log_cleaner_delete_retention_ms")
|
|
15713
15761
|
|
|
@@ -15803,7 +15851,7 @@ class KafkaKafkaUserConfigKafkaArgs:
|
|
|
15803
15851
|
@pulumi.getter(name="logIndexSizeMaxBytes")
|
|
15804
15852
|
def log_index_size_max_bytes(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
15805
15853
|
"""
|
|
15806
|
-
The maximum size in bytes of the offset index (Default: 10485760 (10 mebibytes)).
|
|
15854
|
+
The maximum size in bytes of the offset index (Default: 10485760 (10 mebibytes)).
|
|
15807
15855
|
"""
|
|
15808
15856
|
return pulumi.get(self, "log_index_size_max_bytes")
|
|
15809
15857
|
|
|
@@ -15847,6 +15895,30 @@ class KafkaKafkaUserConfigKafkaArgs:
|
|
|
15847
15895
|
def log_message_downconversion_enable(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
15848
15896
|
pulumi.set(self, "log_message_downconversion_enable", value)
|
|
15849
15897
|
|
|
15898
|
+
@_builtins.property
|
|
15899
|
+
@pulumi.getter(name="logMessageTimestampAfterMaxMs")
|
|
15900
|
+
def log_message_timestamp_after_max_ms(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
15901
|
+
"""
|
|
15902
|
+
The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message. If message.timestamp.type=CreateTime, a message will be rejected if the difference in timestamp exceeds this threshold. Applies only for messages with timestamps later than the broker's timestamp. (Default: 9223372036854775807 (Long.MAX_VALUE)).
|
|
15903
|
+
"""
|
|
15904
|
+
return pulumi.get(self, "log_message_timestamp_after_max_ms")
|
|
15905
|
+
|
|
15906
|
+
@log_message_timestamp_after_max_ms.setter
|
|
15907
|
+
def log_message_timestamp_after_max_ms(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
15908
|
+
pulumi.set(self, "log_message_timestamp_after_max_ms", value)
|
|
15909
|
+
|
|
15910
|
+
@_builtins.property
|
|
15911
|
+
@pulumi.getter(name="logMessageTimestampBeforeMaxMs")
|
|
15912
|
+
def log_message_timestamp_before_max_ms(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
15913
|
+
"""
|
|
15914
|
+
The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message. If message.timestamp.type=CreateTime, a message will be rejected if the difference in timestamp exceeds this threshold. Applies only for messages with timestamps earlier than the broker's timestamp. (Default: 9223372036854775807 (Long.MAX_VALUE)).
|
|
15915
|
+
"""
|
|
15916
|
+
return pulumi.get(self, "log_message_timestamp_before_max_ms")
|
|
15917
|
+
|
|
15918
|
+
@log_message_timestamp_before_max_ms.setter
|
|
15919
|
+
def log_message_timestamp_before_max_ms(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
15920
|
+
pulumi.set(self, "log_message_timestamp_before_max_ms", value)
|
|
15921
|
+
|
|
15850
15922
|
@_builtins.property
|
|
15851
15923
|
@pulumi.getter(name="logMessageTimestampDifferenceMaxMs")
|
|
15852
15924
|
def log_message_timestamp_difference_max_ms(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
@@ -15995,7 +16067,7 @@ class KafkaKafkaUserConfigKafkaArgs:
|
|
|
15995
16067
|
@pulumi.getter(name="messageMaxBytes")
|
|
15996
16068
|
def message_max_bytes(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
15997
16069
|
"""
|
|
15998
|
-
The maximum size of message that the server can receive. (Default: 1048588 bytes (1 mebibyte + 12 bytes)).
|
|
16070
|
+
The maximum size of message that the server can receive. (Default: 1048588 bytes (1 mebibyte + 12 bytes)).
|
|
15999
16071
|
"""
|
|
16000
16072
|
return pulumi.get(self, "message_max_bytes")
|
|
16001
16073
|
|
|
@@ -16151,7 +16223,7 @@ class KafkaKafkaUserConfigKafkaArgs:
|
|
|
16151
16223
|
@pulumi.getter(name="transactionRemoveExpiredTransactionCleanupIntervalMs")
|
|
16152
16224
|
def transaction_remove_expired_transaction_cleanup_interval_ms(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
16153
16225
|
"""
|
|
16154
|
-
The interval at which to remove transactions that have expired due to transactional.id.expiration.ms passing (Default: 3600000 ms (1 hour)).
|
|
16226
|
+
The interval at which to remove transactions that have expired due to transactional.id.expiration.ms passing (Default: 3600000 ms (1 hour)).
|
|
16155
16227
|
"""
|
|
16156
16228
|
return pulumi.get(self, "transaction_remove_expired_transaction_cleanup_interval_ms")
|
|
16157
16229
|
|
|
@@ -16163,7 +16235,7 @@ class KafkaKafkaUserConfigKafkaArgs:
|
|
|
16163
16235
|
@pulumi.getter(name="transactionStateLogSegmentBytes")
|
|
16164
16236
|
def transaction_state_log_segment_bytes(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
16165
16237
|
"""
|
|
16166
|
-
The transaction topic segment bytes should be kept relatively small in order to facilitate faster log compaction and cache loads (Default: 104857600 bytes (100 mebibytes)).
|
|
16238
|
+
The transaction topic segment bytes should be kept relatively small in order to facilitate faster log compaction and cache loads (Default: 104857600 bytes (100 mebibytes)).
|
|
16167
16239
|
"""
|
|
16168
16240
|
return pulumi.get(self, "transaction_state_log_segment_bytes")
|
|
16169
16241
|
|
|
@@ -16236,7 +16308,7 @@ if not MYPY:
|
|
|
16236
16308
|
"""
|
|
16237
16309
|
consumer_fetch_max_bytes: NotRequired[pulumi.Input[_builtins.int]]
|
|
16238
16310
|
"""
|
|
16239
|
-
Records are fetched in batches by the consumer, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that the consumer can make progress. As such, this is not a absolute maximum.
|
|
16311
|
+
Records are fetched in batches by the consumer, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that the consumer can make progress. As such, this is not a absolute maximum.
|
|
16240
16312
|
"""
|
|
16241
16313
|
consumer_isolation_level: NotRequired[pulumi.Input[_builtins.str]]
|
|
16242
16314
|
"""
|
|
@@ -16244,7 +16316,7 @@ if not MYPY:
|
|
|
16244
16316
|
"""
|
|
16245
16317
|
consumer_max_partition_fetch_bytes: NotRequired[pulumi.Input[_builtins.int]]
|
|
16246
16318
|
"""
|
|
16247
|
-
Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
|
|
16319
|
+
Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
|
|
16248
16320
|
"""
|
|
16249
16321
|
consumer_max_poll_interval_ms: NotRequired[pulumi.Input[_builtins.int]]
|
|
16250
16322
|
"""
|
|
@@ -16280,7 +16352,7 @@ if not MYPY:
|
|
|
16280
16352
|
"""
|
|
16281
16353
|
producer_max_request_size: NotRequired[pulumi.Input[_builtins.int]]
|
|
16282
16354
|
"""
|
|
16283
|
-
This setting will limit the number of record batches the producer will send in a single request to avoid sending huge requests.
|
|
16355
|
+
This setting will limit the number of record batches the producer will send in a single request to avoid sending huge requests.
|
|
16284
16356
|
"""
|
|
16285
16357
|
scheduled_rebalance_max_delay_ms: NotRequired[pulumi.Input[_builtins.int]]
|
|
16286
16358
|
"""
|
|
@@ -16315,9 +16387,9 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
|
|
|
16315
16387
|
"""
|
|
16316
16388
|
:param pulumi.Input[_builtins.str] connector_client_config_override_policy: Enum: `All`, `None`. Defines what client configurations can be overridden by the connector. Default is None.
|
|
16317
16389
|
:param pulumi.Input[_builtins.str] consumer_auto_offset_reset: Enum: `earliest`, `latest`. What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. Default is earliest.
|
|
16318
|
-
:param pulumi.Input[_builtins.int] consumer_fetch_max_bytes: Records are fetched in batches by the consumer, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that the consumer can make progress. As such, this is not a absolute maximum.
|
|
16390
|
+
:param pulumi.Input[_builtins.int] consumer_fetch_max_bytes: Records are fetched in batches by the consumer, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that the consumer can make progress. As such, this is not a absolute maximum.
|
|
16319
16391
|
:param pulumi.Input[_builtins.str] consumer_isolation_level: Enum: `read_committed`, `read_uncommitted`. Transaction read isolation level. read*uncommitted is the default, but read*committed can be used if consume-exactly-once behavior is desired.
|
|
16320
|
-
:param pulumi.Input[_builtins.int] consumer_max_partition_fetch_bytes: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
|
|
16392
|
+
:param pulumi.Input[_builtins.int] consumer_max_partition_fetch_bytes: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
|
|
16321
16393
|
:param pulumi.Input[_builtins.int] consumer_max_poll_interval_ms: The maximum delay in milliseconds between invocations of poll() when using consumer group management (defaults to 300000).
|
|
16322
16394
|
:param pulumi.Input[_builtins.int] consumer_max_poll_records: The maximum number of records returned in a single call to poll() (defaults to 500).
|
|
16323
16395
|
:param pulumi.Input[_builtins.int] offset_flush_interval_ms: The interval at which to try committing offsets for tasks (defaults to 60000).
|
|
@@ -16326,7 +16398,7 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
|
|
|
16326
16398
|
:param pulumi.Input[_builtins.int] producer_buffer_memory: The total bytes of memory the producer can use to buffer records waiting to be sent to the broker (defaults to 33554432).
|
|
16327
16399
|
:param pulumi.Input[_builtins.str] producer_compression_type: Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
|
|
16328
16400
|
:param pulumi.Input[_builtins.int] producer_linger_ms: This setting gives the upper bound on the delay for batching: once there is batch.size worth of records for a partition it will be sent immediately regardless of this setting, however if there are fewer than this many bytes accumulated for this partition the producer will `linger` for the specified time waiting for more records to show up. Defaults to 0.
|
|
16329
|
-
:param pulumi.Input[_builtins.int] producer_max_request_size: This setting will limit the number of record batches the producer will send in a single request to avoid sending huge requests.
|
|
16401
|
+
:param pulumi.Input[_builtins.int] producer_max_request_size: This setting will limit the number of record batches the producer will send in a single request to avoid sending huge requests.
|
|
16330
16402
|
:param pulumi.Input[_builtins.int] scheduled_rebalance_max_delay_ms: The maximum delay that is scheduled in order to wait for the return of one or more departed workers before rebalancing and reassigning their connectors and tasks to the group. During this period the connectors and tasks of the departed workers remain unassigned. Defaults to 5 minutes.
|
|
16331
16403
|
:param pulumi.Input[_builtins.int] session_timeout_ms: The timeout in milliseconds used to detect failures when using Kafka’s group management facilities (defaults to 10000).
|
|
16332
16404
|
"""
|
|
@@ -16391,7 +16463,7 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
|
|
|
16391
16463
|
@pulumi.getter(name="consumerFetchMaxBytes")
|
|
16392
16464
|
def consumer_fetch_max_bytes(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
16393
16465
|
"""
|
|
16394
|
-
Records are fetched in batches by the consumer, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that the consumer can make progress. As such, this is not a absolute maximum.
|
|
16466
|
+
Records are fetched in batches by the consumer, and if the first record batch in the first non-empty partition of the fetch is larger than this value, the record batch will still be returned to ensure that the consumer can make progress. As such, this is not a absolute maximum.
|
|
16395
16467
|
"""
|
|
16396
16468
|
return pulumi.get(self, "consumer_fetch_max_bytes")
|
|
16397
16469
|
|
|
@@ -16415,7 +16487,7 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
|
|
|
16415
16487
|
@pulumi.getter(name="consumerMaxPartitionFetchBytes")
|
|
16416
16488
|
def consumer_max_partition_fetch_bytes(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
16417
16489
|
"""
|
|
16418
|
-
Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
|
|
16490
|
+
Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
|
|
16419
16491
|
"""
|
|
16420
16492
|
return pulumi.get(self, "consumer_max_partition_fetch_bytes")
|
|
16421
16493
|
|
|
@@ -16523,7 +16595,7 @@ class KafkaKafkaUserConfigKafkaConnectConfigArgs:
|
|
|
16523
16595
|
@pulumi.getter(name="producerMaxRequestSize")
|
|
16524
16596
|
def producer_max_request_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
16525
16597
|
"""
|
|
16526
|
-
This setting will limit the number of record batches the producer will send in a single request to avoid sending huge requests.
|
|
16598
|
+
This setting will limit the number of record batches the producer will send in a single request to avoid sending huge requests.
|
|
16527
16599
|
"""
|
|
16528
16600
|
return pulumi.get(self, "producer_max_request_size")
|
|
16529
16601
|
|
|
@@ -16877,6 +16949,37 @@ class KafkaKafkaUserConfigKafkaConnectSecretProviderVaultArgs:
|
|
|
16877
16949
|
pulumi.set(self, "token", value)
|
|
16878
16950
|
|
|
16879
16951
|
|
|
16952
|
+
if not MYPY:
|
|
16953
|
+
class KafkaKafkaUserConfigKafkaDisklessArgsDict(TypedDict):
|
|
16954
|
+
enabled: pulumi.Input[_builtins.bool]
|
|
16955
|
+
"""
|
|
16956
|
+
Whether to enable the Diskless functionality.
|
|
16957
|
+
"""
|
|
16958
|
+
elif False:
|
|
16959
|
+
KafkaKafkaUserConfigKafkaDisklessArgsDict: TypeAlias = Mapping[str, Any]
|
|
16960
|
+
|
|
16961
|
+
@pulumi.input_type
|
|
16962
|
+
class KafkaKafkaUserConfigKafkaDisklessArgs:
|
|
16963
|
+
def __init__(__self__, *,
|
|
16964
|
+
enabled: pulumi.Input[_builtins.bool]):
|
|
16965
|
+
"""
|
|
16966
|
+
:param pulumi.Input[_builtins.bool] enabled: Whether to enable the Diskless functionality.
|
|
16967
|
+
"""
|
|
16968
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
16969
|
+
|
|
16970
|
+
@_builtins.property
|
|
16971
|
+
@pulumi.getter
|
|
16972
|
+
def enabled(self) -> pulumi.Input[_builtins.bool]:
|
|
16973
|
+
"""
|
|
16974
|
+
Whether to enable the Diskless functionality.
|
|
16975
|
+
"""
|
|
16976
|
+
return pulumi.get(self, "enabled")
|
|
16977
|
+
|
|
16978
|
+
@enabled.setter
|
|
16979
|
+
def enabled(self, value: pulumi.Input[_builtins.bool]):
|
|
16980
|
+
pulumi.set(self, "enabled", value)
|
|
16981
|
+
|
|
16982
|
+
|
|
16880
16983
|
if not MYPY:
|
|
16881
16984
|
class KafkaKafkaUserConfigKafkaRestConfigArgsDict(TypedDict):
|
|
16882
16985
|
consumer_enable_auto_commit: NotRequired[pulumi.Input[_builtins.bool]]
|
|
@@ -16889,7 +16992,7 @@ if not MYPY:
|
|
|
16889
16992
|
"""
|
|
16890
16993
|
consumer_request_max_bytes: NotRequired[pulumi.Input[_builtins.int]]
|
|
16891
16994
|
"""
|
|
16892
|
-
Maximum number of bytes in unencoded message keys and values by a single request.
|
|
16995
|
+
Maximum number of bytes in unencoded message keys and values by a single request.
|
|
16893
16996
|
"""
|
|
16894
16997
|
consumer_request_timeout_ms: NotRequired[pulumi.Input[_builtins.int]]
|
|
16895
16998
|
"""
|
|
@@ -16917,7 +17020,7 @@ if not MYPY:
|
|
|
16917
17020
|
"""
|
|
16918
17021
|
producer_max_request_size: NotRequired[pulumi.Input[_builtins.int]]
|
|
16919
17022
|
"""
|
|
16920
|
-
The maximum size of a request in bytes. Note that Kafka broker can also cap the record batch size.
|
|
17023
|
+
The maximum size of a request in bytes. Note that Kafka broker can also cap the record batch size.
|
|
16921
17024
|
"""
|
|
16922
17025
|
simpleconsumer_pool_size_max: NotRequired[pulumi.Input[_builtins.int]]
|
|
16923
17026
|
"""
|
|
@@ -16943,14 +17046,14 @@ class KafkaKafkaUserConfigKafkaRestConfigArgs:
|
|
|
16943
17046
|
"""
|
|
16944
17047
|
:param pulumi.Input[_builtins.bool] consumer_enable_auto_commit: If true the consumer's offset will be periodically committed to Kafka in the background. Default: `true`.
|
|
16945
17048
|
:param pulumi.Input[_builtins.int] consumer_idle_disconnect_timeout: Specifies the maximum duration (in seconds) a client can remain idle before it is deleted. If a consumer is inactive, it will exit the consumer group, and its state will be discarded. A value of 0 (default) indicates that the consumer will not be disconnected automatically due to inactivity. Default: `0`.
|
|
16946
|
-
:param pulumi.Input[_builtins.int] consumer_request_max_bytes: Maximum number of bytes in unencoded message keys and values by a single request.
|
|
17049
|
+
:param pulumi.Input[_builtins.int] consumer_request_max_bytes: Maximum number of bytes in unencoded message keys and values by a single request.
|
|
16947
17050
|
:param pulumi.Input[_builtins.int] consumer_request_timeout_ms: Enum: `1000`, `15000`, `30000`. The maximum total time to wait for messages for a request if the maximum number of messages has not yet been reached. Default: `1000`.
|
|
16948
17051
|
:param pulumi.Input[_builtins.str] name_strategy: Enum: `record_name`, `topic_name`, `topic_record_name`. Name strategy to use when selecting subject for storing schemas. Default: `topic_name`.
|
|
16949
17052
|
:param pulumi.Input[_builtins.bool] name_strategy_validation: If true, validate that given schema is registered under expected subject name by the used name strategy when producing messages. Default: `true`.
|
|
16950
17053
|
:param pulumi.Input[_builtins.str] producer_acks: Enum: `-1`, `0`, `1`, `all`. The number of acknowledgments the producer requires the leader to have received before considering a request complete. If set to `all` or `-1`, the leader will wait for the full set of in-sync replicas to acknowledge the record. Default: `1`.
|
|
16951
17054
|
:param pulumi.Input[_builtins.str] producer_compression_type: Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
|
|
16952
17055
|
:param pulumi.Input[_builtins.int] producer_linger_ms: Wait for up to the given delay to allow batching records together. Default: `0`.
|
|
16953
|
-
:param pulumi.Input[_builtins.int] producer_max_request_size: The maximum size of a request in bytes. Note that Kafka broker can also cap the record batch size.
|
|
17056
|
+
:param pulumi.Input[_builtins.int] producer_max_request_size: The maximum size of a request in bytes. Note that Kafka broker can also cap the record batch size.
|
|
16954
17057
|
:param pulumi.Input[_builtins.int] simpleconsumer_pool_size_max: Maximum number of SimpleConsumers that can be instantiated per broker. Default: `25`.
|
|
16955
17058
|
"""
|
|
16956
17059
|
if consumer_enable_auto_commit is not None:
|
|
@@ -17004,7 +17107,7 @@ class KafkaKafkaUserConfigKafkaRestConfigArgs:
|
|
|
17004
17107
|
@pulumi.getter(name="consumerRequestMaxBytes")
|
|
17005
17108
|
def consumer_request_max_bytes(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
17006
17109
|
"""
|
|
17007
|
-
Maximum number of bytes in unencoded message keys and values by a single request.
|
|
17110
|
+
Maximum number of bytes in unencoded message keys and values by a single request.
|
|
17008
17111
|
"""
|
|
17009
17112
|
return pulumi.get(self, "consumer_request_max_bytes")
|
|
17010
17113
|
|
|
@@ -17088,7 +17191,7 @@ class KafkaKafkaUserConfigKafkaRestConfigArgs:
|
|
|
17088
17191
|
@pulumi.getter(name="producerMaxRequestSize")
|
|
17089
17192
|
def producer_max_request_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
17090
17193
|
"""
|
|
17091
|
-
The maximum size of a request in bytes. Note that Kafka broker can also cap the record batch size.
|
|
17194
|
+
The maximum size of a request in bytes. Note that Kafka broker can also cap the record batch size.
|
|
17092
17195
|
"""
|
|
17093
17196
|
return pulumi.get(self, "producer_max_request_size")
|
|
17094
17197
|
|
|
@@ -18786,7 +18889,7 @@ if not MYPY:
|
|
|
18786
18889
|
"""
|
|
18787
18890
|
message_format_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
18788
18891
|
"""
|
|
18789
|
-
Specify the message format version the broker will use to append messages to the logs. The value should be a valid ApiVersion. Some examples are: 0.8.2, 0.9.0.0, 0.10.0, check ApiVersion for more details. By setting a particular message format version, the user is certifying that all the existing messages on disk are smaller or equal than the specified version. Setting this value incorrectly will cause consumers with older versions to break as they will receive messages with a format that they don't understand. The possible values are `0.10.0`, `0.10.0-IV0`, `0.10.0-IV1`, `0.10.1`, `0.10.1-IV0`, `0.10.1-IV1`, `0.10.1-IV2`, `0.10.2`, `0.10.2-IV0`, `0.11.0`, `0.11.0-IV0`, `0.11.0-IV1`, `0.11.0-IV2`, `0.8.0`, `0.8.1`, `0.8.2`, `0.9.0`, `1.0`, `1.0-IV0`, `1.1`, `1.1-IV0`, `2.0`, `2.0-IV0`, `2.0-IV1`, `2.1`, `2.1-IV0`, `2.1-IV1`, `2.1-IV2`, `2.2`, `2.2-IV0`, `2.2-IV1`, `2.3`, `2.3-IV0`, `2.3-IV1`, `2.4`, `2.4-IV0`, `2.4-IV1`, `2.5`, `2.5-IV0`, `2.6`, `2.6-IV0`, `2.7`, `2.7-IV0`, `2.7-IV1`, `2.7-IV2`, `2.8`, `2.8-IV0`, `2.8-IV1`, `3.0`, `3.0-IV0`, `3.0-IV1`, `3.1`, `3.1-IV0`, `3.2`, `3.2-IV0`, `3.3`, `3.3-IV0`, `3.3-IV1`, `3.3-IV2`, `3.3-IV3`, `3.4`, `3.4-IV0`, `3.5`, `3.5-IV0`, `3.5-IV1`, `3.5-IV2`, `3.6`, `3.6-IV0`, `3.6-IV1`, `3.6-IV2`, `3.7`, `3.7-IV0`, `3.7-IV1`, `3.7-IV2`, `3.7-IV3`, `3.7-IV4`, `3.8`, `3.8-IV0`, `3.9`, `3.9-IV0`, `3.9-IV1`, `4.0`, `4.0-IV0`, `4.1` and `4.1-IV0`.
|
|
18892
|
+
Specify the message format version the broker will use to append messages to the logs. The value should be a valid ApiVersion. Some examples are: 0.8.2, 0.9.0.0, 0.10.0, check ApiVersion for more details. By setting a particular message format version, the user is certifying that all the existing messages on disk are smaller or equal than the specified version. Setting this value incorrectly will cause consumers with older versions to break as they will receive messages with a format that they don't understand. Deprecated in Kafka 4.0+: this configuration is removed and any supplied value will be ignored; for services upgraded to 4.0+, the returned value may be 'None'. The possible values are `0.10.0`, `0.10.0-IV0`, `0.10.0-IV1`, `0.10.1`, `0.10.1-IV0`, `0.10.1-IV1`, `0.10.1-IV2`, `0.10.2`, `0.10.2-IV0`, `0.11.0`, `0.11.0-IV0`, `0.11.0-IV1`, `0.11.0-IV2`, `0.8.0`, `0.8.1`, `0.8.2`, `0.9.0`, `1.0`, `1.0-IV0`, `1.1`, `1.1-IV0`, `2.0`, `2.0-IV0`, `2.0-IV1`, `2.1`, `2.1-IV0`, `2.1-IV1`, `2.1-IV2`, `2.2`, `2.2-IV0`, `2.2-IV1`, `2.3`, `2.3-IV0`, `2.3-IV1`, `2.4`, `2.4-IV0`, `2.4-IV1`, `2.5`, `2.5-IV0`, `2.6`, `2.6-IV0`, `2.7`, `2.7-IV0`, `2.7-IV1`, `2.7-IV2`, `2.8`, `2.8-IV0`, `2.8-IV1`, `3.0`, `3.0-IV0`, `3.0-IV1`, `3.1`, `3.1-IV0`, `3.2`, `3.2-IV0`, `3.3`, `3.3-IV0`, `3.3-IV1`, `3.3-IV2`, `3.3-IV3`, `3.4`, `3.4-IV0`, `3.5`, `3.5-IV0`, `3.5-IV1`, `3.5-IV2`, `3.6`, `3.6-IV0`, `3.6-IV1`, `3.6-IV2`, `3.7`, `3.7-IV0`, `3.7-IV1`, `3.7-IV2`, `3.7-IV3`, `3.7-IV4`, `3.8`, `3.8-IV0`, `3.9`, `3.9-IV0`, `3.9-IV1`, `4.0`, `4.0-IV0`, `4.1` and `4.1-IV0`.
|
|
18790
18893
|
"""
|
|
18791
18894
|
message_timestamp_difference_max_ms: NotRequired[pulumi.Input[_builtins.str]]
|
|
18792
18895
|
"""
|
|
@@ -18892,7 +18995,7 @@ class KafkaTopicConfigArgs:
|
|
|
18892
18995
|
:param pulumi.Input[_builtins.str] max_compaction_lag_ms: The maximum time a message will remain ineligible for compaction in the log. Only applicable for logs that are being compacted.
|
|
18893
18996
|
:param pulumi.Input[_builtins.str] max_message_bytes: The largest record batch size allowed by Kafka (after compression if compression is enabled). If this is increased and there are consumers older than 0.10.2, the consumers' fetch size must also be increased so that the they can fetch record batches this large. In the latest message format version, records are always grouped into batches for efficiency. In previous message format versions, uncompressed records are not grouped into batches and this limit only applies to a single record in that case.
|
|
18894
18997
|
:param pulumi.Input[_builtins.bool] message_downconversion_enable: This configuration controls whether down-conversion of message formats is enabled to satisfy consume requests. When set to false, broker will not perform down-conversion for consumers expecting an older message format. The broker responds with UNSUPPORTED_VERSION error for consume requests from such older clients. This configuration does not apply to any message format conversion that might be required for replication to followers.
|
|
18895
|
-
:param pulumi.Input[_builtins.str] message_format_version: Specify the message format version the broker will use to append messages to the logs. The value should be a valid ApiVersion. Some examples are: 0.8.2, 0.9.0.0, 0.10.0, check ApiVersion for more details. By setting a particular message format version, the user is certifying that all the existing messages on disk are smaller or equal than the specified version. Setting this value incorrectly will cause consumers with older versions to break as they will receive messages with a format that they don't understand. The possible values are `0.10.0`, `0.10.0-IV0`, `0.10.0-IV1`, `0.10.1`, `0.10.1-IV0`, `0.10.1-IV1`, `0.10.1-IV2`, `0.10.2`, `0.10.2-IV0`, `0.11.0`, `0.11.0-IV0`, `0.11.0-IV1`, `0.11.0-IV2`, `0.8.0`, `0.8.1`, `0.8.2`, `0.9.0`, `1.0`, `1.0-IV0`, `1.1`, `1.1-IV0`, `2.0`, `2.0-IV0`, `2.0-IV1`, `2.1`, `2.1-IV0`, `2.1-IV1`, `2.1-IV2`, `2.2`, `2.2-IV0`, `2.2-IV1`, `2.3`, `2.3-IV0`, `2.3-IV1`, `2.4`, `2.4-IV0`, `2.4-IV1`, `2.5`, `2.5-IV0`, `2.6`, `2.6-IV0`, `2.7`, `2.7-IV0`, `2.7-IV1`, `2.7-IV2`, `2.8`, `2.8-IV0`, `2.8-IV1`, `3.0`, `3.0-IV0`, `3.0-IV1`, `3.1`, `3.1-IV0`, `3.2`, `3.2-IV0`, `3.3`, `3.3-IV0`, `3.3-IV1`, `3.3-IV2`, `3.3-IV3`, `3.4`, `3.4-IV0`, `3.5`, `3.5-IV0`, `3.5-IV1`, `3.5-IV2`, `3.6`, `3.6-IV0`, `3.6-IV1`, `3.6-IV2`, `3.7`, `3.7-IV0`, `3.7-IV1`, `3.7-IV2`, `3.7-IV3`, `3.7-IV4`, `3.8`, `3.8-IV0`, `3.9`, `3.9-IV0`, `3.9-IV1`, `4.0`, `4.0-IV0`, `4.1` and `4.1-IV0`.
|
|
18998
|
+
:param pulumi.Input[_builtins.str] message_format_version: Specify the message format version the broker will use to append messages to the logs. The value should be a valid ApiVersion. Some examples are: 0.8.2, 0.9.0.0, 0.10.0, check ApiVersion for more details. By setting a particular message format version, the user is certifying that all the existing messages on disk are smaller or equal than the specified version. Setting this value incorrectly will cause consumers with older versions to break as they will receive messages with a format that they don't understand. Deprecated in Kafka 4.0+: this configuration is removed and any supplied value will be ignored; for services upgraded to 4.0+, the returned value may be 'None'. The possible values are `0.10.0`, `0.10.0-IV0`, `0.10.0-IV1`, `0.10.1`, `0.10.1-IV0`, `0.10.1-IV1`, `0.10.1-IV2`, `0.10.2`, `0.10.2-IV0`, `0.11.0`, `0.11.0-IV0`, `0.11.0-IV1`, `0.11.0-IV2`, `0.8.0`, `0.8.1`, `0.8.2`, `0.9.0`, `1.0`, `1.0-IV0`, `1.1`, `1.1-IV0`, `2.0`, `2.0-IV0`, `2.0-IV1`, `2.1`, `2.1-IV0`, `2.1-IV1`, `2.1-IV2`, `2.2`, `2.2-IV0`, `2.2-IV1`, `2.3`, `2.3-IV0`, `2.3-IV1`, `2.4`, `2.4-IV0`, `2.4-IV1`, `2.5`, `2.5-IV0`, `2.6`, `2.6-IV0`, `2.7`, `2.7-IV0`, `2.7-IV1`, `2.7-IV2`, `2.8`, `2.8-IV0`, `2.8-IV1`, `3.0`, `3.0-IV0`, `3.0-IV1`, `3.1`, `3.1-IV0`, `3.2`, `3.2-IV0`, `3.3`, `3.3-IV0`, `3.3-IV1`, `3.3-IV2`, `3.3-IV3`, `3.4`, `3.4-IV0`, `3.5`, `3.5-IV0`, `3.5-IV1`, `3.5-IV2`, `3.6`, `3.6-IV0`, `3.6-IV1`, `3.6-IV2`, `3.7`, `3.7-IV0`, `3.7-IV1`, `3.7-IV2`, `3.7-IV3`, `3.7-IV4`, `3.8`, `3.8-IV0`, `3.9`, `3.9-IV0`, `3.9-IV1`, `4.0`, `4.0-IV0`, `4.1` and `4.1-IV0`.
|
|
18896
18999
|
:param pulumi.Input[_builtins.str] message_timestamp_difference_max_ms: The maximum difference allowed between the timestamp when a broker receives a message and the timestamp specified in the message. If message.timestamp.type=CreateTime, a message will be rejected if the difference in timestamp exceeds this threshold. This configuration is ignored if message.timestamp.type=LogAppendTime.
|
|
18897
19000
|
:param pulumi.Input[_builtins.str] message_timestamp_type: Define whether the timestamp in the message is message create time or log append time. The possible values are `CreateTime` and `LogAppendTime`.
|
|
18898
19001
|
:param pulumi.Input[_builtins.float] min_cleanable_dirty_ratio: This configuration controls how frequently the log compactor will attempt to clean the log (assuming log compaction is enabled). By default we will avoid cleaning a log where more than 50% of the log has been compacted. This ratio bounds the maximum space wasted in the log by duplicates (at 50% at most 50% of the log could be duplicates). A higher ratio will mean fewer, more efficient cleanings but will mean more wasted space in the log. If the max.compaction.lag.ms or the min.compaction.lag.ms configurations are also specified, then the log compactor considers the log to be eligible for compaction as soon as either: (i) the dirty ratio threshold has been met and the log has had dirty (uncompacted) records for at least the min.compaction.lag.ms duration, or (ii) if the log has had dirty (uncompacted) records for at most the max.compaction.lag.ms period.
|
|
@@ -19125,7 +19228,7 @@ class KafkaTopicConfigArgs:
|
|
|
19125
19228
|
@pulumi.getter(name="messageFormatVersion")
|
|
19126
19229
|
def message_format_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
19127
19230
|
"""
|
|
19128
|
-
Specify the message format version the broker will use to append messages to the logs. The value should be a valid ApiVersion. Some examples are: 0.8.2, 0.9.0.0, 0.10.0, check ApiVersion for more details. By setting a particular message format version, the user is certifying that all the existing messages on disk are smaller or equal than the specified version. Setting this value incorrectly will cause consumers with older versions to break as they will receive messages with a format that they don't understand. The possible values are `0.10.0`, `0.10.0-IV0`, `0.10.0-IV1`, `0.10.1`, `0.10.1-IV0`, `0.10.1-IV1`, `0.10.1-IV2`, `0.10.2`, `0.10.2-IV0`, `0.11.0`, `0.11.0-IV0`, `0.11.0-IV1`, `0.11.0-IV2`, `0.8.0`, `0.8.1`, `0.8.2`, `0.9.0`, `1.0`, `1.0-IV0`, `1.1`, `1.1-IV0`, `2.0`, `2.0-IV0`, `2.0-IV1`, `2.1`, `2.1-IV0`, `2.1-IV1`, `2.1-IV2`, `2.2`, `2.2-IV0`, `2.2-IV1`, `2.3`, `2.3-IV0`, `2.3-IV1`, `2.4`, `2.4-IV0`, `2.4-IV1`, `2.5`, `2.5-IV0`, `2.6`, `2.6-IV0`, `2.7`, `2.7-IV0`, `2.7-IV1`, `2.7-IV2`, `2.8`, `2.8-IV0`, `2.8-IV1`, `3.0`, `3.0-IV0`, `3.0-IV1`, `3.1`, `3.1-IV0`, `3.2`, `3.2-IV0`, `3.3`, `3.3-IV0`, `3.3-IV1`, `3.3-IV2`, `3.3-IV3`, `3.4`, `3.4-IV0`, `3.5`, `3.5-IV0`, `3.5-IV1`, `3.5-IV2`, `3.6`, `3.6-IV0`, `3.6-IV1`, `3.6-IV2`, `3.7`, `3.7-IV0`, `3.7-IV1`, `3.7-IV2`, `3.7-IV3`, `3.7-IV4`, `3.8`, `3.8-IV0`, `3.9`, `3.9-IV0`, `3.9-IV1`, `4.0`, `4.0-IV0`, `4.1` and `4.1-IV0`.
|
|
19231
|
+
Specify the message format version the broker will use to append messages to the logs. The value should be a valid ApiVersion. Some examples are: 0.8.2, 0.9.0.0, 0.10.0, check ApiVersion for more details. By setting a particular message format version, the user is certifying that all the existing messages on disk are smaller or equal than the specified version. Setting this value incorrectly will cause consumers with older versions to break as they will receive messages with a format that they don't understand. Deprecated in Kafka 4.0+: this configuration is removed and any supplied value will be ignored; for services upgraded to 4.0+, the returned value may be 'None'. The possible values are `0.10.0`, `0.10.0-IV0`, `0.10.0-IV1`, `0.10.1`, `0.10.1-IV0`, `0.10.1-IV1`, `0.10.1-IV2`, `0.10.2`, `0.10.2-IV0`, `0.11.0`, `0.11.0-IV0`, `0.11.0-IV1`, `0.11.0-IV2`, `0.8.0`, `0.8.1`, `0.8.2`, `0.9.0`, `1.0`, `1.0-IV0`, `1.1`, `1.1-IV0`, `2.0`, `2.0-IV0`, `2.0-IV1`, `2.1`, `2.1-IV0`, `2.1-IV1`, `2.1-IV2`, `2.2`, `2.2-IV0`, `2.2-IV1`, `2.3`, `2.3-IV0`, `2.3-IV1`, `2.4`, `2.4-IV0`, `2.4-IV1`, `2.5`, `2.5-IV0`, `2.6`, `2.6-IV0`, `2.7`, `2.7-IV0`, `2.7-IV1`, `2.7-IV2`, `2.8`, `2.8-IV0`, `2.8-IV1`, `3.0`, `3.0-IV0`, `3.0-IV1`, `3.1`, `3.1-IV0`, `3.2`, `3.2-IV0`, `3.3`, `3.3-IV0`, `3.3-IV1`, `3.3-IV2`, `3.3-IV3`, `3.4`, `3.4-IV0`, `3.5`, `3.5-IV0`, `3.5-IV1`, `3.5-IV2`, `3.6`, `3.6-IV0`, `3.6-IV1`, `3.6-IV2`, `3.7`, `3.7-IV0`, `3.7-IV1`, `3.7-IV2`, `3.7-IV3`, `3.7-IV4`, `3.8`, `3.8-IV0`, `3.9`, `3.9-IV0`, `3.9-IV1`, `4.0`, `4.0-IV0`, `4.1` and `4.1-IV0`.
|
|
19129
19232
|
"""
|
|
19130
19233
|
return pulumi.get(self, "message_format_version")
|
|
19131
19234
|
|
|
@@ -21295,7 +21398,7 @@ if not MYPY:
|
|
|
21295
21398
|
class M3DbM3dbUserConfigRulesMappingArgsDict(TypedDict):
|
|
21296
21399
|
filter: pulumi.Input[_builtins.str]
|
|
21297
21400
|
"""
|
|
21298
|
-
Matching metric names with wildcards (using
|
|
21401
|
+
Matching metric names with wildcards (using __name__:wildcard) or matching tags and their (optionally wildcarded) values. For value, ! can be used at start of value for negation, and multiple filters can be supplied using space as separator. Example: `__name__:disk_* host:important-42 mount:!*/sda`.
|
|
21299
21402
|
"""
|
|
21300
21403
|
aggregations: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
21301
21404
|
"""
|
|
@@ -21340,7 +21443,7 @@ class M3DbM3dbUserConfigRulesMappingArgs:
|
|
|
21340
21443
|
namespaces_strings: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
21341
21444
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input['M3DbM3dbUserConfigRulesMappingTagArgs']]]] = None):
|
|
21342
21445
|
"""
|
|
21343
|
-
:param pulumi.Input[_builtins.str] filter: Matching metric names with wildcards (using
|
|
21446
|
+
:param pulumi.Input[_builtins.str] filter: Matching metric names with wildcards (using __name__:wildcard) or matching tags and their (optionally wildcarded) values. For value, ! can be used at start of value for negation, and multiple filters can be supplied using space as separator. Example: `__name__:disk_* host:important-42 mount:!*/sda`.
|
|
21344
21447
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] aggregations: List of aggregations to be applied.
|
|
21345
21448
|
:param pulumi.Input[_builtins.bool] drop: Only store the derived metric (as specified in the roll-up rules), if any.
|
|
21346
21449
|
:param pulumi.Input[_builtins.str] name: The (optional) name of the rule. Example: `important disk metrics`.
|
|
@@ -21372,7 +21475,7 @@ class M3DbM3dbUserConfigRulesMappingArgs:
|
|
|
21372
21475
|
@pulumi.getter
|
|
21373
21476
|
def filter(self) -> pulumi.Input[_builtins.str]:
|
|
21374
21477
|
"""
|
|
21375
|
-
Matching metric names with wildcards (using
|
|
21478
|
+
Matching metric names with wildcards (using __name__:wildcard) or matching tags and their (optionally wildcarded) values. For value, ! can be used at start of value for negation, and multiple filters can be supplied using space as separator. Example: `__name__:disk_* host:important-42 mount:!*/sda`.
|
|
21376
21479
|
"""
|
|
21377
21480
|
return pulumi.get(self, "filter")
|
|
21378
21481
|
|
|
@@ -22851,11 +22954,11 @@ if not MYPY:
|
|
|
22851
22954
|
"""
|
|
22852
22955
|
innodb_log_buffer_size: NotRequired[pulumi.Input[_builtins.int]]
|
|
22853
22956
|
"""
|
|
22854
|
-
The size in bytes of the buffer that InnoDB uses to write to the log files on disk.
|
|
22957
|
+
The size in bytes of the buffer that InnoDB uses to write to the log files on disk.
|
|
22855
22958
|
"""
|
|
22856
22959
|
innodb_online_alter_log_max_size: NotRequired[pulumi.Input[_builtins.int]]
|
|
22857
22960
|
"""
|
|
22858
|
-
The upper limit in bytes on the size of the temporary log files used during online DDL operations for InnoDB tables.
|
|
22961
|
+
The upper limit in bytes on the size of the temporary log files used during online DDL operations for InnoDB tables.
|
|
22859
22962
|
"""
|
|
22860
22963
|
innodb_print_all_deadlocks: NotRequired[pulumi.Input[_builtins.bool]]
|
|
22861
22964
|
"""
|
|
@@ -22891,15 +22994,15 @@ if not MYPY:
|
|
|
22891
22994
|
"""
|
|
22892
22995
|
long_query_time: NotRequired[pulumi.Input[_builtins.float]]
|
|
22893
22996
|
"""
|
|
22894
|
-
The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10
|
|
22997
|
+
The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10`.
|
|
22895
22998
|
"""
|
|
22896
22999
|
max_allowed_packet: NotRequired[pulumi.Input[_builtins.int]]
|
|
22897
23000
|
"""
|
|
22898
|
-
Size of the largest message in bytes that can be received by the server. Default is 67108864 (64M).
|
|
23001
|
+
Size of the largest message in bytes that can be received by the server. Default is 67108864 (64M).
|
|
22899
23002
|
"""
|
|
22900
23003
|
max_heap_table_size: NotRequired[pulumi.Input[_builtins.int]]
|
|
22901
23004
|
"""
|
|
22902
|
-
Limits the size of internal in-memory tables. Also set tmp*table*size. Default is 16777216 (16M).
|
|
23005
|
+
Limits the size of internal in-memory tables. Also set tmp*table*size. Default is 16777216 (16M).
|
|
22903
23006
|
"""
|
|
22904
23007
|
net_buffer_length: NotRequired[pulumi.Input[_builtins.int]]
|
|
22905
23008
|
"""
|
|
@@ -22931,7 +23034,7 @@ if not MYPY:
|
|
|
22931
23034
|
"""
|
|
22932
23035
|
tmp_table_size: NotRequired[pulumi.Input[_builtins.int]]
|
|
22933
23036
|
"""
|
|
22934
|
-
Limits the size of internal in-memory tables. Also set max*heap*table_size. Default is 16777216 (16M).
|
|
23037
|
+
Limits the size of internal in-memory tables. Also set max*heap*table_size. Default is 16777216 (16M).
|
|
22935
23038
|
"""
|
|
22936
23039
|
wait_timeout: NotRequired[pulumi.Input[_builtins.int]]
|
|
22937
23040
|
"""
|
|
@@ -22984,8 +23087,8 @@ class MySqlMysqlUserConfigMysqlArgs:
|
|
|
22984
23087
|
:param pulumi.Input[_builtins.int] innodb_ft_min_token_size: Minimum length of words that are stored in an InnoDB FULLTEXT index. Changing this parameter will lead to a restart of the MySQL service. Example: `3`.
|
|
22985
23088
|
:param pulumi.Input[_builtins.str] innodb_ft_server_stopword_table: This option is used to specify your own InnoDB FULLTEXT index stopword list for all InnoDB tables. Example: `db_name/table_name`.
|
|
22986
23089
|
:param pulumi.Input[_builtins.int] innodb_lock_wait_timeout: The length of time in seconds an InnoDB transaction waits for a row lock before giving up. Default is 120. Example: `50`.
|
|
22987
|
-
:param pulumi.Input[_builtins.int] innodb_log_buffer_size: The size in bytes of the buffer that InnoDB uses to write to the log files on disk.
|
|
22988
|
-
:param pulumi.Input[_builtins.int] innodb_online_alter_log_max_size: The upper limit in bytes on the size of the temporary log files used during online DDL operations for InnoDB tables.
|
|
23090
|
+
:param pulumi.Input[_builtins.int] innodb_log_buffer_size: The size in bytes of the buffer that InnoDB uses to write to the log files on disk.
|
|
23091
|
+
:param pulumi.Input[_builtins.int] innodb_online_alter_log_max_size: The upper limit in bytes on the size of the temporary log files used during online DDL operations for InnoDB tables.
|
|
22989
23092
|
:param pulumi.Input[_builtins.bool] innodb_print_all_deadlocks: When enabled, information about all deadlocks in InnoDB user transactions is recorded in the error log. Disabled by default.
|
|
22990
23093
|
:param pulumi.Input[_builtins.int] innodb_read_io_threads: The number of I/O threads for read operations in InnoDB. Default is 4. Changing this parameter will lead to a restart of the MySQL service. Example: `10`.
|
|
22991
23094
|
:param pulumi.Input[_builtins.bool] innodb_rollback_on_timeout: When enabled a transaction timeout causes InnoDB to abort and roll back the entire transaction. Changing this parameter will lead to a restart of the MySQL service.
|
|
@@ -22994,9 +23097,9 @@ class MySqlMysqlUserConfigMysqlArgs:
|
|
|
22994
23097
|
:param pulumi.Input[_builtins.int] interactive_timeout: The number of seconds the server waits for activity on an interactive connection before closing it. Example: `3600`.
|
|
22995
23098
|
:param pulumi.Input[_builtins.str] internal_tmp_mem_storage_engine: Enum: `MEMORY`, `TempTable`. The storage engine for in-memory internal temporary tables.
|
|
22996
23099
|
:param pulumi.Input[_builtins.str] log_output: Enum: `INSIGHTS`, `INSIGHTS,TABLE`, `NONE`, `TABLE`. The slow log output destination when slow*query*log is ON. To enable MySQL AI Insights, choose INSIGHTS. To use MySQL AI Insights and the mysql.slow*log table at the same time, choose INSIGHTS,TABLE. To only use the mysql.slow*log table, choose TABLE. To silence slow logs, choose NONE.
|
|
22997
|
-
:param pulumi.Input[_builtins.float] long_query_time: The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10
|
|
22998
|
-
:param pulumi.Input[_builtins.int] max_allowed_packet: Size of the largest message in bytes that can be received by the server. Default is 67108864 (64M).
|
|
22999
|
-
:param pulumi.Input[_builtins.int] max_heap_table_size: Limits the size of internal in-memory tables. Also set tmp*table*size. Default is 16777216 (16M).
|
|
23100
|
+
:param pulumi.Input[_builtins.float] long_query_time: The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10`.
|
|
23101
|
+
:param pulumi.Input[_builtins.int] max_allowed_packet: Size of the largest message in bytes that can be received by the server. Default is 67108864 (64M).
|
|
23102
|
+
:param pulumi.Input[_builtins.int] max_heap_table_size: Limits the size of internal in-memory tables. Also set tmp*table*size. Default is 16777216 (16M).
|
|
23000
23103
|
:param pulumi.Input[_builtins.int] net_buffer_length: Start sizes of connection buffer and result buffer. Default is 16384 (16K). Changing this parameter will lead to a restart of the MySQL service. Example: `16384`.
|
|
23001
23104
|
:param pulumi.Input[_builtins.int] net_read_timeout: The number of seconds to wait for more data from a connection before aborting the read. Example: `30`.
|
|
23002
23105
|
:param pulumi.Input[_builtins.int] net_write_timeout: The number of seconds to wait for a block to be written to a connection before aborting the write. Example: `30`.
|
|
@@ -23004,7 +23107,7 @@ class MySqlMysqlUserConfigMysqlArgs:
|
|
|
23004
23107
|
:param pulumi.Input[_builtins.int] sort_buffer_size: Sort buffer size in bytes for ORDER BY optimization. Default is 262144 (256K). Example: `262144`.
|
|
23005
23108
|
:param pulumi.Input[_builtins.str] sql_mode: Global SQL mode. Set to empty to use MySQL server defaults. When creating a new service and not setting this field Aiven default SQL mode (strict, SQL standard compliant) will be assigned. Example: `ANSI,TRADITIONAL`.
|
|
23006
23109
|
:param pulumi.Input[_builtins.bool] sql_require_primary_key: Require primary key to be defined for new tables or old tables modified with ALTER TABLE and fail if missing. It is recommended to always have primary keys because various functionality may break if any large table is missing them.
|
|
23007
|
-
:param pulumi.Input[_builtins.int] tmp_table_size: Limits the size of internal in-memory tables. Also set max*heap*table_size. Default is 16777216 (16M).
|
|
23110
|
+
:param pulumi.Input[_builtins.int] tmp_table_size: Limits the size of internal in-memory tables. Also set max*heap*table_size. Default is 16777216 (16M).
|
|
23008
23111
|
:param pulumi.Input[_builtins.int] wait_timeout: The number of seconds the server waits for activity on a noninteractive connection before closing it. Example: `28800`.
|
|
23009
23112
|
"""
|
|
23010
23113
|
if connect_timeout is not None:
|
|
@@ -23182,7 +23285,7 @@ class MySqlMysqlUserConfigMysqlArgs:
|
|
|
23182
23285
|
@pulumi.getter(name="innodbLogBufferSize")
|
|
23183
23286
|
def innodb_log_buffer_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
23184
23287
|
"""
|
|
23185
|
-
The size in bytes of the buffer that InnoDB uses to write to the log files on disk.
|
|
23288
|
+
The size in bytes of the buffer that InnoDB uses to write to the log files on disk.
|
|
23186
23289
|
"""
|
|
23187
23290
|
return pulumi.get(self, "innodb_log_buffer_size")
|
|
23188
23291
|
|
|
@@ -23194,7 +23297,7 @@ class MySqlMysqlUserConfigMysqlArgs:
|
|
|
23194
23297
|
@pulumi.getter(name="innodbOnlineAlterLogMaxSize")
|
|
23195
23298
|
def innodb_online_alter_log_max_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
23196
23299
|
"""
|
|
23197
|
-
The upper limit in bytes on the size of the temporary log files used during online DDL operations for InnoDB tables.
|
|
23300
|
+
The upper limit in bytes on the size of the temporary log files used during online DDL operations for InnoDB tables.
|
|
23198
23301
|
"""
|
|
23199
23302
|
return pulumi.get(self, "innodb_online_alter_log_max_size")
|
|
23200
23303
|
|
|
@@ -23302,7 +23405,7 @@ class MySqlMysqlUserConfigMysqlArgs:
|
|
|
23302
23405
|
@pulumi.getter(name="longQueryTime")
|
|
23303
23406
|
def long_query_time(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
23304
23407
|
"""
|
|
23305
|
-
The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10
|
|
23408
|
+
The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10`.
|
|
23306
23409
|
"""
|
|
23307
23410
|
return pulumi.get(self, "long_query_time")
|
|
23308
23411
|
|
|
@@ -23314,7 +23417,7 @@ class MySqlMysqlUserConfigMysqlArgs:
|
|
|
23314
23417
|
@pulumi.getter(name="maxAllowedPacket")
|
|
23315
23418
|
def max_allowed_packet(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
23316
23419
|
"""
|
|
23317
|
-
Size of the largest message in bytes that can be received by the server. Default is 67108864 (64M).
|
|
23420
|
+
Size of the largest message in bytes that can be received by the server. Default is 67108864 (64M).
|
|
23318
23421
|
"""
|
|
23319
23422
|
return pulumi.get(self, "max_allowed_packet")
|
|
23320
23423
|
|
|
@@ -23326,7 +23429,7 @@ class MySqlMysqlUserConfigMysqlArgs:
|
|
|
23326
23429
|
@pulumi.getter(name="maxHeapTableSize")
|
|
23327
23430
|
def max_heap_table_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
23328
23431
|
"""
|
|
23329
|
-
Limits the size of internal in-memory tables. Also set tmp*table*size. Default is 16777216 (16M).
|
|
23432
|
+
Limits the size of internal in-memory tables. Also set tmp*table*size. Default is 16777216 (16M).
|
|
23330
23433
|
"""
|
|
23331
23434
|
return pulumi.get(self, "max_heap_table_size")
|
|
23332
23435
|
|
|
@@ -23422,7 +23525,7 @@ class MySqlMysqlUserConfigMysqlArgs:
|
|
|
23422
23525
|
@pulumi.getter(name="tmpTableSize")
|
|
23423
23526
|
def tmp_table_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
23424
23527
|
"""
|
|
23425
|
-
Limits the size of internal in-memory tables. Also set max*heap*table_size. Default is 16777216 (16M).
|
|
23528
|
+
Limits the size of internal in-memory tables. Also set max*heap*table_size. Default is 16777216 (16M).
|
|
23426
23529
|
"""
|
|
23427
23530
|
return pulumi.get(self, "tmp_table_size")
|
|
23428
23531
|
|
|
@@ -24163,6 +24266,10 @@ if not MYPY:
|
|
|
24163
24266
|
"""
|
|
24164
24267
|
Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
|
|
24165
24268
|
"""
|
|
24269
|
+
custom_keystores: NotRequired[pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigCustomKeystoreArgsDict']]]]
|
|
24270
|
+
"""
|
|
24271
|
+
Allow to register custom keystores in OpenSearch
|
|
24272
|
+
"""
|
|
24166
24273
|
disable_replication_factor_adjustment: NotRequired[pulumi.Input[_builtins.bool]]
|
|
24167
24274
|
"""
|
|
24168
24275
|
Disable automatic replication factor adjustment for multi-node services. By default, Aiven ensures all indexes are replicated at least to two nodes. Note: Due to potential data loss in case of losing a service node, this setting can not be activated unless specifically allowed for the project.
|
|
@@ -24217,7 +24324,7 @@ if not MYPY:
|
|
|
24217
24324
|
"""
|
|
24218
24325
|
opensearch_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
24219
24326
|
"""
|
|
24220
|
-
Enum: `1`, `2`, and newer. OpenSearch
|
|
24327
|
+
Enum: `1`, `2`, `2.19`, and newer. OpenSearch version.
|
|
24221
24328
|
"""
|
|
24222
24329
|
private_access: NotRequired[pulumi.Input['OpenSearchOpensearchUserConfigPrivateAccessArgsDict']]
|
|
24223
24330
|
"""
|
|
@@ -24268,6 +24375,7 @@ class OpenSearchOpensearchUserConfigArgs:
|
|
|
24268
24375
|
additional_backup_regions: Optional[pulumi.Input[_builtins.str]] = None,
|
|
24269
24376
|
azure_migration: Optional[pulumi.Input['OpenSearchOpensearchUserConfigAzureMigrationArgs']] = None,
|
|
24270
24377
|
custom_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
|
24378
|
+
custom_keystores: Optional[pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigCustomKeystoreArgs']]]] = None,
|
|
24271
24379
|
disable_replication_factor_adjustment: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
24272
24380
|
gcs_migration: Optional[pulumi.Input['OpenSearchOpensearchUserConfigGcsMigrationArgs']] = None,
|
|
24273
24381
|
index_patterns: Optional[pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigIndexPatternArgs']]]] = None,
|
|
@@ -24296,6 +24404,7 @@ class OpenSearchOpensearchUserConfigArgs:
|
|
|
24296
24404
|
:param pulumi.Input[_builtins.str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
24297
24405
|
:param pulumi.Input['OpenSearchOpensearchUserConfigAzureMigrationArgs'] azure_migration: Azure migration settings
|
|
24298
24406
|
:param pulumi.Input[_builtins.str] custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
|
|
24407
|
+
:param pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigCustomKeystoreArgs']]] custom_keystores: Allow to register custom keystores in OpenSearch
|
|
24299
24408
|
:param pulumi.Input[_builtins.bool] disable_replication_factor_adjustment: Disable automatic replication factor adjustment for multi-node services. By default, Aiven ensures all indexes are replicated at least to two nodes. Note: Due to potential data loss in case of losing a service node, this setting can not be activated unless specifically allowed for the project.
|
|
24300
24409
|
:param pulumi.Input['OpenSearchOpensearchUserConfigGcsMigrationArgs'] gcs_migration: Google Cloud Storage migration settings
|
|
24301
24410
|
:param pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigIndexPatternArgs']]] index_patterns: Index patterns
|
|
@@ -24309,7 +24418,7 @@ class OpenSearchOpensearchUserConfigArgs:
|
|
|
24309
24418
|
:param pulumi.Input['OpenSearchOpensearchUserConfigOpenidArgs'] openid: OpenSearch OpenID Connect Configuration
|
|
24310
24419
|
:param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchArgs'] opensearch: OpenSearch settings
|
|
24311
24420
|
:param pulumi.Input['OpenSearchOpensearchUserConfigOpensearchDashboardsArgs'] opensearch_dashboards: OpenSearch Dashboards settings
|
|
24312
|
-
:param pulumi.Input[_builtins.str] opensearch_version: Enum: `1`, `2`, and newer. OpenSearch
|
|
24421
|
+
:param pulumi.Input[_builtins.str] opensearch_version: Enum: `1`, `2`, `2.19`, and newer. OpenSearch version.
|
|
24313
24422
|
:param pulumi.Input['OpenSearchOpensearchUserConfigPrivateAccessArgs'] private_access: Allow access to selected service ports from private networks
|
|
24314
24423
|
:param pulumi.Input['OpenSearchOpensearchUserConfigPrivatelinkAccessArgs'] privatelink_access: Allow access to selected service components through Privatelink
|
|
24315
24424
|
:param pulumi.Input[_builtins.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`.
|
|
@@ -24327,6 +24436,8 @@ class OpenSearchOpensearchUserConfigArgs:
|
|
|
24327
24436
|
pulumi.set(__self__, "azure_migration", azure_migration)
|
|
24328
24437
|
if custom_domain is not None:
|
|
24329
24438
|
pulumi.set(__self__, "custom_domain", custom_domain)
|
|
24439
|
+
if custom_keystores is not None:
|
|
24440
|
+
pulumi.set(__self__, "custom_keystores", custom_keystores)
|
|
24330
24441
|
if disable_replication_factor_adjustment is not None:
|
|
24331
24442
|
pulumi.set(__self__, "disable_replication_factor_adjustment", disable_replication_factor_adjustment)
|
|
24332
24443
|
if gcs_migration is not None:
|
|
@@ -24415,6 +24526,18 @@ class OpenSearchOpensearchUserConfigArgs:
|
|
|
24415
24526
|
def custom_domain(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
24416
24527
|
pulumi.set(self, "custom_domain", value)
|
|
24417
24528
|
|
|
24529
|
+
@_builtins.property
|
|
24530
|
+
@pulumi.getter(name="customKeystores")
|
|
24531
|
+
def custom_keystores(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigCustomKeystoreArgs']]]]:
|
|
24532
|
+
"""
|
|
24533
|
+
Allow to register custom keystores in OpenSearch
|
|
24534
|
+
"""
|
|
24535
|
+
return pulumi.get(self, "custom_keystores")
|
|
24536
|
+
|
|
24537
|
+
@custom_keystores.setter
|
|
24538
|
+
def custom_keystores(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigCustomKeystoreArgs']]]]):
|
|
24539
|
+
pulumi.set(self, "custom_keystores", value)
|
|
24540
|
+
|
|
24418
24541
|
@_builtins.property
|
|
24419
24542
|
@pulumi.getter(name="disableReplicationFactorAdjustment")
|
|
24420
24543
|
def disable_replication_factor_adjustment(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
@@ -24576,7 +24699,7 @@ class OpenSearchOpensearchUserConfigArgs:
|
|
|
24576
24699
|
@pulumi.getter(name="opensearchVersion")
|
|
24577
24700
|
def opensearch_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
24578
24701
|
"""
|
|
24579
|
-
Enum: `1`, `2`, and newer. OpenSearch
|
|
24702
|
+
Enum: `1`, `2`, `2.19`, and newer. OpenSearch version.
|
|
24580
24703
|
"""
|
|
24581
24704
|
return pulumi.get(self, "opensearch_version")
|
|
24582
24705
|
|
|
@@ -24972,6 +25095,49 @@ class OpenSearchOpensearchUserConfigAzureMigrationArgs:
|
|
|
24972
25095
|
pulumi.set(self, "sas_token", value)
|
|
24973
25096
|
|
|
24974
25097
|
|
|
25098
|
+
if not MYPY:
|
|
25099
|
+
class OpenSearchOpensearchUserConfigCustomKeystoreArgsDict(TypedDict):
|
|
25100
|
+
name: pulumi.Input[_builtins.str]
|
|
25101
|
+
type: pulumi.Input[_builtins.str]
|
|
25102
|
+
"""
|
|
25103
|
+
Enum: `azure`, `gcs`, `s3`.
|
|
25104
|
+
"""
|
|
25105
|
+
elif False:
|
|
25106
|
+
OpenSearchOpensearchUserConfigCustomKeystoreArgsDict: TypeAlias = Mapping[str, Any]
|
|
25107
|
+
|
|
25108
|
+
@pulumi.input_type
|
|
25109
|
+
class OpenSearchOpensearchUserConfigCustomKeystoreArgs:
|
|
25110
|
+
def __init__(__self__, *,
|
|
25111
|
+
name: pulumi.Input[_builtins.str],
|
|
25112
|
+
type: pulumi.Input[_builtins.str]):
|
|
25113
|
+
"""
|
|
25114
|
+
:param pulumi.Input[_builtins.str] type: Enum: `azure`, `gcs`, `s3`.
|
|
25115
|
+
"""
|
|
25116
|
+
pulumi.set(__self__, "name", name)
|
|
25117
|
+
pulumi.set(__self__, "type", type)
|
|
25118
|
+
|
|
25119
|
+
@_builtins.property
|
|
25120
|
+
@pulumi.getter
|
|
25121
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
25122
|
+
return pulumi.get(self, "name")
|
|
25123
|
+
|
|
25124
|
+
@name.setter
|
|
25125
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
25126
|
+
pulumi.set(self, "name", value)
|
|
25127
|
+
|
|
25128
|
+
@_builtins.property
|
|
25129
|
+
@pulumi.getter
|
|
25130
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
25131
|
+
"""
|
|
25132
|
+
Enum: `azure`, `gcs`, `s3`.
|
|
25133
|
+
"""
|
|
25134
|
+
return pulumi.get(self, "type")
|
|
25135
|
+
|
|
25136
|
+
@type.setter
|
|
25137
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
25138
|
+
pulumi.set(self, "type", value)
|
|
25139
|
+
|
|
25140
|
+
|
|
24975
25141
|
if not MYPY:
|
|
24976
25142
|
class OpenSearchOpensearchUserConfigGcsMigrationArgsDict(TypedDict):
|
|
24977
25143
|
base_path: pulumi.Input[_builtins.str]
|
|
@@ -25854,7 +26020,7 @@ if not MYPY:
|
|
|
25854
26020
|
"""
|
|
25855
26021
|
ism_history_max_docs: NotRequired[pulumi.Input[_builtins.int]]
|
|
25856
26022
|
"""
|
|
25857
|
-
The maximum number of documents before rolling over the audit history index.
|
|
26023
|
+
The maximum number of documents before rolling over the audit history index.
|
|
25858
26024
|
"""
|
|
25859
26025
|
ism_history_rollover_check_period: NotRequired[pulumi.Input[_builtins.int]]
|
|
25860
26026
|
"""
|
|
@@ -25870,7 +26036,7 @@ if not MYPY:
|
|
|
25870
26036
|
"""
|
|
25871
26037
|
knn_memory_circuit_breaker_limit: NotRequired[pulumi.Input[_builtins.int]]
|
|
25872
26038
|
"""
|
|
25873
|
-
Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size.
|
|
26039
|
+
Maximum amount of memory in percentage that can be used for the KNN index. Defaults to 50% of the JVM heap size. 0 is used to set it to null which can be used to invalidate caches.
|
|
25874
26040
|
"""
|
|
25875
26041
|
node_search_cache_size: NotRequired[pulumi.Input[_builtins.str]]
|
|
25876
26042
|
"""
|
|
@@ -26048,11 +26214,11 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
26048
26214
|
:param pulumi.Input[_builtins.bool] ism_enabled: Specifies whether ISM is enabled or not.
|
|
26049
26215
|
:param pulumi.Input[_builtins.bool] ism_history_enabled: Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document.
|
|
26050
26216
|
:param pulumi.Input[_builtins.int] ism_history_max_age: The maximum age before rolling over the audit history index in hours. Example: `24`.
|
|
26051
|
-
:param pulumi.Input[_builtins.int] ism_history_max_docs: The maximum number of documents before rolling over the audit history index.
|
|
26217
|
+
:param pulumi.Input[_builtins.int] ism_history_max_docs: The maximum number of documents before rolling over the audit history index.
|
|
26052
26218
|
:param pulumi.Input[_builtins.int] ism_history_rollover_check_period: The time between rollover checks for the audit history index in hours. Example: `8`.
|
|
26053
26219
|
:param pulumi.Input[_builtins.int] ism_history_rollover_retention_period: How long audit history indices are kept in days. Example: `30`.
|
|
26054
26220
|
:param pulumi.Input[_builtins.bool] knn_memory_circuit_breaker_enabled: Enable or disable KNN memory circuit breaker. Defaults to true.
|
|
26055
|
-
:param pulumi.Input[_builtins.int] knn_memory_circuit_breaker_limit: Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size.
|
|
26221
|
+
:param pulumi.Input[_builtins.int] knn_memory_circuit_breaker_limit: Maximum amount of memory in percentage that can be used for the KNN index. Defaults to 50% of the JVM heap size. 0 is used to set it to null which can be used to invalidate caches.
|
|
26056
26222
|
:param pulumi.Input[_builtins.str] node_search_cache_size: Defines a limit of how much total remote data can be referenced as a ratio of the size of the disk reserved for the file cache. This is designed to be a safeguard to prevent oversubscribing a cluster. Defaults to 5gb. Requires restarting all OpenSearch nodes.
|
|
26057
26223
|
:param pulumi.Input[_builtins.bool] override_main_response_version: Compatibility mode sets OpenSearch to report its version as 7.10 so clients continue to work. Default is false.
|
|
26058
26224
|
:param pulumi.Input[_builtins.bool] plugins_alerting_filter_by_backend_roles: Enable or disable filtering of alerting by backend roles. Requires Security plugin. Defaults to false.
|
|
@@ -26561,7 +26727,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
26561
26727
|
@pulumi.getter(name="ismHistoryMaxDocs")
|
|
26562
26728
|
def ism_history_max_docs(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
26563
26729
|
"""
|
|
26564
|
-
The maximum number of documents before rolling over the audit history index.
|
|
26730
|
+
The maximum number of documents before rolling over the audit history index.
|
|
26565
26731
|
"""
|
|
26566
26732
|
return pulumi.get(self, "ism_history_max_docs")
|
|
26567
26733
|
|
|
@@ -26609,7 +26775,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
26609
26775
|
@pulumi.getter(name="knnMemoryCircuitBreakerLimit")
|
|
26610
26776
|
def knn_memory_circuit_breaker_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
26611
26777
|
"""
|
|
26612
|
-
Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size.
|
|
26778
|
+
Maximum amount of memory in percentage that can be used for the KNN index. Defaults to 50% of the JVM heap size. 0 is used to set it to null which can be used to invalidate caches.
|
|
26613
26779
|
"""
|
|
26614
26780
|
return pulumi.get(self, "knn_memory_circuit_breaker_limit")
|
|
26615
26781
|
|
|
@@ -29764,6 +29930,190 @@ class OrganizationAddressTimeoutsArgs:
|
|
|
29764
29930
|
pulumi.set(self, "update", value)
|
|
29765
29931
|
|
|
29766
29932
|
|
|
29933
|
+
if not MYPY:
|
|
29934
|
+
class OrganizationApplicationUserTimeoutsArgsDict(TypedDict):
|
|
29935
|
+
create: NotRequired[pulumi.Input[_builtins.str]]
|
|
29936
|
+
"""
|
|
29937
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
29938
|
+
"""
|
|
29939
|
+
delete: NotRequired[pulumi.Input[_builtins.str]]
|
|
29940
|
+
"""
|
|
29941
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
|
29942
|
+
"""
|
|
29943
|
+
read: NotRequired[pulumi.Input[_builtins.str]]
|
|
29944
|
+
"""
|
|
29945
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
|
|
29946
|
+
"""
|
|
29947
|
+
update: NotRequired[pulumi.Input[_builtins.str]]
|
|
29948
|
+
"""
|
|
29949
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
29950
|
+
"""
|
|
29951
|
+
elif False:
|
|
29952
|
+
OrganizationApplicationUserTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
|
|
29953
|
+
|
|
29954
|
+
@pulumi.input_type
|
|
29955
|
+
class OrganizationApplicationUserTimeoutsArgs:
|
|
29956
|
+
def __init__(__self__, *,
|
|
29957
|
+
create: Optional[pulumi.Input[_builtins.str]] = None,
|
|
29958
|
+
delete: Optional[pulumi.Input[_builtins.str]] = None,
|
|
29959
|
+
read: Optional[pulumi.Input[_builtins.str]] = None,
|
|
29960
|
+
update: Optional[pulumi.Input[_builtins.str]] = None):
|
|
29961
|
+
"""
|
|
29962
|
+
:param pulumi.Input[_builtins.str] create: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
29963
|
+
:param pulumi.Input[_builtins.str] delete: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
|
29964
|
+
:param pulumi.Input[_builtins.str] read: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
|
|
29965
|
+
:param pulumi.Input[_builtins.str] update: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
29966
|
+
"""
|
|
29967
|
+
if create is not None:
|
|
29968
|
+
pulumi.set(__self__, "create", create)
|
|
29969
|
+
if delete is not None:
|
|
29970
|
+
pulumi.set(__self__, "delete", delete)
|
|
29971
|
+
if read is not None:
|
|
29972
|
+
pulumi.set(__self__, "read", read)
|
|
29973
|
+
if update is not None:
|
|
29974
|
+
pulumi.set(__self__, "update", update)
|
|
29975
|
+
|
|
29976
|
+
@_builtins.property
|
|
29977
|
+
@pulumi.getter
|
|
29978
|
+
def create(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
29979
|
+
"""
|
|
29980
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
29981
|
+
"""
|
|
29982
|
+
return pulumi.get(self, "create")
|
|
29983
|
+
|
|
29984
|
+
@create.setter
|
|
29985
|
+
def create(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
29986
|
+
pulumi.set(self, "create", value)
|
|
29987
|
+
|
|
29988
|
+
@_builtins.property
|
|
29989
|
+
@pulumi.getter
|
|
29990
|
+
def delete(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
29991
|
+
"""
|
|
29992
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
|
29993
|
+
"""
|
|
29994
|
+
return pulumi.get(self, "delete")
|
|
29995
|
+
|
|
29996
|
+
@delete.setter
|
|
29997
|
+
def delete(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
29998
|
+
pulumi.set(self, "delete", value)
|
|
29999
|
+
|
|
30000
|
+
@_builtins.property
|
|
30001
|
+
@pulumi.getter
|
|
30002
|
+
def read(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
30003
|
+
"""
|
|
30004
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
|
|
30005
|
+
"""
|
|
30006
|
+
return pulumi.get(self, "read")
|
|
30007
|
+
|
|
30008
|
+
@read.setter
|
|
30009
|
+
def read(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
30010
|
+
pulumi.set(self, "read", value)
|
|
30011
|
+
|
|
30012
|
+
@_builtins.property
|
|
30013
|
+
@pulumi.getter
|
|
30014
|
+
def update(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
30015
|
+
"""
|
|
30016
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
30017
|
+
"""
|
|
30018
|
+
return pulumi.get(self, "update")
|
|
30019
|
+
|
|
30020
|
+
@update.setter
|
|
30021
|
+
def update(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
30022
|
+
pulumi.set(self, "update", value)
|
|
30023
|
+
|
|
30024
|
+
|
|
30025
|
+
if not MYPY:
|
|
30026
|
+
class OrganizationApplicationUserTokenTimeoutsArgsDict(TypedDict):
|
|
30027
|
+
create: NotRequired[pulumi.Input[_builtins.str]]
|
|
30028
|
+
"""
|
|
30029
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
30030
|
+
"""
|
|
30031
|
+
delete: NotRequired[pulumi.Input[_builtins.str]]
|
|
30032
|
+
"""
|
|
30033
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
|
30034
|
+
"""
|
|
30035
|
+
read: NotRequired[pulumi.Input[_builtins.str]]
|
|
30036
|
+
"""
|
|
30037
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
|
|
30038
|
+
"""
|
|
30039
|
+
update: NotRequired[pulumi.Input[_builtins.str]]
|
|
30040
|
+
"""
|
|
30041
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
30042
|
+
"""
|
|
30043
|
+
elif False:
|
|
30044
|
+
OrganizationApplicationUserTokenTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
|
|
30045
|
+
|
|
30046
|
+
@pulumi.input_type
|
|
30047
|
+
class OrganizationApplicationUserTokenTimeoutsArgs:
|
|
30048
|
+
def __init__(__self__, *,
|
|
30049
|
+
create: Optional[pulumi.Input[_builtins.str]] = None,
|
|
30050
|
+
delete: Optional[pulumi.Input[_builtins.str]] = None,
|
|
30051
|
+
read: Optional[pulumi.Input[_builtins.str]] = None,
|
|
30052
|
+
update: Optional[pulumi.Input[_builtins.str]] = None):
|
|
30053
|
+
"""
|
|
30054
|
+
:param pulumi.Input[_builtins.str] create: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
30055
|
+
:param pulumi.Input[_builtins.str] delete: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
|
30056
|
+
:param pulumi.Input[_builtins.str] read: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
|
|
30057
|
+
:param pulumi.Input[_builtins.str] update: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
30058
|
+
"""
|
|
30059
|
+
if create is not None:
|
|
30060
|
+
pulumi.set(__self__, "create", create)
|
|
30061
|
+
if delete is not None:
|
|
30062
|
+
pulumi.set(__self__, "delete", delete)
|
|
30063
|
+
if read is not None:
|
|
30064
|
+
pulumi.set(__self__, "read", read)
|
|
30065
|
+
if update is not None:
|
|
30066
|
+
pulumi.set(__self__, "update", update)
|
|
30067
|
+
|
|
30068
|
+
@_builtins.property
|
|
30069
|
+
@pulumi.getter
|
|
30070
|
+
def create(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
30071
|
+
"""
|
|
30072
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
30073
|
+
"""
|
|
30074
|
+
return pulumi.get(self, "create")
|
|
30075
|
+
|
|
30076
|
+
@create.setter
|
|
30077
|
+
def create(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
30078
|
+
pulumi.set(self, "create", value)
|
|
30079
|
+
|
|
30080
|
+
@_builtins.property
|
|
30081
|
+
@pulumi.getter
|
|
30082
|
+
def delete(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
30083
|
+
"""
|
|
30084
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
|
30085
|
+
"""
|
|
30086
|
+
return pulumi.get(self, "delete")
|
|
30087
|
+
|
|
30088
|
+
@delete.setter
|
|
30089
|
+
def delete(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
30090
|
+
pulumi.set(self, "delete", value)
|
|
30091
|
+
|
|
30092
|
+
@_builtins.property
|
|
30093
|
+
@pulumi.getter
|
|
30094
|
+
def read(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
30095
|
+
"""
|
|
30096
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
|
|
30097
|
+
"""
|
|
30098
|
+
return pulumi.get(self, "read")
|
|
30099
|
+
|
|
30100
|
+
@read.setter
|
|
30101
|
+
def read(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
30102
|
+
pulumi.set(self, "read", value)
|
|
30103
|
+
|
|
30104
|
+
@_builtins.property
|
|
30105
|
+
@pulumi.getter
|
|
30106
|
+
def update(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
30107
|
+
"""
|
|
30108
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
30109
|
+
"""
|
|
30110
|
+
return pulumi.get(self, "update")
|
|
30111
|
+
|
|
30112
|
+
@update.setter
|
|
30113
|
+
def update(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
30114
|
+
pulumi.set(self, "update", value)
|
|
30115
|
+
|
|
30116
|
+
|
|
29767
30117
|
if not MYPY:
|
|
29768
30118
|
class OrganizationBillingGroupTimeoutsArgsDict(TypedDict):
|
|
29769
30119
|
create: NotRequired[pulumi.Input[_builtins.str]]
|
|
@@ -29952,7 +30302,7 @@ if not MYPY:
|
|
|
29952
30302
|
class OrganizationPermissionPermissionArgsDict(TypedDict):
|
|
29953
30303
|
permissions: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
29954
30304
|
"""
|
|
29955
|
-
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:networking:read`, `organization:networking:write`, `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`.
|
|
30305
|
+
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:networking:read`, `organization:networking:write`, `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`.
|
|
29956
30306
|
"""
|
|
29957
30307
|
principal_id: pulumi.Input[_builtins.str]
|
|
29958
30308
|
"""
|
|
@@ -29960,15 +30310,15 @@ if not MYPY:
|
|
|
29960
30310
|
"""
|
|
29961
30311
|
principal_type: pulumi.Input[_builtins.str]
|
|
29962
30312
|
"""
|
|
29963
|
-
|
|
30313
|
+
An enumeration. The possible values are `user` and `user_group`.
|
|
29964
30314
|
"""
|
|
29965
30315
|
create_time: NotRequired[pulumi.Input[_builtins.str]]
|
|
29966
30316
|
"""
|
|
29967
|
-
Time
|
|
30317
|
+
Create Time.
|
|
29968
30318
|
"""
|
|
29969
30319
|
update_time: NotRequired[pulumi.Input[_builtins.str]]
|
|
29970
30320
|
"""
|
|
29971
|
-
Time
|
|
30321
|
+
Update Time.
|
|
29972
30322
|
"""
|
|
29973
30323
|
elif False:
|
|
29974
30324
|
OrganizationPermissionPermissionArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -29982,11 +30332,11 @@ class OrganizationPermissionPermissionArgs:
|
|
|
29982
30332
|
create_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
29983
30333
|
update_time: Optional[pulumi.Input[_builtins.str]] = None):
|
|
29984
30334
|
"""
|
|
29985
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.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:networking:read`, `organization:networking:write`, `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`.
|
|
30335
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.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:networking:read`, `organization:networking:write`, `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`.
|
|
29986
30336
|
:param pulumi.Input[_builtins.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.
|
|
29987
|
-
:param pulumi.Input[_builtins.str] principal_type:
|
|
29988
|
-
:param pulumi.Input[_builtins.str] create_time: Time
|
|
29989
|
-
:param pulumi.Input[_builtins.str] update_time: Time
|
|
30337
|
+
:param pulumi.Input[_builtins.str] principal_type: An enumeration. The possible values are `user` and `user_group`.
|
|
30338
|
+
:param pulumi.Input[_builtins.str] create_time: Create Time.
|
|
30339
|
+
:param pulumi.Input[_builtins.str] update_time: Update Time.
|
|
29990
30340
|
"""
|
|
29991
30341
|
pulumi.set(__self__, "permissions", permissions)
|
|
29992
30342
|
pulumi.set(__self__, "principal_id", principal_id)
|
|
@@ -30000,7 +30350,7 @@ class OrganizationPermissionPermissionArgs:
|
|
|
30000
30350
|
@pulumi.getter
|
|
30001
30351
|
def permissions(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
30002
30352
|
"""
|
|
30003
|
-
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:networking:read`, `organization:networking:write`, `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`.
|
|
30353
|
+
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:networking:read`, `organization:networking:write`, `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`.
|
|
30004
30354
|
"""
|
|
30005
30355
|
return pulumi.get(self, "permissions")
|
|
30006
30356
|
|
|
@@ -30024,7 +30374,7 @@ class OrganizationPermissionPermissionArgs:
|
|
|
30024
30374
|
@pulumi.getter(name="principalType")
|
|
30025
30375
|
def principal_type(self) -> pulumi.Input[_builtins.str]:
|
|
30026
30376
|
"""
|
|
30027
|
-
|
|
30377
|
+
An enumeration. The possible values are `user` and `user_group`.
|
|
30028
30378
|
"""
|
|
30029
30379
|
return pulumi.get(self, "principal_type")
|
|
30030
30380
|
|
|
@@ -30036,7 +30386,7 @@ class OrganizationPermissionPermissionArgs:
|
|
|
30036
30386
|
@pulumi.getter(name="createTime")
|
|
30037
30387
|
def create_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
30038
30388
|
"""
|
|
30039
|
-
Time
|
|
30389
|
+
Create Time.
|
|
30040
30390
|
"""
|
|
30041
30391
|
return pulumi.get(self, "create_time")
|
|
30042
30392
|
|
|
@@ -30048,7 +30398,7 @@ class OrganizationPermissionPermissionArgs:
|
|
|
30048
30398
|
@pulumi.getter(name="updateTime")
|
|
30049
30399
|
def update_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
30050
30400
|
"""
|
|
30051
|
-
Time
|
|
30401
|
+
Update Time.
|
|
30052
30402
|
"""
|
|
30053
30403
|
return pulumi.get(self, "update_time")
|
|
30054
30404
|
|
|
@@ -30057,6 +30407,98 @@ class OrganizationPermissionPermissionArgs:
|
|
|
30057
30407
|
pulumi.set(self, "update_time", value)
|
|
30058
30408
|
|
|
30059
30409
|
|
|
30410
|
+
if not MYPY:
|
|
30411
|
+
class OrganizationPermissionTimeoutsArgsDict(TypedDict):
|
|
30412
|
+
create: NotRequired[pulumi.Input[_builtins.str]]
|
|
30413
|
+
"""
|
|
30414
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
30415
|
+
"""
|
|
30416
|
+
delete: NotRequired[pulumi.Input[_builtins.str]]
|
|
30417
|
+
"""
|
|
30418
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
|
30419
|
+
"""
|
|
30420
|
+
read: NotRequired[pulumi.Input[_builtins.str]]
|
|
30421
|
+
"""
|
|
30422
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
|
|
30423
|
+
"""
|
|
30424
|
+
update: NotRequired[pulumi.Input[_builtins.str]]
|
|
30425
|
+
"""
|
|
30426
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
30427
|
+
"""
|
|
30428
|
+
elif False:
|
|
30429
|
+
OrganizationPermissionTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
|
|
30430
|
+
|
|
30431
|
+
@pulumi.input_type
|
|
30432
|
+
class OrganizationPermissionTimeoutsArgs:
|
|
30433
|
+
def __init__(__self__, *,
|
|
30434
|
+
create: Optional[pulumi.Input[_builtins.str]] = None,
|
|
30435
|
+
delete: Optional[pulumi.Input[_builtins.str]] = None,
|
|
30436
|
+
read: Optional[pulumi.Input[_builtins.str]] = None,
|
|
30437
|
+
update: Optional[pulumi.Input[_builtins.str]] = None):
|
|
30438
|
+
"""
|
|
30439
|
+
:param pulumi.Input[_builtins.str] create: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
30440
|
+
:param pulumi.Input[_builtins.str] delete: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
|
30441
|
+
:param pulumi.Input[_builtins.str] read: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
|
|
30442
|
+
:param pulumi.Input[_builtins.str] update: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
30443
|
+
"""
|
|
30444
|
+
if create is not None:
|
|
30445
|
+
pulumi.set(__self__, "create", create)
|
|
30446
|
+
if delete is not None:
|
|
30447
|
+
pulumi.set(__self__, "delete", delete)
|
|
30448
|
+
if read is not None:
|
|
30449
|
+
pulumi.set(__self__, "read", read)
|
|
30450
|
+
if update is not None:
|
|
30451
|
+
pulumi.set(__self__, "update", update)
|
|
30452
|
+
|
|
30453
|
+
@_builtins.property
|
|
30454
|
+
@pulumi.getter
|
|
30455
|
+
def create(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
30456
|
+
"""
|
|
30457
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
30458
|
+
"""
|
|
30459
|
+
return pulumi.get(self, "create")
|
|
30460
|
+
|
|
30461
|
+
@create.setter
|
|
30462
|
+
def create(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
30463
|
+
pulumi.set(self, "create", value)
|
|
30464
|
+
|
|
30465
|
+
@_builtins.property
|
|
30466
|
+
@pulumi.getter
|
|
30467
|
+
def delete(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
30468
|
+
"""
|
|
30469
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
|
30470
|
+
"""
|
|
30471
|
+
return pulumi.get(self, "delete")
|
|
30472
|
+
|
|
30473
|
+
@delete.setter
|
|
30474
|
+
def delete(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
30475
|
+
pulumi.set(self, "delete", value)
|
|
30476
|
+
|
|
30477
|
+
@_builtins.property
|
|
30478
|
+
@pulumi.getter
|
|
30479
|
+
def read(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
30480
|
+
"""
|
|
30481
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
|
|
30482
|
+
"""
|
|
30483
|
+
return pulumi.get(self, "read")
|
|
30484
|
+
|
|
30485
|
+
@read.setter
|
|
30486
|
+
def read(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
30487
|
+
pulumi.set(self, "read", value)
|
|
30488
|
+
|
|
30489
|
+
@_builtins.property
|
|
30490
|
+
@pulumi.getter
|
|
30491
|
+
def update(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
30492
|
+
"""
|
|
30493
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
30494
|
+
"""
|
|
30495
|
+
return pulumi.get(self, "update")
|
|
30496
|
+
|
|
30497
|
+
@update.setter
|
|
30498
|
+
def update(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
30499
|
+
pulumi.set(self, "update", value)
|
|
30500
|
+
|
|
30501
|
+
|
|
30060
30502
|
if not MYPY:
|
|
30061
30503
|
class OrganizationProjectTagArgsDict(TypedDict):
|
|
30062
30504
|
key: pulumi.Input[_builtins.str]
|
|
@@ -31067,7 +31509,7 @@ if not MYPY:
|
|
|
31067
31509
|
"""
|
|
31068
31510
|
pg_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
31069
31511
|
"""
|
|
31070
|
-
Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, `17`, and newer. PostgreSQL major version.
|
|
31512
|
+
Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, `17`, `18`, and newer. PostgreSQL major version.
|
|
31071
31513
|
"""
|
|
31072
31514
|
pgaudit: NotRequired[pulumi.Input['PgPgUserConfigPgauditArgsDict']]
|
|
31073
31515
|
"""
|
|
@@ -31187,7 +31629,7 @@ class PgPgUserConfigArgs:
|
|
|
31187
31629
|
:param pulumi.Input[_builtins.bool] pg_read_replica: Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
|
|
31188
31630
|
:param pulumi.Input[_builtins.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`.
|
|
31189
31631
|
:param pulumi.Input[_builtins.bool] pg_stat_monitor_enable: Enable the pg*stat*monitor extension. Changing this parameter causes a service restart. When this extension is enabled, pg*stat*statements results for utility commands are unreliable. Default: `false`.
|
|
31190
|
-
:param pulumi.Input[_builtins.str] pg_version: Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, `17`, and newer. PostgreSQL major version.
|
|
31632
|
+
:param pulumi.Input[_builtins.str] pg_version: Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, `17`, `18`, and newer. PostgreSQL major version.
|
|
31191
31633
|
:param pulumi.Input['PgPgUserConfigPgauditArgs'] pgaudit: System-wide settings for the pgaudit extension
|
|
31192
31634
|
:param pulumi.Input['PgPgUserConfigPgbouncerArgs'] pgbouncer: PGBouncer connection pooling settings
|
|
31193
31635
|
:param pulumi.Input['PgPgUserConfigPglookoutArgs'] pglookout: System-wide settings for pglookout
|
|
@@ -31462,7 +31904,7 @@ class PgPgUserConfigArgs:
|
|
|
31462
31904
|
@pulumi.getter(name="pgVersion")
|
|
31463
31905
|
def pg_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
31464
31906
|
"""
|
|
31465
|
-
Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, `17`, and newer. PostgreSQL major version.
|
|
31907
|
+
Enum: `10`, `11`, `12`, `13`, `14`, `15`, `16`, `17`, `18`, and newer. PostgreSQL major version.
|
|
31466
31908
|
"""
|
|
31467
31909
|
return pulumi.get(self, "pg_version")
|
|
31468
31910
|
|
|
@@ -31916,7 +32358,7 @@ if not MYPY:
|
|
|
31916
32358
|
"""
|
|
31917
32359
|
autovacuum_freeze_max_age: NotRequired[pulumi.Input[_builtins.int]]
|
|
31918
32360
|
"""
|
|
31919
|
-
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. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart.
|
|
32361
|
+
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. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart.
|
|
31920
32362
|
"""
|
|
31921
32363
|
autovacuum_max_workers: NotRequired[pulumi.Input[_builtins.int]]
|
|
31922
32364
|
"""
|
|
@@ -31956,7 +32398,7 @@ if not MYPY:
|
|
|
31956
32398
|
"""
|
|
31957
32399
|
bgwriter_lru_multiplier: NotRequired[pulumi.Input[_builtins.float]]
|
|
31958
32400
|
"""
|
|
31959
|
-
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
|
|
32401
|
+
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`.
|
|
31960
32402
|
"""
|
|
31961
32403
|
deadlock_timeout: NotRequired[pulumi.Input[_builtins.int]]
|
|
31962
32404
|
"""
|
|
@@ -32084,7 +32526,7 @@ if not MYPY:
|
|
|
32084
32526
|
"""
|
|
32085
32527
|
temp_file_limit: NotRequired[pulumi.Input[_builtins.int]]
|
|
32086
32528
|
"""
|
|
32087
|
-
PostgreSQL temporary file limit in KiB, -1 for unlimited.
|
|
32529
|
+
PostgreSQL temporary file limit in KiB, -1 for unlimited.
|
|
32088
32530
|
"""
|
|
32089
32531
|
timezone: NotRequired[pulumi.Input[_builtins.str]]
|
|
32090
32532
|
"""
|
|
@@ -32175,7 +32617,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32175
32617
|
"""
|
|
32176
32618
|
:param pulumi.Input[_builtins.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 (e.g. `0.2` for 20% of the table size). The default is `0.2`.
|
|
32177
32619
|
:param pulumi.Input[_builtins.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`.
|
|
32178
|
-
:param pulumi.Input[_builtins.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. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart.
|
|
32620
|
+
:param pulumi.Input[_builtins.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. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart.
|
|
32179
32621
|
:param pulumi.Input[_builtins.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 `3`. Changing this parameter causes a service restart.
|
|
32180
32622
|
:param pulumi.Input[_builtins.int] autovacuum_naptime: Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds. The default is `60`.
|
|
32181
32623
|
:param pulumi.Input[_builtins.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 is `2` (upstream default).
|
|
@@ -32185,7 +32627,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32185
32627
|
:param pulumi.Input[_builtins.int] bgwriter_delay: Specifies the delay between activity rounds for the background writer in milliseconds. The default is `200`. Example: `200`.
|
|
32186
32628
|
:param pulumi.Input[_builtins.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. Setting of 0 disables forced writeback. The default is `512`. Example: `512`.
|
|
32187
32629
|
:param pulumi.Input[_builtins.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. The default is `100`. Example: `100`.
|
|
32188
|
-
:param pulumi.Input[_builtins.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
|
|
32630
|
+
:param pulumi.Input[_builtins.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`.
|
|
32189
32631
|
:param pulumi.Input[_builtins.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. The default is `1000` (upstream default). Example: `1000`.
|
|
32190
32632
|
:param pulumi.Input[_builtins.str] default_toast_compression: Enum: `lz4`, `pglz`. Specifies the default TOAST compression method for values of compressible columns. The default is `lz4`. Only available for PostgreSQL 14+.
|
|
32191
32633
|
:param pulumi.Input[_builtins.int] idle_in_transaction_session_timeout: Time out sessions with open transactions after this number of milliseconds.
|
|
@@ -32217,7 +32659,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32217
32659
|
: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+.
|
|
32218
32660
|
:param pulumi.Input[_builtins.int] pg_stat_monitor_dot_pgsm_max_buckets: Sets the maximum number of buckets. Changing this parameter causes a service restart. Only available for PostgreSQL 13+. Example: `10`.
|
|
32219
32661
|
: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`.
|
|
32220
|
-
:param pulumi.Input[_builtins.int] temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited.
|
|
32662
|
+
:param pulumi.Input[_builtins.int] temp_file_limit: PostgreSQL temporary file limit in KiB, -1 for unlimited.
|
|
32221
32663
|
:param pulumi.Input[_builtins.str] timezone: PostgreSQL service timezone. Example: `Europe/Helsinki`.
|
|
32222
32664
|
:param pulumi.Input[_builtins.int] track_activity_query_size: Specifies the number of bytes reserved to track the currently executing command for each active session. Changing this parameter causes a service restart. Example: `1024`.
|
|
32223
32665
|
:param pulumi.Input[_builtins.str] track_commit_timestamp: Enum: `off`, `on`. Record commit time of transactions. Changing this parameter causes a service restart.
|
|
@@ -32359,7 +32801,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32359
32801
|
@pulumi.getter(name="autovacuumFreezeMaxAge")
|
|
32360
32802
|
def autovacuum_freeze_max_age(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
32361
32803
|
"""
|
|
32362
|
-
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. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart.
|
|
32804
|
+
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. The system launches autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. Changing this parameter causes a service restart.
|
|
32363
32805
|
"""
|
|
32364
32806
|
return pulumi.get(self, "autovacuum_freeze_max_age")
|
|
32365
32807
|
|
|
@@ -32479,7 +32921,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32479
32921
|
@pulumi.getter(name="bgwriterLruMultiplier")
|
|
32480
32922
|
def bgwriter_lru_multiplier(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
32481
32923
|
"""
|
|
32482
|
-
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
|
|
32924
|
+
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`.
|
|
32483
32925
|
"""
|
|
32484
32926
|
return pulumi.get(self, "bgwriter_lru_multiplier")
|
|
32485
32927
|
|
|
@@ -32863,7 +33305,7 @@ class PgPgUserConfigPgArgs:
|
|
|
32863
33305
|
@pulumi.getter(name="tempFileLimit")
|
|
32864
33306
|
def temp_file_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
32865
33307
|
"""
|
|
32866
|
-
PostgreSQL temporary file limit in KiB, -1 for unlimited.
|
|
33308
|
+
PostgreSQL temporary file limit in KiB, -1 for unlimited.
|
|
32867
33309
|
"""
|
|
32868
33310
|
return pulumi.get(self, "temp_file_limit")
|
|
32869
33311
|
|
|
@@ -35488,7 +35930,7 @@ if not MYPY:
|
|
|
35488
35930
|
class ServiceIntegrationClickhouseKafkaUserConfigArgsDict(TypedDict):
|
|
35489
35931
|
tables: NotRequired[pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableArgsDict']]]]
|
|
35490
35932
|
"""
|
|
35491
|
-
|
|
35933
|
+
Array of table configurations that define how Kafka topics are mapped to ClickHouse tables. Each table configuration specifies the table structure, associated Kafka topics, and read/write settings
|
|
35492
35934
|
"""
|
|
35493
35935
|
elif False:
|
|
35494
35936
|
ServiceIntegrationClickhouseKafkaUserConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -35498,7 +35940,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigArgs:
|
|
|
35498
35940
|
def __init__(__self__, *,
|
|
35499
35941
|
tables: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableArgs']]]] = None):
|
|
35500
35942
|
"""
|
|
35501
|
-
:param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableArgs']]] tables:
|
|
35943
|
+
:param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableArgs']]] tables: Array of table configurations that define how Kafka topics are mapped to ClickHouse tables. Each table configuration specifies the table structure, associated Kafka topics, and read/write settings
|
|
35502
35944
|
"""
|
|
35503
35945
|
if tables is not None:
|
|
35504
35946
|
pulumi.set(__self__, "tables", tables)
|
|
@@ -35507,7 +35949,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigArgs:
|
|
|
35507
35949
|
@pulumi.getter
|
|
35508
35950
|
def tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableArgs']]]]:
|
|
35509
35951
|
"""
|
|
35510
|
-
|
|
35952
|
+
Array of table configurations that define how Kafka topics are mapped to ClickHouse tables. Each table configuration specifies the table structure, associated Kafka topics, and read/write settings
|
|
35511
35953
|
"""
|
|
35512
35954
|
return pulumi.get(self, "tables")
|
|
35513
35955
|
|
|
@@ -35520,51 +35962,51 @@ if not MYPY:
|
|
|
35520
35962
|
class ServiceIntegrationClickhouseKafkaUserConfigTableArgsDict(TypedDict):
|
|
35521
35963
|
columns: pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableColumnArgsDict']]]
|
|
35522
35964
|
"""
|
|
35523
|
-
|
|
35965
|
+
Array of column definitions that specify the structure of the ClickHouse table. Each column maps to a field in the Kafka messages
|
|
35524
35966
|
"""
|
|
35525
35967
|
data_format: pulumi.Input[_builtins.str]
|
|
35526
35968
|
"""
|
|
35527
|
-
Enum: `Avro`, `AvroConfluent`, `CSV`, `JSONAsString`, `JSONCompactEachRow`, `JSONCompactStringsEachRow`, `JSONEachRow`, `JSONStringsEachRow`, `MsgPack`, `Parquet`, `RawBLOB`, `TSKV`, `TSV`, `TabSeparated`.
|
|
35969
|
+
Enum: `Avro`, `AvroConfluent`, `CSV`, `JSONAsString`, `JSONCompactEachRow`, `JSONCompactStringsEachRow`, `JSONEachRow`, `JSONStringsEachRow`, `MsgPack`, `Parquet`, `RawBLOB`, `TSKV`, `TSV`, `TabSeparated`. The format of the messages in the Kafka topics. Determines how ClickHouse parses and serializes the data (e.g., JSON, CSV, Avro). Default: `JSONEachRow`.
|
|
35528
35970
|
"""
|
|
35529
35971
|
group_name: pulumi.Input[_builtins.str]
|
|
35530
35972
|
"""
|
|
35531
|
-
Kafka consumers group. Default: `clickhouse`.
|
|
35973
|
+
The Kafka consumer group name. Multiple consumers with the same group name will share the workload and maintain offset positions. Default: `clickhouse`.
|
|
35532
35974
|
"""
|
|
35533
35975
|
name: pulumi.Input[_builtins.str]
|
|
35534
35976
|
"""
|
|
35535
|
-
|
|
35977
|
+
The name of the ClickHouse table to be created. This table can consume data from and write data to the specified Kafka topics. Example: `events`.
|
|
35536
35978
|
"""
|
|
35537
35979
|
topics: pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgsDict']]]
|
|
35538
35980
|
"""
|
|
35539
|
-
Kafka topics
|
|
35981
|
+
Array of Kafka topics that this table will read data from or write data to. Messages from all specified topics will be inserted into this table, and data inserted into this table will be published to the topics
|
|
35540
35982
|
"""
|
|
35541
35983
|
auto_offset_reset: NotRequired[pulumi.Input[_builtins.str]]
|
|
35542
35984
|
"""
|
|
35543
|
-
Enum: `beginning`, `earliest`, `end`, `largest`, `latest`, `smallest`.
|
|
35985
|
+
Enum: `beginning`, `earliest`, `end`, `largest`, `latest`, `smallest`. Determines where to start reading from Kafka when no offset is stored or the stored offset is out of range. `earliest` starts from the beginning, `latest` starts from the end. Default: `earliest`.
|
|
35544
35986
|
"""
|
|
35545
35987
|
date_time_input_format: NotRequired[pulumi.Input[_builtins.str]]
|
|
35546
35988
|
"""
|
|
35547
|
-
Enum: `basic`, `best_effort`, `best_effort_us`.
|
|
35989
|
+
Enum: `basic`, `best_effort`, `best_effort_us`. Specifies how ClickHouse should parse DateTime values from text-based input formats. `basic` uses simple parsing, `best_effort` attempts more flexible parsing. Default: `basic`.
|
|
35548
35990
|
"""
|
|
35549
35991
|
handle_error_mode: NotRequired[pulumi.Input[_builtins.str]]
|
|
35550
35992
|
"""
|
|
35551
|
-
Enum: `default`, `stream`.
|
|
35993
|
+
Enum: `default`, `stream`. Defines how ClickHouse should handle errors when processing Kafka messages. `default` stops on errors, `stream` continues processing and logs errors. Default: `default`.
|
|
35552
35994
|
"""
|
|
35553
35995
|
max_block_size: NotRequired[pulumi.Input[_builtins.int]]
|
|
35554
35996
|
"""
|
|
35555
|
-
|
|
35997
|
+
Maximum number of rows to collect before flushing data between Kafka and ClickHouse. Default: `0`.
|
|
35556
35998
|
"""
|
|
35557
35999
|
max_rows_per_message: NotRequired[pulumi.Input[_builtins.int]]
|
|
35558
36000
|
"""
|
|
35559
|
-
|
|
36001
|
+
Maximum number of rows that can be processed from a single Kafka message for row-based formats. Useful for controlling memory usage. Default: `1`.
|
|
35560
36002
|
"""
|
|
35561
36003
|
num_consumers: NotRequired[pulumi.Input[_builtins.int]]
|
|
35562
36004
|
"""
|
|
35563
|
-
|
|
36005
|
+
Number of Kafka consumers to run per table per replica. Increasing this can improve throughput but may increase resource usage. Default: `1`.
|
|
35564
36006
|
"""
|
|
35565
36007
|
poll_max_batch_size: NotRequired[pulumi.Input[_builtins.int]]
|
|
35566
36008
|
"""
|
|
35567
|
-
Maximum
|
|
36009
|
+
Maximum number of messages to fetch in a single Kafka poll operation for reading. Default: `0`.
|
|
35568
36010
|
"""
|
|
35569
36011
|
poll_max_timeout_ms: NotRequired[pulumi.Input[_builtins.int]]
|
|
35570
36012
|
"""
|
|
@@ -35576,7 +36018,7 @@ if not MYPY:
|
|
|
35576
36018
|
"""
|
|
35577
36019
|
producer_batch_size: NotRequired[pulumi.Input[_builtins.int]]
|
|
35578
36020
|
"""
|
|
35579
|
-
The maximum size in bytes of a batch of messages sent to Kafka. If the batch size is exceeded, the batch is sent.
|
|
36021
|
+
The maximum size in bytes of a batch of messages sent to Kafka. If the batch size is exceeded, the batch is sent.
|
|
35580
36022
|
"""
|
|
35581
36023
|
producer_compression_codec: NotRequired[pulumi.Input[_builtins.str]]
|
|
35582
36024
|
"""
|
|
@@ -35592,7 +36034,7 @@ if not MYPY:
|
|
|
35592
36034
|
"""
|
|
35593
36035
|
producer_queue_buffering_max_kbytes: NotRequired[pulumi.Input[_builtins.int]]
|
|
35594
36036
|
"""
|
|
35595
|
-
The maximum size of the buffer in kilobytes before sending.
|
|
36037
|
+
The maximum size of the buffer in kilobytes before sending.
|
|
35596
36038
|
"""
|
|
35597
36039
|
producer_queue_buffering_max_messages: NotRequired[pulumi.Input[_builtins.int]]
|
|
35598
36040
|
"""
|
|
@@ -35604,11 +36046,11 @@ if not MYPY:
|
|
|
35604
36046
|
"""
|
|
35605
36047
|
skip_broken_messages: NotRequired[pulumi.Input[_builtins.int]]
|
|
35606
36048
|
"""
|
|
35607
|
-
|
|
36049
|
+
Number of broken messages to skip before stopping processing when reading from Kafka. Useful for handling corrupted data without failing the entire integration. Default: `0`.
|
|
35608
36050
|
"""
|
|
35609
36051
|
thread_per_consumer: NotRequired[pulumi.Input[_builtins.bool]]
|
|
35610
36052
|
"""
|
|
35611
|
-
|
|
36053
|
+
When enabled, each consumer runs in its own thread, providing better isolation and potentially better performance for high-throughput scenarios. Default: `false`.
|
|
35612
36054
|
"""
|
|
35613
36055
|
elif False:
|
|
35614
36056
|
ServiceIntegrationClickhouseKafkaUserConfigTableArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -35640,29 +36082,29 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
|
|
|
35640
36082
|
skip_broken_messages: Optional[pulumi.Input[_builtins.int]] = None,
|
|
35641
36083
|
thread_per_consumer: Optional[pulumi.Input[_builtins.bool]] = None):
|
|
35642
36084
|
"""
|
|
35643
|
-
:param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableColumnArgs']]] columns:
|
|
35644
|
-
:param pulumi.Input[_builtins.str] data_format: Enum: `Avro`, `AvroConfluent`, `CSV`, `JSONAsString`, `JSONCompactEachRow`, `JSONCompactStringsEachRow`, `JSONEachRow`, `JSONStringsEachRow`, `MsgPack`, `Parquet`, `RawBLOB`, `TSKV`, `TSV`, `TabSeparated`.
|
|
35645
|
-
:param pulumi.Input[_builtins.str] group_name: Kafka consumers group. Default: `clickhouse`.
|
|
35646
|
-
:param pulumi.Input[_builtins.str] name:
|
|
35647
|
-
:param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs']]] topics: Kafka topics
|
|
35648
|
-
:param pulumi.Input[_builtins.str] auto_offset_reset: Enum: `beginning`, `earliest`, `end`, `largest`, `latest`, `smallest`.
|
|
35649
|
-
:param pulumi.Input[_builtins.str] date_time_input_format: Enum: `basic`, `best_effort`, `best_effort_us`.
|
|
35650
|
-
:param pulumi.Input[_builtins.str] handle_error_mode: Enum: `default`, `stream`.
|
|
35651
|
-
:param pulumi.Input[_builtins.int] max_block_size:
|
|
35652
|
-
:param pulumi.Input[_builtins.int] max_rows_per_message:
|
|
35653
|
-
:param pulumi.Input[_builtins.int] num_consumers:
|
|
35654
|
-
:param pulumi.Input[_builtins.int] poll_max_batch_size: Maximum
|
|
36085
|
+
:param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableColumnArgs']]] columns: Array of column definitions that specify the structure of the ClickHouse table. Each column maps to a field in the Kafka messages
|
|
36086
|
+
:param pulumi.Input[_builtins.str] data_format: Enum: `Avro`, `AvroConfluent`, `CSV`, `JSONAsString`, `JSONCompactEachRow`, `JSONCompactStringsEachRow`, `JSONEachRow`, `JSONStringsEachRow`, `MsgPack`, `Parquet`, `RawBLOB`, `TSKV`, `TSV`, `TabSeparated`. The format of the messages in the Kafka topics. Determines how ClickHouse parses and serializes the data (e.g., JSON, CSV, Avro). Default: `JSONEachRow`.
|
|
36087
|
+
:param pulumi.Input[_builtins.str] group_name: The Kafka consumer group name. Multiple consumers with the same group name will share the workload and maintain offset positions. Default: `clickhouse`.
|
|
36088
|
+
:param pulumi.Input[_builtins.str] name: The name of the ClickHouse table to be created. This table can consume data from and write data to the specified Kafka topics. Example: `events`.
|
|
36089
|
+
:param pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs']]] topics: Array of Kafka topics that this table will read data from or write data to. Messages from all specified topics will be inserted into this table, and data inserted into this table will be published to the topics
|
|
36090
|
+
:param pulumi.Input[_builtins.str] auto_offset_reset: Enum: `beginning`, `earliest`, `end`, `largest`, `latest`, `smallest`. Determines where to start reading from Kafka when no offset is stored or the stored offset is out of range. `earliest` starts from the beginning, `latest` starts from the end. Default: `earliest`.
|
|
36091
|
+
:param pulumi.Input[_builtins.str] date_time_input_format: Enum: `basic`, `best_effort`, `best_effort_us`. Specifies how ClickHouse should parse DateTime values from text-based input formats. `basic` uses simple parsing, `best_effort` attempts more flexible parsing. Default: `basic`.
|
|
36092
|
+
:param pulumi.Input[_builtins.str] handle_error_mode: Enum: `default`, `stream`. Defines how ClickHouse should handle errors when processing Kafka messages. `default` stops on errors, `stream` continues processing and logs errors. Default: `default`.
|
|
36093
|
+
:param pulumi.Input[_builtins.int] max_block_size: Maximum number of rows to collect before flushing data between Kafka and ClickHouse. Default: `0`.
|
|
36094
|
+
:param pulumi.Input[_builtins.int] max_rows_per_message: Maximum number of rows that can be processed from a single Kafka message for row-based formats. Useful for controlling memory usage. Default: `1`.
|
|
36095
|
+
:param pulumi.Input[_builtins.int] num_consumers: Number of Kafka consumers to run per table per replica. Increasing this can improve throughput but may increase resource usage. Default: `1`.
|
|
36096
|
+
:param pulumi.Input[_builtins.int] poll_max_batch_size: Maximum number of messages to fetch in a single Kafka poll operation for reading. Default: `0`.
|
|
35655
36097
|
: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
36098
|
: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.
|
|
36099
|
+
: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.
|
|
35658
36100
|
: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
36101
|
: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
36102
|
: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.
|
|
36103
|
+
:param pulumi.Input[_builtins.int] producer_queue_buffering_max_kbytes: The maximum size of the buffer in kilobytes before sending.
|
|
35662
36104
|
:param pulumi.Input[_builtins.int] producer_queue_buffering_max_messages: The maximum number of messages to buffer before sending. Default: `100000`.
|
|
35663
36105
|
: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`.
|
|
35664
|
-
:param pulumi.Input[_builtins.int] skip_broken_messages:
|
|
35665
|
-
:param pulumi.Input[_builtins.bool] thread_per_consumer:
|
|
36106
|
+
:param pulumi.Input[_builtins.int] skip_broken_messages: Number of broken messages to skip before stopping processing when reading from Kafka. Useful for handling corrupted data without failing the entire integration. Default: `0`.
|
|
36107
|
+
:param pulumi.Input[_builtins.bool] thread_per_consumer: When enabled, each consumer runs in its own thread, providing better isolation and potentially better performance for high-throughput scenarios. Default: `false`.
|
|
35666
36108
|
"""
|
|
35667
36109
|
pulumi.set(__self__, "columns", columns)
|
|
35668
36110
|
pulumi.set(__self__, "data_format", data_format)
|
|
@@ -35710,7 +36152,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
|
|
|
35710
36152
|
@pulumi.getter
|
|
35711
36153
|
def columns(self) -> pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableColumnArgs']]]:
|
|
35712
36154
|
"""
|
|
35713
|
-
|
|
36155
|
+
Array of column definitions that specify the structure of the ClickHouse table. Each column maps to a field in the Kafka messages
|
|
35714
36156
|
"""
|
|
35715
36157
|
return pulumi.get(self, "columns")
|
|
35716
36158
|
|
|
@@ -35722,7 +36164,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
|
|
|
35722
36164
|
@pulumi.getter(name="dataFormat")
|
|
35723
36165
|
def data_format(self) -> pulumi.Input[_builtins.str]:
|
|
35724
36166
|
"""
|
|
35725
|
-
Enum: `Avro`, `AvroConfluent`, `CSV`, `JSONAsString`, `JSONCompactEachRow`, `JSONCompactStringsEachRow`, `JSONEachRow`, `JSONStringsEachRow`, `MsgPack`, `Parquet`, `RawBLOB`, `TSKV`, `TSV`, `TabSeparated`.
|
|
36167
|
+
Enum: `Avro`, `AvroConfluent`, `CSV`, `JSONAsString`, `JSONCompactEachRow`, `JSONCompactStringsEachRow`, `JSONEachRow`, `JSONStringsEachRow`, `MsgPack`, `Parquet`, `RawBLOB`, `TSKV`, `TSV`, `TabSeparated`. The format of the messages in the Kafka topics. Determines how ClickHouse parses and serializes the data (e.g., JSON, CSV, Avro). Default: `JSONEachRow`.
|
|
35726
36168
|
"""
|
|
35727
36169
|
return pulumi.get(self, "data_format")
|
|
35728
36170
|
|
|
@@ -35734,7 +36176,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
|
|
|
35734
36176
|
@pulumi.getter(name="groupName")
|
|
35735
36177
|
def group_name(self) -> pulumi.Input[_builtins.str]:
|
|
35736
36178
|
"""
|
|
35737
|
-
Kafka consumers group. Default: `clickhouse`.
|
|
36179
|
+
The Kafka consumer group name. Multiple consumers with the same group name will share the workload and maintain offset positions. Default: `clickhouse`.
|
|
35738
36180
|
"""
|
|
35739
36181
|
return pulumi.get(self, "group_name")
|
|
35740
36182
|
|
|
@@ -35746,7 +36188,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
|
|
|
35746
36188
|
@pulumi.getter
|
|
35747
36189
|
def name(self) -> pulumi.Input[_builtins.str]:
|
|
35748
36190
|
"""
|
|
35749
|
-
|
|
36191
|
+
The name of the ClickHouse table to be created. This table can consume data from and write data to the specified Kafka topics. Example: `events`.
|
|
35750
36192
|
"""
|
|
35751
36193
|
return pulumi.get(self, "name")
|
|
35752
36194
|
|
|
@@ -35758,7 +36200,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
|
|
|
35758
36200
|
@pulumi.getter
|
|
35759
36201
|
def topics(self) -> pulumi.Input[Sequence[pulumi.Input['ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs']]]:
|
|
35760
36202
|
"""
|
|
35761
|
-
Kafka topics
|
|
36203
|
+
Array of Kafka topics that this table will read data from or write data to. Messages from all specified topics will be inserted into this table, and data inserted into this table will be published to the topics
|
|
35762
36204
|
"""
|
|
35763
36205
|
return pulumi.get(self, "topics")
|
|
35764
36206
|
|
|
@@ -35770,7 +36212,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
|
|
|
35770
36212
|
@pulumi.getter(name="autoOffsetReset")
|
|
35771
36213
|
def auto_offset_reset(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
35772
36214
|
"""
|
|
35773
|
-
Enum: `beginning`, `earliest`, `end`, `largest`, `latest`, `smallest`.
|
|
36215
|
+
Enum: `beginning`, `earliest`, `end`, `largest`, `latest`, `smallest`. Determines where to start reading from Kafka when no offset is stored or the stored offset is out of range. `earliest` starts from the beginning, `latest` starts from the end. Default: `earliest`.
|
|
35774
36216
|
"""
|
|
35775
36217
|
return pulumi.get(self, "auto_offset_reset")
|
|
35776
36218
|
|
|
@@ -35782,7 +36224,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
|
|
|
35782
36224
|
@pulumi.getter(name="dateTimeInputFormat")
|
|
35783
36225
|
def date_time_input_format(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
35784
36226
|
"""
|
|
35785
|
-
Enum: `basic`, `best_effort`, `best_effort_us`.
|
|
36227
|
+
Enum: `basic`, `best_effort`, `best_effort_us`. Specifies how ClickHouse should parse DateTime values from text-based input formats. `basic` uses simple parsing, `best_effort` attempts more flexible parsing. Default: `basic`.
|
|
35786
36228
|
"""
|
|
35787
36229
|
return pulumi.get(self, "date_time_input_format")
|
|
35788
36230
|
|
|
@@ -35794,7 +36236,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
|
|
|
35794
36236
|
@pulumi.getter(name="handleErrorMode")
|
|
35795
36237
|
def handle_error_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
35796
36238
|
"""
|
|
35797
|
-
Enum: `default`, `stream`.
|
|
36239
|
+
Enum: `default`, `stream`. Defines how ClickHouse should handle errors when processing Kafka messages. `default` stops on errors, `stream` continues processing and logs errors. Default: `default`.
|
|
35798
36240
|
"""
|
|
35799
36241
|
return pulumi.get(self, "handle_error_mode")
|
|
35800
36242
|
|
|
@@ -35806,7 +36248,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
|
|
|
35806
36248
|
@pulumi.getter(name="maxBlockSize")
|
|
35807
36249
|
def max_block_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
35808
36250
|
"""
|
|
35809
|
-
|
|
36251
|
+
Maximum number of rows to collect before flushing data between Kafka and ClickHouse. Default: `0`.
|
|
35810
36252
|
"""
|
|
35811
36253
|
return pulumi.get(self, "max_block_size")
|
|
35812
36254
|
|
|
@@ -35818,7 +36260,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
|
|
|
35818
36260
|
@pulumi.getter(name="maxRowsPerMessage")
|
|
35819
36261
|
def max_rows_per_message(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
35820
36262
|
"""
|
|
35821
|
-
|
|
36263
|
+
Maximum number of rows that can be processed from a single Kafka message for row-based formats. Useful for controlling memory usage. Default: `1`.
|
|
35822
36264
|
"""
|
|
35823
36265
|
return pulumi.get(self, "max_rows_per_message")
|
|
35824
36266
|
|
|
@@ -35830,7 +36272,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
|
|
|
35830
36272
|
@pulumi.getter(name="numConsumers")
|
|
35831
36273
|
def num_consumers(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
35832
36274
|
"""
|
|
35833
|
-
|
|
36275
|
+
Number of Kafka consumers to run per table per replica. Increasing this can improve throughput but may increase resource usage. Default: `1`.
|
|
35834
36276
|
"""
|
|
35835
36277
|
return pulumi.get(self, "num_consumers")
|
|
35836
36278
|
|
|
@@ -35842,7 +36284,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
|
|
|
35842
36284
|
@pulumi.getter(name="pollMaxBatchSize")
|
|
35843
36285
|
def poll_max_batch_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
35844
36286
|
"""
|
|
35845
|
-
Maximum
|
|
36287
|
+
Maximum number of messages to fetch in a single Kafka poll operation for reading. Default: `0`.
|
|
35846
36288
|
"""
|
|
35847
36289
|
return pulumi.get(self, "poll_max_batch_size")
|
|
35848
36290
|
|
|
@@ -35878,7 +36320,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
|
|
|
35878
36320
|
@pulumi.getter(name="producerBatchSize")
|
|
35879
36321
|
def producer_batch_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
35880
36322
|
"""
|
|
35881
|
-
The maximum size in bytes of a batch of messages sent to Kafka. If the batch size is exceeded, the batch is sent.
|
|
36323
|
+
The maximum size in bytes of a batch of messages sent to Kafka. If the batch size is exceeded, the batch is sent.
|
|
35882
36324
|
"""
|
|
35883
36325
|
return pulumi.get(self, "producer_batch_size")
|
|
35884
36326
|
|
|
@@ -35926,7 +36368,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
|
|
|
35926
36368
|
@pulumi.getter(name="producerQueueBufferingMaxKbytes")
|
|
35927
36369
|
def producer_queue_buffering_max_kbytes(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
35928
36370
|
"""
|
|
35929
|
-
The maximum size of the buffer in kilobytes before sending.
|
|
36371
|
+
The maximum size of the buffer in kilobytes before sending.
|
|
35930
36372
|
"""
|
|
35931
36373
|
return pulumi.get(self, "producer_queue_buffering_max_kbytes")
|
|
35932
36374
|
|
|
@@ -35962,7 +36404,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
|
|
|
35962
36404
|
@pulumi.getter(name="skipBrokenMessages")
|
|
35963
36405
|
def skip_broken_messages(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
35964
36406
|
"""
|
|
35965
|
-
|
|
36407
|
+
Number of broken messages to skip before stopping processing when reading from Kafka. Useful for handling corrupted data without failing the entire integration. Default: `0`.
|
|
35966
36408
|
"""
|
|
35967
36409
|
return pulumi.get(self, "skip_broken_messages")
|
|
35968
36410
|
|
|
@@ -35974,7 +36416,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableArgs:
|
|
|
35974
36416
|
@pulumi.getter(name="threadPerConsumer")
|
|
35975
36417
|
def thread_per_consumer(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
35976
36418
|
"""
|
|
35977
|
-
|
|
36419
|
+
When enabled, each consumer runs in its own thread, providing better isolation and potentially better performance for high-throughput scenarios. Default: `false`.
|
|
35978
36420
|
"""
|
|
35979
36421
|
return pulumi.get(self, "thread_per_consumer")
|
|
35980
36422
|
|
|
@@ -35987,11 +36429,11 @@ if not MYPY:
|
|
|
35987
36429
|
class ServiceIntegrationClickhouseKafkaUserConfigTableColumnArgsDict(TypedDict):
|
|
35988
36430
|
name: pulumi.Input[_builtins.str]
|
|
35989
36431
|
"""
|
|
35990
|
-
|
|
36432
|
+
The name of the column in the ClickHouse table. This should match the field names in your Kafka message format. Example: `key`.
|
|
35991
36433
|
"""
|
|
35992
36434
|
type: pulumi.Input[_builtins.str]
|
|
35993
36435
|
"""
|
|
35994
|
-
|
|
36436
|
+
The ClickHouse data type for this column. Must be a valid ClickHouse data type that can handle the data format. Example: `UInt64`.
|
|
35995
36437
|
"""
|
|
35996
36438
|
elif False:
|
|
35997
36439
|
ServiceIntegrationClickhouseKafkaUserConfigTableColumnArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -36002,8 +36444,8 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableColumnArgs:
|
|
|
36002
36444
|
name: pulumi.Input[_builtins.str],
|
|
36003
36445
|
type: pulumi.Input[_builtins.str]):
|
|
36004
36446
|
"""
|
|
36005
|
-
:param pulumi.Input[_builtins.str] name:
|
|
36006
|
-
:param pulumi.Input[_builtins.str] type:
|
|
36447
|
+
:param pulumi.Input[_builtins.str] name: The name of the column in the ClickHouse table. This should match the field names in your Kafka message format. Example: `key`.
|
|
36448
|
+
:param pulumi.Input[_builtins.str] type: The ClickHouse data type for this column. Must be a valid ClickHouse data type that can handle the data format. Example: `UInt64`.
|
|
36007
36449
|
"""
|
|
36008
36450
|
pulumi.set(__self__, "name", name)
|
|
36009
36451
|
pulumi.set(__self__, "type", type)
|
|
@@ -36012,7 +36454,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableColumnArgs:
|
|
|
36012
36454
|
@pulumi.getter
|
|
36013
36455
|
def name(self) -> pulumi.Input[_builtins.str]:
|
|
36014
36456
|
"""
|
|
36015
|
-
|
|
36457
|
+
The name of the column in the ClickHouse table. This should match the field names in your Kafka message format. Example: `key`.
|
|
36016
36458
|
"""
|
|
36017
36459
|
return pulumi.get(self, "name")
|
|
36018
36460
|
|
|
@@ -36024,7 +36466,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableColumnArgs:
|
|
|
36024
36466
|
@pulumi.getter
|
|
36025
36467
|
def type(self) -> pulumi.Input[_builtins.str]:
|
|
36026
36468
|
"""
|
|
36027
|
-
|
|
36469
|
+
The ClickHouse data type for this column. Must be a valid ClickHouse data type that can handle the data format. Example: `UInt64`.
|
|
36028
36470
|
"""
|
|
36029
36471
|
return pulumi.get(self, "type")
|
|
36030
36472
|
|
|
@@ -36037,7 +36479,7 @@ if not MYPY:
|
|
|
36037
36479
|
class ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgsDict(TypedDict):
|
|
36038
36480
|
name: pulumi.Input[_builtins.str]
|
|
36039
36481
|
"""
|
|
36040
|
-
|
|
36482
|
+
The name of the Kafka topic to read messages from or write messages to. The topic must exist in the Kafka cluster. Example: `topic_name`.
|
|
36041
36483
|
"""
|
|
36042
36484
|
elif False:
|
|
36043
36485
|
ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -36047,7 +36489,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs:
|
|
|
36047
36489
|
def __init__(__self__, *,
|
|
36048
36490
|
name: pulumi.Input[_builtins.str]):
|
|
36049
36491
|
"""
|
|
36050
|
-
:param pulumi.Input[_builtins.str] name:
|
|
36492
|
+
:param pulumi.Input[_builtins.str] name: The name of the Kafka topic to read messages from or write messages to. The topic must exist in the Kafka cluster. Example: `topic_name`.
|
|
36051
36493
|
"""
|
|
36052
36494
|
pulumi.set(__self__, "name", name)
|
|
36053
36495
|
|
|
@@ -36055,7 +36497,7 @@ class ServiceIntegrationClickhouseKafkaUserConfigTableTopicArgs:
|
|
|
36055
36497
|
@pulumi.getter
|
|
36056
36498
|
def name(self) -> pulumi.Input[_builtins.str]:
|
|
36057
36499
|
"""
|
|
36058
|
-
|
|
36500
|
+
The name of the Kafka topic to read messages from or write messages to. The topic must exist in the Kafka cluster. Example: `topic_name`.
|
|
36059
36501
|
"""
|
|
36060
36502
|
return pulumi.get(self, "name")
|
|
36061
36503
|
|
|
@@ -37305,7 +37747,7 @@ if not MYPY:
|
|
|
37305
37747
|
"""
|
|
37306
37748
|
timeout: NotRequired[pulumi.Input[_builtins.float]]
|
|
37307
37749
|
"""
|
|
37308
|
-
Elasticsearch request timeout limit. Default: `10
|
|
37750
|
+
Elasticsearch request timeout limit. Default: `10`.
|
|
37309
37751
|
"""
|
|
37310
37752
|
elif False:
|
|
37311
37753
|
ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -37326,7 +37768,7 @@ class ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs:
|
|
|
37326
37768
|
-----END CERTIFICATE-----
|
|
37327
37769
|
`.
|
|
37328
37770
|
:param pulumi.Input[_builtins.int] index_days_max: Maximum number of days of logs to keep. Default: `3`.
|
|
37329
|
-
:param pulumi.Input[_builtins.float] timeout: Elasticsearch request timeout limit. Default: `10
|
|
37771
|
+
:param pulumi.Input[_builtins.float] timeout: Elasticsearch request timeout limit. Default: `10`.
|
|
37330
37772
|
"""
|
|
37331
37773
|
pulumi.set(__self__, "index_prefix", index_prefix)
|
|
37332
37774
|
pulumi.set(__self__, "url", url)
|
|
@@ -37392,7 +37834,7 @@ class ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs:
|
|
|
37392
37834
|
@pulumi.getter
|
|
37393
37835
|
def timeout(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
37394
37836
|
"""
|
|
37395
|
-
Elasticsearch request timeout limit. Default: `10
|
|
37837
|
+
Elasticsearch request timeout limit. Default: `10`.
|
|
37396
37838
|
"""
|
|
37397
37839
|
return pulumi.get(self, "timeout")
|
|
37398
37840
|
|
|
@@ -37897,7 +38339,7 @@ if not MYPY:
|
|
|
37897
38339
|
"""
|
|
37898
38340
|
timeout: NotRequired[pulumi.Input[_builtins.float]]
|
|
37899
38341
|
"""
|
|
37900
|
-
OpenSearch request timeout limit. Default: `10
|
|
38342
|
+
OpenSearch request timeout limit. Default: `10`.
|
|
37901
38343
|
"""
|
|
37902
38344
|
elif False:
|
|
37903
38345
|
ServiceIntegrationEndpointExternalOpensearchLogsUserConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -37918,7 +38360,7 @@ class ServiceIntegrationEndpointExternalOpensearchLogsUserConfigArgs:
|
|
|
37918
38360
|
-----END CERTIFICATE-----
|
|
37919
38361
|
`.
|
|
37920
38362
|
:param pulumi.Input[_builtins.int] index_days_max: Maximum number of days of logs to keep. Default: `3`.
|
|
37921
|
-
:param pulumi.Input[_builtins.float] timeout: OpenSearch request timeout limit. Default: `10
|
|
38363
|
+
:param pulumi.Input[_builtins.float] timeout: OpenSearch request timeout limit. Default: `10`.
|
|
37922
38364
|
"""
|
|
37923
38365
|
pulumi.set(__self__, "index_prefix", index_prefix)
|
|
37924
38366
|
pulumi.set(__self__, "url", url)
|
|
@@ -37984,7 +38426,7 @@ class ServiceIntegrationEndpointExternalOpensearchLogsUserConfigArgs:
|
|
|
37984
38426
|
@pulumi.getter
|
|
37985
38427
|
def timeout(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
37986
38428
|
"""
|
|
37987
|
-
OpenSearch request timeout limit. Default: `10
|
|
38429
|
+
OpenSearch request timeout limit. Default: `10`.
|
|
37988
38430
|
"""
|
|
37989
38431
|
return pulumi.get(self, "timeout")
|
|
37990
38432
|
|
|
@@ -39234,7 +39676,7 @@ if not MYPY:
|
|
|
39234
39676
|
"""
|
|
39235
39677
|
producer_buffer_memory: NotRequired[pulumi.Input[_builtins.int]]
|
|
39236
39678
|
"""
|
|
39237
|
-
The amount of bytes producer can use for buffering data before publishing to broker.
|
|
39679
|
+
The amount of bytes producer can use for buffering data before publishing to broker.
|
|
39238
39680
|
"""
|
|
39239
39681
|
producer_compression_type: NotRequired[pulumi.Input[_builtins.str]]
|
|
39240
39682
|
"""
|
|
@@ -39246,7 +39688,7 @@ if not MYPY:
|
|
|
39246
39688
|
"""
|
|
39247
39689
|
producer_max_request_size: NotRequired[pulumi.Input[_builtins.int]]
|
|
39248
39690
|
"""
|
|
39249
|
-
The maximum request size in bytes.
|
|
39691
|
+
The maximum request size in bytes.
|
|
39250
39692
|
"""
|
|
39251
39693
|
elif False:
|
|
39252
39694
|
ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -39267,10 +39709,10 @@ class ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerArgs:
|
|
|
39267
39709
|
:param pulumi.Input[_builtins.int] consumer_fetch_min_bytes: The minimum amount of data the server should return for a fetch request. Example: `1024`.
|
|
39268
39710
|
:param pulumi.Input[_builtins.int] consumer_max_poll_records: Set consumer max.poll.records. The default is 500. Example: `500`.
|
|
39269
39711
|
:param pulumi.Input[_builtins.int] producer_batch_size: The batch size in bytes producer will attempt to collect before publishing to broker. Example: `1024`.
|
|
39270
|
-
:param pulumi.Input[_builtins.int] producer_buffer_memory: The amount of bytes producer can use for buffering data before publishing to broker.
|
|
39712
|
+
:param pulumi.Input[_builtins.int] producer_buffer_memory: The amount of bytes producer can use for buffering data before publishing to broker.
|
|
39271
39713
|
:param pulumi.Input[_builtins.str] producer_compression_type: Enum: `gzip`, `lz4`, `none`, `snappy`, `zstd`. Specify the default compression type for producers. This configuration accepts the standard compression codecs (`gzip`, `snappy`, `lz4`, `zstd`). It additionally accepts `none` which is the default and equivalent to no compression.
|
|
39272
39714
|
:param pulumi.Input[_builtins.int] producer_linger_ms: The linger time (ms) for waiting new data to arrive for publishing. Example: `100`.
|
|
39273
|
-
:param pulumi.Input[_builtins.int] producer_max_request_size: The maximum request size in bytes.
|
|
39715
|
+
:param pulumi.Input[_builtins.int] producer_max_request_size: The maximum request size in bytes.
|
|
39274
39716
|
"""
|
|
39275
39717
|
if consumer_auto_offset_reset is not None:
|
|
39276
39718
|
pulumi.set(__self__, "consumer_auto_offset_reset", consumer_auto_offset_reset)
|
|
@@ -39341,7 +39783,7 @@ class ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerArgs:
|
|
|
39341
39783
|
@pulumi.getter(name="producerBufferMemory")
|
|
39342
39784
|
def producer_buffer_memory(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
39343
39785
|
"""
|
|
39344
|
-
The amount of bytes producer can use for buffering data before publishing to broker.
|
|
39786
|
+
The amount of bytes producer can use for buffering data before publishing to broker.
|
|
39345
39787
|
"""
|
|
39346
39788
|
return pulumi.get(self, "producer_buffer_memory")
|
|
39347
39789
|
|
|
@@ -39377,7 +39819,7 @@ class ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormakerArgs:
|
|
|
39377
39819
|
@pulumi.getter(name="producerMaxRequestSize")
|
|
39378
39820
|
def producer_max_request_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
39379
39821
|
"""
|
|
39380
|
-
The maximum request size in bytes.
|
|
39822
|
+
The maximum request size in bytes.
|
|
39381
39823
|
"""
|
|
39382
39824
|
return pulumi.get(self, "producer_max_request_size")
|
|
39383
39825
|
|
|
@@ -42968,6 +43410,38 @@ class GetOrganizationAddressTimeoutsArgs:
|
|
|
42968
43410
|
pulumi.set(self, "read", value)
|
|
42969
43411
|
|
|
42970
43412
|
|
|
43413
|
+
if not MYPY:
|
|
43414
|
+
class GetOrganizationApplicationUserTimeoutsArgsDict(TypedDict):
|
|
43415
|
+
read: NotRequired[_builtins.str]
|
|
43416
|
+
"""
|
|
43417
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
43418
|
+
"""
|
|
43419
|
+
elif False:
|
|
43420
|
+
GetOrganizationApplicationUserTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
|
|
43421
|
+
|
|
43422
|
+
@pulumi.input_type
|
|
43423
|
+
class GetOrganizationApplicationUserTimeoutsArgs:
|
|
43424
|
+
def __init__(__self__, *,
|
|
43425
|
+
read: Optional[_builtins.str] = None):
|
|
43426
|
+
"""
|
|
43427
|
+
:param _builtins.str read: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
43428
|
+
"""
|
|
43429
|
+
if read is not None:
|
|
43430
|
+
pulumi.set(__self__, "read", read)
|
|
43431
|
+
|
|
43432
|
+
@_builtins.property
|
|
43433
|
+
@pulumi.getter
|
|
43434
|
+
def read(self) -> Optional[_builtins.str]:
|
|
43435
|
+
"""
|
|
43436
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
43437
|
+
"""
|
|
43438
|
+
return pulumi.get(self, "read")
|
|
43439
|
+
|
|
43440
|
+
@read.setter
|
|
43441
|
+
def read(self, value: Optional[_builtins.str]):
|
|
43442
|
+
pulumi.set(self, "read", value)
|
|
43443
|
+
|
|
43444
|
+
|
|
42971
43445
|
if not MYPY:
|
|
42972
43446
|
class GetOrganizationBillingGroupListBillingGroupArgsDict(TypedDict):
|
|
42973
43447
|
billing_address_id: _builtins.str
|