pulumi-aiven 6.26.0__py3-none-any.whl → 6.26.0a1727846056__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 +0 -1
- pulumi_aiven/_inputs.py +42 -202
- pulumi_aiven/account_team_project.py +7 -7
- pulumi_aiven/cassandra.py +2 -7
- pulumi_aiven/clickhouse.py +1 -6
- pulumi_aiven/dragonfly.py +2 -7
- pulumi_aiven/flink.py +2 -7
- pulumi_aiven/get_account_team_project.py +1 -1
- pulumi_aiven/get_project_user.py +1 -1
- pulumi_aiven/get_service_integration.py +4 -17
- pulumi_aiven/get_thanos.py +6 -0
- pulumi_aiven/grafana.py +2 -7
- pulumi_aiven/influx_db.py +2 -7
- pulumi_aiven/kafka.py +2 -7
- pulumi_aiven/kafka_connect.py +2 -7
- pulumi_aiven/kafka_mirror_maker.py +2 -7
- pulumi_aiven/m3_aggregator.py +2 -7
- pulumi_aiven/m3_db.py +2 -7
- pulumi_aiven/my_sql.py +2 -7
- pulumi_aiven/open_search.py +2 -7
- pulumi_aiven/organization_group_project.py +7 -7
- pulumi_aiven/outputs.py +62 -334
- pulumi_aiven/pg.py +2 -7
- pulumi_aiven/project_user.py +7 -7
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +2 -7
- pulumi_aiven/service_integration.py +7 -54
- pulumi_aiven/static_ip.py +2 -2
- pulumi_aiven/thanos.py +8 -7
- pulumi_aiven/valkey.py +2 -7
- {pulumi_aiven-6.26.0.dist-info → pulumi_aiven-6.26.0a1727846056.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.26.0.dist-info → pulumi_aiven-6.26.0a1727846056.dist-info}/RECORD +34 -35
- pulumi_aiven/get_external_identity.py +0 -146
- {pulumi_aiven-6.26.0.dist-info → pulumi_aiven-6.26.0a1727846056.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.26.0.dist-info → pulumi_aiven-6.26.0a1727846056.dist-info}/top_level.txt +0 -0
pulumi_aiven/outputs.py
CHANGED
|
@@ -52,7 +52,6 @@ __all__ = [
|
|
|
52
52
|
'FlinkFlinkUserConfig',
|
|
53
53
|
'FlinkFlinkUserConfigIpFilterObject',
|
|
54
54
|
'FlinkFlinkUserConfigPrivatelinkAccess',
|
|
55
|
-
'FlinkFlinkUserConfigPublicAccess',
|
|
56
55
|
'FlinkServiceIntegration',
|
|
57
56
|
'FlinkTag',
|
|
58
57
|
'FlinkTechEmail',
|
|
@@ -116,7 +115,6 @@ __all__ = [
|
|
|
116
115
|
'KafkaKafkaUserConfigPrivatelinkAccess',
|
|
117
116
|
'KafkaKafkaUserConfigPublicAccess',
|
|
118
117
|
'KafkaKafkaUserConfigSchemaRegistryConfig',
|
|
119
|
-
'KafkaKafkaUserConfigSingleZone',
|
|
120
118
|
'KafkaKafkaUserConfigTieredStorage',
|
|
121
119
|
'KafkaKafkaUserConfigTieredStorageLocalCache',
|
|
122
120
|
'KafkaMirrorMakerComponent',
|
|
@@ -260,7 +258,6 @@ __all__ = [
|
|
|
260
258
|
'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetric',
|
|
261
259
|
'ServiceIntegrationExternalElasticsearchLogsUserConfig',
|
|
262
260
|
'ServiceIntegrationExternalOpensearchLogsUserConfig',
|
|
263
|
-
'ServiceIntegrationFlinkExternalPostgresqlUserConfig',
|
|
264
261
|
'ServiceIntegrationKafkaConnectUserConfig',
|
|
265
262
|
'ServiceIntegrationKafkaConnectUserConfigKafkaConnect',
|
|
266
263
|
'ServiceIntegrationKafkaLogsUserConfig',
|
|
@@ -344,7 +341,6 @@ __all__ = [
|
|
|
344
341
|
'GetFlinkFlinkUserConfigResult',
|
|
345
342
|
'GetFlinkFlinkUserConfigIpFilterObjectResult',
|
|
346
343
|
'GetFlinkFlinkUserConfigPrivatelinkAccessResult',
|
|
347
|
-
'GetFlinkFlinkUserConfigPublicAccessResult',
|
|
348
344
|
'GetFlinkServiceIntegrationResult',
|
|
349
345
|
'GetFlinkTagResult',
|
|
350
346
|
'GetFlinkTechEmailResult',
|
|
@@ -408,7 +404,6 @@ __all__ = [
|
|
|
408
404
|
'GetKafkaKafkaUserConfigPrivatelinkAccessResult',
|
|
409
405
|
'GetKafkaKafkaUserConfigPublicAccessResult',
|
|
410
406
|
'GetKafkaKafkaUserConfigSchemaRegistryConfigResult',
|
|
411
|
-
'GetKafkaKafkaUserConfigSingleZoneResult',
|
|
412
407
|
'GetKafkaKafkaUserConfigTieredStorageResult',
|
|
413
408
|
'GetKafkaKafkaUserConfigTieredStorageLocalCacheResult',
|
|
414
409
|
'GetKafkaMirrorMakerComponentResult',
|
|
@@ -548,7 +543,6 @@ __all__ = [
|
|
|
548
543
|
'GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetricResult',
|
|
549
544
|
'GetServiceIntegrationExternalElasticsearchLogsUserConfigResult',
|
|
550
545
|
'GetServiceIntegrationExternalOpensearchLogsUserConfigResult',
|
|
551
|
-
'GetServiceIntegrationFlinkExternalPostgresqlUserConfigResult',
|
|
552
546
|
'GetServiceIntegrationKafkaConnectUserConfigResult',
|
|
553
547
|
'GetServiceIntegrationKafkaConnectUserConfigKafkaConnectResult',
|
|
554
548
|
'GetServiceIntegrationKafkaLogsUserConfigResult',
|
|
@@ -1353,8 +1347,6 @@ class ClickhouseClickhouseUserConfig(dict):
|
|
|
1353
1347
|
suggest = "project_to_fork_from"
|
|
1354
1348
|
elif key == "publicAccess":
|
|
1355
1349
|
suggest = "public_access"
|
|
1356
|
-
elif key == "recoveryBasebackupName":
|
|
1357
|
-
suggest = "recovery_basebackup_name"
|
|
1358
1350
|
elif key == "serviceLog":
|
|
1359
1351
|
suggest = "service_log"
|
|
1360
1352
|
elif key == "serviceToForkFrom":
|
|
@@ -1382,7 +1374,6 @@ class ClickhouseClickhouseUserConfig(dict):
|
|
|
1382
1374
|
privatelink_access: Optional['outputs.ClickhouseClickhouseUserConfigPrivatelinkAccess'] = None,
|
|
1383
1375
|
project_to_fork_from: Optional[str] = None,
|
|
1384
1376
|
public_access: Optional['outputs.ClickhouseClickhouseUserConfigPublicAccess'] = None,
|
|
1385
|
-
recovery_basebackup_name: Optional[str] = None,
|
|
1386
1377
|
service_log: Optional[bool] = None,
|
|
1387
1378
|
service_to_fork_from: Optional[str] = None,
|
|
1388
1379
|
static_ips: Optional[bool] = None):
|
|
@@ -1395,7 +1386,6 @@ class ClickhouseClickhouseUserConfig(dict):
|
|
|
1395
1386
|
:param 'ClickhouseClickhouseUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
|
|
1396
1387
|
: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`.
|
|
1397
1388
|
: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`.
|
|
1399
1389
|
:param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
1400
1390
|
: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`.
|
|
1401
1391
|
:param bool static_ips: Use static public IP addresses.
|
|
@@ -1416,8 +1406,6 @@ class ClickhouseClickhouseUserConfig(dict):
|
|
|
1416
1406
|
pulumi.set(__self__, "project_to_fork_from", project_to_fork_from)
|
|
1417
1407
|
if public_access is not None:
|
|
1418
1408
|
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)
|
|
1421
1409
|
if service_log is not None:
|
|
1422
1410
|
pulumi.set(__self__, "service_log", service_log)
|
|
1423
1411
|
if service_to_fork_from is not None:
|
|
@@ -1491,14 +1479,6 @@ class ClickhouseClickhouseUserConfig(dict):
|
|
|
1491
1479
|
"""
|
|
1492
1480
|
return pulumi.get(self, "public_access")
|
|
1493
1481
|
|
|
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
|
-
|
|
1502
1482
|
@property
|
|
1503
1483
|
@pulumi.getter(name="serviceLog")
|
|
1504
1484
|
def service_log(self) -> Optional[bool]:
|
|
@@ -3145,14 +3125,8 @@ class FlinkFlinkUserConfig(dict):
|
|
|
3145
3125
|
suggest = "ip_filters"
|
|
3146
3126
|
elif key == "numberOfTaskSlots":
|
|
3147
3127
|
suggest = "number_of_task_slots"
|
|
3148
|
-
elif key == "pekkoAskTimeoutS":
|
|
3149
|
-
suggest = "pekko_ask_timeout_s"
|
|
3150
|
-
elif key == "pekkoFramesizeB":
|
|
3151
|
-
suggest = "pekko_framesize_b"
|
|
3152
3128
|
elif key == "privatelinkAccess":
|
|
3153
3129
|
suggest = "privatelink_access"
|
|
3154
|
-
elif key == "publicAccess":
|
|
3155
|
-
suggest = "public_access"
|
|
3156
3130
|
elif key == "serviceLog":
|
|
3157
3131
|
suggest = "service_log"
|
|
3158
3132
|
elif key == "staticIps":
|
|
@@ -3176,10 +3150,7 @@ class FlinkFlinkUserConfig(dict):
|
|
|
3176
3150
|
ip_filter_strings: Optional[Sequence[str]] = None,
|
|
3177
3151
|
ip_filters: Optional[Sequence[str]] = None,
|
|
3178
3152
|
number_of_task_slots: Optional[int] = None,
|
|
3179
|
-
pekko_ask_timeout_s: Optional[int] = None,
|
|
3180
|
-
pekko_framesize_b: Optional[int] = None,
|
|
3181
3153
|
privatelink_access: Optional['outputs.FlinkFlinkUserConfigPrivatelinkAccess'] = None,
|
|
3182
|
-
public_access: Optional['outputs.FlinkFlinkUserConfigPublicAccess'] = None,
|
|
3183
3154
|
service_log: Optional[bool] = None,
|
|
3184
3155
|
static_ips: Optional[bool] = None):
|
|
3185
3156
|
"""
|
|
@@ -3189,10 +3160,7 @@ class FlinkFlinkUserConfig(dict):
|
|
|
3189
3160
|
:param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
3190
3161
|
:param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
3191
3162
|
: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`.
|
|
3194
3163
|
: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
|
|
3196
3164
|
:param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
3197
3165
|
:param bool static_ips: Use static public IP addresses.
|
|
3198
3166
|
"""
|
|
@@ -3208,14 +3176,8 @@ class FlinkFlinkUserConfig(dict):
|
|
|
3208
3176
|
pulumi.set(__self__, "ip_filters", ip_filters)
|
|
3209
3177
|
if number_of_task_slots is not None:
|
|
3210
3178
|
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)
|
|
3215
3179
|
if privatelink_access is not None:
|
|
3216
3180
|
pulumi.set(__self__, "privatelink_access", privatelink_access)
|
|
3217
|
-
if public_access is not None:
|
|
3218
|
-
pulumi.set(__self__, "public_access", public_access)
|
|
3219
3181
|
if service_log is not None:
|
|
3220
3182
|
pulumi.set(__self__, "service_log", service_log)
|
|
3221
3183
|
if static_ips is not None:
|
|
@@ -3271,22 +3233,6 @@ class FlinkFlinkUserConfig(dict):
|
|
|
3271
3233
|
"""
|
|
3272
3234
|
return pulumi.get(self, "number_of_task_slots")
|
|
3273
3235
|
|
|
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
|
-
|
|
3290
3236
|
@property
|
|
3291
3237
|
@pulumi.getter(name="privatelinkAccess")
|
|
3292
3238
|
def privatelink_access(self) -> Optional['outputs.FlinkFlinkUserConfigPrivatelinkAccess']:
|
|
@@ -3295,14 +3241,6 @@ class FlinkFlinkUserConfig(dict):
|
|
|
3295
3241
|
"""
|
|
3296
3242
|
return pulumi.get(self, "privatelink_access")
|
|
3297
3243
|
|
|
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
|
-
|
|
3306
3244
|
@property
|
|
3307
3245
|
@pulumi.getter(name="serviceLog")
|
|
3308
3246
|
def service_log(self) -> Optional[bool]:
|
|
@@ -3381,25 +3319,6 @@ class FlinkFlinkUserConfigPrivatelinkAccess(dict):
|
|
|
3381
3319
|
return pulumi.get(self, "prometheus")
|
|
3382
3320
|
|
|
3383
3321
|
|
|
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
|
-
|
|
3403
3322
|
@pulumi.output_type
|
|
3404
3323
|
class FlinkServiceIntegration(dict):
|
|
3405
3324
|
@staticmethod
|
|
@@ -7424,8 +7343,6 @@ class KafkaKafkaUserConfig(dict):
|
|
|
7424
7343
|
suggest = "schema_registry_config"
|
|
7425
7344
|
elif key == "serviceLog":
|
|
7426
7345
|
suggest = "service_log"
|
|
7427
|
-
elif key == "singleZone":
|
|
7428
|
-
suggest = "single_zone"
|
|
7429
7346
|
elif key == "staticIps":
|
|
7430
7347
|
suggest = "static_ips"
|
|
7431
7348
|
elif key == "tieredStorage":
|
|
@@ -7467,7 +7384,6 @@ class KafkaKafkaUserConfig(dict):
|
|
|
7467
7384
|
schema_registry: Optional[bool] = None,
|
|
7468
7385
|
schema_registry_config: Optional['outputs.KafkaKafkaUserConfigSchemaRegistryConfig'] = None,
|
|
7469
7386
|
service_log: Optional[bool] = None,
|
|
7470
|
-
single_zone: Optional['outputs.KafkaKafkaUserConfigSingleZone'] = None,
|
|
7471
7387
|
static_ips: Optional[bool] = None,
|
|
7472
7388
|
tiered_storage: Optional['outputs.KafkaKafkaUserConfigTieredStorage'] = None):
|
|
7473
7389
|
"""
|
|
@@ -7494,7 +7410,6 @@ class KafkaKafkaUserConfig(dict):
|
|
|
7494
7410
|
:param bool schema_registry: Enable Schema-Registry service. Default: `false`.
|
|
7495
7411
|
:param 'KafkaKafkaUserConfigSchemaRegistryConfigArgs' schema_registry_config: Schema Registry configuration
|
|
7496
7412
|
: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
|
|
7498
7413
|
:param bool static_ips: Use static public IP addresses.
|
|
7499
7414
|
:param 'KafkaKafkaUserConfigTieredStorageArgs' tiered_storage: Tiered storage configuration
|
|
7500
7415
|
"""
|
|
@@ -7546,8 +7461,6 @@ class KafkaKafkaUserConfig(dict):
|
|
|
7546
7461
|
pulumi.set(__self__, "schema_registry_config", schema_registry_config)
|
|
7547
7462
|
if service_log is not None:
|
|
7548
7463
|
pulumi.set(__self__, "service_log", service_log)
|
|
7549
|
-
if single_zone is not None:
|
|
7550
|
-
pulumi.set(__self__, "single_zone", single_zone)
|
|
7551
7464
|
if static_ips is not None:
|
|
7552
7465
|
pulumi.set(__self__, "static_ips", static_ips)
|
|
7553
7466
|
if tiered_storage is not None:
|
|
@@ -7744,14 +7657,6 @@ class KafkaKafkaUserConfig(dict):
|
|
|
7744
7657
|
"""
|
|
7745
7658
|
return pulumi.get(self, "service_log")
|
|
7746
7659
|
|
|
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
|
-
|
|
7755
7660
|
@property
|
|
7756
7661
|
@pulumi.getter(name="staticIps")
|
|
7757
7662
|
def static_ips(self) -> Optional[bool]:
|
|
@@ -9541,25 +9446,6 @@ class KafkaKafkaUserConfigSchemaRegistryConfig(dict):
|
|
|
9541
9446
|
return pulumi.get(self, "topic_name")
|
|
9542
9447
|
|
|
9543
9448
|
|
|
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
|
-
|
|
9563
9449
|
@pulumi.output_type
|
|
9564
9450
|
class KafkaKafkaUserConfigTieredStorage(dict):
|
|
9565
9451
|
@staticmethod
|
|
@@ -13232,8 +13118,6 @@ class MySqlMysqlUserConfigMysql(dict):
|
|
|
13232
13118
|
suggest = "interactive_timeout"
|
|
13233
13119
|
elif key == "internalTmpMemStorageEngine":
|
|
13234
13120
|
suggest = "internal_tmp_mem_storage_engine"
|
|
13235
|
-
elif key == "logOutput":
|
|
13236
|
-
suggest = "log_output"
|
|
13237
13121
|
elif key == "longQueryTime":
|
|
13238
13122
|
suggest = "long_query_time"
|
|
13239
13123
|
elif key == "maxAllowedPacket":
|
|
@@ -13289,7 +13173,6 @@ class MySqlMysqlUserConfigMysql(dict):
|
|
|
13289
13173
|
innodb_write_io_threads: Optional[int] = None,
|
|
13290
13174
|
interactive_timeout: Optional[int] = None,
|
|
13291
13175
|
internal_tmp_mem_storage_engine: Optional[str] = None,
|
|
13292
|
-
log_output: Optional[str] = None,
|
|
13293
13176
|
long_query_time: Optional[float] = None,
|
|
13294
13177
|
max_allowed_packet: Optional[int] = None,
|
|
13295
13178
|
max_heap_table_size: Optional[int] = None,
|
|
@@ -13321,14 +13204,13 @@ class MySqlMysqlUserConfigMysql(dict):
|
|
|
13321
13204
|
: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`.
|
|
13322
13205
|
:param int interactive_timeout: The number of seconds the server waits for activity on an interactive connection before closing it. Example: `3600`.
|
|
13323
13206
|
:param str internal_tmp_mem_storage_engine: Enum: `TempTable`, `MEMORY`. The storage engine for in-memory internal temporary tables.
|
|
13324
|
-
:param
|
|
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`.
|
|
13207
|
+
:param float long_query_time: The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Default is 10s. Example: `10`.
|
|
13326
13208
|
: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`.
|
|
13327
13209
|
: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`.
|
|
13328
13210
|
: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`.
|
|
13329
13211
|
:param int net_read_timeout: The number of seconds to wait for more data from a connection before aborting the read. Example: `30`.
|
|
13330
13212
|
: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`.
|
|
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.
|
|
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. Default is off.
|
|
13332
13214
|
:param int sort_buffer_size: Sort buffer size in bytes for ORDER BY optimization. Default is 262144 (256K). Example: `262144`.
|
|
13333
13215
|
: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`.
|
|
13334
13216
|
: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.
|
|
@@ -13371,8 +13253,6 @@ class MySqlMysqlUserConfigMysql(dict):
|
|
|
13371
13253
|
pulumi.set(__self__, "interactive_timeout", interactive_timeout)
|
|
13372
13254
|
if internal_tmp_mem_storage_engine is not None:
|
|
13373
13255
|
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)
|
|
13376
13256
|
if long_query_time is not None:
|
|
13377
13257
|
pulumi.set(__self__, "long_query_time", long_query_time)
|
|
13378
13258
|
if max_allowed_packet is not None:
|
|
@@ -13542,19 +13422,11 @@ class MySqlMysqlUserConfigMysql(dict):
|
|
|
13542
13422
|
"""
|
|
13543
13423
|
return pulumi.get(self, "internal_tmp_mem_storage_engine")
|
|
13544
13424
|
|
|
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
|
-
|
|
13553
13425
|
@property
|
|
13554
13426
|
@pulumi.getter(name="longQueryTime")
|
|
13555
13427
|
def long_query_time(self) -> Optional[float]:
|
|
13556
13428
|
"""
|
|
13557
|
-
The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10`.
|
|
13429
|
+
The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Default is 10s. Example: `10`.
|
|
13558
13430
|
"""
|
|
13559
13431
|
return pulumi.get(self, "long_query_time")
|
|
13560
13432
|
|
|
@@ -13602,7 +13474,7 @@ class MySqlMysqlUserConfigMysql(dict):
|
|
|
13602
13474
|
@pulumi.getter(name="slowQueryLog")
|
|
13603
13475
|
def slow_query_log(self) -> Optional[bool]:
|
|
13604
13476
|
"""
|
|
13605
|
-
Slow query log enables capturing of slow queries. Setting slow*query*log to false also truncates the mysql.slow_log table.
|
|
13477
|
+
Slow query log enables capturing of slow queries. Setting slow*query*log to false also truncates the mysql.slow_log table. Default is off.
|
|
13606
13478
|
"""
|
|
13607
13479
|
return pulumi.get(self, "slow_query_log")
|
|
13608
13480
|
|
|
@@ -14175,10 +14047,8 @@ class OpenSearchOpensearchUserConfig(dict):
|
|
|
14175
14047
|
static_ips: Optional[bool] = None):
|
|
14176
14048
|
"""
|
|
14177
14049
|
:param str additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
14178
|
-
:param 'OpenSearchOpensearchUserConfigAzureMigrationArgs' azure_migration: Azure migration settings
|
|
14179
14050
|
:param str custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
|
|
14180
14051
|
: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
|
|
14182
14052
|
:param Sequence['OpenSearchOpensearchUserConfigIndexPatternArgs'] index_patterns: Index patterns
|
|
14183
14053
|
:param 'OpenSearchOpensearchUserConfigIndexRollupArgs' index_rollup: Index rollup settings
|
|
14184
14054
|
:param 'OpenSearchOpensearchUserConfigIndexTemplateArgs' index_template: Template settings for all new indexes
|
|
@@ -14196,7 +14066,6 @@ class OpenSearchOpensearchUserConfig(dict):
|
|
|
14196
14066
|
: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`.
|
|
14197
14067
|
:param 'OpenSearchOpensearchUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
|
|
14198
14068
|
: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
|
|
14200
14069
|
:param 'OpenSearchOpensearchUserConfigSamlArgs' saml: OpenSearch SAML configuration
|
|
14201
14070
|
:param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
14202
14071
|
: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`.
|
|
@@ -14268,9 +14137,6 @@ class OpenSearchOpensearchUserConfig(dict):
|
|
|
14268
14137
|
@property
|
|
14269
14138
|
@pulumi.getter(name="azureMigration")
|
|
14270
14139
|
def azure_migration(self) -> Optional['outputs.OpenSearchOpensearchUserConfigAzureMigration']:
|
|
14271
|
-
"""
|
|
14272
|
-
Azure migration settings
|
|
14273
|
-
"""
|
|
14274
14140
|
return pulumi.get(self, "azure_migration")
|
|
14275
14141
|
|
|
14276
14142
|
@property
|
|
@@ -14292,9 +14158,6 @@ class OpenSearchOpensearchUserConfig(dict):
|
|
|
14292
14158
|
@property
|
|
14293
14159
|
@pulumi.getter(name="gcsMigration")
|
|
14294
14160
|
def gcs_migration(self) -> Optional['outputs.OpenSearchOpensearchUserConfigGcsMigration']:
|
|
14295
|
-
"""
|
|
14296
|
-
Google Cloud Storage migration settings
|
|
14297
|
-
"""
|
|
14298
14161
|
return pulumi.get(self, "gcs_migration")
|
|
14299
14162
|
|
|
14300
14163
|
@property
|
|
@@ -14437,9 +14300,6 @@ class OpenSearchOpensearchUserConfig(dict):
|
|
|
14437
14300
|
@property
|
|
14438
14301
|
@pulumi.getter(name="s3Migration")
|
|
14439
14302
|
def s3_migration(self) -> Optional['outputs.OpenSearchOpensearchUserConfigS3Migration']:
|
|
14440
|
-
"""
|
|
14441
|
-
AWS S3 / AWS S3 compatible migration settings
|
|
14442
|
-
"""
|
|
14443
14303
|
return pulumi.get(self, "s3_migration")
|
|
14444
14304
|
|
|
14445
14305
|
@property
|
|
@@ -16767,7 +16627,7 @@ class OrganizationPermissionPermission(dict):
|
|
|
16767
16627
|
create_time: Optional[str] = None,
|
|
16768
16628
|
update_time: Optional[str] = None):
|
|
16769
16629
|
"""
|
|
16770
|
-
:param Sequence[str] permissions: List of permissions. The possible values are `admin`, `developer`, `operator
|
|
16630
|
+
:param Sequence[str] permissions: List of permissions. The possible values are `admin`, `developer`, `operator` and `read_only`.
|
|
16771
16631
|
:param str principal_id: ID of the user or group.
|
|
16772
16632
|
:param str principal_type: The type of principal. The possible values are `user` and `user_group`.
|
|
16773
16633
|
:param str create_time: Time created.
|
|
@@ -16785,7 +16645,7 @@ class OrganizationPermissionPermission(dict):
|
|
|
16785
16645
|
@pulumi.getter
|
|
16786
16646
|
def permissions(self) -> Sequence[str]:
|
|
16787
16647
|
"""
|
|
16788
|
-
List of permissions. The possible values are `admin`, `developer`, `operator
|
|
16648
|
+
List of permissions. The possible values are `admin`, `developer`, `operator` and `read_only`.
|
|
16789
16649
|
"""
|
|
16790
16650
|
return pulumi.get(self, "permissions")
|
|
16791
16651
|
|
|
@@ -22749,25 +22609,6 @@ class ServiceIntegrationExternalOpensearchLogsUserConfig(dict):
|
|
|
22749
22609
|
return pulumi.get(self, "selected_log_fields")
|
|
22750
22610
|
|
|
22751
22611
|
|
|
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
|
-
|
|
22771
22612
|
@pulumi.output_type
|
|
22772
22613
|
class ServiceIntegrationKafkaConnectUserConfig(dict):
|
|
22773
22614
|
@staticmethod
|
|
@@ -24003,8 +23844,12 @@ class ThanosThanos(dict):
|
|
|
24003
23844
|
suggest = "query_frontend_uri"
|
|
24004
23845
|
elif key == "queryUri":
|
|
24005
23846
|
suggest = "query_uri"
|
|
23847
|
+
elif key == "receiverIngestingRemoteWriteUri":
|
|
23848
|
+
suggest = "receiver_ingesting_remote_write_uri"
|
|
24006
23849
|
elif key == "receiverRemoteWriteUri":
|
|
24007
23850
|
suggest = "receiver_remote_write_uri"
|
|
23851
|
+
elif key == "storeUri":
|
|
23852
|
+
suggest = "store_uri"
|
|
24008
23853
|
|
|
24009
23854
|
if suggest:
|
|
24010
23855
|
pulumi.log.warn(f"Key '{key}' not found in ThanosThanos. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -24020,20 +23865,28 @@ class ThanosThanos(dict):
|
|
|
24020
23865
|
def __init__(__self__, *,
|
|
24021
23866
|
query_frontend_uri: Optional[str] = None,
|
|
24022
23867
|
query_uri: Optional[str] = None,
|
|
23868
|
+
receiver_ingesting_remote_write_uri: Optional[str] = None,
|
|
24023
23869
|
receiver_remote_write_uri: Optional[str] = None,
|
|
23870
|
+
store_uri: Optional[str] = None,
|
|
24024
23871
|
uris: Optional[Sequence[str]] = None):
|
|
24025
23872
|
"""
|
|
24026
23873
|
:param str query_frontend_uri: Query frontend URI.
|
|
24027
23874
|
:param str query_uri: Query URI.
|
|
23875
|
+
:param str receiver_ingesting_remote_write_uri: Receiver ingesting remote write URI.
|
|
24028
23876
|
:param str receiver_remote_write_uri: Receiver remote write URI.
|
|
23877
|
+
:param str store_uri: Store URI.
|
|
24029
23878
|
:param Sequence[str] uris: Thanos server URIs.
|
|
24030
23879
|
"""
|
|
24031
23880
|
if query_frontend_uri is not None:
|
|
24032
23881
|
pulumi.set(__self__, "query_frontend_uri", query_frontend_uri)
|
|
24033
23882
|
if query_uri is not None:
|
|
24034
23883
|
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)
|
|
24035
23886
|
if receiver_remote_write_uri is not None:
|
|
24036
23887
|
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)
|
|
24037
23890
|
if uris is not None:
|
|
24038
23891
|
pulumi.set(__self__, "uris", uris)
|
|
24039
23892
|
|
|
@@ -24053,6 +23906,14 @@ class ThanosThanos(dict):
|
|
|
24053
23906
|
"""
|
|
24054
23907
|
return pulumi.get(self, "query_uri")
|
|
24055
23908
|
|
|
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
|
+
|
|
24056
23917
|
@property
|
|
24057
23918
|
@pulumi.getter(name="receiverRemoteWriteUri")
|
|
24058
23919
|
def receiver_remote_write_uri(self) -> Optional[str]:
|
|
@@ -24061,6 +23922,15 @@ class ThanosThanos(dict):
|
|
|
24061
23922
|
"""
|
|
24062
23923
|
return pulumi.get(self, "receiver_remote_write_uri")
|
|
24063
23924
|
|
|
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
|
+
|
|
24064
23934
|
@property
|
|
24065
23935
|
@pulumi.getter
|
|
24066
23936
|
def uris(self) -> Optional[Sequence[str]]:
|
|
@@ -24336,7 +24206,6 @@ class ThanosThanosUserConfigPublicAccess(dict):
|
|
|
24336
24206
|
query_frontend: Optional[bool] = None,
|
|
24337
24207
|
receiver_ingesting: Optional[bool] = None,
|
|
24338
24208
|
receiver_routing: Optional[bool] = None,
|
|
24339
|
-
ruler: Optional[bool] = None,
|
|
24340
24209
|
store: Optional[bool] = None):
|
|
24341
24210
|
"""
|
|
24342
24211
|
: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.
|
|
@@ -24344,7 +24213,6 @@ class ThanosThanosUserConfigPublicAccess(dict):
|
|
|
24344
24213
|
: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.
|
|
24345
24214
|
: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.
|
|
24346
24215
|
: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.
|
|
24348
24216
|
: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.
|
|
24349
24217
|
"""
|
|
24350
24218
|
if compactor is not None:
|
|
@@ -24357,8 +24225,6 @@ class ThanosThanosUserConfigPublicAccess(dict):
|
|
|
24357
24225
|
pulumi.set(__self__, "receiver_ingesting", receiver_ingesting)
|
|
24358
24226
|
if receiver_routing is not None:
|
|
24359
24227
|
pulumi.set(__self__, "receiver_routing", receiver_routing)
|
|
24360
|
-
if ruler is not None:
|
|
24361
|
-
pulumi.set(__self__, "ruler", ruler)
|
|
24362
24228
|
if store is not None:
|
|
24363
24229
|
pulumi.set(__self__, "store", store)
|
|
24364
24230
|
|
|
@@ -24402,14 +24268,6 @@ class ThanosThanosUserConfigPublicAccess(dict):
|
|
|
24402
24268
|
"""
|
|
24403
24269
|
return pulumi.get(self, "receiver_routing")
|
|
24404
24270
|
|
|
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
|
-
|
|
24413
24271
|
@property
|
|
24414
24272
|
@pulumi.getter
|
|
24415
24273
|
def store(self) -> Optional[bool]:
|
|
@@ -26638,7 +26496,6 @@ class GetClickhouseClickhouseUserConfigResult(dict):
|
|
|
26638
26496
|
privatelink_access: Optional['outputs.GetClickhouseClickhouseUserConfigPrivatelinkAccessResult'] = None,
|
|
26639
26497
|
project_to_fork_from: Optional[str] = None,
|
|
26640
26498
|
public_access: Optional['outputs.GetClickhouseClickhouseUserConfigPublicAccessResult'] = None,
|
|
26641
|
-
recovery_basebackup_name: Optional[str] = None,
|
|
26642
26499
|
service_log: Optional[bool] = None,
|
|
26643
26500
|
service_to_fork_from: Optional[str] = None,
|
|
26644
26501
|
static_ips: Optional[bool] = None):
|
|
@@ -26651,7 +26508,6 @@ class GetClickhouseClickhouseUserConfigResult(dict):
|
|
|
26651
26508
|
:param 'GetClickhouseClickhouseUserConfigPrivatelinkAccessArgs' privatelink_access: Allow access to selected service components through Privatelink
|
|
26652
26509
|
: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`.
|
|
26653
26510
|
: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`.
|
|
26655
26511
|
:param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
26656
26512
|
: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`.
|
|
26657
26513
|
:param bool static_ips: Use static public IP addresses.
|
|
@@ -26672,8 +26528,6 @@ class GetClickhouseClickhouseUserConfigResult(dict):
|
|
|
26672
26528
|
pulumi.set(__self__, "project_to_fork_from", project_to_fork_from)
|
|
26673
26529
|
if public_access is not None:
|
|
26674
26530
|
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)
|
|
26677
26531
|
if service_log is not None:
|
|
26678
26532
|
pulumi.set(__self__, "service_log", service_log)
|
|
26679
26533
|
if service_to_fork_from is not None:
|
|
@@ -26747,14 +26601,6 @@ class GetClickhouseClickhouseUserConfigResult(dict):
|
|
|
26747
26601
|
"""
|
|
26748
26602
|
return pulumi.get(self, "public_access")
|
|
26749
26603
|
|
|
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
|
-
|
|
26758
26604
|
@property
|
|
26759
26605
|
@pulumi.getter(name="serviceLog")
|
|
26760
26606
|
def service_log(self) -> Optional[bool]:
|
|
@@ -27974,10 +27820,7 @@ class GetFlinkFlinkUserConfigResult(dict):
|
|
|
27974
27820
|
ip_filter_strings: Optional[Sequence[str]] = None,
|
|
27975
27821
|
ip_filters: Optional[Sequence[str]] = None,
|
|
27976
27822
|
number_of_task_slots: Optional[int] = None,
|
|
27977
|
-
pekko_ask_timeout_s: Optional[int] = None,
|
|
27978
|
-
pekko_framesize_b: Optional[int] = None,
|
|
27979
27823
|
privatelink_access: Optional['outputs.GetFlinkFlinkUserConfigPrivatelinkAccessResult'] = None,
|
|
27980
|
-
public_access: Optional['outputs.GetFlinkFlinkUserConfigPublicAccessResult'] = None,
|
|
27981
27824
|
service_log: Optional[bool] = None,
|
|
27982
27825
|
static_ips: Optional[bool] = None):
|
|
27983
27826
|
"""
|
|
@@ -27987,10 +27830,7 @@ class GetFlinkFlinkUserConfigResult(dict):
|
|
|
27987
27830
|
:param Sequence[str] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
27988
27831
|
:param Sequence[str] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
27989
27832
|
: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`.
|
|
27992
27833
|
: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
|
|
27994
27834
|
:param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
27995
27835
|
:param bool static_ips: Use static public IP addresses.
|
|
27996
27836
|
"""
|
|
@@ -28006,14 +27846,8 @@ class GetFlinkFlinkUserConfigResult(dict):
|
|
|
28006
27846
|
pulumi.set(__self__, "ip_filters", ip_filters)
|
|
28007
27847
|
if number_of_task_slots is not None:
|
|
28008
27848
|
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)
|
|
28013
27849
|
if privatelink_access is not None:
|
|
28014
27850
|
pulumi.set(__self__, "privatelink_access", privatelink_access)
|
|
28015
|
-
if public_access is not None:
|
|
28016
|
-
pulumi.set(__self__, "public_access", public_access)
|
|
28017
27851
|
if service_log is not None:
|
|
28018
27852
|
pulumi.set(__self__, "service_log", service_log)
|
|
28019
27853
|
if static_ips is not None:
|
|
@@ -28069,22 +27903,6 @@ class GetFlinkFlinkUserConfigResult(dict):
|
|
|
28069
27903
|
"""
|
|
28070
27904
|
return pulumi.get(self, "number_of_task_slots")
|
|
28071
27905
|
|
|
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
|
-
|
|
28088
27906
|
@property
|
|
28089
27907
|
@pulumi.getter(name="privatelinkAccess")
|
|
28090
27908
|
def privatelink_access(self) -> Optional['outputs.GetFlinkFlinkUserConfigPrivatelinkAccessResult']:
|
|
@@ -28093,14 +27911,6 @@ class GetFlinkFlinkUserConfigResult(dict):
|
|
|
28093
27911
|
"""
|
|
28094
27912
|
return pulumi.get(self, "privatelink_access")
|
|
28095
27913
|
|
|
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
|
-
|
|
28104
27914
|
@property
|
|
28105
27915
|
@pulumi.getter(name="serviceLog")
|
|
28106
27916
|
def service_log(self) -> Optional[bool]:
|
|
@@ -28179,25 +27989,6 @@ class GetFlinkFlinkUserConfigPrivatelinkAccessResult(dict):
|
|
|
28179
27989
|
return pulumi.get(self, "prometheus")
|
|
28180
27990
|
|
|
28181
27991
|
|
|
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
|
-
|
|
28201
27992
|
@pulumi.output_type
|
|
28202
27993
|
class GetFlinkServiceIntegrationResult(dict):
|
|
28203
27994
|
def __init__(__self__, *,
|
|
@@ -31393,7 +31184,6 @@ class GetKafkaKafkaUserConfigResult(dict):
|
|
|
31393
31184
|
schema_registry: Optional[bool] = None,
|
|
31394
31185
|
schema_registry_config: Optional['outputs.GetKafkaKafkaUserConfigSchemaRegistryConfigResult'] = None,
|
|
31395
31186
|
service_log: Optional[bool] = None,
|
|
31396
|
-
single_zone: Optional['outputs.GetKafkaKafkaUserConfigSingleZoneResult'] = None,
|
|
31397
31187
|
static_ips: Optional[bool] = None,
|
|
31398
31188
|
tiered_storage: Optional['outputs.GetKafkaKafkaUserConfigTieredStorageResult'] = None):
|
|
31399
31189
|
"""
|
|
@@ -31420,7 +31210,6 @@ class GetKafkaKafkaUserConfigResult(dict):
|
|
|
31420
31210
|
:param bool schema_registry: Enable Schema-Registry service. Default: `false`.
|
|
31421
31211
|
:param 'GetKafkaKafkaUserConfigSchemaRegistryConfigArgs' schema_registry_config: Schema Registry configuration
|
|
31422
31212
|
: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
|
|
31424
31213
|
:param bool static_ips: Use static public IP addresses.
|
|
31425
31214
|
:param 'GetKafkaKafkaUserConfigTieredStorageArgs' tiered_storage: Tiered storage configuration
|
|
31426
31215
|
"""
|
|
@@ -31472,8 +31261,6 @@ class GetKafkaKafkaUserConfigResult(dict):
|
|
|
31472
31261
|
pulumi.set(__self__, "schema_registry_config", schema_registry_config)
|
|
31473
31262
|
if service_log is not None:
|
|
31474
31263
|
pulumi.set(__self__, "service_log", service_log)
|
|
31475
|
-
if single_zone is not None:
|
|
31476
|
-
pulumi.set(__self__, "single_zone", single_zone)
|
|
31477
31264
|
if static_ips is not None:
|
|
31478
31265
|
pulumi.set(__self__, "static_ips", static_ips)
|
|
31479
31266
|
if tiered_storage is not None:
|
|
@@ -31670,14 +31457,6 @@ class GetKafkaKafkaUserConfigResult(dict):
|
|
|
31670
31457
|
"""
|
|
31671
31458
|
return pulumi.get(self, "service_log")
|
|
31672
31459
|
|
|
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
|
-
|
|
31681
31460
|
@property
|
|
31682
31461
|
@pulumi.getter(name="staticIps")
|
|
31683
31462
|
def static_ips(self) -> Optional[bool]:
|
|
@@ -33131,25 +32910,6 @@ class GetKafkaKafkaUserConfigSchemaRegistryConfigResult(dict):
|
|
|
33131
32910
|
return pulumi.get(self, "topic_name")
|
|
33132
32911
|
|
|
33133
32912
|
|
|
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
|
-
|
|
33153
32913
|
@pulumi.output_type
|
|
33154
32914
|
class GetKafkaKafkaUserConfigTieredStorageResult(dict):
|
|
33155
32915
|
def __init__(__self__, *,
|
|
@@ -36093,7 +35853,6 @@ class GetMySqlMysqlUserConfigMysqlResult(dict):
|
|
|
36093
35853
|
innodb_write_io_threads: Optional[int] = None,
|
|
36094
35854
|
interactive_timeout: Optional[int] = None,
|
|
36095
35855
|
internal_tmp_mem_storage_engine: Optional[str] = None,
|
|
36096
|
-
log_output: Optional[str] = None,
|
|
36097
35856
|
long_query_time: Optional[float] = None,
|
|
36098
35857
|
max_allowed_packet: Optional[int] = None,
|
|
36099
35858
|
max_heap_table_size: Optional[int] = None,
|
|
@@ -36125,14 +35884,13 @@ class GetMySqlMysqlUserConfigMysqlResult(dict):
|
|
|
36125
35884
|
: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`.
|
|
36126
35885
|
:param int interactive_timeout: The number of seconds the server waits for activity on an interactive connection before closing it. Example: `3600`.
|
|
36127
35886
|
:param str internal_tmp_mem_storage_engine: Enum: `TempTable`, `MEMORY`. The storage engine for in-memory internal temporary tables.
|
|
36128
|
-
:param
|
|
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`.
|
|
35887
|
+
:param float long_query_time: The slow_query_logs work as SQL statements that take more than long_query_time seconds to execute. Default is 10s. Example: `10`.
|
|
36130
35888
|
: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`.
|
|
36131
35889
|
: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`.
|
|
36132
35890
|
: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`.
|
|
36133
35891
|
:param int net_read_timeout: The number of seconds to wait for more data from a connection before aborting the read. Example: `30`.
|
|
36134
35892
|
: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`.
|
|
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.
|
|
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. Default is off.
|
|
36136
35894
|
:param int sort_buffer_size: Sort buffer size in bytes for ORDER BY optimization. Default is 262144 (256K). Example: `262144`.
|
|
36137
35895
|
: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`.
|
|
36138
35896
|
: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.
|
|
@@ -36175,8 +35933,6 @@ class GetMySqlMysqlUserConfigMysqlResult(dict):
|
|
|
36175
35933
|
pulumi.set(__self__, "interactive_timeout", interactive_timeout)
|
|
36176
35934
|
if internal_tmp_mem_storage_engine is not None:
|
|
36177
35935
|
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)
|
|
36180
35936
|
if long_query_time is not None:
|
|
36181
35937
|
pulumi.set(__self__, "long_query_time", long_query_time)
|
|
36182
35938
|
if max_allowed_packet is not None:
|
|
@@ -36346,19 +36102,11 @@ class GetMySqlMysqlUserConfigMysqlResult(dict):
|
|
|
36346
36102
|
"""
|
|
36347
36103
|
return pulumi.get(self, "internal_tmp_mem_storage_engine")
|
|
36348
36104
|
|
|
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
|
-
|
|
36357
36105
|
@property
|
|
36358
36106
|
@pulumi.getter(name="longQueryTime")
|
|
36359
36107
|
def long_query_time(self) -> Optional[float]:
|
|
36360
36108
|
"""
|
|
36361
|
-
The slow_query_logs work as SQL statements that take more than long_query_time seconds to execute. Example: `10`.
|
|
36109
|
+
The slow_query_logs work as SQL statements that take more than long_query_time seconds to execute. Default is 10s. Example: `10`.
|
|
36362
36110
|
"""
|
|
36363
36111
|
return pulumi.get(self, "long_query_time")
|
|
36364
36112
|
|
|
@@ -36406,7 +36154,7 @@ class GetMySqlMysqlUserConfigMysqlResult(dict):
|
|
|
36406
36154
|
@pulumi.getter(name="slowQueryLog")
|
|
36407
36155
|
def slow_query_log(self) -> Optional[bool]:
|
|
36408
36156
|
"""
|
|
36409
|
-
Slow query log enables capturing of slow queries. Setting slow_query_log to false also truncates the mysql.slow_log table.
|
|
36157
|
+
Slow query log enables capturing of slow queries. Setting slow_query_log to false also truncates the mysql.slow_log table. Default is off.
|
|
36410
36158
|
"""
|
|
36411
36159
|
return pulumi.get(self, "slow_query_log")
|
|
36412
36160
|
|
|
@@ -36846,10 +36594,8 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
|
|
|
36846
36594
|
static_ips: Optional[bool] = None):
|
|
36847
36595
|
"""
|
|
36848
36596
|
:param str additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
36849
|
-
:param 'GetOpenSearchOpensearchUserConfigAzureMigrationArgs' azure_migration: Azure migration settings
|
|
36850
36597
|
:param str custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
|
|
36851
36598
|
: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
|
|
36853
36599
|
:param Sequence['GetOpenSearchOpensearchUserConfigIndexPatternArgs'] index_patterns: Index patterns
|
|
36854
36600
|
:param 'GetOpenSearchOpensearchUserConfigIndexRollupArgs' index_rollup: Index rollup settings
|
|
36855
36601
|
:param 'GetOpenSearchOpensearchUserConfigIndexTemplateArgs' index_template: Template settings for all new indexes
|
|
@@ -36867,7 +36613,6 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
|
|
|
36867
36613
|
: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`.
|
|
36868
36614
|
:param 'GetOpenSearchOpensearchUserConfigPublicAccessArgs' public_access: Allow access to selected service ports from the public Internet
|
|
36869
36615
|
: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
|
|
36871
36616
|
:param 'GetOpenSearchOpensearchUserConfigSamlArgs' saml: OpenSearch SAML configuration
|
|
36872
36617
|
:param bool service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
36873
36618
|
: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`.
|
|
@@ -36939,9 +36684,6 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
|
|
|
36939
36684
|
@property
|
|
36940
36685
|
@pulumi.getter(name="azureMigration")
|
|
36941
36686
|
def azure_migration(self) -> Optional['outputs.GetOpenSearchOpensearchUserConfigAzureMigrationResult']:
|
|
36942
|
-
"""
|
|
36943
|
-
Azure migration settings
|
|
36944
|
-
"""
|
|
36945
36687
|
return pulumi.get(self, "azure_migration")
|
|
36946
36688
|
|
|
36947
36689
|
@property
|
|
@@ -36963,9 +36705,6 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
|
|
|
36963
36705
|
@property
|
|
36964
36706
|
@pulumi.getter(name="gcsMigration")
|
|
36965
36707
|
def gcs_migration(self) -> Optional['outputs.GetOpenSearchOpensearchUserConfigGcsMigrationResult']:
|
|
36966
|
-
"""
|
|
36967
|
-
Google Cloud Storage migration settings
|
|
36968
|
-
"""
|
|
36969
36708
|
return pulumi.get(self, "gcs_migration")
|
|
36970
36709
|
|
|
36971
36710
|
@property
|
|
@@ -37108,9 +36847,6 @@ class GetOpenSearchOpensearchUserConfigResult(dict):
|
|
|
37108
36847
|
@property
|
|
37109
36848
|
@pulumi.getter(name="s3Migration")
|
|
37110
36849
|
def s3_migration(self) -> Optional['outputs.GetOpenSearchOpensearchUserConfigS3MigrationResult']:
|
|
37111
|
-
"""
|
|
37112
|
-
AWS S3 / AWS S3 compatible migration settings
|
|
37113
|
-
"""
|
|
37114
36850
|
return pulumi.get(self, "s3_migration")
|
|
37115
36851
|
|
|
37116
36852
|
@property
|
|
@@ -43623,25 +43359,6 @@ class GetServiceIntegrationExternalOpensearchLogsUserConfigResult(dict):
|
|
|
43623
43359
|
return pulumi.get(self, "selected_log_fields")
|
|
43624
43360
|
|
|
43625
43361
|
|
|
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
|
-
|
|
43645
43362
|
@pulumi.output_type
|
|
43646
43363
|
class GetServiceIntegrationKafkaConnectUserConfigResult(dict):
|
|
43647
43364
|
def __init__(__self__, *,
|
|
@@ -44573,17 +44290,23 @@ class GetThanosThanoResult(dict):
|
|
|
44573
44290
|
def __init__(__self__, *,
|
|
44574
44291
|
query_frontend_uri: str,
|
|
44575
44292
|
query_uri: str,
|
|
44293
|
+
receiver_ingesting_remote_write_uri: str,
|
|
44576
44294
|
receiver_remote_write_uri: str,
|
|
44295
|
+
store_uri: str,
|
|
44577
44296
|
uris: Sequence[str]):
|
|
44578
44297
|
"""
|
|
44579
44298
|
:param str query_frontend_uri: Query frontend URI.
|
|
44580
44299
|
:param str query_uri: Query URI.
|
|
44300
|
+
:param str receiver_ingesting_remote_write_uri: Receiver ingesting remote write URI.
|
|
44581
44301
|
:param str receiver_remote_write_uri: Receiver remote write URI.
|
|
44302
|
+
:param str store_uri: Store URI.
|
|
44582
44303
|
:param Sequence[str] uris: Thanos server URIs.
|
|
44583
44304
|
"""
|
|
44584
44305
|
pulumi.set(__self__, "query_frontend_uri", query_frontend_uri)
|
|
44585
44306
|
pulumi.set(__self__, "query_uri", query_uri)
|
|
44307
|
+
pulumi.set(__self__, "receiver_ingesting_remote_write_uri", receiver_ingesting_remote_write_uri)
|
|
44586
44308
|
pulumi.set(__self__, "receiver_remote_write_uri", receiver_remote_write_uri)
|
|
44309
|
+
pulumi.set(__self__, "store_uri", store_uri)
|
|
44587
44310
|
pulumi.set(__self__, "uris", uris)
|
|
44588
44311
|
|
|
44589
44312
|
@property
|
|
@@ -44602,6 +44325,14 @@ class GetThanosThanoResult(dict):
|
|
|
44602
44325
|
"""
|
|
44603
44326
|
return pulumi.get(self, "query_uri")
|
|
44604
44327
|
|
|
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
|
+
|
|
44605
44336
|
@property
|
|
44606
44337
|
@pulumi.getter(name="receiverRemoteWriteUri")
|
|
44607
44338
|
def receiver_remote_write_uri(self) -> str:
|
|
@@ -44610,6 +44341,15 @@ class GetThanosThanoResult(dict):
|
|
|
44610
44341
|
"""
|
|
44611
44342
|
return pulumi.get(self, "receiver_remote_write_uri")
|
|
44612
44343
|
|
|
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
|
+
|
|
44613
44353
|
@property
|
|
44614
44354
|
@pulumi.getter
|
|
44615
44355
|
def uris(self) -> Sequence[str]:
|
|
@@ -44816,7 +44556,6 @@ class GetThanosThanosUserConfigPublicAccessResult(dict):
|
|
|
44816
44556
|
query_frontend: Optional[bool] = None,
|
|
44817
44557
|
receiver_ingesting: Optional[bool] = None,
|
|
44818
44558
|
receiver_routing: Optional[bool] = None,
|
|
44819
|
-
ruler: Optional[bool] = None,
|
|
44820
44559
|
store: Optional[bool] = None):
|
|
44821
44560
|
"""
|
|
44822
44561
|
: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.
|
|
@@ -44824,7 +44563,6 @@ class GetThanosThanosUserConfigPublicAccessResult(dict):
|
|
|
44824
44563
|
: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.
|
|
44825
44564
|
: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.
|
|
44826
44565
|
: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.
|
|
44828
44566
|
: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.
|
|
44829
44567
|
"""
|
|
44830
44568
|
if compactor is not None:
|
|
@@ -44837,8 +44575,6 @@ class GetThanosThanosUserConfigPublicAccessResult(dict):
|
|
|
44837
44575
|
pulumi.set(__self__, "receiver_ingesting", receiver_ingesting)
|
|
44838
44576
|
if receiver_routing is not None:
|
|
44839
44577
|
pulumi.set(__self__, "receiver_routing", receiver_routing)
|
|
44840
|
-
if ruler is not None:
|
|
44841
|
-
pulumi.set(__self__, "ruler", ruler)
|
|
44842
44578
|
if store is not None:
|
|
44843
44579
|
pulumi.set(__self__, "store", store)
|
|
44844
44580
|
|
|
@@ -44882,14 +44618,6 @@ class GetThanosThanosUserConfigPublicAccessResult(dict):
|
|
|
44882
44618
|
"""
|
|
44883
44619
|
return pulumi.get(self, "receiver_routing")
|
|
44884
44620
|
|
|
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
|
-
|
|
44893
44621
|
@property
|
|
44894
44622
|
@pulumi.getter
|
|
44895
44623
|
def store(self) -> Optional[bool]:
|