pulumi-aiven 6.26.0a1728105262__py3-none-any.whl → 6.26.0a1728566627__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +1 -0
- pulumi_aiven/_inputs.py +202 -42
- pulumi_aiven/account_team_project.py +7 -7
- pulumi_aiven/cassandra.py +7 -2
- pulumi_aiven/clickhouse.py +6 -1
- pulumi_aiven/dragonfly.py +7 -2
- pulumi_aiven/flink.py +7 -2
- pulumi_aiven/get_account_team_project.py +1 -1
- pulumi_aiven/get_external_identity.py +146 -0
- pulumi_aiven/get_project_user.py +1 -1
- pulumi_aiven/get_service_integration.py +17 -4
- pulumi_aiven/get_thanos.py +0 -6
- pulumi_aiven/grafana.py +7 -2
- pulumi_aiven/influx_db.py +7 -2
- pulumi_aiven/kafka.py +7 -2
- pulumi_aiven/kafka_connect.py +7 -2
- pulumi_aiven/kafka_mirror_maker.py +7 -2
- pulumi_aiven/m3_aggregator.py +7 -2
- pulumi_aiven/m3_db.py +7 -2
- pulumi_aiven/my_sql.py +7 -2
- pulumi_aiven/open_search.py +7 -2
- pulumi_aiven/organization_group_project.py +7 -7
- pulumi_aiven/outputs.py +334 -62
- pulumi_aiven/pg.py +7 -2
- pulumi_aiven/project_user.py +7 -7
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +7 -2
- pulumi_aiven/service_integration.py +54 -7
- pulumi_aiven/static_ip.py +2 -2
- pulumi_aiven/thanos.py +7 -8
- pulumi_aiven/valkey.py +7 -2
- {pulumi_aiven-6.26.0a1728105262.dist-info → pulumi_aiven-6.26.0a1728566627.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.26.0a1728105262.dist-info → pulumi_aiven-6.26.0a1728566627.dist-info}/RECORD +35 -34
- {pulumi_aiven-6.26.0a1728105262.dist-info → pulumi_aiven-6.26.0a1728566627.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.26.0a1728105262.dist-info → pulumi_aiven-6.26.0a1728566627.dist-info}/top_level.txt +0 -0
pulumi_aiven/outputs.py
CHANGED
|
@@ -52,6 +52,7 @@ __all__ = [
|
|
|
52
52
|
'FlinkFlinkUserConfig',
|
|
53
53
|
'FlinkFlinkUserConfigIpFilterObject',
|
|
54
54
|
'FlinkFlinkUserConfigPrivatelinkAccess',
|
|
55
|
+
'FlinkFlinkUserConfigPublicAccess',
|
|
55
56
|
'FlinkServiceIntegration',
|
|
56
57
|
'FlinkTag',
|
|
57
58
|
'FlinkTechEmail',
|
|
@@ -115,6 +116,7 @@ __all__ = [
|
|
|
115
116
|
'KafkaKafkaUserConfigPrivatelinkAccess',
|
|
116
117
|
'KafkaKafkaUserConfigPublicAccess',
|
|
117
118
|
'KafkaKafkaUserConfigSchemaRegistryConfig',
|
|
119
|
+
'KafkaKafkaUserConfigSingleZone',
|
|
118
120
|
'KafkaKafkaUserConfigTieredStorage',
|
|
119
121
|
'KafkaKafkaUserConfigTieredStorageLocalCache',
|
|
120
122
|
'KafkaMirrorMakerComponent',
|
|
@@ -258,6 +260,7 @@ __all__ = [
|
|
|
258
260
|
'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetric',
|
|
259
261
|
'ServiceIntegrationExternalElasticsearchLogsUserConfig',
|
|
260
262
|
'ServiceIntegrationExternalOpensearchLogsUserConfig',
|
|
263
|
+
'ServiceIntegrationFlinkExternalPostgresqlUserConfig',
|
|
261
264
|
'ServiceIntegrationKafkaConnectUserConfig',
|
|
262
265
|
'ServiceIntegrationKafkaConnectUserConfigKafkaConnect',
|
|
263
266
|
'ServiceIntegrationKafkaLogsUserConfig',
|
|
@@ -341,6 +344,7 @@ __all__ = [
|
|
|
341
344
|
'GetFlinkFlinkUserConfigResult',
|
|
342
345
|
'GetFlinkFlinkUserConfigIpFilterObjectResult',
|
|
343
346
|
'GetFlinkFlinkUserConfigPrivatelinkAccessResult',
|
|
347
|
+
'GetFlinkFlinkUserConfigPublicAccessResult',
|
|
344
348
|
'GetFlinkServiceIntegrationResult',
|
|
345
349
|
'GetFlinkTagResult',
|
|
346
350
|
'GetFlinkTechEmailResult',
|
|
@@ -404,6 +408,7 @@ __all__ = [
|
|
|
404
408
|
'GetKafkaKafkaUserConfigPrivatelinkAccessResult',
|
|
405
409
|
'GetKafkaKafkaUserConfigPublicAccessResult',
|
|
406
410
|
'GetKafkaKafkaUserConfigSchemaRegistryConfigResult',
|
|
411
|
+
'GetKafkaKafkaUserConfigSingleZoneResult',
|
|
407
412
|
'GetKafkaKafkaUserConfigTieredStorageResult',
|
|
408
413
|
'GetKafkaKafkaUserConfigTieredStorageLocalCacheResult',
|
|
409
414
|
'GetKafkaMirrorMakerComponentResult',
|
|
@@ -543,6 +548,7 @@ __all__ = [
|
|
|
543
548
|
'GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetricResult',
|
|
544
549
|
'GetServiceIntegrationExternalElasticsearchLogsUserConfigResult',
|
|
545
550
|
'GetServiceIntegrationExternalOpensearchLogsUserConfigResult',
|
|
551
|
+
'GetServiceIntegrationFlinkExternalPostgresqlUserConfigResult',
|
|
546
552
|
'GetServiceIntegrationKafkaConnectUserConfigResult',
|
|
547
553
|
'GetServiceIntegrationKafkaConnectUserConfigKafkaConnectResult',
|
|
548
554
|
'GetServiceIntegrationKafkaLogsUserConfigResult',
|
|
@@ -1347,6 +1353,8 @@ class ClickhouseClickhouseUserConfig(dict):
|
|
|
1347
1353
|
suggest = "project_to_fork_from"
|
|
1348
1354
|
elif key == "publicAccess":
|
|
1349
1355
|
suggest = "public_access"
|
|
1356
|
+
elif key == "recoveryBasebackupName":
|
|
1357
|
+
suggest = "recovery_basebackup_name"
|
|
1350
1358
|
elif key == "serviceLog":
|
|
1351
1359
|
suggest = "service_log"
|
|
1352
1360
|
elif key == "serviceToForkFrom":
|
|
@@ -1374,6 +1382,7 @@ class ClickhouseClickhouseUserConfig(dict):
|
|
|
1374
1382
|
privatelink_access: Optional['outputs.ClickhouseClickhouseUserConfigPrivatelinkAccess'] = None,
|
|
1375
1383
|
project_to_fork_from: Optional[str] = None,
|
|
1376
1384
|
public_access: Optional['outputs.ClickhouseClickhouseUserConfigPublicAccess'] = None,
|
|
1385
|
+
recovery_basebackup_name: Optional[str] = None,
|
|
1377
1386
|
service_log: Optional[bool] = None,
|
|
1378
1387
|
service_to_fork_from: Optional[str] = None,
|
|
1379
1388
|
static_ips: Optional[bool] = None):
|
|
@@ -1386,6 +1395,7 @@ class ClickhouseClickhouseUserConfig(dict):
|
|
|
1386
1395
|
:param 'ClickhouseClickhouseUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
|
|
1387
1396
|
:param 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`.
|
|
1388
1397
|
:param 'ClickhouseClickhouseUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
|
|
1398
|
+
:param str recovery_basebackup_name: Name of the basebackup to restore in forked service. Example: `backup-20191112t091354293891z`.
|
|
1389
1399
|
:param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
1390
1400
|
:param str service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created. Example: `anotherservicename`.
|
|
1391
1401
|
:param bool static_ips: Use static public IP addresses.
|
|
@@ -1406,6 +1416,8 @@ class ClickhouseClickhouseUserConfig(dict):
|
|
|
1406
1416
|
pulumi.set(__self__, "project_to_fork_from", project_to_fork_from)
|
|
1407
1417
|
if public_access is not None:
|
|
1408
1418
|
pulumi.set(__self__, "public_access", public_access)
|
|
1419
|
+
if recovery_basebackup_name is not None:
|
|
1420
|
+
pulumi.set(__self__, "recovery_basebackup_name", recovery_basebackup_name)
|
|
1409
1421
|
if service_log is not None:
|
|
1410
1422
|
pulumi.set(__self__, "service_log", service_log)
|
|
1411
1423
|
if service_to_fork_from is not None:
|
|
@@ -1479,6 +1491,14 @@ class ClickhouseClickhouseUserConfig(dict):
|
|
|
1479
1491
|
"""
|
|
1480
1492
|
return pulumi.get(self, "public_access")
|
|
1481
1493
|
|
|
1494
|
+
@property
|
|
1495
|
+
@pulumi.getter(name="recoveryBasebackupName")
|
|
1496
|
+
def recovery_basebackup_name(self) -> Optional[str]:
|
|
1497
|
+
"""
|
|
1498
|
+
Name of the basebackup to restore in forked service. Example: `backup-20191112t091354293891z`.
|
|
1499
|
+
"""
|
|
1500
|
+
return pulumi.get(self, "recovery_basebackup_name")
|
|
1501
|
+
|
|
1482
1502
|
@property
|
|
1483
1503
|
@pulumi.getter(name="serviceLog")
|
|
1484
1504
|
def service_log(self) -> Optional[bool]:
|
|
@@ -3125,8 +3145,14 @@ class FlinkFlinkUserConfig(dict):
|
|
|
3125
3145
|
suggest = "ip_filters"
|
|
3126
3146
|
elif key == "numberOfTaskSlots":
|
|
3127
3147
|
suggest = "number_of_task_slots"
|
|
3148
|
+
elif key == "pekkoAskTimeoutS":
|
|
3149
|
+
suggest = "pekko_ask_timeout_s"
|
|
3150
|
+
elif key == "pekkoFramesizeB":
|
|
3151
|
+
suggest = "pekko_framesize_b"
|
|
3128
3152
|
elif key == "privatelinkAccess":
|
|
3129
3153
|
suggest = "privatelink_access"
|
|
3154
|
+
elif key == "publicAccess":
|
|
3155
|
+
suggest = "public_access"
|
|
3130
3156
|
elif key == "serviceLog":
|
|
3131
3157
|
suggest = "service_log"
|
|
3132
3158
|
elif key == "staticIps":
|
|
@@ -3150,7 +3176,10 @@ class FlinkFlinkUserConfig(dict):
|
|
|
3150
3176
|
ip_filter_strings: Optional[Sequence[str]] = None,
|
|
3151
3177
|
ip_filters: Optional[Sequence[str]] = None,
|
|
3152
3178
|
number_of_task_slots: Optional[int] = None,
|
|
3179
|
+
pekko_ask_timeout_s: Optional[int] = None,
|
|
3180
|
+
pekko_framesize_b: Optional[int] = None,
|
|
3153
3181
|
privatelink_access: Optional['outputs.FlinkFlinkUserConfigPrivatelinkAccess'] = None,
|
|
3182
|
+
public_access: Optional['outputs.FlinkFlinkUserConfigPublicAccess'] = None,
|
|
3154
3183
|
service_log: Optional[bool] = None,
|
|
3155
3184
|
static_ips: Optional[bool] = None):
|
|
3156
3185
|
"""
|
|
@@ -3160,7 +3189,10 @@ class FlinkFlinkUserConfig(dict):
|
|
|
3160
3189
|
:param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
3161
3190
|
:param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
3162
3191
|
:param 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`.
|
|
3192
|
+
:param int pekko_ask_timeout_s: Timeout in seconds used for all futures and blocking Pekko requests. Example: `10`.
|
|
3193
|
+
:param int pekko_framesize_b: Maximum size in bytes for messages exchanged between the JobManager and the TaskManagers. Example: `10485760`.
|
|
3163
3194
|
:param 'FlinkFlinkUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
|
|
3195
|
+
:param 'FlinkFlinkUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
|
|
3164
3196
|
:param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
3165
3197
|
:param bool static_ips: Use static public IP addresses.
|
|
3166
3198
|
"""
|
|
@@ -3176,8 +3208,14 @@ class FlinkFlinkUserConfig(dict):
|
|
|
3176
3208
|
pulumi.set(__self__, "ip_filters", ip_filters)
|
|
3177
3209
|
if number_of_task_slots is not None:
|
|
3178
3210
|
pulumi.set(__self__, "number_of_task_slots", number_of_task_slots)
|
|
3211
|
+
if pekko_ask_timeout_s is not None:
|
|
3212
|
+
pulumi.set(__self__, "pekko_ask_timeout_s", pekko_ask_timeout_s)
|
|
3213
|
+
if pekko_framesize_b is not None:
|
|
3214
|
+
pulumi.set(__self__, "pekko_framesize_b", pekko_framesize_b)
|
|
3179
3215
|
if privatelink_access is not None:
|
|
3180
3216
|
pulumi.set(__self__, "privatelink_access", privatelink_access)
|
|
3217
|
+
if public_access is not None:
|
|
3218
|
+
pulumi.set(__self__, "public_access", public_access)
|
|
3181
3219
|
if service_log is not None:
|
|
3182
3220
|
pulumi.set(__self__, "service_log", service_log)
|
|
3183
3221
|
if static_ips is not None:
|
|
@@ -3233,6 +3271,22 @@ class FlinkFlinkUserConfig(dict):
|
|
|
3233
3271
|
"""
|
|
3234
3272
|
return pulumi.get(self, "number_of_task_slots")
|
|
3235
3273
|
|
|
3274
|
+
@property
|
|
3275
|
+
@pulumi.getter(name="pekkoAskTimeoutS")
|
|
3276
|
+
def pekko_ask_timeout_s(self) -> Optional[int]:
|
|
3277
|
+
"""
|
|
3278
|
+
Timeout in seconds used for all futures and blocking Pekko requests. Example: `10`.
|
|
3279
|
+
"""
|
|
3280
|
+
return pulumi.get(self, "pekko_ask_timeout_s")
|
|
3281
|
+
|
|
3282
|
+
@property
|
|
3283
|
+
@pulumi.getter(name="pekkoFramesizeB")
|
|
3284
|
+
def pekko_framesize_b(self) -> Optional[int]:
|
|
3285
|
+
"""
|
|
3286
|
+
Maximum size in bytes for messages exchanged between the JobManager and the TaskManagers. Example: `10485760`.
|
|
3287
|
+
"""
|
|
3288
|
+
return pulumi.get(self, "pekko_framesize_b")
|
|
3289
|
+
|
|
3236
3290
|
@property
|
|
3237
3291
|
@pulumi.getter(name="privatelinkAccess")
|
|
3238
3292
|
def privatelink_access(self) -> Optional['outputs.FlinkFlinkUserConfigPrivatelinkAccess']:
|
|
@@ -3241,6 +3295,14 @@ class FlinkFlinkUserConfig(dict):
|
|
|
3241
3295
|
"""
|
|
3242
3296
|
return pulumi.get(self, "privatelink_access")
|
|
3243
3297
|
|
|
3298
|
+
@property
|
|
3299
|
+
@pulumi.getter(name="publicAccess")
|
|
3300
|
+
def public_access(self) -> Optional['outputs.FlinkFlinkUserConfigPublicAccess']:
|
|
3301
|
+
"""
|
|
3302
|
+
Allow access to selected service ports from the public Internet
|
|
3303
|
+
"""
|
|
3304
|
+
return pulumi.get(self, "public_access")
|
|
3305
|
+
|
|
3244
3306
|
@property
|
|
3245
3307
|
@pulumi.getter(name="serviceLog")
|
|
3246
3308
|
def service_log(self) -> Optional[bool]:
|
|
@@ -3319,6 +3381,25 @@ class FlinkFlinkUserConfigPrivatelinkAccess(dict):
|
|
|
3319
3381
|
return pulumi.get(self, "prometheus")
|
|
3320
3382
|
|
|
3321
3383
|
|
|
3384
|
+
@pulumi.output_type
|
|
3385
|
+
class FlinkFlinkUserConfigPublicAccess(dict):
|
|
3386
|
+
def __init__(__self__, *,
|
|
3387
|
+
flink: Optional[bool] = None):
|
|
3388
|
+
"""
|
|
3389
|
+
:param bool flink: Allow clients to connect to flink from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
3390
|
+
"""
|
|
3391
|
+
if flink is not None:
|
|
3392
|
+
pulumi.set(__self__, "flink", flink)
|
|
3393
|
+
|
|
3394
|
+
@property
|
|
3395
|
+
@pulumi.getter
|
|
3396
|
+
def flink(self) -> Optional[bool]:
|
|
3397
|
+
"""
|
|
3398
|
+
Allow clients to connect to flink from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
3399
|
+
"""
|
|
3400
|
+
return pulumi.get(self, "flink")
|
|
3401
|
+
|
|
3402
|
+
|
|
3322
3403
|
@pulumi.output_type
|
|
3323
3404
|
class FlinkServiceIntegration(dict):
|
|
3324
3405
|
@staticmethod
|
|
@@ -7343,6 +7424,8 @@ class KafkaKafkaUserConfig(dict):
|
|
|
7343
7424
|
suggest = "schema_registry_config"
|
|
7344
7425
|
elif key == "serviceLog":
|
|
7345
7426
|
suggest = "service_log"
|
|
7427
|
+
elif key == "singleZone":
|
|
7428
|
+
suggest = "single_zone"
|
|
7346
7429
|
elif key == "staticIps":
|
|
7347
7430
|
suggest = "static_ips"
|
|
7348
7431
|
elif key == "tieredStorage":
|
|
@@ -7384,6 +7467,7 @@ class KafkaKafkaUserConfig(dict):
|
|
|
7384
7467
|
schema_registry: Optional[bool] = None,
|
|
7385
7468
|
schema_registry_config: Optional['outputs.KafkaKafkaUserConfigSchemaRegistryConfig'] = None,
|
|
7386
7469
|
service_log: Optional[bool] = None,
|
|
7470
|
+
single_zone: Optional['outputs.KafkaKafkaUserConfigSingleZone'] = None,
|
|
7387
7471
|
static_ips: Optional[bool] = None,
|
|
7388
7472
|
tiered_storage: Optional['outputs.KafkaKafkaUserConfigTieredStorage'] = None):
|
|
7389
7473
|
"""
|
|
@@ -7410,6 +7494,7 @@ class KafkaKafkaUserConfig(dict):
|
|
|
7410
7494
|
:param bool schema_registry: Enable Schema-Registry service. Default: `false`.
|
|
7411
7495
|
:param 'KafkaKafkaUserConfigSchemaRegistryConfigArgs' schema_registry_config: Schema Registry configuration
|
|
7412
7496
|
:param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
7497
|
+
:param 'KafkaKafkaUserConfigSingleZoneArgs' single_zone: Single-zone configuration
|
|
7413
7498
|
:param bool static_ips: Use static public IP addresses.
|
|
7414
7499
|
:param 'KafkaKafkaUserConfigTieredStorageArgs' tiered_storage: Tiered storage configuration
|
|
7415
7500
|
"""
|
|
@@ -7461,6 +7546,8 @@ class KafkaKafkaUserConfig(dict):
|
|
|
7461
7546
|
pulumi.set(__self__, "schema_registry_config", schema_registry_config)
|
|
7462
7547
|
if service_log is not None:
|
|
7463
7548
|
pulumi.set(__self__, "service_log", service_log)
|
|
7549
|
+
if single_zone is not None:
|
|
7550
|
+
pulumi.set(__self__, "single_zone", single_zone)
|
|
7464
7551
|
if static_ips is not None:
|
|
7465
7552
|
pulumi.set(__self__, "static_ips", static_ips)
|
|
7466
7553
|
if tiered_storage is not None:
|
|
@@ -7657,6 +7744,14 @@ class KafkaKafkaUserConfig(dict):
|
|
|
7657
7744
|
"""
|
|
7658
7745
|
return pulumi.get(self, "service_log")
|
|
7659
7746
|
|
|
7747
|
+
@property
|
|
7748
|
+
@pulumi.getter(name="singleZone")
|
|
7749
|
+
def single_zone(self) -> Optional['outputs.KafkaKafkaUserConfigSingleZone']:
|
|
7750
|
+
"""
|
|
7751
|
+
Single-zone configuration
|
|
7752
|
+
"""
|
|
7753
|
+
return pulumi.get(self, "single_zone")
|
|
7754
|
+
|
|
7660
7755
|
@property
|
|
7661
7756
|
@pulumi.getter(name="staticIps")
|
|
7662
7757
|
def static_ips(self) -> Optional[bool]:
|
|
@@ -9446,6 +9541,25 @@ class KafkaKafkaUserConfigSchemaRegistryConfig(dict):
|
|
|
9446
9541
|
return pulumi.get(self, "topic_name")
|
|
9447
9542
|
|
|
9448
9543
|
|
|
9544
|
+
@pulumi.output_type
|
|
9545
|
+
class KafkaKafkaUserConfigSingleZone(dict):
|
|
9546
|
+
def __init__(__self__, *,
|
|
9547
|
+
enabled: Optional[bool] = None):
|
|
9548
|
+
"""
|
|
9549
|
+
:param bool enabled: Whether to allocate nodes on the same Availability Zone or spread across zones available. By default service nodes are spread across different AZs. The single AZ support is best-effort and may temporarily allocate nodes in different AZs e.g. in case of capacity limitations in one AZ.
|
|
9550
|
+
"""
|
|
9551
|
+
if enabled is not None:
|
|
9552
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
9553
|
+
|
|
9554
|
+
@property
|
|
9555
|
+
@pulumi.getter
|
|
9556
|
+
def enabled(self) -> Optional[bool]:
|
|
9557
|
+
"""
|
|
9558
|
+
Whether to allocate nodes on the same Availability Zone or spread across zones available. By default service nodes are spread across different AZs. The single AZ support is best-effort and may temporarily allocate nodes in different AZs e.g. in case of capacity limitations in one AZ.
|
|
9559
|
+
"""
|
|
9560
|
+
return pulumi.get(self, "enabled")
|
|
9561
|
+
|
|
9562
|
+
|
|
9449
9563
|
@pulumi.output_type
|
|
9450
9564
|
class KafkaKafkaUserConfigTieredStorage(dict):
|
|
9451
9565
|
@staticmethod
|
|
@@ -13118,6 +13232,8 @@ class MySqlMysqlUserConfigMysql(dict):
|
|
|
13118
13232
|
suggest = "interactive_timeout"
|
|
13119
13233
|
elif key == "internalTmpMemStorageEngine":
|
|
13120
13234
|
suggest = "internal_tmp_mem_storage_engine"
|
|
13235
|
+
elif key == "logOutput":
|
|
13236
|
+
suggest = "log_output"
|
|
13121
13237
|
elif key == "longQueryTime":
|
|
13122
13238
|
suggest = "long_query_time"
|
|
13123
13239
|
elif key == "maxAllowedPacket":
|
|
@@ -13173,6 +13289,7 @@ class MySqlMysqlUserConfigMysql(dict):
|
|
|
13173
13289
|
innodb_write_io_threads: Optional[int] = None,
|
|
13174
13290
|
interactive_timeout: Optional[int] = None,
|
|
13175
13291
|
internal_tmp_mem_storage_engine: Optional[str] = None,
|
|
13292
|
+
log_output: Optional[str] = None,
|
|
13176
13293
|
long_query_time: Optional[float] = None,
|
|
13177
13294
|
max_allowed_packet: Optional[int] = None,
|
|
13178
13295
|
max_heap_table_size: Optional[int] = None,
|
|
@@ -13204,13 +13321,14 @@ class MySqlMysqlUserConfigMysql(dict):
|
|
|
13204
13321
|
:param int innodb_write_io_threads: The number of I/O threads for write operations in InnoDB. Default is 4. Changing this parameter will lead to a restart of the MySQL service. Example: `10`.
|
|
13205
13322
|
:param int interactive_timeout: The number of seconds the server waits for activity on an interactive connection before closing it. Example: `3600`.
|
|
13206
13323
|
:param str internal_tmp_mem_storage_engine: Enum: `TempTable`, `MEMORY`. The storage engine for in-memory internal temporary tables.
|
|
13207
|
-
:param
|
|
13324
|
+
:param str log_output: Enum: `INSIGHTS`, `NONE`, `TABLE`, `INSIGHTS,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.
|
|
13325
|
+
:param float long_query_time: The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10`.
|
|
13208
13326
|
:param int max_allowed_packet: Size of the largest message in bytes that can be received by the server. Default is 67108864 (64M). Example: `67108864`.
|
|
13209
13327
|
:param int max_heap_table_size: Limits the size of internal in-memory tables. Also set tmp*table*size. Default is 16777216 (16M). Example: `16777216`.
|
|
13210
13328
|
:param 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`.
|
|
13211
13329
|
:param int net_read_timeout: The number of seconds to wait for more data from a connection before aborting the read. Example: `30`.
|
|
13212
13330
|
:param 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`.
|
|
13213
|
-
:param bool slow_query_log: Slow query log enables capturing of slow queries. Setting slow*query*log to false also truncates the mysql.slow_log table.
|
|
13331
|
+
:param bool slow_query_log: Slow query log enables capturing of slow queries. Setting slow*query*log to false also truncates the mysql.slow_log table.
|
|
13214
13332
|
:param int sort_buffer_size: Sort buffer size in bytes for ORDER BY optimization. Default is 262144 (256K). Example: `262144`.
|
|
13215
13333
|
:param 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`.
|
|
13216
13334
|
:param 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.
|
|
@@ -13253,6 +13371,8 @@ class MySqlMysqlUserConfigMysql(dict):
|
|
|
13253
13371
|
pulumi.set(__self__, "interactive_timeout", interactive_timeout)
|
|
13254
13372
|
if internal_tmp_mem_storage_engine is not None:
|
|
13255
13373
|
pulumi.set(__self__, "internal_tmp_mem_storage_engine", internal_tmp_mem_storage_engine)
|
|
13374
|
+
if log_output is not None:
|
|
13375
|
+
pulumi.set(__self__, "log_output", log_output)
|
|
13256
13376
|
if long_query_time is not None:
|
|
13257
13377
|
pulumi.set(__self__, "long_query_time", long_query_time)
|
|
13258
13378
|
if max_allowed_packet is not None:
|
|
@@ -13422,11 +13542,19 @@ class MySqlMysqlUserConfigMysql(dict):
|
|
|
13422
13542
|
"""
|
|
13423
13543
|
return pulumi.get(self, "internal_tmp_mem_storage_engine")
|
|
13424
13544
|
|
|
13545
|
+
@property
|
|
13546
|
+
@pulumi.getter(name="logOutput")
|
|
13547
|
+
def log_output(self) -> Optional[str]:
|
|
13548
|
+
"""
|
|
13549
|
+
Enum: `INSIGHTS`, `NONE`, `TABLE`, `INSIGHTS,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.
|
|
13550
|
+
"""
|
|
13551
|
+
return pulumi.get(self, "log_output")
|
|
13552
|
+
|
|
13425
13553
|
@property
|
|
13426
13554
|
@pulumi.getter(name="longQueryTime")
|
|
13427
13555
|
def long_query_time(self) -> Optional[float]:
|
|
13428
13556
|
"""
|
|
13429
|
-
The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute.
|
|
13557
|
+
The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10`.
|
|
13430
13558
|
"""
|
|
13431
13559
|
return pulumi.get(self, "long_query_time")
|
|
13432
13560
|
|
|
@@ -13474,7 +13602,7 @@ class MySqlMysqlUserConfigMysql(dict):
|
|
|
13474
13602
|
@pulumi.getter(name="slowQueryLog")
|
|
13475
13603
|
def slow_query_log(self) -> Optional[bool]:
|
|
13476
13604
|
"""
|
|
13477
|
-
Slow query log enables capturing of slow queries. Setting slow*query*log to false also truncates the mysql.slow_log table.
|
|
13605
|
+
Slow query log enables capturing of slow queries. Setting slow*query*log to false also truncates the mysql.slow_log table.
|
|
13478
13606
|
"""
|
|
13479
13607
|
return pulumi.get(self, "slow_query_log")
|
|
13480
13608
|
|
|
@@ -14047,8 +14175,10 @@ class OpenSearchOpensearchUserConfig(dict):
|
|
|
14047
14175
|
static_ips: Optional[bool] = None):
|
|
14048
14176
|
"""
|
|
14049
14177
|
:param str additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
14178
|
+
:param 'OpenSearchOpensearchUserConfigAzureMigrationArgs' azure_migration: Azure migration settings
|
|
14050
14179
|
:param str custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
|
|
14051
14180
|
:param 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 no longer be activated.
|
|
14181
|
+
:param 'OpenSearchOpensearchUserConfigGcsMigrationArgs' gcs_migration: Google Cloud Storage migration settings
|
|
14052
14182
|
:param Sequence['OpenSearchOpensearchUserConfigIndexPatternArgs'] index_patterns: Index patterns
|
|
14053
14183
|
:param 'OpenSearchOpensearchUserConfigIndexRollupArgs' index_rollup: Index rollup settings
|
|
14054
14184
|
:param 'OpenSearchOpensearchUserConfigIndexTemplateArgs' index_template: Template settings for all new indexes
|
|
@@ -14066,6 +14196,7 @@ class OpenSearchOpensearchUserConfig(dict):
|
|
|
14066
14196
|
:param 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`.
|
|
14067
14197
|
:param 'OpenSearchOpensearchUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
|
|
14068
14198
|
:param str recovery_basebackup_name: Name of the basebackup to restore in forked service. Example: `backup-20191112t091354293891z`.
|
|
14199
|
+
:param 'OpenSearchOpensearchUserConfigS3MigrationArgs' s3_migration: AWS S3 / AWS S3 compatible migration settings
|
|
14069
14200
|
:param 'OpenSearchOpensearchUserConfigSamlArgs' saml: OpenSearch SAML configuration
|
|
14070
14201
|
:param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
14071
14202
|
:param str service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created. Example: `anotherservicename`.
|
|
@@ -14137,6 +14268,9 @@ class OpenSearchOpensearchUserConfig(dict):
|
|
|
14137
14268
|
@property
|
|
14138
14269
|
@pulumi.getter(name="azureMigration")
|
|
14139
14270
|
def azure_migration(self) -> Optional['outputs.OpenSearchOpensearchUserConfigAzureMigration']:
|
|
14271
|
+
"""
|
|
14272
|
+
Azure migration settings
|
|
14273
|
+
"""
|
|
14140
14274
|
return pulumi.get(self, "azure_migration")
|
|
14141
14275
|
|
|
14142
14276
|
@property
|
|
@@ -14158,6 +14292,9 @@ class OpenSearchOpensearchUserConfig(dict):
|
|
|
14158
14292
|
@property
|
|
14159
14293
|
@pulumi.getter(name="gcsMigration")
|
|
14160
14294
|
def gcs_migration(self) -> Optional['outputs.OpenSearchOpensearchUserConfigGcsMigration']:
|
|
14295
|
+
"""
|
|
14296
|
+
Google Cloud Storage migration settings
|
|
14297
|
+
"""
|
|
14161
14298
|
return pulumi.get(self, "gcs_migration")
|
|
14162
14299
|
|
|
14163
14300
|
@property
|
|
@@ -14300,6 +14437,9 @@ class OpenSearchOpensearchUserConfig(dict):
|
|
|
14300
14437
|
@property
|
|
14301
14438
|
@pulumi.getter(name="s3Migration")
|
|
14302
14439
|
def s3_migration(self) -> Optional['outputs.OpenSearchOpensearchUserConfigS3Migration']:
|
|
14440
|
+
"""
|
|
14441
|
+
AWS S3 / AWS S3 compatible migration settings
|
|
14442
|
+
"""
|
|
14303
14443
|
return pulumi.get(self, "s3_migration")
|
|
14304
14444
|
|
|
14305
14445
|
@property
|
|
@@ -16627,7 +16767,7 @@ class OrganizationPermissionPermission(dict):
|
|
|
16627
16767
|
create_time: Optional[str] = None,
|
|
16628
16768
|
update_time: Optional[str] = None):
|
|
16629
16769
|
"""
|
|
16630
|
-
:param Sequence[str] permissions: List of permissions. The possible values are `admin`, `developer`, `operator` and `read_only`.
|
|
16770
|
+
:param Sequence[str] permissions: List of permissions. The possible values are `admin`, `developer`, `operator`, `project:permissions:read` and `read_only`.
|
|
16631
16771
|
:param str principal_id: ID of the user or group.
|
|
16632
16772
|
:param str principal_type: The type of principal. The possible values are `user` and `user_group`.
|
|
16633
16773
|
:param str create_time: Time created.
|
|
@@ -16645,7 +16785,7 @@ class OrganizationPermissionPermission(dict):
|
|
|
16645
16785
|
@pulumi.getter
|
|
16646
16786
|
def permissions(self) -> Sequence[str]:
|
|
16647
16787
|
"""
|
|
16648
|
-
List of permissions. The possible values are `admin`, `developer`, `operator` and `read_only`.
|
|
16788
|
+
List of permissions. The possible values are `admin`, `developer`, `operator`, `project:permissions:read` and `read_only`.
|
|
16649
16789
|
"""
|
|
16650
16790
|
return pulumi.get(self, "permissions")
|
|
16651
16791
|
|
|
@@ -22609,6 +22749,25 @@ class ServiceIntegrationExternalOpensearchLogsUserConfig(dict):
|
|
|
22609
22749
|
return pulumi.get(self, "selected_log_fields")
|
|
22610
22750
|
|
|
22611
22751
|
|
|
22752
|
+
@pulumi.output_type
|
|
22753
|
+
class ServiceIntegrationFlinkExternalPostgresqlUserConfig(dict):
|
|
22754
|
+
def __init__(__self__, *,
|
|
22755
|
+
stringtype: Optional[str] = None):
|
|
22756
|
+
"""
|
|
22757
|
+
:param str stringtype: Enum: `unspecified`. If stringtype is set to unspecified, parameters will be sent to the server as untyped values.
|
|
22758
|
+
"""
|
|
22759
|
+
if stringtype is not None:
|
|
22760
|
+
pulumi.set(__self__, "stringtype", stringtype)
|
|
22761
|
+
|
|
22762
|
+
@property
|
|
22763
|
+
@pulumi.getter
|
|
22764
|
+
def stringtype(self) -> Optional[str]:
|
|
22765
|
+
"""
|
|
22766
|
+
Enum: `unspecified`. If stringtype is set to unspecified, parameters will be sent to the server as untyped values.
|
|
22767
|
+
"""
|
|
22768
|
+
return pulumi.get(self, "stringtype")
|
|
22769
|
+
|
|
22770
|
+
|
|
22612
22771
|
@pulumi.output_type
|
|
22613
22772
|
class ServiceIntegrationKafkaConnectUserConfig(dict):
|
|
22614
22773
|
@staticmethod
|
|
@@ -23844,12 +24003,8 @@ class ThanosThanos(dict):
|
|
|
23844
24003
|
suggest = "query_frontend_uri"
|
|
23845
24004
|
elif key == "queryUri":
|
|
23846
24005
|
suggest = "query_uri"
|
|
23847
|
-
elif key == "receiverIngestingRemoteWriteUri":
|
|
23848
|
-
suggest = "receiver_ingesting_remote_write_uri"
|
|
23849
24006
|
elif key == "receiverRemoteWriteUri":
|
|
23850
24007
|
suggest = "receiver_remote_write_uri"
|
|
23851
|
-
elif key == "storeUri":
|
|
23852
|
-
suggest = "store_uri"
|
|
23853
24008
|
|
|
23854
24009
|
if suggest:
|
|
23855
24010
|
pulumi.log.warn(f"Key '{key}' not found in ThanosThanos. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -23865,28 +24020,20 @@ class ThanosThanos(dict):
|
|
|
23865
24020
|
def __init__(__self__, *,
|
|
23866
24021
|
query_frontend_uri: Optional[str] = None,
|
|
23867
24022
|
query_uri: Optional[str] = None,
|
|
23868
|
-
receiver_ingesting_remote_write_uri: Optional[str] = None,
|
|
23869
24023
|
receiver_remote_write_uri: Optional[str] = None,
|
|
23870
|
-
store_uri: Optional[str] = None,
|
|
23871
24024
|
uris: Optional[Sequence[str]] = None):
|
|
23872
24025
|
"""
|
|
23873
24026
|
:param str query_frontend_uri: Query frontend URI.
|
|
23874
24027
|
:param str query_uri: Query URI.
|
|
23875
|
-
:param str receiver_ingesting_remote_write_uri: Receiver ingesting remote write URI.
|
|
23876
24028
|
:param str receiver_remote_write_uri: Receiver remote write URI.
|
|
23877
|
-
:param str store_uri: Store URI.
|
|
23878
24029
|
:param Sequence[str] uris: Thanos server URIs.
|
|
23879
24030
|
"""
|
|
23880
24031
|
if query_frontend_uri is not None:
|
|
23881
24032
|
pulumi.set(__self__, "query_frontend_uri", query_frontend_uri)
|
|
23882
24033
|
if query_uri is not None:
|
|
23883
24034
|
pulumi.set(__self__, "query_uri", query_uri)
|
|
23884
|
-
if receiver_ingesting_remote_write_uri is not None:
|
|
23885
|
-
pulumi.set(__self__, "receiver_ingesting_remote_write_uri", receiver_ingesting_remote_write_uri)
|
|
23886
24035
|
if receiver_remote_write_uri is not None:
|
|
23887
24036
|
pulumi.set(__self__, "receiver_remote_write_uri", receiver_remote_write_uri)
|
|
23888
|
-
if store_uri is not None:
|
|
23889
|
-
pulumi.set(__self__, "store_uri", store_uri)
|
|
23890
24037
|
if uris is not None:
|
|
23891
24038
|
pulumi.set(__self__, "uris", uris)
|
|
23892
24039
|
|
|
@@ -23906,14 +24053,6 @@ class ThanosThanos(dict):
|
|
|
23906
24053
|
"""
|
|
23907
24054
|
return pulumi.get(self, "query_uri")
|
|
23908
24055
|
|
|
23909
|
-
@property
|
|
23910
|
-
@pulumi.getter(name="receiverIngestingRemoteWriteUri")
|
|
23911
|
-
def receiver_ingesting_remote_write_uri(self) -> Optional[str]:
|
|
23912
|
-
"""
|
|
23913
|
-
Receiver ingesting remote write URI.
|
|
23914
|
-
"""
|
|
23915
|
-
return pulumi.get(self, "receiver_ingesting_remote_write_uri")
|
|
23916
|
-
|
|
23917
24056
|
@property
|
|
23918
24057
|
@pulumi.getter(name="receiverRemoteWriteUri")
|
|
23919
24058
|
def receiver_remote_write_uri(self) -> Optional[str]:
|
|
@@ -23922,15 +24061,6 @@ class ThanosThanos(dict):
|
|
|
23922
24061
|
"""
|
|
23923
24062
|
return pulumi.get(self, "receiver_remote_write_uri")
|
|
23924
24063
|
|
|
23925
|
-
@property
|
|
23926
|
-
@pulumi.getter(name="storeUri")
|
|
23927
|
-
@_utilities.deprecated("""This field was added by mistake and has never worked. It will be removed in future versions.""")
|
|
23928
|
-
def store_uri(self) -> Optional[str]:
|
|
23929
|
-
"""
|
|
23930
|
-
Store URI.
|
|
23931
|
-
"""
|
|
23932
|
-
return pulumi.get(self, "store_uri")
|
|
23933
|
-
|
|
23934
24064
|
@property
|
|
23935
24065
|
@pulumi.getter
|
|
23936
24066
|
def uris(self) -> Optional[Sequence[str]]:
|
|
@@ -24206,6 +24336,7 @@ class ThanosThanosUserConfigPublicAccess(dict):
|
|
|
24206
24336
|
query_frontend: Optional[bool] = None,
|
|
24207
24337
|
receiver_ingesting: Optional[bool] = None,
|
|
24208
24338
|
receiver_routing: Optional[bool] = None,
|
|
24339
|
+
ruler: Optional[bool] = None,
|
|
24209
24340
|
store: Optional[bool] = None):
|
|
24210
24341
|
"""
|
|
24211
24342
|
:param bool compactor: Allow clients to connect to compactor from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
@@ -24213,6 +24344,7 @@ class ThanosThanosUserConfigPublicAccess(dict):
|
|
|
24213
24344
|
:param bool query_frontend: Allow clients to connect to query_frontend from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
24214
24345
|
:param bool receiver_ingesting: Allow clients to connect to receiver_ingesting from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
24215
24346
|
:param bool receiver_routing: Allow clients to connect to receiver_routing from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
24347
|
+
:param bool ruler: Allow clients to connect to ruler from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
24216
24348
|
:param bool store: Allow clients to connect to store from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
24217
24349
|
"""
|
|
24218
24350
|
if compactor is not None:
|
|
@@ -24225,6 +24357,8 @@ class ThanosThanosUserConfigPublicAccess(dict):
|
|
|
24225
24357
|
pulumi.set(__self__, "receiver_ingesting", receiver_ingesting)
|
|
24226
24358
|
if receiver_routing is not None:
|
|
24227
24359
|
pulumi.set(__self__, "receiver_routing", receiver_routing)
|
|
24360
|
+
if ruler is not None:
|
|
24361
|
+
pulumi.set(__self__, "ruler", ruler)
|
|
24228
24362
|
if store is not None:
|
|
24229
24363
|
pulumi.set(__self__, "store", store)
|
|
24230
24364
|
|
|
@@ -24268,6 +24402,14 @@ class ThanosThanosUserConfigPublicAccess(dict):
|
|
|
24268
24402
|
"""
|
|
24269
24403
|
return pulumi.get(self, "receiver_routing")
|
|
24270
24404
|
|
|
24405
|
+
@property
|
|
24406
|
+
@pulumi.getter
|
|
24407
|
+
def ruler(self) -> Optional[bool]:
|
|
24408
|
+
"""
|
|
24409
|
+
Allow clients to connect to ruler from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
24410
|
+
"""
|
|
24411
|
+
return pulumi.get(self, "ruler")
|
|
24412
|
+
|
|
24271
24413
|
@property
|
|
24272
24414
|
@pulumi.getter
|
|
24273
24415
|
def store(self) -> Optional[bool]:
|
|
@@ -26496,6 +26638,7 @@ class GetClickhouseClickhouseUserConfigResult(dict):
|
|
|
26496
26638
|
privatelink_access: Optional['outputs.GetClickhouseClickhouseUserConfigPrivatelinkAccessResult'] = None,
|
|
26497
26639
|
project_to_fork_from: Optional[str] = None,
|
|
26498
26640
|
public_access: Optional['outputs.GetClickhouseClickhouseUserConfigPublicAccessResult'] = None,
|
|
26641
|
+
recovery_basebackup_name: Optional[str] = None,
|
|
26499
26642
|
service_log: Optional[bool] = None,
|
|
26500
26643
|
service_to_fork_from: Optional[str] = None,
|
|
26501
26644
|
static_ips: Optional[bool] = None):
|
|
@@ -26508,6 +26651,7 @@ class GetClickhouseClickhouseUserConfigResult(dict):
|
|
|
26508
26651
|
:param 'GetClickhouseClickhouseUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
|
|
26509
26652
|
:param 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`.
|
|
26510
26653
|
:param 'GetClickhouseClickhouseUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
|
|
26654
|
+
:param str recovery_basebackup_name: Name of the basebackup to restore in forked service. Example: `backup-20191112t091354293891z`.
|
|
26511
26655
|
:param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
26512
26656
|
:param str service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created. Example: `anotherservicename`.
|
|
26513
26657
|
:param bool static_ips: Use static public IP addresses.
|
|
@@ -26528,6 +26672,8 @@ class GetClickhouseClickhouseUserConfigResult(dict):
|
|
|
26528
26672
|
pulumi.set(__self__, "project_to_fork_from", project_to_fork_from)
|
|
26529
26673
|
if public_access is not None:
|
|
26530
26674
|
pulumi.set(__self__, "public_access", public_access)
|
|
26675
|
+
if recovery_basebackup_name is not None:
|
|
26676
|
+
pulumi.set(__self__, "recovery_basebackup_name", recovery_basebackup_name)
|
|
26531
26677
|
if service_log is not None:
|
|
26532
26678
|
pulumi.set(__self__, "service_log", service_log)
|
|
26533
26679
|
if service_to_fork_from is not None:
|
|
@@ -26601,6 +26747,14 @@ class GetClickhouseClickhouseUserConfigResult(dict):
|
|
|
26601
26747
|
"""
|
|
26602
26748
|
return pulumi.get(self, "public_access")
|
|
26603
26749
|
|
|
26750
|
+
@property
|
|
26751
|
+
@pulumi.getter(name="recoveryBasebackupName")
|
|
26752
|
+
def recovery_basebackup_name(self) -> Optional[str]:
|
|
26753
|
+
"""
|
|
26754
|
+
Name of the basebackup to restore in forked service. Example: `backup-20191112t091354293891z`.
|
|
26755
|
+
"""
|
|
26756
|
+
return pulumi.get(self, "recovery_basebackup_name")
|
|
26757
|
+
|
|
26604
26758
|
@property
|
|
26605
26759
|
@pulumi.getter(name="serviceLog")
|
|
26606
26760
|
def service_log(self) -> Optional[bool]:
|
|
@@ -27820,7 +27974,10 @@ class GetFlinkFlinkUserConfigResult(dict):
|
|
|
27820
27974
|
ip_filter_strings: Optional[Sequence[str]] = None,
|
|
27821
27975
|
ip_filters: Optional[Sequence[str]] = None,
|
|
27822
27976
|
number_of_task_slots: Optional[int] = None,
|
|
27977
|
+
pekko_ask_timeout_s: Optional[int] = None,
|
|
27978
|
+
pekko_framesize_b: Optional[int] = None,
|
|
27823
27979
|
privatelink_access: Optional['outputs.GetFlinkFlinkUserConfigPrivatelinkAccessResult'] = None,
|
|
27980
|
+
public_access: Optional['outputs.GetFlinkFlinkUserConfigPublicAccessResult'] = None,
|
|
27824
27981
|
service_log: Optional[bool] = None,
|
|
27825
27982
|
static_ips: Optional[bool] = None):
|
|
27826
27983
|
"""
|
|
@@ -27830,7 +27987,10 @@ class GetFlinkFlinkUserConfigResult(dict):
|
|
|
27830
27987
|
:param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
27831
27988
|
:param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
27832
27989
|
:param 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`.
|
|
27990
|
+
:param int pekko_ask_timeout_s: Timeout in seconds used for all futures and blocking Pekko requests. Example: `10`.
|
|
27991
|
+
:param int pekko_framesize_b: Maximum size in bytes for messages exchanged between the JobManager and the TaskManagers. Example: `10485760`.
|
|
27833
27992
|
:param 'GetFlinkFlinkUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
|
|
27993
|
+
:param 'GetFlinkFlinkUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
|
|
27834
27994
|
:param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
27835
27995
|
:param bool static_ips: Use static public IP addresses.
|
|
27836
27996
|
"""
|
|
@@ -27846,8 +28006,14 @@ class GetFlinkFlinkUserConfigResult(dict):
|
|
|
27846
28006
|
pulumi.set(__self__, "ip_filters", ip_filters)
|
|
27847
28007
|
if number_of_task_slots is not None:
|
|
27848
28008
|
pulumi.set(__self__, "number_of_task_slots", number_of_task_slots)
|
|
28009
|
+
if pekko_ask_timeout_s is not None:
|
|
28010
|
+
pulumi.set(__self__, "pekko_ask_timeout_s", pekko_ask_timeout_s)
|
|
28011
|
+
if pekko_framesize_b is not None:
|
|
28012
|
+
pulumi.set(__self__, "pekko_framesize_b", pekko_framesize_b)
|
|
27849
28013
|
if privatelink_access is not None:
|
|
27850
28014
|
pulumi.set(__self__, "privatelink_access", privatelink_access)
|
|
28015
|
+
if public_access is not None:
|
|
28016
|
+
pulumi.set(__self__, "public_access", public_access)
|
|
27851
28017
|
if service_log is not None:
|
|
27852
28018
|
pulumi.set(__self__, "service_log", service_log)
|
|
27853
28019
|
if static_ips is not None:
|
|
@@ -27903,6 +28069,22 @@ class GetFlinkFlinkUserConfigResult(dict):
|
|
|
27903
28069
|
"""
|
|
27904
28070
|
return pulumi.get(self, "number_of_task_slots")
|
|
27905
28071
|
|
|
28072
|
+
@property
|
|
28073
|
+
@pulumi.getter(name="pekkoAskTimeoutS")
|
|
28074
|
+
def pekko_ask_timeout_s(self) -> Optional[int]:
|
|
28075
|
+
"""
|
|
28076
|
+
Timeout in seconds used for all futures and blocking Pekko requests. Example: `10`.
|
|
28077
|
+
"""
|
|
28078
|
+
return pulumi.get(self, "pekko_ask_timeout_s")
|
|
28079
|
+
|
|
28080
|
+
@property
|
|
28081
|
+
@pulumi.getter(name="pekkoFramesizeB")
|
|
28082
|
+
def pekko_framesize_b(self) -> Optional[int]:
|
|
28083
|
+
"""
|
|
28084
|
+
Maximum size in bytes for messages exchanged between the JobManager and the TaskManagers. Example: `10485760`.
|
|
28085
|
+
"""
|
|
28086
|
+
return pulumi.get(self, "pekko_framesize_b")
|
|
28087
|
+
|
|
27906
28088
|
@property
|
|
27907
28089
|
@pulumi.getter(name="privatelinkAccess")
|
|
27908
28090
|
def privatelink_access(self) -> Optional['outputs.GetFlinkFlinkUserConfigPrivatelinkAccessResult']:
|
|
@@ -27911,6 +28093,14 @@ class GetFlinkFlinkUserConfigResult(dict):
|
|
|
27911
28093
|
"""
|
|
27912
28094
|
return pulumi.get(self, "privatelink_access")
|
|
27913
28095
|
|
|
28096
|
+
@property
|
|
28097
|
+
@pulumi.getter(name="publicAccess")
|
|
28098
|
+
def public_access(self) -> Optional['outputs.GetFlinkFlinkUserConfigPublicAccessResult']:
|
|
28099
|
+
"""
|
|
28100
|
+
Allow access to selected service ports from the public Internet
|
|
28101
|
+
"""
|
|
28102
|
+
return pulumi.get(self, "public_access")
|
|
28103
|
+
|
|
27914
28104
|
@property
|
|
27915
28105
|
@pulumi.getter(name="serviceLog")
|
|
27916
28106
|
def service_log(self) -> Optional[bool]:
|
|
@@ -27989,6 +28179,25 @@ class GetFlinkFlinkUserConfigPrivatelinkAccessResult(dict):
|
|
|
27989
28179
|
return pulumi.get(self, "prometheus")
|
|
27990
28180
|
|
|
27991
28181
|
|
|
28182
|
+
@pulumi.output_type
|
|
28183
|
+
class GetFlinkFlinkUserConfigPublicAccessResult(dict):
|
|
28184
|
+
def __init__(__self__, *,
|
|
28185
|
+
flink: Optional[bool] = None):
|
|
28186
|
+
"""
|
|
28187
|
+
:param bool flink: Allow clients to connect to flink from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
28188
|
+
"""
|
|
28189
|
+
if flink is not None:
|
|
28190
|
+
pulumi.set(__self__, "flink", flink)
|
|
28191
|
+
|
|
28192
|
+
@property
|
|
28193
|
+
@pulumi.getter
|
|
28194
|
+
def flink(self) -> Optional[bool]:
|
|
28195
|
+
"""
|
|
28196
|
+
Allow clients to connect to flink from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
28197
|
+
"""
|
|
28198
|
+
return pulumi.get(self, "flink")
|
|
28199
|
+
|
|
28200
|
+
|
|
27992
28201
|
@pulumi.output_type
|
|
27993
28202
|
class GetFlinkServiceIntegrationResult(dict):
|
|
27994
28203
|
def __init__(__self__, *,
|
|
@@ -31184,6 +31393,7 @@ class GetKafkaKafkaUserConfigResult(dict):
|
|
|
31184
31393
|
schema_registry: Optional[bool] = None,
|
|
31185
31394
|
schema_registry_config: Optional['outputs.GetKafkaKafkaUserConfigSchemaRegistryConfigResult'] = None,
|
|
31186
31395
|
service_log: Optional[bool] = None,
|
|
31396
|
+
single_zone: Optional['outputs.GetKafkaKafkaUserConfigSingleZoneResult'] = None,
|
|
31187
31397
|
static_ips: Optional[bool] = None,
|
|
31188
31398
|
tiered_storage: Optional['outputs.GetKafkaKafkaUserConfigTieredStorageResult'] = None):
|
|
31189
31399
|
"""
|
|
@@ -31210,6 +31420,7 @@ class GetKafkaKafkaUserConfigResult(dict):
|
|
|
31210
31420
|
:param bool schema_registry: Enable Schema-Registry service. Default: `false`.
|
|
31211
31421
|
:param 'GetKafkaKafkaUserConfigSchemaRegistryConfigArgs' schema_registry_config: Schema Registry configuration
|
|
31212
31422
|
:param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
31423
|
+
:param 'GetKafkaKafkaUserConfigSingleZoneArgs' single_zone: Single-zone configuration
|
|
31213
31424
|
:param bool static_ips: Use static public IP addresses.
|
|
31214
31425
|
:param 'GetKafkaKafkaUserConfigTieredStorageArgs' tiered_storage: Tiered storage configuration
|
|
31215
31426
|
"""
|
|
@@ -31261,6 +31472,8 @@ class GetKafkaKafkaUserConfigResult(dict):
|
|
|
31261
31472
|
pulumi.set(__self__, "schema_registry_config", schema_registry_config)
|
|
31262
31473
|
if service_log is not None:
|
|
31263
31474
|
pulumi.set(__self__, "service_log", service_log)
|
|
31475
|
+
if single_zone is not None:
|
|
31476
|
+
pulumi.set(__self__, "single_zone", single_zone)
|
|
31264
31477
|
if static_ips is not None:
|
|
31265
31478
|
pulumi.set(__self__, "static_ips", static_ips)
|
|
31266
31479
|
if tiered_storage is not None:
|
|
@@ -31457,6 +31670,14 @@ class GetKafkaKafkaUserConfigResult(dict):
|
|
|
31457
31670
|
"""
|
|
31458
31671
|
return pulumi.get(self, "service_log")
|
|
31459
31672
|
|
|
31673
|
+
@property
|
|
31674
|
+
@pulumi.getter(name="singleZone")
|
|
31675
|
+
def single_zone(self) -> Optional['outputs.GetKafkaKafkaUserConfigSingleZoneResult']:
|
|
31676
|
+
"""
|
|
31677
|
+
Single-zone configuration
|
|
31678
|
+
"""
|
|
31679
|
+
return pulumi.get(self, "single_zone")
|
|
31680
|
+
|
|
31460
31681
|
@property
|
|
31461
31682
|
@pulumi.getter(name="staticIps")
|
|
31462
31683
|
def static_ips(self) -> Optional[bool]:
|
|
@@ -32910,6 +33131,25 @@ class GetKafkaKafkaUserConfigSchemaRegistryConfigResult(dict):
|
|
|
32910
33131
|
return pulumi.get(self, "topic_name")
|
|
32911
33132
|
|
|
32912
33133
|
|
|
33134
|
+
@pulumi.output_type
|
|
33135
|
+
class GetKafkaKafkaUserConfigSingleZoneResult(dict):
|
|
33136
|
+
def __init__(__self__, *,
|
|
33137
|
+
enabled: Optional[bool] = None):
|
|
33138
|
+
"""
|
|
33139
|
+
:param bool enabled: Whether to allocate nodes on the same Availability Zone or spread across zones available. By default service nodes are spread across different AZs. The single AZ support is best-effort and may temporarily allocate nodes in different AZs e.g. in case of capacity limitations in one AZ.
|
|
33140
|
+
"""
|
|
33141
|
+
if enabled is not None:
|
|
33142
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
33143
|
+
|
|
33144
|
+
@property
|
|
33145
|
+
@pulumi.getter
|
|
33146
|
+
def enabled(self) -> Optional[bool]:
|
|
33147
|
+
"""
|
|
33148
|
+
Whether to allocate nodes on the same Availability Zone or spread across zones available. By default service nodes are spread across different AZs. The single AZ support is best-effort and may temporarily allocate nodes in different AZs e.g. in case of capacity limitations in one AZ.
|
|
33149
|
+
"""
|
|
33150
|
+
return pulumi.get(self, "enabled")
|
|
33151
|
+
|
|
33152
|
+
|
|
32913
33153
|
@pulumi.output_type
|
|
32914
33154
|
class GetKafkaKafkaUserConfigTieredStorageResult(dict):
|
|
32915
33155
|
def __init__(__self__, *,
|
|
@@ -35853,6 +36093,7 @@ class GetMySqlMysqlUserConfigMysqlResult(dict):
|
|
|
35853
36093
|
innodb_write_io_threads: Optional[int] = None,
|
|
35854
36094
|
interactive_timeout: Optional[int] = None,
|
|
35855
36095
|
internal_tmp_mem_storage_engine: Optional[str] = None,
|
|
36096
|
+
log_output: Optional[str] = None,
|
|
35856
36097
|
long_query_time: Optional[float] = None,
|
|
35857
36098
|
max_allowed_packet: Optional[int] = None,
|
|
35858
36099
|
max_heap_table_size: Optional[int] = None,
|
|
@@ -35884,13 +36125,14 @@ class GetMySqlMysqlUserConfigMysqlResult(dict):
|
|
|
35884
36125
|
:param int innodb_write_io_threads: The number of I/O threads for write operations in InnoDB. Default is 4. Changing this parameter will lead to a restart of the MySQL service. Example: `10`.
|
|
35885
36126
|
:param int interactive_timeout: The number of seconds the server waits for activity on an interactive connection before closing it. Example: `3600`.
|
|
35886
36127
|
:param str internal_tmp_mem_storage_engine: Enum: `TempTable`, `MEMORY`. The storage engine for in-memory internal temporary tables.
|
|
35887
|
-
:param
|
|
36128
|
+
:param str log_output: Enum: `INSIGHTS`, `NONE`, `TABLE`, `INSIGHTS,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.
|
|
36129
|
+
:param float long_query_time: The slow_query_logs work as SQL statements that take more than long_query_time seconds to execute. Example: `10`.
|
|
35888
36130
|
:param int max_allowed_packet: Size of the largest message in bytes that can be received by the server. Default is 67108864 (64M). Example: `67108864`.
|
|
35889
36131
|
:param int max_heap_table_size: Limits the size of internal in-memory tables. Also set tmp_table_size. Default is 16777216 (16M). Example: `16777216`.
|
|
35890
36132
|
:param 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`.
|
|
35891
36133
|
:param int net_read_timeout: The number of seconds to wait for more data from a connection before aborting the read. Example: `30`.
|
|
35892
36134
|
:param 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`.
|
|
35893
|
-
:param bool slow_query_log: Slow query log enables capturing of slow queries. Setting slow_query_log to false also truncates the mysql.slow_log table.
|
|
36135
|
+
:param bool slow_query_log: Slow query log enables capturing of slow queries. Setting slow_query_log to false also truncates the mysql.slow_log table.
|
|
35894
36136
|
:param int sort_buffer_size: Sort buffer size in bytes for ORDER BY optimization. Default is 262144 (256K). Example: `262144`.
|
|
35895
36137
|
:param 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`.
|
|
35896
36138
|
:param 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.
|
|
@@ -35933,6 +36175,8 @@ class GetMySqlMysqlUserConfigMysqlResult(dict):
|
|
|
35933
36175
|
pulumi.set(__self__, "interactive_timeout", interactive_timeout)
|
|
35934
36176
|
if internal_tmp_mem_storage_engine is not None:
|
|
35935
36177
|
pulumi.set(__self__, "internal_tmp_mem_storage_engine", internal_tmp_mem_storage_engine)
|
|
36178
|
+
if log_output is not None:
|
|
36179
|
+
pulumi.set(__self__, "log_output", log_output)
|
|
35936
36180
|
if long_query_time is not None:
|
|
35937
36181
|
pulumi.set(__self__, "long_query_time", long_query_time)
|
|
35938
36182
|
if max_allowed_packet is not None:
|
|
@@ -36102,11 +36346,19 @@ class GetMySqlMysqlUserConfigMysqlResult(dict):
|
|
|
36102
36346
|
"""
|
|
36103
36347
|
return pulumi.get(self, "internal_tmp_mem_storage_engine")
|
|
36104
36348
|
|
|
36349
|
+
@property
|
|
36350
|
+
@pulumi.getter(name="logOutput")
|
|
36351
|
+
def log_output(self) -> Optional[str]:
|
|
36352
|
+
"""
|
|
36353
|
+
Enum: `INSIGHTS`, `NONE`, `TABLE`, `INSIGHTS,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.
|
|
36354
|
+
"""
|
|
36355
|
+
return pulumi.get(self, "log_output")
|
|
36356
|
+
|
|
36105
36357
|
@property
|
|
36106
36358
|
@pulumi.getter(name="longQueryTime")
|
|
36107
36359
|
def long_query_time(self) -> Optional[float]:
|
|
36108
36360
|
"""
|
|
36109
|
-
The slow_query_logs work as SQL statements that take more than long_query_time seconds to execute.
|
|
36361
|
+
The slow_query_logs work as SQL statements that take more than long_query_time seconds to execute. Example: `10`.
|
|
36110
36362
|
"""
|
|
36111
36363
|
return pulumi.get(self, "long_query_time")
|
|
36112
36364
|
|
|
@@ -36154,7 +36406,7 @@ class GetMySqlMysqlUserConfigMysqlResult(dict):
|
|
|
36154
36406
|
@pulumi.getter(name="slowQueryLog")
|
|
36155
36407
|
def slow_query_log(self) -> Optional[bool]:
|
|
36156
36408
|
"""
|
|
36157
|
-
Slow query log enables capturing of slow queries. Setting slow_query_log to false also truncates the mysql.slow_log table.
|
|
36409
|
+
Slow query log enables capturing of slow queries. Setting slow_query_log to false also truncates the mysql.slow_log table.
|
|
36158
36410
|
"""
|
|
36159
36411
|
return pulumi.get(self, "slow_query_log")
|
|
36160
36412
|
|
|
@@ -36594,8 +36846,10 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
|
|
|
36594
36846
|
static_ips: Optional[bool] = None):
|
|
36595
36847
|
"""
|
|
36596
36848
|
:param str additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
36849
|
+
:param 'GetOpenSearchOpensearchUserConfigAzureMigrationArgs' azure_migration: Azure migration settings
|
|
36597
36850
|
:param str custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
|
|
36598
36851
|
:param 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 no longer be activated.
|
|
36852
|
+
:param 'GetOpenSearchOpensearchUserConfigGcsMigrationArgs' gcs_migration: Google Cloud Storage migration settings
|
|
36599
36853
|
:param Sequence['GetOpenSearchOpensearchUserConfigIndexPatternArgs'] index_patterns: Index patterns
|
|
36600
36854
|
:param 'GetOpenSearchOpensearchUserConfigIndexRollupArgs' index_rollup: Index rollup settings
|
|
36601
36855
|
:param 'GetOpenSearchOpensearchUserConfigIndexTemplateArgs' index_template: Template settings for all new indexes
|
|
@@ -36613,6 +36867,7 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
|
|
|
36613
36867
|
:param 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`.
|
|
36614
36868
|
:param 'GetOpenSearchOpensearchUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
|
|
36615
36869
|
:param str recovery_basebackup_name: Name of the basebackup to restore in forked service. Example: `backup-20191112t091354293891z`.
|
|
36870
|
+
:param 'GetOpenSearchOpensearchUserConfigS3MigrationArgs' s3_migration: AWS S3 / AWS S3 compatible migration settings
|
|
36616
36871
|
:param 'GetOpenSearchOpensearchUserConfigSamlArgs' saml: OpenSearch SAML configuration
|
|
36617
36872
|
:param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
36618
36873
|
:param str service_to_fork_from: Name of another service to fork from. This has effect only when a new service is being created. Example: `anotherservicename`.
|
|
@@ -36684,6 +36939,9 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
|
|
|
36684
36939
|
@property
|
|
36685
36940
|
@pulumi.getter(name="azureMigration")
|
|
36686
36941
|
def azure_migration(self) -> Optional['outputs.GetOpenSearchOpensearchUserConfigAzureMigrationResult']:
|
|
36942
|
+
"""
|
|
36943
|
+
Azure migration settings
|
|
36944
|
+
"""
|
|
36687
36945
|
return pulumi.get(self, "azure_migration")
|
|
36688
36946
|
|
|
36689
36947
|
@property
|
|
@@ -36705,6 +36963,9 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
|
|
|
36705
36963
|
@property
|
|
36706
36964
|
@pulumi.getter(name="gcsMigration")
|
|
36707
36965
|
def gcs_migration(self) -> Optional['outputs.GetOpenSearchOpensearchUserConfigGcsMigrationResult']:
|
|
36966
|
+
"""
|
|
36967
|
+
Google Cloud Storage migration settings
|
|
36968
|
+
"""
|
|
36708
36969
|
return pulumi.get(self, "gcs_migration")
|
|
36709
36970
|
|
|
36710
36971
|
@property
|
|
@@ -36847,6 +37108,9 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
|
|
|
36847
37108
|
@property
|
|
36848
37109
|
@pulumi.getter(name="s3Migration")
|
|
36849
37110
|
def s3_migration(self) -> Optional['outputs.GetOpenSearchOpensearchUserConfigS3MigrationResult']:
|
|
37111
|
+
"""
|
|
37112
|
+
AWS S3 / AWS S3 compatible migration settings
|
|
37113
|
+
"""
|
|
36850
37114
|
return pulumi.get(self, "s3_migration")
|
|
36851
37115
|
|
|
36852
37116
|
@property
|
|
@@ -43359,6 +43623,25 @@ class GetServiceIntegrationExternalOpensearchLogsUserConfigResult(dict):
|
|
|
43359
43623
|
return pulumi.get(self, "selected_log_fields")
|
|
43360
43624
|
|
|
43361
43625
|
|
|
43626
|
+
@pulumi.output_type
|
|
43627
|
+
class GetServiceIntegrationFlinkExternalPostgresqlUserConfigResult(dict):
|
|
43628
|
+
def __init__(__self__, *,
|
|
43629
|
+
stringtype: Optional[str] = None):
|
|
43630
|
+
"""
|
|
43631
|
+
:param str stringtype: Enum: `unspecified`. If stringtype is set to unspecified, parameters will be sent to the server as untyped values.
|
|
43632
|
+
"""
|
|
43633
|
+
if stringtype is not None:
|
|
43634
|
+
pulumi.set(__self__, "stringtype", stringtype)
|
|
43635
|
+
|
|
43636
|
+
@property
|
|
43637
|
+
@pulumi.getter
|
|
43638
|
+
def stringtype(self) -> Optional[str]:
|
|
43639
|
+
"""
|
|
43640
|
+
Enum: `unspecified`. If stringtype is set to unspecified, parameters will be sent to the server as untyped values.
|
|
43641
|
+
"""
|
|
43642
|
+
return pulumi.get(self, "stringtype")
|
|
43643
|
+
|
|
43644
|
+
|
|
43362
43645
|
@pulumi.output_type
|
|
43363
43646
|
class GetServiceIntegrationKafkaConnectUserConfigResult(dict):
|
|
43364
43647
|
def __init__(__self__, *,
|
|
@@ -44290,23 +44573,17 @@ class GetThanosThanoResult(dict):
|
|
|
44290
44573
|
def __init__(__self__, *,
|
|
44291
44574
|
query_frontend_uri: str,
|
|
44292
44575
|
query_uri: str,
|
|
44293
|
-
receiver_ingesting_remote_write_uri: str,
|
|
44294
44576
|
receiver_remote_write_uri: str,
|
|
44295
|
-
store_uri: str,
|
|
44296
44577
|
uris: Sequence[str]):
|
|
44297
44578
|
"""
|
|
44298
44579
|
:param str query_frontend_uri: Query frontend URI.
|
|
44299
44580
|
:param str query_uri: Query URI.
|
|
44300
|
-
:param str receiver_ingesting_remote_write_uri: Receiver ingesting remote write URI.
|
|
44301
44581
|
:param str receiver_remote_write_uri: Receiver remote write URI.
|
|
44302
|
-
:param str store_uri: Store URI.
|
|
44303
44582
|
:param Sequence[str] uris: Thanos server URIs.
|
|
44304
44583
|
"""
|
|
44305
44584
|
pulumi.set(__self__, "query_frontend_uri", query_frontend_uri)
|
|
44306
44585
|
pulumi.set(__self__, "query_uri", query_uri)
|
|
44307
|
-
pulumi.set(__self__, "receiver_ingesting_remote_write_uri", receiver_ingesting_remote_write_uri)
|
|
44308
44586
|
pulumi.set(__self__, "receiver_remote_write_uri", receiver_remote_write_uri)
|
|
44309
|
-
pulumi.set(__self__, "store_uri", store_uri)
|
|
44310
44587
|
pulumi.set(__self__, "uris", uris)
|
|
44311
44588
|
|
|
44312
44589
|
@property
|
|
@@ -44325,14 +44602,6 @@ class GetThanosThanoResult(dict):
|
|
|
44325
44602
|
"""
|
|
44326
44603
|
return pulumi.get(self, "query_uri")
|
|
44327
44604
|
|
|
44328
|
-
@property
|
|
44329
|
-
@pulumi.getter(name="receiverIngestingRemoteWriteUri")
|
|
44330
|
-
def receiver_ingesting_remote_write_uri(self) -> str:
|
|
44331
|
-
"""
|
|
44332
|
-
Receiver ingesting remote write URI.
|
|
44333
|
-
"""
|
|
44334
|
-
return pulumi.get(self, "receiver_ingesting_remote_write_uri")
|
|
44335
|
-
|
|
44336
44605
|
@property
|
|
44337
44606
|
@pulumi.getter(name="receiverRemoteWriteUri")
|
|
44338
44607
|
def receiver_remote_write_uri(self) -> str:
|
|
@@ -44341,15 +44610,6 @@ class GetThanosThanoResult(dict):
|
|
|
44341
44610
|
"""
|
|
44342
44611
|
return pulumi.get(self, "receiver_remote_write_uri")
|
|
44343
44612
|
|
|
44344
|
-
@property
|
|
44345
|
-
@pulumi.getter(name="storeUri")
|
|
44346
|
-
@_utilities.deprecated("""This field was added by mistake and has never worked. It will be removed in future versions.""")
|
|
44347
|
-
def store_uri(self) -> str:
|
|
44348
|
-
"""
|
|
44349
|
-
Store URI.
|
|
44350
|
-
"""
|
|
44351
|
-
return pulumi.get(self, "store_uri")
|
|
44352
|
-
|
|
44353
44613
|
@property
|
|
44354
44614
|
@pulumi.getter
|
|
44355
44615
|
def uris(self) -> Sequence[str]:
|
|
@@ -44556,6 +44816,7 @@ class GetThanosThanosUserConfigPublicAccessResult(dict):
|
|
|
44556
44816
|
query_frontend: Optional[bool] = None,
|
|
44557
44817
|
receiver_ingesting: Optional[bool] = None,
|
|
44558
44818
|
receiver_routing: Optional[bool] = None,
|
|
44819
|
+
ruler: Optional[bool] = None,
|
|
44559
44820
|
store: Optional[bool] = None):
|
|
44560
44821
|
"""
|
|
44561
44822
|
:param bool compactor: Allow clients to connect to compactor from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
@@ -44563,6 +44824,7 @@ class GetThanosThanosUserConfigPublicAccessResult(dict):
|
|
|
44563
44824
|
:param bool query_frontend: Allow clients to connect to query_frontend from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
44564
44825
|
:param bool receiver_ingesting: Allow clients to connect to receiver_ingesting from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
44565
44826
|
:param bool receiver_routing: Allow clients to connect to receiver_routing from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
44827
|
+
:param bool ruler: Allow clients to connect to ruler from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
44566
44828
|
:param bool store: Allow clients to connect to store from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
44567
44829
|
"""
|
|
44568
44830
|
if compactor is not None:
|
|
@@ -44575,6 +44837,8 @@ class GetThanosThanosUserConfigPublicAccessResult(dict):
|
|
|
44575
44837
|
pulumi.set(__self__, "receiver_ingesting", receiver_ingesting)
|
|
44576
44838
|
if receiver_routing is not None:
|
|
44577
44839
|
pulumi.set(__self__, "receiver_routing", receiver_routing)
|
|
44840
|
+
if ruler is not None:
|
|
44841
|
+
pulumi.set(__self__, "ruler", ruler)
|
|
44578
44842
|
if store is not None:
|
|
44579
44843
|
pulumi.set(__self__, "store", store)
|
|
44580
44844
|
|
|
@@ -44618,6 +44882,14 @@ class GetThanosThanosUserConfigPublicAccessResult(dict):
|
|
|
44618
44882
|
"""
|
|
44619
44883
|
return pulumi.get(self, "receiver_routing")
|
|
44620
44884
|
|
|
44885
|
+
@property
|
|
44886
|
+
@pulumi.getter
|
|
44887
|
+
def ruler(self) -> Optional[bool]:
|
|
44888
|
+
"""
|
|
44889
|
+
Allow clients to connect to ruler from the public internet for service nodes that are in a project VPC or another type of private network.
|
|
44890
|
+
"""
|
|
44891
|
+
return pulumi.get(self, "ruler")
|
|
44892
|
+
|
|
44621
44893
|
@property
|
|
44622
44894
|
@pulumi.getter
|
|
44623
44895
|
def store(self) -> Optional[bool]:
|