pulumi-aiven 6.32.0a1737090387__py3-none-any.whl → 6.33.0__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 +27 -0
- pulumi_aiven/_inputs.py +1035 -21
- pulumi_aiven/account_team_project.py +7 -7
- pulumi_aiven/connection_pool.py +7 -7
- pulumi_aiven/flink_application.py +2 -2
- pulumi_aiven/flink_application_deployment.py +2 -2
- pulumi_aiven/flink_jar_application.py +506 -0
- pulumi_aiven/flink_jar_application_deployment.py +808 -0
- pulumi_aiven/flink_jar_application_version.py +537 -0
- pulumi_aiven/get_account_team_project.py +1 -1
- pulumi_aiven/get_connection_pool.py +1 -1
- pulumi_aiven/get_kafka_mirror_maker.py +6 -6
- pulumi_aiven/get_mirror_maker_replication_flow.py +13 -13
- pulumi_aiven/get_mysql_user.py +1 -1
- pulumi_aiven/get_open_search_acl_rule.py +3 -3
- pulumi_aiven/get_project_user.py +1 -1
- pulumi_aiven/get_service_component.py +3 -3
- pulumi_aiven/get_service_integration_endpoint.py +16 -2
- pulumi_aiven/kafka_mirror_maker.py +10 -10
- pulumi_aiven/kafka_native_acl.py +7 -7
- pulumi_aiven/m3_db.py +14 -2
- pulumi_aiven/m3db_user.py +14 -2
- pulumi_aiven/mirror_maker_replication_flow.py +59 -59
- pulumi_aiven/mysql_user.py +7 -7
- pulumi_aiven/open_search_acl_rule.py +7 -7
- pulumi_aiven/organization_application_user_token.py +7 -7
- pulumi_aiven/organization_group_project.py +7 -7
- pulumi_aiven/organization_permission.py +7 -7
- pulumi_aiven/organization_user_group_member.py +6 -4
- pulumi_aiven/outputs.py +1006 -26
- pulumi_aiven/project_user.py +7 -7
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +18 -2
- pulumi_aiven/redis_user.py +18 -2
- pulumi_aiven/service_integration_endpoint.py +54 -7
- {pulumi_aiven-6.32.0a1737090387.dist-info → pulumi_aiven-6.33.0.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.32.0a1737090387.dist-info → pulumi_aiven-6.33.0.dist-info}/RECORD +39 -36
- {pulumi_aiven-6.32.0a1737090387.dist-info → pulumi_aiven-6.33.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.32.0a1737090387.dist-info → pulumi_aiven-6.33.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/_inputs.py
CHANGED
|
@@ -127,6 +127,14 @@ __all__ = [
|
|
|
127
127
|
'FlinkFlinkUserConfigPrivatelinkAccessArgsDict',
|
|
128
128
|
'FlinkFlinkUserConfigPublicAccessArgs',
|
|
129
129
|
'FlinkFlinkUserConfigPublicAccessArgsDict',
|
|
130
|
+
'FlinkJarApplicationApplicationVersionArgs',
|
|
131
|
+
'FlinkJarApplicationApplicationVersionArgsDict',
|
|
132
|
+
'FlinkJarApplicationApplicationVersionFileInfoArgs',
|
|
133
|
+
'FlinkJarApplicationApplicationVersionFileInfoArgsDict',
|
|
134
|
+
'FlinkJarApplicationCurrentDeploymentArgs',
|
|
135
|
+
'FlinkJarApplicationCurrentDeploymentArgsDict',
|
|
136
|
+
'FlinkJarApplicationVersionFileInfoArgs',
|
|
137
|
+
'FlinkJarApplicationVersionFileInfoArgsDict',
|
|
130
138
|
'FlinkServiceIntegrationArgs',
|
|
131
139
|
'FlinkServiceIntegrationArgsDict',
|
|
132
140
|
'FlinkTagArgs',
|
|
@@ -201,6 +209,8 @@ __all__ = [
|
|
|
201
209
|
'KafkaConnectKafkaConnectUserConfigIpFilterObjectArgsDict',
|
|
202
210
|
'KafkaConnectKafkaConnectUserConfigKafkaConnectArgs',
|
|
203
211
|
'KafkaConnectKafkaConnectUserConfigKafkaConnectArgsDict',
|
|
212
|
+
'KafkaConnectKafkaConnectUserConfigPluginVersionArgs',
|
|
213
|
+
'KafkaConnectKafkaConnectUserConfigPluginVersionArgsDict',
|
|
204
214
|
'KafkaConnectKafkaConnectUserConfigPrivateAccessArgs',
|
|
205
215
|
'KafkaConnectKafkaConnectUserConfigPrivateAccessArgsDict',
|
|
206
216
|
'KafkaConnectKafkaConnectUserConfigPrivatelinkAccessArgs',
|
|
@@ -389,6 +399,10 @@ __all__ = [
|
|
|
389
399
|
'OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersInternalAuthenticationBackendLimitingArgsDict',
|
|
390
400
|
'OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersIpRateLimitingArgs',
|
|
391
401
|
'OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersIpRateLimitingArgsDict',
|
|
402
|
+
'OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogArgs',
|
|
403
|
+
'OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogArgsDict',
|
|
404
|
+
'OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogThresholdArgs',
|
|
405
|
+
'OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogThresholdArgsDict',
|
|
392
406
|
'OpenSearchOpensearchUserConfigOpensearchDashboardsArgs',
|
|
393
407
|
'OpenSearchOpensearchUserConfigOpensearchDashboardsArgsDict',
|
|
394
408
|
'OpenSearchOpensearchUserConfigOpensearchSearchBackpressureArgs',
|
|
@@ -537,6 +551,8 @@ __all__ = [
|
|
|
537
551
|
'ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigArgsDict',
|
|
538
552
|
'ServiceIntegrationEndpointExternalAwsS3UserConfigArgs',
|
|
539
553
|
'ServiceIntegrationEndpointExternalAwsS3UserConfigArgsDict',
|
|
554
|
+
'ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgs',
|
|
555
|
+
'ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgsDict',
|
|
540
556
|
'ServiceIntegrationEndpointExternalClickhouseUserConfigArgs',
|
|
541
557
|
'ServiceIntegrationEndpointExternalClickhouseUserConfigArgsDict',
|
|
542
558
|
'ServiceIntegrationEndpointExternalElasticsearchLogsUserConfigArgs',
|
|
@@ -6978,6 +6994,10 @@ if not MYPY:
|
|
|
6978
6994
|
"""
|
|
6979
6995
|
Additional Cloud Regions for Backup Replication.
|
|
6980
6996
|
"""
|
|
6997
|
+
custom_code: NotRequired[pulumi.Input[bool]]
|
|
6998
|
+
"""
|
|
6999
|
+
Enable to upload Custom JARs for Flink applications.
|
|
7000
|
+
"""
|
|
6981
7001
|
flink_version: NotRequired[pulumi.Input[str]]
|
|
6982
7002
|
"""
|
|
6983
7003
|
Enum: `1.16`, `1.19`, `1.20`, and newer. Flink major version.
|
|
@@ -7029,6 +7049,7 @@ elif False:
|
|
|
7029
7049
|
class FlinkFlinkUserConfigArgs:
|
|
7030
7050
|
def __init__(__self__, *,
|
|
7031
7051
|
additional_backup_regions: Optional[pulumi.Input[str]] = None,
|
|
7052
|
+
custom_code: Optional[pulumi.Input[bool]] = None,
|
|
7032
7053
|
flink_version: Optional[pulumi.Input[str]] = None,
|
|
7033
7054
|
ip_filter_objects: Optional[pulumi.Input[Sequence[pulumi.Input['FlinkFlinkUserConfigIpFilterObjectArgs']]]] = None,
|
|
7034
7055
|
ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
@@ -7042,6 +7063,7 @@ class FlinkFlinkUserConfigArgs:
|
|
|
7042
7063
|
static_ips: Optional[pulumi.Input[bool]] = None):
|
|
7043
7064
|
"""
|
|
7044
7065
|
:param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
7066
|
+
:param pulumi.Input[bool] custom_code: Enable to upload Custom JARs for Flink applications.
|
|
7045
7067
|
:param pulumi.Input[str] flink_version: Enum: `1.16`, `1.19`, `1.20`, and newer. Flink major version.
|
|
7046
7068
|
:param pulumi.Input[Sequence[pulumi.Input['FlinkFlinkUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
|
|
7047
7069
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
@@ -7059,6 +7081,8 @@ class FlinkFlinkUserConfigArgs:
|
|
|
7059
7081
|
pulumi.log.warn("""additional_backup_regions is deprecated: This property is deprecated.""")
|
|
7060
7082
|
if additional_backup_regions is not None:
|
|
7061
7083
|
pulumi.set(__self__, "additional_backup_regions", additional_backup_regions)
|
|
7084
|
+
if custom_code is not None:
|
|
7085
|
+
pulumi.set(__self__, "custom_code", custom_code)
|
|
7062
7086
|
if flink_version is not None:
|
|
7063
7087
|
pulumi.set(__self__, "flink_version", flink_version)
|
|
7064
7088
|
if ip_filter_objects is not None:
|
|
@@ -7098,6 +7122,18 @@ class FlinkFlinkUserConfigArgs:
|
|
|
7098
7122
|
def additional_backup_regions(self, value: Optional[pulumi.Input[str]]):
|
|
7099
7123
|
pulumi.set(self, "additional_backup_regions", value)
|
|
7100
7124
|
|
|
7125
|
+
@property
|
|
7126
|
+
@pulumi.getter(name="customCode")
|
|
7127
|
+
def custom_code(self) -> Optional[pulumi.Input[bool]]:
|
|
7128
|
+
"""
|
|
7129
|
+
Enable to upload Custom JARs for Flink applications.
|
|
7130
|
+
"""
|
|
7131
|
+
return pulumi.get(self, "custom_code")
|
|
7132
|
+
|
|
7133
|
+
@custom_code.setter
|
|
7134
|
+
def custom_code(self, value: Optional[pulumi.Input[bool]]):
|
|
7135
|
+
pulumi.set(self, "custom_code", value)
|
|
7136
|
+
|
|
7101
7137
|
@property
|
|
7102
7138
|
@pulumi.getter(name="flinkVersion")
|
|
7103
7139
|
def flink_version(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -7367,6 +7403,634 @@ class FlinkFlinkUserConfigPublicAccessArgs:
|
|
|
7367
7403
|
pulumi.set(self, "flink", value)
|
|
7368
7404
|
|
|
7369
7405
|
|
|
7406
|
+
if not MYPY:
|
|
7407
|
+
class FlinkJarApplicationApplicationVersionArgsDict(TypedDict):
|
|
7408
|
+
created_at: NotRequired[pulumi.Input[str]]
|
|
7409
|
+
"""
|
|
7410
|
+
The creation timestamp of this entity in ISO 8601 format, always in UTC.
|
|
7411
|
+
"""
|
|
7412
|
+
created_by: NotRequired[pulumi.Input[str]]
|
|
7413
|
+
"""
|
|
7414
|
+
The creator of this entity.
|
|
7415
|
+
"""
|
|
7416
|
+
file_infos: NotRequired[pulumi.Input[Sequence[pulumi.Input['FlinkJarApplicationApplicationVersionFileInfoArgsDict']]]]
|
|
7417
|
+
"""
|
|
7418
|
+
Flink JarApplicationVersion FileInfo.
|
|
7419
|
+
"""
|
|
7420
|
+
id: NotRequired[pulumi.Input[str]]
|
|
7421
|
+
"""
|
|
7422
|
+
ApplicationVersion ID.
|
|
7423
|
+
"""
|
|
7424
|
+
version: NotRequired[pulumi.Input[int]]
|
|
7425
|
+
"""
|
|
7426
|
+
Version number.
|
|
7427
|
+
"""
|
|
7428
|
+
elif False:
|
|
7429
|
+
FlinkJarApplicationApplicationVersionArgsDict: TypeAlias = Mapping[str, Any]
|
|
7430
|
+
|
|
7431
|
+
@pulumi.input_type
|
|
7432
|
+
class FlinkJarApplicationApplicationVersionArgs:
|
|
7433
|
+
def __init__(__self__, *,
|
|
7434
|
+
created_at: Optional[pulumi.Input[str]] = None,
|
|
7435
|
+
created_by: Optional[pulumi.Input[str]] = None,
|
|
7436
|
+
file_infos: Optional[pulumi.Input[Sequence[pulumi.Input['FlinkJarApplicationApplicationVersionFileInfoArgs']]]] = None,
|
|
7437
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
7438
|
+
version: Optional[pulumi.Input[int]] = None):
|
|
7439
|
+
"""
|
|
7440
|
+
:param pulumi.Input[str] created_at: The creation timestamp of this entity in ISO 8601 format, always in UTC.
|
|
7441
|
+
:param pulumi.Input[str] created_by: The creator of this entity.
|
|
7442
|
+
:param pulumi.Input[Sequence[pulumi.Input['FlinkJarApplicationApplicationVersionFileInfoArgs']]] file_infos: Flink JarApplicationVersion FileInfo.
|
|
7443
|
+
:param pulumi.Input[str] id: ApplicationVersion ID.
|
|
7444
|
+
:param pulumi.Input[int] version: Version number.
|
|
7445
|
+
"""
|
|
7446
|
+
if created_at is not None:
|
|
7447
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
7448
|
+
if created_by is not None:
|
|
7449
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
7450
|
+
if file_infos is not None:
|
|
7451
|
+
pulumi.set(__self__, "file_infos", file_infos)
|
|
7452
|
+
if id is not None:
|
|
7453
|
+
pulumi.set(__self__, "id", id)
|
|
7454
|
+
if version is not None:
|
|
7455
|
+
pulumi.set(__self__, "version", version)
|
|
7456
|
+
|
|
7457
|
+
@property
|
|
7458
|
+
@pulumi.getter(name="createdAt")
|
|
7459
|
+
def created_at(self) -> Optional[pulumi.Input[str]]:
|
|
7460
|
+
"""
|
|
7461
|
+
The creation timestamp of this entity in ISO 8601 format, always in UTC.
|
|
7462
|
+
"""
|
|
7463
|
+
return pulumi.get(self, "created_at")
|
|
7464
|
+
|
|
7465
|
+
@created_at.setter
|
|
7466
|
+
def created_at(self, value: Optional[pulumi.Input[str]]):
|
|
7467
|
+
pulumi.set(self, "created_at", value)
|
|
7468
|
+
|
|
7469
|
+
@property
|
|
7470
|
+
@pulumi.getter(name="createdBy")
|
|
7471
|
+
def created_by(self) -> Optional[pulumi.Input[str]]:
|
|
7472
|
+
"""
|
|
7473
|
+
The creator of this entity.
|
|
7474
|
+
"""
|
|
7475
|
+
return pulumi.get(self, "created_by")
|
|
7476
|
+
|
|
7477
|
+
@created_by.setter
|
|
7478
|
+
def created_by(self, value: Optional[pulumi.Input[str]]):
|
|
7479
|
+
pulumi.set(self, "created_by", value)
|
|
7480
|
+
|
|
7481
|
+
@property
|
|
7482
|
+
@pulumi.getter(name="fileInfos")
|
|
7483
|
+
def file_infos(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FlinkJarApplicationApplicationVersionFileInfoArgs']]]]:
|
|
7484
|
+
"""
|
|
7485
|
+
Flink JarApplicationVersion FileInfo.
|
|
7486
|
+
"""
|
|
7487
|
+
return pulumi.get(self, "file_infos")
|
|
7488
|
+
|
|
7489
|
+
@file_infos.setter
|
|
7490
|
+
def file_infos(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['FlinkJarApplicationApplicationVersionFileInfoArgs']]]]):
|
|
7491
|
+
pulumi.set(self, "file_infos", value)
|
|
7492
|
+
|
|
7493
|
+
@property
|
|
7494
|
+
@pulumi.getter
|
|
7495
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
7496
|
+
"""
|
|
7497
|
+
ApplicationVersion ID.
|
|
7498
|
+
"""
|
|
7499
|
+
return pulumi.get(self, "id")
|
|
7500
|
+
|
|
7501
|
+
@id.setter
|
|
7502
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
7503
|
+
pulumi.set(self, "id", value)
|
|
7504
|
+
|
|
7505
|
+
@property
|
|
7506
|
+
@pulumi.getter
|
|
7507
|
+
def version(self) -> Optional[pulumi.Input[int]]:
|
|
7508
|
+
"""
|
|
7509
|
+
Version number.
|
|
7510
|
+
"""
|
|
7511
|
+
return pulumi.get(self, "version")
|
|
7512
|
+
|
|
7513
|
+
@version.setter
|
|
7514
|
+
def version(self, value: Optional[pulumi.Input[int]]):
|
|
7515
|
+
pulumi.set(self, "version", value)
|
|
7516
|
+
|
|
7517
|
+
|
|
7518
|
+
if not MYPY:
|
|
7519
|
+
class FlinkJarApplicationApplicationVersionFileInfoArgsDict(TypedDict):
|
|
7520
|
+
file_sha256: NotRequired[pulumi.Input[str]]
|
|
7521
|
+
"""
|
|
7522
|
+
sha256 of the file if known.
|
|
7523
|
+
"""
|
|
7524
|
+
file_size: NotRequired[pulumi.Input[int]]
|
|
7525
|
+
"""
|
|
7526
|
+
The size of the file in bytes.
|
|
7527
|
+
"""
|
|
7528
|
+
file_status: NotRequired[pulumi.Input[str]]
|
|
7529
|
+
"""
|
|
7530
|
+
Indicates whether the uploaded .jar file has been verified by the system and deployment ready. The possible values are `INITIAL`, `READY` and `FAILED`.
|
|
7531
|
+
"""
|
|
7532
|
+
url: NotRequired[pulumi.Input[str]]
|
|
7533
|
+
"""
|
|
7534
|
+
The pre-signed url of the bucket where the .jar file is uploaded. Becomes null when the JarApplicationVersion is ready or failed.
|
|
7535
|
+
"""
|
|
7536
|
+
verify_error_code: NotRequired[pulumi.Input[int]]
|
|
7537
|
+
"""
|
|
7538
|
+
In the case file_status is FAILED, the error code of the failure. The possible values are `1`, `2` and `3`.
|
|
7539
|
+
"""
|
|
7540
|
+
verify_error_message: NotRequired[pulumi.Input[str]]
|
|
7541
|
+
"""
|
|
7542
|
+
In the case file_status is FAILED, may contain details about the failure.
|
|
7543
|
+
"""
|
|
7544
|
+
elif False:
|
|
7545
|
+
FlinkJarApplicationApplicationVersionFileInfoArgsDict: TypeAlias = Mapping[str, Any]
|
|
7546
|
+
|
|
7547
|
+
@pulumi.input_type
|
|
7548
|
+
class FlinkJarApplicationApplicationVersionFileInfoArgs:
|
|
7549
|
+
def __init__(__self__, *,
|
|
7550
|
+
file_sha256: Optional[pulumi.Input[str]] = None,
|
|
7551
|
+
file_size: Optional[pulumi.Input[int]] = None,
|
|
7552
|
+
file_status: Optional[pulumi.Input[str]] = None,
|
|
7553
|
+
url: Optional[pulumi.Input[str]] = None,
|
|
7554
|
+
verify_error_code: Optional[pulumi.Input[int]] = None,
|
|
7555
|
+
verify_error_message: Optional[pulumi.Input[str]] = None):
|
|
7556
|
+
"""
|
|
7557
|
+
:param pulumi.Input[str] file_sha256: sha256 of the file if known.
|
|
7558
|
+
:param pulumi.Input[int] file_size: The size of the file in bytes.
|
|
7559
|
+
:param pulumi.Input[str] file_status: Indicates whether the uploaded .jar file has been verified by the system and deployment ready. The possible values are `INITIAL`, `READY` and `FAILED`.
|
|
7560
|
+
:param pulumi.Input[str] url: The pre-signed url of the bucket where the .jar file is uploaded. Becomes null when the JarApplicationVersion is ready or failed.
|
|
7561
|
+
:param pulumi.Input[int] verify_error_code: In the case file_status is FAILED, the error code of the failure. The possible values are `1`, `2` and `3`.
|
|
7562
|
+
:param pulumi.Input[str] verify_error_message: In the case file_status is FAILED, may contain details about the failure.
|
|
7563
|
+
"""
|
|
7564
|
+
if file_sha256 is not None:
|
|
7565
|
+
pulumi.set(__self__, "file_sha256", file_sha256)
|
|
7566
|
+
if file_size is not None:
|
|
7567
|
+
pulumi.set(__self__, "file_size", file_size)
|
|
7568
|
+
if file_status is not None:
|
|
7569
|
+
pulumi.set(__self__, "file_status", file_status)
|
|
7570
|
+
if url is not None:
|
|
7571
|
+
pulumi.set(__self__, "url", url)
|
|
7572
|
+
if verify_error_code is not None:
|
|
7573
|
+
pulumi.set(__self__, "verify_error_code", verify_error_code)
|
|
7574
|
+
if verify_error_message is not None:
|
|
7575
|
+
pulumi.set(__self__, "verify_error_message", verify_error_message)
|
|
7576
|
+
|
|
7577
|
+
@property
|
|
7578
|
+
@pulumi.getter(name="fileSha256")
|
|
7579
|
+
def file_sha256(self) -> Optional[pulumi.Input[str]]:
|
|
7580
|
+
"""
|
|
7581
|
+
sha256 of the file if known.
|
|
7582
|
+
"""
|
|
7583
|
+
return pulumi.get(self, "file_sha256")
|
|
7584
|
+
|
|
7585
|
+
@file_sha256.setter
|
|
7586
|
+
def file_sha256(self, value: Optional[pulumi.Input[str]]):
|
|
7587
|
+
pulumi.set(self, "file_sha256", value)
|
|
7588
|
+
|
|
7589
|
+
@property
|
|
7590
|
+
@pulumi.getter(name="fileSize")
|
|
7591
|
+
def file_size(self) -> Optional[pulumi.Input[int]]:
|
|
7592
|
+
"""
|
|
7593
|
+
The size of the file in bytes.
|
|
7594
|
+
"""
|
|
7595
|
+
return pulumi.get(self, "file_size")
|
|
7596
|
+
|
|
7597
|
+
@file_size.setter
|
|
7598
|
+
def file_size(self, value: Optional[pulumi.Input[int]]):
|
|
7599
|
+
pulumi.set(self, "file_size", value)
|
|
7600
|
+
|
|
7601
|
+
@property
|
|
7602
|
+
@pulumi.getter(name="fileStatus")
|
|
7603
|
+
def file_status(self) -> Optional[pulumi.Input[str]]:
|
|
7604
|
+
"""
|
|
7605
|
+
Indicates whether the uploaded .jar file has been verified by the system and deployment ready. The possible values are `INITIAL`, `READY` and `FAILED`.
|
|
7606
|
+
"""
|
|
7607
|
+
return pulumi.get(self, "file_status")
|
|
7608
|
+
|
|
7609
|
+
@file_status.setter
|
|
7610
|
+
def file_status(self, value: Optional[pulumi.Input[str]]):
|
|
7611
|
+
pulumi.set(self, "file_status", value)
|
|
7612
|
+
|
|
7613
|
+
@property
|
|
7614
|
+
@pulumi.getter
|
|
7615
|
+
def url(self) -> Optional[pulumi.Input[str]]:
|
|
7616
|
+
"""
|
|
7617
|
+
The pre-signed url of the bucket where the .jar file is uploaded. Becomes null when the JarApplicationVersion is ready or failed.
|
|
7618
|
+
"""
|
|
7619
|
+
return pulumi.get(self, "url")
|
|
7620
|
+
|
|
7621
|
+
@url.setter
|
|
7622
|
+
def url(self, value: Optional[pulumi.Input[str]]):
|
|
7623
|
+
pulumi.set(self, "url", value)
|
|
7624
|
+
|
|
7625
|
+
@property
|
|
7626
|
+
@pulumi.getter(name="verifyErrorCode")
|
|
7627
|
+
def verify_error_code(self) -> Optional[pulumi.Input[int]]:
|
|
7628
|
+
"""
|
|
7629
|
+
In the case file_status is FAILED, the error code of the failure. The possible values are `1`, `2` and `3`.
|
|
7630
|
+
"""
|
|
7631
|
+
return pulumi.get(self, "verify_error_code")
|
|
7632
|
+
|
|
7633
|
+
@verify_error_code.setter
|
|
7634
|
+
def verify_error_code(self, value: Optional[pulumi.Input[int]]):
|
|
7635
|
+
pulumi.set(self, "verify_error_code", value)
|
|
7636
|
+
|
|
7637
|
+
@property
|
|
7638
|
+
@pulumi.getter(name="verifyErrorMessage")
|
|
7639
|
+
def verify_error_message(self) -> Optional[pulumi.Input[str]]:
|
|
7640
|
+
"""
|
|
7641
|
+
In the case file_status is FAILED, may contain details about the failure.
|
|
7642
|
+
"""
|
|
7643
|
+
return pulumi.get(self, "verify_error_message")
|
|
7644
|
+
|
|
7645
|
+
@verify_error_message.setter
|
|
7646
|
+
def verify_error_message(self, value: Optional[pulumi.Input[str]]):
|
|
7647
|
+
pulumi.set(self, "verify_error_message", value)
|
|
7648
|
+
|
|
7649
|
+
|
|
7650
|
+
if not MYPY:
|
|
7651
|
+
class FlinkJarApplicationCurrentDeploymentArgsDict(TypedDict):
|
|
7652
|
+
created_at: NotRequired[pulumi.Input[str]]
|
|
7653
|
+
"""
|
|
7654
|
+
The creation timestamp of this entity in ISO 8601 format, always in UTC.
|
|
7655
|
+
"""
|
|
7656
|
+
created_by: NotRequired[pulumi.Input[str]]
|
|
7657
|
+
"""
|
|
7658
|
+
The creator of this entity.
|
|
7659
|
+
"""
|
|
7660
|
+
entry_class: NotRequired[pulumi.Input[str]]
|
|
7661
|
+
"""
|
|
7662
|
+
The fully qualified name of the entry class to pass during Flink job submission through the entryClass parameter.
|
|
7663
|
+
"""
|
|
7664
|
+
error_msg: NotRequired[pulumi.Input[str]]
|
|
7665
|
+
"""
|
|
7666
|
+
Error message describing what caused deployment to fail.
|
|
7667
|
+
"""
|
|
7668
|
+
id: NotRequired[pulumi.Input[str]]
|
|
7669
|
+
"""
|
|
7670
|
+
Deployment ID.
|
|
7671
|
+
"""
|
|
7672
|
+
job_id: NotRequired[pulumi.Input[str]]
|
|
7673
|
+
"""
|
|
7674
|
+
Job ID.
|
|
7675
|
+
"""
|
|
7676
|
+
last_savepoint: NotRequired[pulumi.Input[str]]
|
|
7677
|
+
"""
|
|
7678
|
+
Job savepoint.
|
|
7679
|
+
"""
|
|
7680
|
+
parallelism: NotRequired[pulumi.Input[int]]
|
|
7681
|
+
"""
|
|
7682
|
+
Reading of Flink parallel execution documentation is recommended before setting this value to other than 1. Please do not set this value higher than (total number of nodes x number_of_task_slots), or every new job created will fail.
|
|
7683
|
+
"""
|
|
7684
|
+
program_args: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
7685
|
+
"""
|
|
7686
|
+
Arguments to pass during Flink job submission through the programArgsList parameter.
|
|
7687
|
+
"""
|
|
7688
|
+
starting_savepoint: NotRequired[pulumi.Input[str]]
|
|
7689
|
+
"""
|
|
7690
|
+
Job savepoint.
|
|
7691
|
+
"""
|
|
7692
|
+
status: NotRequired[pulumi.Input[str]]
|
|
7693
|
+
"""
|
|
7694
|
+
Deployment status. The possible values are `CANCELED`, `CANCELLING`, `CANCELLING_REQUESTED`, `CREATED`, `DELETE_REQUESTED`, `DELETING`, `FAILED`, `FAILING`, `FINISHED`, `INITIALIZING`, `RECONCILING`, `RESTARTING`, `RUNNING`, `SAVING`, `SAVING_AND_STOP`, `SAVING_AND_STOP_REQUESTED` and `SUSPENDED`.
|
|
7695
|
+
"""
|
|
7696
|
+
version_id: NotRequired[pulumi.Input[str]]
|
|
7697
|
+
"""
|
|
7698
|
+
ApplicationVersion ID.
|
|
7699
|
+
"""
|
|
7700
|
+
elif False:
|
|
7701
|
+
FlinkJarApplicationCurrentDeploymentArgsDict: TypeAlias = Mapping[str, Any]
|
|
7702
|
+
|
|
7703
|
+
@pulumi.input_type
|
|
7704
|
+
class FlinkJarApplicationCurrentDeploymentArgs:
|
|
7705
|
+
def __init__(__self__, *,
|
|
7706
|
+
created_at: Optional[pulumi.Input[str]] = None,
|
|
7707
|
+
created_by: Optional[pulumi.Input[str]] = None,
|
|
7708
|
+
entry_class: Optional[pulumi.Input[str]] = None,
|
|
7709
|
+
error_msg: Optional[pulumi.Input[str]] = None,
|
|
7710
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
7711
|
+
job_id: Optional[pulumi.Input[str]] = None,
|
|
7712
|
+
last_savepoint: Optional[pulumi.Input[str]] = None,
|
|
7713
|
+
parallelism: Optional[pulumi.Input[int]] = None,
|
|
7714
|
+
program_args: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
7715
|
+
starting_savepoint: Optional[pulumi.Input[str]] = None,
|
|
7716
|
+
status: Optional[pulumi.Input[str]] = None,
|
|
7717
|
+
version_id: Optional[pulumi.Input[str]] = None):
|
|
7718
|
+
"""
|
|
7719
|
+
:param pulumi.Input[str] created_at: The creation timestamp of this entity in ISO 8601 format, always in UTC.
|
|
7720
|
+
:param pulumi.Input[str] created_by: The creator of this entity.
|
|
7721
|
+
:param pulumi.Input[str] entry_class: The fully qualified name of the entry class to pass during Flink job submission through the entryClass parameter.
|
|
7722
|
+
:param pulumi.Input[str] error_msg: Error message describing what caused deployment to fail.
|
|
7723
|
+
:param pulumi.Input[str] id: Deployment ID.
|
|
7724
|
+
:param pulumi.Input[str] job_id: Job ID.
|
|
7725
|
+
:param pulumi.Input[str] last_savepoint: Job savepoint.
|
|
7726
|
+
:param pulumi.Input[int] parallelism: Reading of Flink parallel execution documentation is recommended before setting this value to other than 1. Please do not set this value higher than (total number of nodes x number_of_task_slots), or every new job created will fail.
|
|
7727
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] program_args: Arguments to pass during Flink job submission through the programArgsList parameter.
|
|
7728
|
+
:param pulumi.Input[str] starting_savepoint: Job savepoint.
|
|
7729
|
+
:param pulumi.Input[str] status: Deployment status. The possible values are `CANCELED`, `CANCELLING`, `CANCELLING_REQUESTED`, `CREATED`, `DELETE_REQUESTED`, `DELETING`, `FAILED`, `FAILING`, `FINISHED`, `INITIALIZING`, `RECONCILING`, `RESTARTING`, `RUNNING`, `SAVING`, `SAVING_AND_STOP`, `SAVING_AND_STOP_REQUESTED` and `SUSPENDED`.
|
|
7730
|
+
:param pulumi.Input[str] version_id: ApplicationVersion ID.
|
|
7731
|
+
"""
|
|
7732
|
+
if created_at is not None:
|
|
7733
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
7734
|
+
if created_by is not None:
|
|
7735
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
7736
|
+
if entry_class is not None:
|
|
7737
|
+
pulumi.set(__self__, "entry_class", entry_class)
|
|
7738
|
+
if error_msg is not None:
|
|
7739
|
+
pulumi.set(__self__, "error_msg", error_msg)
|
|
7740
|
+
if id is not None:
|
|
7741
|
+
pulumi.set(__self__, "id", id)
|
|
7742
|
+
if job_id is not None:
|
|
7743
|
+
pulumi.set(__self__, "job_id", job_id)
|
|
7744
|
+
if last_savepoint is not None:
|
|
7745
|
+
pulumi.set(__self__, "last_savepoint", last_savepoint)
|
|
7746
|
+
if parallelism is not None:
|
|
7747
|
+
pulumi.set(__self__, "parallelism", parallelism)
|
|
7748
|
+
if program_args is not None:
|
|
7749
|
+
pulumi.set(__self__, "program_args", program_args)
|
|
7750
|
+
if starting_savepoint is not None:
|
|
7751
|
+
pulumi.set(__self__, "starting_savepoint", starting_savepoint)
|
|
7752
|
+
if status is not None:
|
|
7753
|
+
pulumi.set(__self__, "status", status)
|
|
7754
|
+
if version_id is not None:
|
|
7755
|
+
pulumi.set(__self__, "version_id", version_id)
|
|
7756
|
+
|
|
7757
|
+
@property
|
|
7758
|
+
@pulumi.getter(name="createdAt")
|
|
7759
|
+
def created_at(self) -> Optional[pulumi.Input[str]]:
|
|
7760
|
+
"""
|
|
7761
|
+
The creation timestamp of this entity in ISO 8601 format, always in UTC.
|
|
7762
|
+
"""
|
|
7763
|
+
return pulumi.get(self, "created_at")
|
|
7764
|
+
|
|
7765
|
+
@created_at.setter
|
|
7766
|
+
def created_at(self, value: Optional[pulumi.Input[str]]):
|
|
7767
|
+
pulumi.set(self, "created_at", value)
|
|
7768
|
+
|
|
7769
|
+
@property
|
|
7770
|
+
@pulumi.getter(name="createdBy")
|
|
7771
|
+
def created_by(self) -> Optional[pulumi.Input[str]]:
|
|
7772
|
+
"""
|
|
7773
|
+
The creator of this entity.
|
|
7774
|
+
"""
|
|
7775
|
+
return pulumi.get(self, "created_by")
|
|
7776
|
+
|
|
7777
|
+
@created_by.setter
|
|
7778
|
+
def created_by(self, value: Optional[pulumi.Input[str]]):
|
|
7779
|
+
pulumi.set(self, "created_by", value)
|
|
7780
|
+
|
|
7781
|
+
@property
|
|
7782
|
+
@pulumi.getter(name="entryClass")
|
|
7783
|
+
def entry_class(self) -> Optional[pulumi.Input[str]]:
|
|
7784
|
+
"""
|
|
7785
|
+
The fully qualified name of the entry class to pass during Flink job submission through the entryClass parameter.
|
|
7786
|
+
"""
|
|
7787
|
+
return pulumi.get(self, "entry_class")
|
|
7788
|
+
|
|
7789
|
+
@entry_class.setter
|
|
7790
|
+
def entry_class(self, value: Optional[pulumi.Input[str]]):
|
|
7791
|
+
pulumi.set(self, "entry_class", value)
|
|
7792
|
+
|
|
7793
|
+
@property
|
|
7794
|
+
@pulumi.getter(name="errorMsg")
|
|
7795
|
+
def error_msg(self) -> Optional[pulumi.Input[str]]:
|
|
7796
|
+
"""
|
|
7797
|
+
Error message describing what caused deployment to fail.
|
|
7798
|
+
"""
|
|
7799
|
+
return pulumi.get(self, "error_msg")
|
|
7800
|
+
|
|
7801
|
+
@error_msg.setter
|
|
7802
|
+
def error_msg(self, value: Optional[pulumi.Input[str]]):
|
|
7803
|
+
pulumi.set(self, "error_msg", value)
|
|
7804
|
+
|
|
7805
|
+
@property
|
|
7806
|
+
@pulumi.getter
|
|
7807
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
7808
|
+
"""
|
|
7809
|
+
Deployment ID.
|
|
7810
|
+
"""
|
|
7811
|
+
return pulumi.get(self, "id")
|
|
7812
|
+
|
|
7813
|
+
@id.setter
|
|
7814
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
7815
|
+
pulumi.set(self, "id", value)
|
|
7816
|
+
|
|
7817
|
+
@property
|
|
7818
|
+
@pulumi.getter(name="jobId")
|
|
7819
|
+
def job_id(self) -> Optional[pulumi.Input[str]]:
|
|
7820
|
+
"""
|
|
7821
|
+
Job ID.
|
|
7822
|
+
"""
|
|
7823
|
+
return pulumi.get(self, "job_id")
|
|
7824
|
+
|
|
7825
|
+
@job_id.setter
|
|
7826
|
+
def job_id(self, value: Optional[pulumi.Input[str]]):
|
|
7827
|
+
pulumi.set(self, "job_id", value)
|
|
7828
|
+
|
|
7829
|
+
@property
|
|
7830
|
+
@pulumi.getter(name="lastSavepoint")
|
|
7831
|
+
def last_savepoint(self) -> Optional[pulumi.Input[str]]:
|
|
7832
|
+
"""
|
|
7833
|
+
Job savepoint.
|
|
7834
|
+
"""
|
|
7835
|
+
return pulumi.get(self, "last_savepoint")
|
|
7836
|
+
|
|
7837
|
+
@last_savepoint.setter
|
|
7838
|
+
def last_savepoint(self, value: Optional[pulumi.Input[str]]):
|
|
7839
|
+
pulumi.set(self, "last_savepoint", value)
|
|
7840
|
+
|
|
7841
|
+
@property
|
|
7842
|
+
@pulumi.getter
|
|
7843
|
+
def parallelism(self) -> Optional[pulumi.Input[int]]:
|
|
7844
|
+
"""
|
|
7845
|
+
Reading of Flink parallel execution documentation is recommended before setting this value to other than 1. Please do not set this value higher than (total number of nodes x number_of_task_slots), or every new job created will fail.
|
|
7846
|
+
"""
|
|
7847
|
+
return pulumi.get(self, "parallelism")
|
|
7848
|
+
|
|
7849
|
+
@parallelism.setter
|
|
7850
|
+
def parallelism(self, value: Optional[pulumi.Input[int]]):
|
|
7851
|
+
pulumi.set(self, "parallelism", value)
|
|
7852
|
+
|
|
7853
|
+
@property
|
|
7854
|
+
@pulumi.getter(name="programArgs")
|
|
7855
|
+
def program_args(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
7856
|
+
"""
|
|
7857
|
+
Arguments to pass during Flink job submission through the programArgsList parameter.
|
|
7858
|
+
"""
|
|
7859
|
+
return pulumi.get(self, "program_args")
|
|
7860
|
+
|
|
7861
|
+
@program_args.setter
|
|
7862
|
+
def program_args(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
7863
|
+
pulumi.set(self, "program_args", value)
|
|
7864
|
+
|
|
7865
|
+
@property
|
|
7866
|
+
@pulumi.getter(name="startingSavepoint")
|
|
7867
|
+
def starting_savepoint(self) -> Optional[pulumi.Input[str]]:
|
|
7868
|
+
"""
|
|
7869
|
+
Job savepoint.
|
|
7870
|
+
"""
|
|
7871
|
+
return pulumi.get(self, "starting_savepoint")
|
|
7872
|
+
|
|
7873
|
+
@starting_savepoint.setter
|
|
7874
|
+
def starting_savepoint(self, value: Optional[pulumi.Input[str]]):
|
|
7875
|
+
pulumi.set(self, "starting_savepoint", value)
|
|
7876
|
+
|
|
7877
|
+
@property
|
|
7878
|
+
@pulumi.getter
|
|
7879
|
+
def status(self) -> Optional[pulumi.Input[str]]:
|
|
7880
|
+
"""
|
|
7881
|
+
Deployment status. The possible values are `CANCELED`, `CANCELLING`, `CANCELLING_REQUESTED`, `CREATED`, `DELETE_REQUESTED`, `DELETING`, `FAILED`, `FAILING`, `FINISHED`, `INITIALIZING`, `RECONCILING`, `RESTARTING`, `RUNNING`, `SAVING`, `SAVING_AND_STOP`, `SAVING_AND_STOP_REQUESTED` and `SUSPENDED`.
|
|
7882
|
+
"""
|
|
7883
|
+
return pulumi.get(self, "status")
|
|
7884
|
+
|
|
7885
|
+
@status.setter
|
|
7886
|
+
def status(self, value: Optional[pulumi.Input[str]]):
|
|
7887
|
+
pulumi.set(self, "status", value)
|
|
7888
|
+
|
|
7889
|
+
@property
|
|
7890
|
+
@pulumi.getter(name="versionId")
|
|
7891
|
+
def version_id(self) -> Optional[pulumi.Input[str]]:
|
|
7892
|
+
"""
|
|
7893
|
+
ApplicationVersion ID.
|
|
7894
|
+
"""
|
|
7895
|
+
return pulumi.get(self, "version_id")
|
|
7896
|
+
|
|
7897
|
+
@version_id.setter
|
|
7898
|
+
def version_id(self, value: Optional[pulumi.Input[str]]):
|
|
7899
|
+
pulumi.set(self, "version_id", value)
|
|
7900
|
+
|
|
7901
|
+
|
|
7902
|
+
if not MYPY:
|
|
7903
|
+
class FlinkJarApplicationVersionFileInfoArgsDict(TypedDict):
|
|
7904
|
+
file_sha256: NotRequired[pulumi.Input[str]]
|
|
7905
|
+
"""
|
|
7906
|
+
sha256 of the file if known.
|
|
7907
|
+
"""
|
|
7908
|
+
file_size: NotRequired[pulumi.Input[int]]
|
|
7909
|
+
"""
|
|
7910
|
+
The size of the file in bytes.
|
|
7911
|
+
"""
|
|
7912
|
+
file_status: NotRequired[pulumi.Input[str]]
|
|
7913
|
+
"""
|
|
7914
|
+
Indicates whether the uploaded .jar file has been verified by the system and deployment ready. The possible values are `FAILED`, `INITIAL` and `READY`.
|
|
7915
|
+
"""
|
|
7916
|
+
url: NotRequired[pulumi.Input[str]]
|
|
7917
|
+
"""
|
|
7918
|
+
The pre-signed url of the bucket where the .jar file is uploaded. Becomes null when the JarApplicationVersion is ready or failed.
|
|
7919
|
+
"""
|
|
7920
|
+
verify_error_code: NotRequired[pulumi.Input[int]]
|
|
7921
|
+
"""
|
|
7922
|
+
In the case file_status is FAILED, the error code of the failure. The possible values are `1`, `2` and `3`.
|
|
7923
|
+
"""
|
|
7924
|
+
verify_error_message: NotRequired[pulumi.Input[str]]
|
|
7925
|
+
"""
|
|
7926
|
+
In the case file_status is FAILED, may contain details about the failure.
|
|
7927
|
+
"""
|
|
7928
|
+
elif False:
|
|
7929
|
+
FlinkJarApplicationVersionFileInfoArgsDict: TypeAlias = Mapping[str, Any]
|
|
7930
|
+
|
|
7931
|
+
@pulumi.input_type
|
|
7932
|
+
class FlinkJarApplicationVersionFileInfoArgs:
|
|
7933
|
+
def __init__(__self__, *,
|
|
7934
|
+
file_sha256: Optional[pulumi.Input[str]] = None,
|
|
7935
|
+
file_size: Optional[pulumi.Input[int]] = None,
|
|
7936
|
+
file_status: Optional[pulumi.Input[str]] = None,
|
|
7937
|
+
url: Optional[pulumi.Input[str]] = None,
|
|
7938
|
+
verify_error_code: Optional[pulumi.Input[int]] = None,
|
|
7939
|
+
verify_error_message: Optional[pulumi.Input[str]] = None):
|
|
7940
|
+
"""
|
|
7941
|
+
:param pulumi.Input[str] file_sha256: sha256 of the file if known.
|
|
7942
|
+
:param pulumi.Input[int] file_size: The size of the file in bytes.
|
|
7943
|
+
:param pulumi.Input[str] file_status: Indicates whether the uploaded .jar file has been verified by the system and deployment ready. The possible values are `FAILED`, `INITIAL` and `READY`.
|
|
7944
|
+
:param pulumi.Input[str] url: The pre-signed url of the bucket where the .jar file is uploaded. Becomes null when the JarApplicationVersion is ready or failed.
|
|
7945
|
+
:param pulumi.Input[int] verify_error_code: In the case file_status is FAILED, the error code of the failure. The possible values are `1`, `2` and `3`.
|
|
7946
|
+
:param pulumi.Input[str] verify_error_message: In the case file_status is FAILED, may contain details about the failure.
|
|
7947
|
+
"""
|
|
7948
|
+
if file_sha256 is not None:
|
|
7949
|
+
pulumi.set(__self__, "file_sha256", file_sha256)
|
|
7950
|
+
if file_size is not None:
|
|
7951
|
+
pulumi.set(__self__, "file_size", file_size)
|
|
7952
|
+
if file_status is not None:
|
|
7953
|
+
pulumi.set(__self__, "file_status", file_status)
|
|
7954
|
+
if url is not None:
|
|
7955
|
+
pulumi.set(__self__, "url", url)
|
|
7956
|
+
if verify_error_code is not None:
|
|
7957
|
+
pulumi.set(__self__, "verify_error_code", verify_error_code)
|
|
7958
|
+
if verify_error_message is not None:
|
|
7959
|
+
pulumi.set(__self__, "verify_error_message", verify_error_message)
|
|
7960
|
+
|
|
7961
|
+
@property
|
|
7962
|
+
@pulumi.getter(name="fileSha256")
|
|
7963
|
+
def file_sha256(self) -> Optional[pulumi.Input[str]]:
|
|
7964
|
+
"""
|
|
7965
|
+
sha256 of the file if known.
|
|
7966
|
+
"""
|
|
7967
|
+
return pulumi.get(self, "file_sha256")
|
|
7968
|
+
|
|
7969
|
+
@file_sha256.setter
|
|
7970
|
+
def file_sha256(self, value: Optional[pulumi.Input[str]]):
|
|
7971
|
+
pulumi.set(self, "file_sha256", value)
|
|
7972
|
+
|
|
7973
|
+
@property
|
|
7974
|
+
@pulumi.getter(name="fileSize")
|
|
7975
|
+
def file_size(self) -> Optional[pulumi.Input[int]]:
|
|
7976
|
+
"""
|
|
7977
|
+
The size of the file in bytes.
|
|
7978
|
+
"""
|
|
7979
|
+
return pulumi.get(self, "file_size")
|
|
7980
|
+
|
|
7981
|
+
@file_size.setter
|
|
7982
|
+
def file_size(self, value: Optional[pulumi.Input[int]]):
|
|
7983
|
+
pulumi.set(self, "file_size", value)
|
|
7984
|
+
|
|
7985
|
+
@property
|
|
7986
|
+
@pulumi.getter(name="fileStatus")
|
|
7987
|
+
def file_status(self) -> Optional[pulumi.Input[str]]:
|
|
7988
|
+
"""
|
|
7989
|
+
Indicates whether the uploaded .jar file has been verified by the system and deployment ready. The possible values are `FAILED`, `INITIAL` and `READY`.
|
|
7990
|
+
"""
|
|
7991
|
+
return pulumi.get(self, "file_status")
|
|
7992
|
+
|
|
7993
|
+
@file_status.setter
|
|
7994
|
+
def file_status(self, value: Optional[pulumi.Input[str]]):
|
|
7995
|
+
pulumi.set(self, "file_status", value)
|
|
7996
|
+
|
|
7997
|
+
@property
|
|
7998
|
+
@pulumi.getter
|
|
7999
|
+
def url(self) -> Optional[pulumi.Input[str]]:
|
|
8000
|
+
"""
|
|
8001
|
+
The pre-signed url of the bucket where the .jar file is uploaded. Becomes null when the JarApplicationVersion is ready or failed.
|
|
8002
|
+
"""
|
|
8003
|
+
return pulumi.get(self, "url")
|
|
8004
|
+
|
|
8005
|
+
@url.setter
|
|
8006
|
+
def url(self, value: Optional[pulumi.Input[str]]):
|
|
8007
|
+
pulumi.set(self, "url", value)
|
|
8008
|
+
|
|
8009
|
+
@property
|
|
8010
|
+
@pulumi.getter(name="verifyErrorCode")
|
|
8011
|
+
def verify_error_code(self) -> Optional[pulumi.Input[int]]:
|
|
8012
|
+
"""
|
|
8013
|
+
In the case file_status is FAILED, the error code of the failure. The possible values are `1`, `2` and `3`.
|
|
8014
|
+
"""
|
|
8015
|
+
return pulumi.get(self, "verify_error_code")
|
|
8016
|
+
|
|
8017
|
+
@verify_error_code.setter
|
|
8018
|
+
def verify_error_code(self, value: Optional[pulumi.Input[int]]):
|
|
8019
|
+
pulumi.set(self, "verify_error_code", value)
|
|
8020
|
+
|
|
8021
|
+
@property
|
|
8022
|
+
@pulumi.getter(name="verifyErrorMessage")
|
|
8023
|
+
def verify_error_message(self) -> Optional[pulumi.Input[str]]:
|
|
8024
|
+
"""
|
|
8025
|
+
In the case file_status is FAILED, may contain details about the failure.
|
|
8026
|
+
"""
|
|
8027
|
+
return pulumi.get(self, "verify_error_message")
|
|
8028
|
+
|
|
8029
|
+
@verify_error_message.setter
|
|
8030
|
+
def verify_error_message(self, value: Optional[pulumi.Input[str]]):
|
|
8031
|
+
pulumi.set(self, "verify_error_message", value)
|
|
8032
|
+
|
|
8033
|
+
|
|
7370
8034
|
if not MYPY:
|
|
7371
8035
|
class FlinkServiceIntegrationArgsDict(TypedDict):
|
|
7372
8036
|
integration_type: pulumi.Input[str]
|
|
@@ -7764,6 +8428,10 @@ if not MYPY:
|
|
|
7764
8428
|
"""
|
|
7765
8429
|
Enable browsing of dashboards in grid (pictures) mode. This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
|
|
7766
8430
|
"""
|
|
8431
|
+
dashboard_scenes_enabled: NotRequired[pulumi.Input[bool]]
|
|
8432
|
+
"""
|
|
8433
|
+
Enable use of the Grafana Scenes Library as the dashboard engine. i.e. the `dashboardScene` feature flag. Upstream blog post at https://grafana.com/blog/2024/10/31/grafana-dashboards-are-now-powered-by-scenes-big-changes-same-ui/.
|
|
8434
|
+
"""
|
|
7767
8435
|
dashboards_min_refresh_interval: NotRequired[pulumi.Input[str]]
|
|
7768
8436
|
"""
|
|
7769
8437
|
Signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s, 1h. Example: `5s`.
|
|
@@ -7897,6 +8565,7 @@ class GrafanaGrafanaUserConfigArgs:
|
|
|
7897
8565
|
cookie_samesite: Optional[pulumi.Input[str]] = None,
|
|
7898
8566
|
custom_domain: Optional[pulumi.Input[str]] = None,
|
|
7899
8567
|
dashboard_previews_enabled: Optional[pulumi.Input[bool]] = None,
|
|
8568
|
+
dashboard_scenes_enabled: Optional[pulumi.Input[bool]] = None,
|
|
7900
8569
|
dashboards_min_refresh_interval: Optional[pulumi.Input[str]] = None,
|
|
7901
8570
|
dashboards_versions_to_keep: Optional[pulumi.Input[int]] = None,
|
|
7902
8571
|
dataproxy_send_user_header: Optional[pulumi.Input[bool]] = None,
|
|
@@ -7941,6 +8610,7 @@ class GrafanaGrafanaUserConfigArgs:
|
|
|
7941
8610
|
:param pulumi.Input[str] cookie_samesite: Enum: `lax`, `none`, `strict`. Cookie SameSite attribute: `strict` prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. `lax` is the default value.
|
|
7942
8611
|
:param pulumi.Input[str] custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
|
|
7943
8612
|
:param pulumi.Input[bool] dashboard_previews_enabled: Enable browsing of dashboards in grid (pictures) mode. This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering.
|
|
8613
|
+
:param pulumi.Input[bool] dashboard_scenes_enabled: Enable use of the Grafana Scenes Library as the dashboard engine. i.e. the `dashboardScene` feature flag. Upstream blog post at https://grafana.com/blog/2024/10/31/grafana-dashboards-are-now-powered-by-scenes-big-changes-same-ui/.
|
|
7944
8614
|
:param pulumi.Input[str] dashboards_min_refresh_interval: Signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s, 1h. Example: `5s`.
|
|
7945
8615
|
:param pulumi.Input[int] dashboards_versions_to_keep: Dashboard versions to keep per dashboard. Example: `20`.
|
|
7946
8616
|
:param pulumi.Input[bool] dataproxy_send_user_header: Send `X-Grafana-User` header to data source.
|
|
@@ -8000,6 +8670,8 @@ class GrafanaGrafanaUserConfigArgs:
|
|
|
8000
8670
|
pulumi.set(__self__, "custom_domain", custom_domain)
|
|
8001
8671
|
if dashboard_previews_enabled is not None:
|
|
8002
8672
|
pulumi.set(__self__, "dashboard_previews_enabled", dashboard_previews_enabled)
|
|
8673
|
+
if dashboard_scenes_enabled is not None:
|
|
8674
|
+
pulumi.set(__self__, "dashboard_scenes_enabled", dashboard_scenes_enabled)
|
|
8003
8675
|
if dashboards_min_refresh_interval is not None:
|
|
8004
8676
|
pulumi.set(__self__, "dashboards_min_refresh_interval", dashboards_min_refresh_interval)
|
|
8005
8677
|
if dashboards_versions_to_keep is not None:
|
|
@@ -8240,6 +8912,18 @@ class GrafanaGrafanaUserConfigArgs:
|
|
|
8240
8912
|
def dashboard_previews_enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
8241
8913
|
pulumi.set(self, "dashboard_previews_enabled", value)
|
|
8242
8914
|
|
|
8915
|
+
@property
|
|
8916
|
+
@pulumi.getter(name="dashboardScenesEnabled")
|
|
8917
|
+
def dashboard_scenes_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
8918
|
+
"""
|
|
8919
|
+
Enable use of the Grafana Scenes Library as the dashboard engine. i.e. the `dashboardScene` feature flag. Upstream blog post at https://grafana.com/blog/2024/10/31/grafana-dashboards-are-now-powered-by-scenes-big-changes-same-ui/.
|
|
8920
|
+
"""
|
|
8921
|
+
return pulumi.get(self, "dashboard_scenes_enabled")
|
|
8922
|
+
|
|
8923
|
+
@dashboard_scenes_enabled.setter
|
|
8924
|
+
def dashboard_scenes_enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
8925
|
+
pulumi.set(self, "dashboard_scenes_enabled", value)
|
|
8926
|
+
|
|
8243
8927
|
@property
|
|
8244
8928
|
@pulumi.getter(name="dashboardsMinRefreshInterval")
|
|
8245
8929
|
def dashboards_min_refresh_interval(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -11508,6 +12192,10 @@ if not MYPY:
|
|
|
11508
12192
|
"""
|
|
11509
12193
|
Kafka Connect configuration values
|
|
11510
12194
|
"""
|
|
12195
|
+
plugin_versions: NotRequired[pulumi.Input[Sequence[pulumi.Input['KafkaConnectKafkaConnectUserConfigPluginVersionArgsDict']]]]
|
|
12196
|
+
"""
|
|
12197
|
+
The plugin selected by the user
|
|
12198
|
+
"""
|
|
11511
12199
|
private_access: NotRequired[pulumi.Input['KafkaConnectKafkaConnectUserConfigPrivateAccessArgsDict']]
|
|
11512
12200
|
"""
|
|
11513
12201
|
Allow access to selected service ports from private networks
|
|
@@ -11540,6 +12228,7 @@ class KafkaConnectKafkaConnectUserConfigArgs:
|
|
|
11540
12228
|
ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
11541
12229
|
ip_filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
11542
12230
|
kafka_connect: Optional[pulumi.Input['KafkaConnectKafkaConnectUserConfigKafkaConnectArgs']] = None,
|
|
12231
|
+
plugin_versions: Optional[pulumi.Input[Sequence[pulumi.Input['KafkaConnectKafkaConnectUserConfigPluginVersionArgs']]]] = None,
|
|
11543
12232
|
private_access: Optional[pulumi.Input['KafkaConnectKafkaConnectUserConfigPrivateAccessArgs']] = None,
|
|
11544
12233
|
privatelink_access: Optional[pulumi.Input['KafkaConnectKafkaConnectUserConfigPrivatelinkAccessArgs']] = None,
|
|
11545
12234
|
public_access: Optional[pulumi.Input['KafkaConnectKafkaConnectUserConfigPublicAccessArgs']] = None,
|
|
@@ -11552,6 +12241,7 @@ class KafkaConnectKafkaConnectUserConfigArgs:
|
|
|
11552
12241
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
11553
12242
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
11554
12243
|
:param pulumi.Input['KafkaConnectKafkaConnectUserConfigKafkaConnectArgs'] kafka_connect: Kafka Connect configuration values
|
|
12244
|
+
:param pulumi.Input[Sequence[pulumi.Input['KafkaConnectKafkaConnectUserConfigPluginVersionArgs']]] plugin_versions: The plugin selected by the user
|
|
11555
12245
|
:param pulumi.Input['KafkaConnectKafkaConnectUserConfigPrivateAccessArgs'] private_access: Allow access to selected service ports from private networks
|
|
11556
12246
|
:param pulumi.Input['KafkaConnectKafkaConnectUserConfigPrivatelinkAccessArgs'] privatelink_access: Allow access to selected service components through Privatelink
|
|
11557
12247
|
:param pulumi.Input['KafkaConnectKafkaConnectUserConfigPublicAccessArgs'] public_access: Allow access to selected service ports from the public Internet
|
|
@@ -11574,6 +12264,8 @@ class KafkaConnectKafkaConnectUserConfigArgs:
|
|
|
11574
12264
|
pulumi.set(__self__, "ip_filters", ip_filters)
|
|
11575
12265
|
if kafka_connect is not None:
|
|
11576
12266
|
pulumi.set(__self__, "kafka_connect", kafka_connect)
|
|
12267
|
+
if plugin_versions is not None:
|
|
12268
|
+
pulumi.set(__self__, "plugin_versions", plugin_versions)
|
|
11577
12269
|
if private_access is not None:
|
|
11578
12270
|
pulumi.set(__self__, "private_access", private_access)
|
|
11579
12271
|
if privatelink_access is not None:
|
|
@@ -11649,6 +12341,18 @@ class KafkaConnectKafkaConnectUserConfigArgs:
|
|
|
11649
12341
|
def kafka_connect(self, value: Optional[pulumi.Input['KafkaConnectKafkaConnectUserConfigKafkaConnectArgs']]):
|
|
11650
12342
|
pulumi.set(self, "kafka_connect", value)
|
|
11651
12343
|
|
|
12344
|
+
@property
|
|
12345
|
+
@pulumi.getter(name="pluginVersions")
|
|
12346
|
+
def plugin_versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KafkaConnectKafkaConnectUserConfigPluginVersionArgs']]]]:
|
|
12347
|
+
"""
|
|
12348
|
+
The plugin selected by the user
|
|
12349
|
+
"""
|
|
12350
|
+
return pulumi.get(self, "plugin_versions")
|
|
12351
|
+
|
|
12352
|
+
@plugin_versions.setter
|
|
12353
|
+
def plugin_versions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['KafkaConnectKafkaConnectUserConfigPluginVersionArgs']]]]):
|
|
12354
|
+
pulumi.set(self, "plugin_versions", value)
|
|
12355
|
+
|
|
11652
12356
|
@property
|
|
11653
12357
|
@pulumi.getter(name="privateAccess")
|
|
11654
12358
|
def private_access(self) -> Optional[pulumi.Input['KafkaConnectKafkaConnectUserConfigPrivateAccessArgs']]:
|
|
@@ -12102,6 +12806,56 @@ class KafkaConnectKafkaConnectUserConfigKafkaConnectArgs:
|
|
|
12102
12806
|
pulumi.set(self, "session_timeout_ms", value)
|
|
12103
12807
|
|
|
12104
12808
|
|
|
12809
|
+
if not MYPY:
|
|
12810
|
+
class KafkaConnectKafkaConnectUserConfigPluginVersionArgsDict(TypedDict):
|
|
12811
|
+
plugin_name: pulumi.Input[str]
|
|
12812
|
+
"""
|
|
12813
|
+
The name of the plugin. Example: `debezium-connector`.
|
|
12814
|
+
"""
|
|
12815
|
+
version: pulumi.Input[str]
|
|
12816
|
+
"""
|
|
12817
|
+
The version of the plugin. Example: `2.5.0`.
|
|
12818
|
+
"""
|
|
12819
|
+
elif False:
|
|
12820
|
+
KafkaConnectKafkaConnectUserConfigPluginVersionArgsDict: TypeAlias = Mapping[str, Any]
|
|
12821
|
+
|
|
12822
|
+
@pulumi.input_type
|
|
12823
|
+
class KafkaConnectKafkaConnectUserConfigPluginVersionArgs:
|
|
12824
|
+
def __init__(__self__, *,
|
|
12825
|
+
plugin_name: pulumi.Input[str],
|
|
12826
|
+
version: pulumi.Input[str]):
|
|
12827
|
+
"""
|
|
12828
|
+
:param pulumi.Input[str] plugin_name: The name of the plugin. Example: `debezium-connector`.
|
|
12829
|
+
:param pulumi.Input[str] version: The version of the plugin. Example: `2.5.0`.
|
|
12830
|
+
"""
|
|
12831
|
+
pulumi.set(__self__, "plugin_name", plugin_name)
|
|
12832
|
+
pulumi.set(__self__, "version", version)
|
|
12833
|
+
|
|
12834
|
+
@property
|
|
12835
|
+
@pulumi.getter(name="pluginName")
|
|
12836
|
+
def plugin_name(self) -> pulumi.Input[str]:
|
|
12837
|
+
"""
|
|
12838
|
+
The name of the plugin. Example: `debezium-connector`.
|
|
12839
|
+
"""
|
|
12840
|
+
return pulumi.get(self, "plugin_name")
|
|
12841
|
+
|
|
12842
|
+
@plugin_name.setter
|
|
12843
|
+
def plugin_name(self, value: pulumi.Input[str]):
|
|
12844
|
+
pulumi.set(self, "plugin_name", value)
|
|
12845
|
+
|
|
12846
|
+
@property
|
|
12847
|
+
@pulumi.getter
|
|
12848
|
+
def version(self) -> pulumi.Input[str]:
|
|
12849
|
+
"""
|
|
12850
|
+
The version of the plugin. Example: `2.5.0`.
|
|
12851
|
+
"""
|
|
12852
|
+
return pulumi.get(self, "version")
|
|
12853
|
+
|
|
12854
|
+
@version.setter
|
|
12855
|
+
def version(self, value: pulumi.Input[str]):
|
|
12856
|
+
pulumi.set(self, "version", value)
|
|
12857
|
+
|
|
12858
|
+
|
|
12105
12859
|
if not MYPY:
|
|
12106
12860
|
class KafkaConnectKafkaConnectUserConfigPrivateAccessArgsDict(TypedDict):
|
|
12107
12861
|
kafka_connect: NotRequired[pulumi.Input[bool]]
|
|
@@ -16884,11 +17638,11 @@ if not MYPY:
|
|
|
16884
17638
|
class KafkaTopicConfigArgsDict(TypedDict):
|
|
16885
17639
|
cleanup_policy: NotRequired[pulumi.Input[str]]
|
|
16886
17640
|
"""
|
|
16887
|
-
cleanup.policy value. The possible values are `
|
|
17641
|
+
cleanup.policy value. The possible values are `compact`, `compact,delete` and `delete`.
|
|
16888
17642
|
"""
|
|
16889
17643
|
compression_type: NotRequired[pulumi.Input[str]]
|
|
16890
17644
|
"""
|
|
16891
|
-
compression.type value. The possible values are `
|
|
17645
|
+
compression.type value. The possible values are `gzip`, `lz4`, `producer`, `snappy`, `uncompressed` and `zstd`.
|
|
16892
17646
|
"""
|
|
16893
17647
|
delete_retention_ms: NotRequired[pulumi.Input[str]]
|
|
16894
17648
|
"""
|
|
@@ -16932,7 +17686,7 @@ if not MYPY:
|
|
|
16932
17686
|
"""
|
|
16933
17687
|
message_format_version: NotRequired[pulumi.Input[str]]
|
|
16934
17688
|
"""
|
|
16935
|
-
message.format.version value. The possible values are `0.
|
|
17689
|
+
message.format.version value. The possible values are `0.10.0`, `0.10.0-IV0`, `0.10.0-IV1`, `0.10.1`, `0.10.1-IV0`, `0.10.1-IV1`, `0.10.1-IV2`, `0.10.2`, `0.10.2-IV0`, `0.11.0`, `0.11.0-IV0`, `0.11.0-IV1`, `0.11.0-IV2`, `0.8.0`, `0.8.1`, `0.8.2`, `0.9.0`, `1.0`, `1.0-IV0`, `1.1`, `1.1-IV0`, `2.0`, `2.0-IV0`, `2.0-IV1`, `2.1`, `2.1-IV0`, `2.1-IV1`, `2.1-IV2`, `2.2`, `2.2-IV0`, `2.2-IV1`, `2.3`, `2.3-IV0`, `2.3-IV1`, `2.4`, `2.4-IV0`, `2.4-IV1`, `2.5`, `2.5-IV0`, `2.6`, `2.6-IV0`, `2.7`, `2.7-IV0`, `2.7-IV1`, `2.7-IV2`, `2.8`, `2.8-IV0`, `2.8-IV1`, `3.0`, `3.0-IV0`, `3.0-IV1`, `3.1`, `3.1-IV0`, `3.2`, `3.2-IV0`, `3.3`, `3.3-IV0`, `3.3-IV1`, `3.3-IV2`, `3.3-IV3`, `3.4`, `3.4-IV0`, `3.5`, `3.5-IV0`, `3.5-IV1`, `3.5-IV2`, `3.6`, `3.6-IV0`, `3.6-IV1`, `3.6-IV2`, `3.7`, `3.7-IV0`, `3.7-IV1`, `3.7-IV2`, `3.7-IV3`, `3.7-IV4`, `3.8`, `3.8-IV0`, `3.9`, `3.9-IV0` and `3.9-IV1`.
|
|
16936
17690
|
"""
|
|
16937
17691
|
message_timestamp_difference_max_ms: NotRequired[pulumi.Input[str]]
|
|
16938
17692
|
"""
|
|
@@ -17024,8 +17778,8 @@ class KafkaTopicConfigArgs:
|
|
|
17024
17778
|
segment_ms: Optional[pulumi.Input[str]] = None,
|
|
17025
17779
|
unclean_leader_election_enable: Optional[pulumi.Input[bool]] = None):
|
|
17026
17780
|
"""
|
|
17027
|
-
:param pulumi.Input[str] cleanup_policy: cleanup.policy value. The possible values are `
|
|
17028
|
-
:param pulumi.Input[str] compression_type: compression.type value. The possible values are `
|
|
17781
|
+
:param pulumi.Input[str] cleanup_policy: cleanup.policy value. The possible values are `compact`, `compact,delete` and `delete`.
|
|
17782
|
+
:param pulumi.Input[str] compression_type: compression.type value. The possible values are `gzip`, `lz4`, `producer`, `snappy`, `uncompressed` and `zstd`.
|
|
17029
17783
|
:param pulumi.Input[str] delete_retention_ms: delete.retention.ms value
|
|
17030
17784
|
:param pulumi.Input[str] file_delete_delay_ms: file.delete.delay.ms value
|
|
17031
17785
|
:param pulumi.Input[str] flush_messages: flush.messages value
|
|
@@ -17036,7 +17790,7 @@ class KafkaTopicConfigArgs:
|
|
|
17036
17790
|
:param pulumi.Input[str] max_compaction_lag_ms: max.compaction.lag.ms value
|
|
17037
17791
|
:param pulumi.Input[str] max_message_bytes: max.message.bytes value
|
|
17038
17792
|
:param pulumi.Input[bool] message_downconversion_enable: message.downconversion.enable value
|
|
17039
|
-
:param pulumi.Input[str] message_format_version: message.format.version value. The possible values are `0.
|
|
17793
|
+
:param pulumi.Input[str] message_format_version: message.format.version value. The possible values are `0.10.0`, `0.10.0-IV0`, `0.10.0-IV1`, `0.10.1`, `0.10.1-IV0`, `0.10.1-IV1`, `0.10.1-IV2`, `0.10.2`, `0.10.2-IV0`, `0.11.0`, `0.11.0-IV0`, `0.11.0-IV1`, `0.11.0-IV2`, `0.8.0`, `0.8.1`, `0.8.2`, `0.9.0`, `1.0`, `1.0-IV0`, `1.1`, `1.1-IV0`, `2.0`, `2.0-IV0`, `2.0-IV1`, `2.1`, `2.1-IV0`, `2.1-IV1`, `2.1-IV2`, `2.2`, `2.2-IV0`, `2.2-IV1`, `2.3`, `2.3-IV0`, `2.3-IV1`, `2.4`, `2.4-IV0`, `2.4-IV1`, `2.5`, `2.5-IV0`, `2.6`, `2.6-IV0`, `2.7`, `2.7-IV0`, `2.7-IV1`, `2.7-IV2`, `2.8`, `2.8-IV0`, `2.8-IV1`, `3.0`, `3.0-IV0`, `3.0-IV1`, `3.1`, `3.1-IV0`, `3.2`, `3.2-IV0`, `3.3`, `3.3-IV0`, `3.3-IV1`, `3.3-IV2`, `3.3-IV3`, `3.4`, `3.4-IV0`, `3.5`, `3.5-IV0`, `3.5-IV1`, `3.5-IV2`, `3.6`, `3.6-IV0`, `3.6-IV1`, `3.6-IV2`, `3.7`, `3.7-IV0`, `3.7-IV1`, `3.7-IV2`, `3.7-IV3`, `3.7-IV4`, `3.8`, `3.8-IV0`, `3.9`, `3.9-IV0` and `3.9-IV1`.
|
|
17040
17794
|
:param pulumi.Input[str] message_timestamp_difference_max_ms: message.timestamp.difference.max.ms value
|
|
17041
17795
|
:param pulumi.Input[str] message_timestamp_type: message.timestamp.type value. The possible values are `CreateTime` and `LogAppendTime`.
|
|
17042
17796
|
:param pulumi.Input[float] min_cleanable_dirty_ratio: min.cleanable.dirty.ratio value
|
|
@@ -17114,7 +17868,7 @@ class KafkaTopicConfigArgs:
|
|
|
17114
17868
|
@pulumi.getter(name="cleanupPolicy")
|
|
17115
17869
|
def cleanup_policy(self) -> Optional[pulumi.Input[str]]:
|
|
17116
17870
|
"""
|
|
17117
|
-
cleanup.policy value. The possible values are `
|
|
17871
|
+
cleanup.policy value. The possible values are `compact`, `compact,delete` and `delete`.
|
|
17118
17872
|
"""
|
|
17119
17873
|
return pulumi.get(self, "cleanup_policy")
|
|
17120
17874
|
|
|
@@ -17126,7 +17880,7 @@ class KafkaTopicConfigArgs:
|
|
|
17126
17880
|
@pulumi.getter(name="compressionType")
|
|
17127
17881
|
def compression_type(self) -> Optional[pulumi.Input[str]]:
|
|
17128
17882
|
"""
|
|
17129
|
-
compression.type value. The possible values are `
|
|
17883
|
+
compression.type value. The possible values are `gzip`, `lz4`, `producer`, `snappy`, `uncompressed` and `zstd`.
|
|
17130
17884
|
"""
|
|
17131
17885
|
return pulumi.get(self, "compression_type")
|
|
17132
17886
|
|
|
@@ -17258,7 +18012,7 @@ class KafkaTopicConfigArgs:
|
|
|
17258
18012
|
@pulumi.getter(name="messageFormatVersion")
|
|
17259
18013
|
def message_format_version(self) -> Optional[pulumi.Input[str]]:
|
|
17260
18014
|
"""
|
|
17261
|
-
message.format.version value. The possible values are `0.
|
|
18015
|
+
message.format.version value. The possible values are `0.10.0`, `0.10.0-IV0`, `0.10.0-IV1`, `0.10.1`, `0.10.1-IV0`, `0.10.1-IV1`, `0.10.1-IV2`, `0.10.2`, `0.10.2-IV0`, `0.11.0`, `0.11.0-IV0`, `0.11.0-IV1`, `0.11.0-IV2`, `0.8.0`, `0.8.1`, `0.8.2`, `0.9.0`, `1.0`, `1.0-IV0`, `1.1`, `1.1-IV0`, `2.0`, `2.0-IV0`, `2.0-IV1`, `2.1`, `2.1-IV0`, `2.1-IV1`, `2.1-IV2`, `2.2`, `2.2-IV0`, `2.2-IV1`, `2.3`, `2.3-IV0`, `2.3-IV1`, `2.4`, `2.4-IV0`, `2.4-IV1`, `2.5`, `2.5-IV0`, `2.6`, `2.6-IV0`, `2.7`, `2.7-IV0`, `2.7-IV1`, `2.7-IV2`, `2.8`, `2.8-IV0`, `2.8-IV1`, `3.0`, `3.0-IV0`, `3.0-IV1`, `3.1`, `3.1-IV0`, `3.2`, `3.2-IV0`, `3.3`, `3.3-IV0`, `3.3-IV1`, `3.3-IV2`, `3.3-IV3`, `3.4`, `3.4-IV0`, `3.5`, `3.5-IV0`, `3.5-IV1`, `3.5-IV2`, `3.6`, `3.6-IV0`, `3.6-IV1`, `3.6-IV2`, `3.7`, `3.7-IV0`, `3.7-IV1`, `3.7-IV2`, `3.7-IV3`, `3.7-IV4`, `3.8`, `3.8-IV0`, `3.9`, `3.9-IV0` and `3.9-IV1`.
|
|
17262
18016
|
"""
|
|
17263
18017
|
return pulumi.get(self, "message_format_version")
|
|
17264
18018
|
|
|
@@ -23701,6 +24455,7 @@ if not MYPY:
|
|
|
23701
24455
|
"""
|
|
23702
24456
|
How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to node cpu count * 2.
|
|
23703
24457
|
"""
|
|
24458
|
+
cluster_search_request_slowlog: NotRequired[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogArgsDict']]
|
|
23704
24459
|
email_sender_name: NotRequired[pulumi.Input[str]]
|
|
23705
24460
|
"""
|
|
23706
24461
|
Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore. Example: `alert-sender`.
|
|
@@ -23713,6 +24468,10 @@ if not MYPY:
|
|
|
23713
24468
|
"""
|
|
23714
24469
|
Sender username for Opensearch alerts. Example: `jane@example.com`.
|
|
23715
24470
|
"""
|
|
24471
|
+
enable_remote_backed_storage: NotRequired[pulumi.Input[bool]]
|
|
24472
|
+
"""
|
|
24473
|
+
Enable remote-backed storage.
|
|
24474
|
+
"""
|
|
23716
24475
|
enable_security_audit: NotRequired[pulumi.Input[bool]]
|
|
23717
24476
|
"""
|
|
23718
24477
|
Enable/Disable security audit.
|
|
@@ -23882,9 +24641,11 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
23882
24641
|
cluster_max_shards_per_node: Optional[pulumi.Input[int]] = None,
|
|
23883
24642
|
cluster_routing_allocation_balance_prefer_primary: Optional[pulumi.Input[bool]] = None,
|
|
23884
24643
|
cluster_routing_allocation_node_concurrent_recoveries: Optional[pulumi.Input[int]] = None,
|
|
24644
|
+
cluster_search_request_slowlog: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogArgs']] = None,
|
|
23885
24645
|
email_sender_name: Optional[pulumi.Input[str]] = None,
|
|
23886
24646
|
email_sender_password: Optional[pulumi.Input[str]] = None,
|
|
23887
24647
|
email_sender_username: Optional[pulumi.Input[str]] = None,
|
|
24648
|
+
enable_remote_backed_storage: Optional[pulumi.Input[bool]] = None,
|
|
23888
24649
|
enable_security_audit: Optional[pulumi.Input[bool]] = None,
|
|
23889
24650
|
http_max_content_length: Optional[pulumi.Input[int]] = None,
|
|
23890
24651
|
http_max_header_size: Optional[pulumi.Input[int]] = None,
|
|
@@ -23935,6 +24696,7 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
23935
24696
|
:param pulumi.Input[str] email_sender_name: Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore. Example: `alert-sender`.
|
|
23936
24697
|
:param pulumi.Input[str] email_sender_password: Sender password for Opensearch alerts to authenticate with SMTP server. Example: `very-secure-mail-password`.
|
|
23937
24698
|
:param pulumi.Input[str] email_sender_username: Sender username for Opensearch alerts. Example: `jane@example.com`.
|
|
24699
|
+
:param pulumi.Input[bool] enable_remote_backed_storage: Enable remote-backed storage.
|
|
23938
24700
|
:param pulumi.Input[bool] enable_security_audit: Enable/Disable security audit.
|
|
23939
24701
|
:param pulumi.Input[int] http_max_content_length: Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes.
|
|
23940
24702
|
:param pulumi.Input[int] http_max_header_size: The max size of allowed headers, in bytes. Example: `8192`.
|
|
@@ -23987,12 +24749,16 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
23987
24749
|
pulumi.set(__self__, "cluster_routing_allocation_balance_prefer_primary", cluster_routing_allocation_balance_prefer_primary)
|
|
23988
24750
|
if cluster_routing_allocation_node_concurrent_recoveries is not None:
|
|
23989
24751
|
pulumi.set(__self__, "cluster_routing_allocation_node_concurrent_recoveries", cluster_routing_allocation_node_concurrent_recoveries)
|
|
24752
|
+
if cluster_search_request_slowlog is not None:
|
|
24753
|
+
pulumi.set(__self__, "cluster_search_request_slowlog", cluster_search_request_slowlog)
|
|
23990
24754
|
if email_sender_name is not None:
|
|
23991
24755
|
pulumi.set(__self__, "email_sender_name", email_sender_name)
|
|
23992
24756
|
if email_sender_password is not None:
|
|
23993
24757
|
pulumi.set(__self__, "email_sender_password", email_sender_password)
|
|
23994
24758
|
if email_sender_username is not None:
|
|
23995
24759
|
pulumi.set(__self__, "email_sender_username", email_sender_username)
|
|
24760
|
+
if enable_remote_backed_storage is not None:
|
|
24761
|
+
pulumi.set(__self__, "enable_remote_backed_storage", enable_remote_backed_storage)
|
|
23996
24762
|
if enable_security_audit is not None:
|
|
23997
24763
|
pulumi.set(__self__, "enable_security_audit", enable_security_audit)
|
|
23998
24764
|
if http_max_content_length is not None:
|
|
@@ -24146,6 +24912,15 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
24146
24912
|
def cluster_routing_allocation_node_concurrent_recoveries(self, value: Optional[pulumi.Input[int]]):
|
|
24147
24913
|
pulumi.set(self, "cluster_routing_allocation_node_concurrent_recoveries", value)
|
|
24148
24914
|
|
|
24915
|
+
@property
|
|
24916
|
+
@pulumi.getter(name="clusterSearchRequestSlowlog")
|
|
24917
|
+
def cluster_search_request_slowlog(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogArgs']]:
|
|
24918
|
+
return pulumi.get(self, "cluster_search_request_slowlog")
|
|
24919
|
+
|
|
24920
|
+
@cluster_search_request_slowlog.setter
|
|
24921
|
+
def cluster_search_request_slowlog(self, value: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogArgs']]):
|
|
24922
|
+
pulumi.set(self, "cluster_search_request_slowlog", value)
|
|
24923
|
+
|
|
24149
24924
|
@property
|
|
24150
24925
|
@pulumi.getter(name="emailSenderName")
|
|
24151
24926
|
def email_sender_name(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -24182,6 +24957,18 @@ class OpenSearchOpensearchUserConfigOpensearchArgs:
|
|
|
24182
24957
|
def email_sender_username(self, value: Optional[pulumi.Input[str]]):
|
|
24183
24958
|
pulumi.set(self, "email_sender_username", value)
|
|
24184
24959
|
|
|
24960
|
+
@property
|
|
24961
|
+
@pulumi.getter(name="enableRemoteBackedStorage")
|
|
24962
|
+
def enable_remote_backed_storage(self) -> Optional[pulumi.Input[bool]]:
|
|
24963
|
+
"""
|
|
24964
|
+
Enable remote-backed storage.
|
|
24965
|
+
"""
|
|
24966
|
+
return pulumi.get(self, "enable_remote_backed_storage")
|
|
24967
|
+
|
|
24968
|
+
@enable_remote_backed_storage.setter
|
|
24969
|
+
def enable_remote_backed_storage(self, value: Optional[pulumi.Input[bool]]):
|
|
24970
|
+
pulumi.set(self, "enable_remote_backed_storage", value)
|
|
24971
|
+
|
|
24185
24972
|
@property
|
|
24186
24973
|
@pulumi.getter(name="enableSecurityAudit")
|
|
24187
24974
|
def enable_security_audit(self) -> Optional[pulumi.Input[bool]]:
|
|
@@ -24989,6 +25776,143 @@ class OpenSearchOpensearchUserConfigOpensearchAuthFailureListenersIpRateLimiting
|
|
|
24989
25776
|
pulumi.set(self, "type", value)
|
|
24990
25777
|
|
|
24991
25778
|
|
|
25779
|
+
if not MYPY:
|
|
25780
|
+
class OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogArgsDict(TypedDict):
|
|
25781
|
+
level: NotRequired[pulumi.Input[str]]
|
|
25782
|
+
"""
|
|
25783
|
+
Enum: `debug`, `info`, `trace`, `warn`. Log level. Default: `trace`.
|
|
25784
|
+
"""
|
|
25785
|
+
threshold: NotRequired[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogThresholdArgsDict']]
|
|
25786
|
+
elif False:
|
|
25787
|
+
OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogArgsDict: TypeAlias = Mapping[str, Any]
|
|
25788
|
+
|
|
25789
|
+
@pulumi.input_type
|
|
25790
|
+
class OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogArgs:
|
|
25791
|
+
def __init__(__self__, *,
|
|
25792
|
+
level: Optional[pulumi.Input[str]] = None,
|
|
25793
|
+
threshold: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogThresholdArgs']] = None):
|
|
25794
|
+
"""
|
|
25795
|
+
:param pulumi.Input[str] level: Enum: `debug`, `info`, `trace`, `warn`. Log level. Default: `trace`.
|
|
25796
|
+
"""
|
|
25797
|
+
if level is not None:
|
|
25798
|
+
pulumi.set(__self__, "level", level)
|
|
25799
|
+
if threshold is not None:
|
|
25800
|
+
pulumi.set(__self__, "threshold", threshold)
|
|
25801
|
+
|
|
25802
|
+
@property
|
|
25803
|
+
@pulumi.getter
|
|
25804
|
+
def level(self) -> Optional[pulumi.Input[str]]:
|
|
25805
|
+
"""
|
|
25806
|
+
Enum: `debug`, `info`, `trace`, `warn`. Log level. Default: `trace`.
|
|
25807
|
+
"""
|
|
25808
|
+
return pulumi.get(self, "level")
|
|
25809
|
+
|
|
25810
|
+
@level.setter
|
|
25811
|
+
def level(self, value: Optional[pulumi.Input[str]]):
|
|
25812
|
+
pulumi.set(self, "level", value)
|
|
25813
|
+
|
|
25814
|
+
@property
|
|
25815
|
+
@pulumi.getter
|
|
25816
|
+
def threshold(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogThresholdArgs']]:
|
|
25817
|
+
return pulumi.get(self, "threshold")
|
|
25818
|
+
|
|
25819
|
+
@threshold.setter
|
|
25820
|
+
def threshold(self, value: Optional[pulumi.Input['OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogThresholdArgs']]):
|
|
25821
|
+
pulumi.set(self, "threshold", value)
|
|
25822
|
+
|
|
25823
|
+
|
|
25824
|
+
if not MYPY:
|
|
25825
|
+
class OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogThresholdArgsDict(TypedDict):
|
|
25826
|
+
debug: NotRequired[pulumi.Input[str]]
|
|
25827
|
+
"""
|
|
25828
|
+
Debug threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
25829
|
+
"""
|
|
25830
|
+
info: NotRequired[pulumi.Input[str]]
|
|
25831
|
+
"""
|
|
25832
|
+
Info threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
25833
|
+
"""
|
|
25834
|
+
trace: NotRequired[pulumi.Input[str]]
|
|
25835
|
+
"""
|
|
25836
|
+
Trace threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
25837
|
+
"""
|
|
25838
|
+
warn: NotRequired[pulumi.Input[str]]
|
|
25839
|
+
"""
|
|
25840
|
+
Warning threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
25841
|
+
"""
|
|
25842
|
+
elif False:
|
|
25843
|
+
OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogThresholdArgsDict: TypeAlias = Mapping[str, Any]
|
|
25844
|
+
|
|
25845
|
+
@pulumi.input_type
|
|
25846
|
+
class OpenSearchOpensearchUserConfigOpensearchClusterSearchRequestSlowlogThresholdArgs:
|
|
25847
|
+
def __init__(__self__, *,
|
|
25848
|
+
debug: Optional[pulumi.Input[str]] = None,
|
|
25849
|
+
info: Optional[pulumi.Input[str]] = None,
|
|
25850
|
+
trace: Optional[pulumi.Input[str]] = None,
|
|
25851
|
+
warn: Optional[pulumi.Input[str]] = None):
|
|
25852
|
+
"""
|
|
25853
|
+
:param pulumi.Input[str] debug: Debug threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
25854
|
+
:param pulumi.Input[str] info: Info threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
25855
|
+
:param pulumi.Input[str] trace: Trace threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
25856
|
+
:param pulumi.Input[str] warn: Warning threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
25857
|
+
"""
|
|
25858
|
+
if debug is not None:
|
|
25859
|
+
pulumi.set(__self__, "debug", debug)
|
|
25860
|
+
if info is not None:
|
|
25861
|
+
pulumi.set(__self__, "info", info)
|
|
25862
|
+
if trace is not None:
|
|
25863
|
+
pulumi.set(__self__, "trace", trace)
|
|
25864
|
+
if warn is not None:
|
|
25865
|
+
pulumi.set(__self__, "warn", warn)
|
|
25866
|
+
|
|
25867
|
+
@property
|
|
25868
|
+
@pulumi.getter
|
|
25869
|
+
def debug(self) -> Optional[pulumi.Input[str]]:
|
|
25870
|
+
"""
|
|
25871
|
+
Debug threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
25872
|
+
"""
|
|
25873
|
+
return pulumi.get(self, "debug")
|
|
25874
|
+
|
|
25875
|
+
@debug.setter
|
|
25876
|
+
def debug(self, value: Optional[pulumi.Input[str]]):
|
|
25877
|
+
pulumi.set(self, "debug", value)
|
|
25878
|
+
|
|
25879
|
+
@property
|
|
25880
|
+
@pulumi.getter
|
|
25881
|
+
def info(self) -> Optional[pulumi.Input[str]]:
|
|
25882
|
+
"""
|
|
25883
|
+
Info threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
25884
|
+
"""
|
|
25885
|
+
return pulumi.get(self, "info")
|
|
25886
|
+
|
|
25887
|
+
@info.setter
|
|
25888
|
+
def info(self, value: Optional[pulumi.Input[str]]):
|
|
25889
|
+
pulumi.set(self, "info", value)
|
|
25890
|
+
|
|
25891
|
+
@property
|
|
25892
|
+
@pulumi.getter
|
|
25893
|
+
def trace(self) -> Optional[pulumi.Input[str]]:
|
|
25894
|
+
"""
|
|
25895
|
+
Trace threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
25896
|
+
"""
|
|
25897
|
+
return pulumi.get(self, "trace")
|
|
25898
|
+
|
|
25899
|
+
@trace.setter
|
|
25900
|
+
def trace(self, value: Optional[pulumi.Input[str]]):
|
|
25901
|
+
pulumi.set(self, "trace", value)
|
|
25902
|
+
|
|
25903
|
+
@property
|
|
25904
|
+
@pulumi.getter
|
|
25905
|
+
def warn(self) -> Optional[pulumi.Input[str]]:
|
|
25906
|
+
"""
|
|
25907
|
+
Warning threshold for total request took time. The value should be in the form count and unit, where unit one of (s,m,h,d,nanos,ms,micros) or -1. Default is -1.
|
|
25908
|
+
"""
|
|
25909
|
+
return pulumi.get(self, "warn")
|
|
25910
|
+
|
|
25911
|
+
@warn.setter
|
|
25912
|
+
def warn(self, value: Optional[pulumi.Input[str]]):
|
|
25913
|
+
pulumi.set(self, "warn", value)
|
|
25914
|
+
|
|
25915
|
+
|
|
24992
25916
|
if not MYPY:
|
|
24993
25917
|
class OpenSearchOpensearchUserConfigOpensearchDashboardsArgsDict(TypedDict):
|
|
24994
25918
|
enabled: NotRequired[pulumi.Input[bool]]
|
|
@@ -27192,7 +28116,7 @@ if not MYPY:
|
|
|
27192
28116
|
class OrganizationPermissionPermissionArgsDict(TypedDict):
|
|
27193
28117
|
permissions: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
27194
28118
|
"""
|
|
27195
|
-
List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
28119
|
+
List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
27196
28120
|
"""
|
|
27197
28121
|
principal_id: pulumi.Input[str]
|
|
27198
28122
|
"""
|
|
@@ -27222,7 +28146,7 @@ class OrganizationPermissionPermissionArgs:
|
|
|
27222
28146
|
create_time: Optional[pulumi.Input[str]] = None,
|
|
27223
28147
|
update_time: Optional[pulumi.Input[str]] = None):
|
|
27224
28148
|
"""
|
|
27225
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] permissions: List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
28149
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] permissions: List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
27226
28150
|
:param pulumi.Input[str] principal_id: ID of the user or group to grant permissions to. Only active users who have accepted an [invite](https://aiven.io/docs/platform/howto/manage-org-users) to join the organization can be granted permissions.
|
|
27227
28151
|
:param pulumi.Input[str] principal_type: The type of principal. The possible values are `user` and `user_group`.
|
|
27228
28152
|
:param pulumi.Input[str] create_time: Time created.
|
|
@@ -27240,7 +28164,7 @@ class OrganizationPermissionPermissionArgs:
|
|
|
27240
28164
|
@pulumi.getter
|
|
27241
28165
|
def permissions(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
27242
28166
|
"""
|
|
27243
|
-
List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
28167
|
+
List of [roles and permissions](https://aiven.io/docs/platform/concepts/permissions) to grant. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:networking:read`, `organization:networking:write`, `organization:projects:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
27244
28168
|
"""
|
|
27245
28169
|
return pulumi.get(self, "permissions")
|
|
27246
28170
|
|
|
@@ -30974,7 +31898,7 @@ if not MYPY:
|
|
|
30974
31898
|
class PgServiceIntegrationArgsDict(TypedDict):
|
|
30975
31899
|
integration_type: pulumi.Input[str]
|
|
30976
31900
|
"""
|
|
30977
|
-
Type of the service integration. The possible
|
|
31901
|
+
Type of the service integration. The possible values are `read_replica` and `disaster_recovery`.
|
|
30978
31902
|
"""
|
|
30979
31903
|
source_service_name: pulumi.Input[str]
|
|
30980
31904
|
"""
|
|
@@ -30989,7 +31913,7 @@ class PgServiceIntegrationArgs:
|
|
|
30989
31913
|
integration_type: pulumi.Input[str],
|
|
30990
31914
|
source_service_name: pulumi.Input[str]):
|
|
30991
31915
|
"""
|
|
30992
|
-
:param pulumi.Input[str] integration_type: Type of the service integration. The possible
|
|
31916
|
+
:param pulumi.Input[str] integration_type: Type of the service integration. The possible values are `read_replica` and `disaster_recovery`.
|
|
30993
31917
|
:param pulumi.Input[str] source_service_name: Name of the source service
|
|
30994
31918
|
"""
|
|
30995
31919
|
pulumi.set(__self__, "integration_type", integration_type)
|
|
@@ -30999,7 +31923,7 @@ class PgServiceIntegrationArgs:
|
|
|
30999
31923
|
@pulumi.getter(name="integrationType")
|
|
31000
31924
|
def integration_type(self) -> pulumi.Input[str]:
|
|
31001
31925
|
"""
|
|
31002
|
-
Type of the service integration. The possible
|
|
31926
|
+
Type of the service integration. The possible values are `read_replica` and `disaster_recovery`.
|
|
31003
31927
|
"""
|
|
31004
31928
|
return pulumi.get(self, "integration_type")
|
|
31005
31929
|
|
|
@@ -32372,7 +33296,7 @@ if not MYPY:
|
|
|
32372
33296
|
class RedisServiceIntegrationArgsDict(TypedDict):
|
|
32373
33297
|
integration_type: pulumi.Input[str]
|
|
32374
33298
|
"""
|
|
32375
|
-
Type of the service integration
|
|
33299
|
+
Type of the service integration. The possible value is `read_replica`.
|
|
32376
33300
|
"""
|
|
32377
33301
|
source_service_name: pulumi.Input[str]
|
|
32378
33302
|
"""
|
|
@@ -32387,7 +33311,7 @@ class RedisServiceIntegrationArgs:
|
|
|
32387
33311
|
integration_type: pulumi.Input[str],
|
|
32388
33312
|
source_service_name: pulumi.Input[str]):
|
|
32389
33313
|
"""
|
|
32390
|
-
:param pulumi.Input[str] integration_type: Type of the service integration
|
|
33314
|
+
:param pulumi.Input[str] integration_type: Type of the service integration. The possible value is `read_replica`.
|
|
32391
33315
|
:param pulumi.Input[str] source_service_name: Name of the source service
|
|
32392
33316
|
"""
|
|
32393
33317
|
pulumi.set(__self__, "integration_type", integration_type)
|
|
@@ -32397,7 +33321,7 @@ class RedisServiceIntegrationArgs:
|
|
|
32397
33321
|
@pulumi.getter(name="integrationType")
|
|
32398
33322
|
def integration_type(self) -> pulumi.Input[str]:
|
|
32399
33323
|
"""
|
|
32400
|
-
Type of the service integration
|
|
33324
|
+
Type of the service integration. The possible value is `read_replica`.
|
|
32401
33325
|
"""
|
|
32402
33326
|
return pulumi.get(self, "integration_type")
|
|
32403
33327
|
|
|
@@ -33979,6 +34903,76 @@ class ServiceIntegrationEndpointExternalAwsS3UserConfigArgs:
|
|
|
33979
34903
|
pulumi.set(self, "url", value)
|
|
33980
34904
|
|
|
33981
34905
|
|
|
34906
|
+
if not MYPY:
|
|
34907
|
+
class ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgsDict(TypedDict):
|
|
34908
|
+
connection_string: pulumi.Input[str]
|
|
34909
|
+
"""
|
|
34910
|
+
Azure Blob Storage connection string. Example: `AccountName=IDENT;AccountKey=SECRET`.
|
|
34911
|
+
"""
|
|
34912
|
+
container: pulumi.Input[str]
|
|
34913
|
+
"""
|
|
34914
|
+
Container. Example: `container-dev`.
|
|
34915
|
+
"""
|
|
34916
|
+
blob_path: NotRequired[pulumi.Input[str]]
|
|
34917
|
+
"""
|
|
34918
|
+
Blob path. Example: `path/to/blob/file.csv`.
|
|
34919
|
+
"""
|
|
34920
|
+
elif False:
|
|
34921
|
+
ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
34922
|
+
|
|
34923
|
+
@pulumi.input_type
|
|
34924
|
+
class ServiceIntegrationEndpointExternalAzureBlobStorageUserConfigArgs:
|
|
34925
|
+
def __init__(__self__, *,
|
|
34926
|
+
connection_string: pulumi.Input[str],
|
|
34927
|
+
container: pulumi.Input[str],
|
|
34928
|
+
blob_path: Optional[pulumi.Input[str]] = None):
|
|
34929
|
+
"""
|
|
34930
|
+
:param pulumi.Input[str] connection_string: Azure Blob Storage connection string. Example: `AccountName=IDENT;AccountKey=SECRET`.
|
|
34931
|
+
:param pulumi.Input[str] container: Container. Example: `container-dev`.
|
|
34932
|
+
:param pulumi.Input[str] blob_path: Blob path. Example: `path/to/blob/file.csv`.
|
|
34933
|
+
"""
|
|
34934
|
+
pulumi.set(__self__, "connection_string", connection_string)
|
|
34935
|
+
pulumi.set(__self__, "container", container)
|
|
34936
|
+
if blob_path is not None:
|
|
34937
|
+
pulumi.set(__self__, "blob_path", blob_path)
|
|
34938
|
+
|
|
34939
|
+
@property
|
|
34940
|
+
@pulumi.getter(name="connectionString")
|
|
34941
|
+
def connection_string(self) -> pulumi.Input[str]:
|
|
34942
|
+
"""
|
|
34943
|
+
Azure Blob Storage connection string. Example: `AccountName=IDENT;AccountKey=SECRET`.
|
|
34944
|
+
"""
|
|
34945
|
+
return pulumi.get(self, "connection_string")
|
|
34946
|
+
|
|
34947
|
+
@connection_string.setter
|
|
34948
|
+
def connection_string(self, value: pulumi.Input[str]):
|
|
34949
|
+
pulumi.set(self, "connection_string", value)
|
|
34950
|
+
|
|
34951
|
+
@property
|
|
34952
|
+
@pulumi.getter
|
|
34953
|
+
def container(self) -> pulumi.Input[str]:
|
|
34954
|
+
"""
|
|
34955
|
+
Container. Example: `container-dev`.
|
|
34956
|
+
"""
|
|
34957
|
+
return pulumi.get(self, "container")
|
|
34958
|
+
|
|
34959
|
+
@container.setter
|
|
34960
|
+
def container(self, value: pulumi.Input[str]):
|
|
34961
|
+
pulumi.set(self, "container", value)
|
|
34962
|
+
|
|
34963
|
+
@property
|
|
34964
|
+
@pulumi.getter(name="blobPath")
|
|
34965
|
+
def blob_path(self) -> Optional[pulumi.Input[str]]:
|
|
34966
|
+
"""
|
|
34967
|
+
Blob path. Example: `path/to/blob/file.csv`.
|
|
34968
|
+
"""
|
|
34969
|
+
return pulumi.get(self, "blob_path")
|
|
34970
|
+
|
|
34971
|
+
@blob_path.setter
|
|
34972
|
+
def blob_path(self, value: Optional[pulumi.Input[str]]):
|
|
34973
|
+
pulumi.set(self, "blob_path", value)
|
|
34974
|
+
|
|
34975
|
+
|
|
33982
34976
|
if not MYPY:
|
|
33983
34977
|
class ServiceIntegrationEndpointExternalClickhouseUserConfigArgsDict(TypedDict):
|
|
33984
34978
|
host: pulumi.Input[str]
|
|
@@ -38469,7 +39463,7 @@ if not MYPY:
|
|
|
38469
39463
|
class ValkeyServiceIntegrationArgsDict(TypedDict):
|
|
38470
39464
|
integration_type: pulumi.Input[str]
|
|
38471
39465
|
"""
|
|
38472
|
-
Type of the service integration
|
|
39466
|
+
Type of the service integration. The possible value is `read_replica`.
|
|
38473
39467
|
"""
|
|
38474
39468
|
source_service_name: pulumi.Input[str]
|
|
38475
39469
|
"""
|
|
@@ -38484,7 +39478,7 @@ class ValkeyServiceIntegrationArgs:
|
|
|
38484
39478
|
integration_type: pulumi.Input[str],
|
|
38485
39479
|
source_service_name: pulumi.Input[str]):
|
|
38486
39480
|
"""
|
|
38487
|
-
:param pulumi.Input[str] integration_type: Type of the service integration
|
|
39481
|
+
:param pulumi.Input[str] integration_type: Type of the service integration. The possible value is `read_replica`.
|
|
38488
39482
|
:param pulumi.Input[str] source_service_name: Name of the source service
|
|
38489
39483
|
"""
|
|
38490
39484
|
pulumi.set(__self__, "integration_type", integration_type)
|
|
@@ -38494,7 +39488,7 @@ class ValkeyServiceIntegrationArgs:
|
|
|
38494
39488
|
@pulumi.getter(name="integrationType")
|
|
38495
39489
|
def integration_type(self) -> pulumi.Input[str]:
|
|
38496
39490
|
"""
|
|
38497
|
-
Type of the service integration
|
|
39491
|
+
Type of the service integration. The possible value is `read_replica`.
|
|
38498
39492
|
"""
|
|
38499
39493
|
return pulumi.get(self, "integration_type")
|
|
38500
39494
|
|
|
@@ -38702,6 +39696,10 @@ if not MYPY:
|
|
|
38702
39696
|
"""
|
|
38703
39697
|
The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: `30`.
|
|
38704
39698
|
"""
|
|
39699
|
+
frequent_snapshots: NotRequired[pulumi.Input[bool]]
|
|
39700
|
+
"""
|
|
39701
|
+
When enabled, Valkey will create frequent local RDB snapshots. When disabled, Valkey will only take RDB snapshots when a backup is created, based on the backup schedule. This setting is ignored when `valkey_persistence` is set to `off`. Default: `true`.
|
|
39702
|
+
"""
|
|
38705
39703
|
ip_filter_objects: NotRequired[pulumi.Input[Sequence[pulumi.Input['ValkeyValkeyUserConfigIpFilterObjectArgsDict']]]]
|
|
38706
39704
|
"""
|
|
38707
39705
|
Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
|
|
@@ -38803,6 +39801,7 @@ class ValkeyValkeyUserConfigArgs:
|
|
|
38803
39801
|
additional_backup_regions: Optional[pulumi.Input[str]] = None,
|
|
38804
39802
|
backup_hour: Optional[pulumi.Input[int]] = None,
|
|
38805
39803
|
backup_minute: Optional[pulumi.Input[int]] = None,
|
|
39804
|
+
frequent_snapshots: Optional[pulumi.Input[bool]] = None,
|
|
38806
39805
|
ip_filter_objects: Optional[pulumi.Input[Sequence[pulumi.Input['ValkeyValkeyUserConfigIpFilterObjectArgs']]]] = None,
|
|
38807
39806
|
ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
38808
39807
|
ip_filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
@@ -38830,6 +39829,7 @@ class ValkeyValkeyUserConfigArgs:
|
|
|
38830
39829
|
:param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
38831
39830
|
:param pulumi.Input[int] backup_hour: The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. Example: `3`.
|
|
38832
39831
|
:param pulumi.Input[int] backup_minute: The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. Example: `30`.
|
|
39832
|
+
:param pulumi.Input[bool] frequent_snapshots: When enabled, Valkey will create frequent local RDB snapshots. When disabled, Valkey will only take RDB snapshots when a backup is created, based on the backup schedule. This setting is ignored when `valkey_persistence` is set to `off`. Default: `true`.
|
|
38833
39833
|
:param pulumi.Input[Sequence[pulumi.Input['ValkeyValkeyUserConfigIpFilterObjectArgs']]] ip_filter_objects: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`
|
|
38834
39834
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
38835
39835
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
@@ -38860,6 +39860,8 @@ class ValkeyValkeyUserConfigArgs:
|
|
|
38860
39860
|
pulumi.set(__self__, "backup_hour", backup_hour)
|
|
38861
39861
|
if backup_minute is not None:
|
|
38862
39862
|
pulumi.set(__self__, "backup_minute", backup_minute)
|
|
39863
|
+
if frequent_snapshots is not None:
|
|
39864
|
+
pulumi.set(__self__, "frequent_snapshots", frequent_snapshots)
|
|
38863
39865
|
if ip_filter_objects is not None:
|
|
38864
39866
|
pulumi.set(__self__, "ip_filter_objects", ip_filter_objects)
|
|
38865
39867
|
if ip_filter_strings is not None:
|
|
@@ -38946,6 +39948,18 @@ class ValkeyValkeyUserConfigArgs:
|
|
|
38946
39948
|
def backup_minute(self, value: Optional[pulumi.Input[int]]):
|
|
38947
39949
|
pulumi.set(self, "backup_minute", value)
|
|
38948
39950
|
|
|
39951
|
+
@property
|
|
39952
|
+
@pulumi.getter(name="frequentSnapshots")
|
|
39953
|
+
def frequent_snapshots(self) -> Optional[pulumi.Input[bool]]:
|
|
39954
|
+
"""
|
|
39955
|
+
When enabled, Valkey will create frequent local RDB snapshots. When disabled, Valkey will only take RDB snapshots when a backup is created, based on the backup schedule. This setting is ignored when `valkey_persistence` is set to `off`. Default: `true`.
|
|
39956
|
+
"""
|
|
39957
|
+
return pulumi.get(self, "frequent_snapshots")
|
|
39958
|
+
|
|
39959
|
+
@frequent_snapshots.setter
|
|
39960
|
+
def frequent_snapshots(self, value: Optional[pulumi.Input[bool]]):
|
|
39961
|
+
pulumi.set(self, "frequent_snapshots", value)
|
|
39962
|
+
|
|
38949
39963
|
@property
|
|
38950
39964
|
@pulumi.getter(name="ipFilterObjects")
|
|
38951
39965
|
def ip_filter_objects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ValkeyValkeyUserConfigIpFilterObjectArgs']]]]:
|