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/__init__.py
CHANGED
|
@@ -50,7 +50,6 @@ from .get_clickhouse_database import *
|
|
|
50
50
|
from .get_clickhouse_user import *
|
|
51
51
|
from .get_connection_pool import *
|
|
52
52
|
from .get_dragonfly import *
|
|
53
|
-
from .get_external_identity import *
|
|
54
53
|
from .get_flink import *
|
|
55
54
|
from .get_flink_application import *
|
|
56
55
|
from .get_flink_application_version import *
|
pulumi_aiven/_inputs.py
CHANGED
|
@@ -51,7 +51,6 @@ __all__ = [
|
|
|
51
51
|
'FlinkFlinkUserConfigArgs',
|
|
52
52
|
'FlinkFlinkUserConfigIpFilterObjectArgs',
|
|
53
53
|
'FlinkFlinkUserConfigPrivatelinkAccessArgs',
|
|
54
|
-
'FlinkFlinkUserConfigPublicAccessArgs',
|
|
55
54
|
'FlinkServiceIntegrationArgs',
|
|
56
55
|
'FlinkTagArgs',
|
|
57
56
|
'FlinkTechEmailArgs',
|
|
@@ -115,7 +114,6 @@ __all__ = [
|
|
|
115
114
|
'KafkaKafkaUserConfigPrivatelinkAccessArgs',
|
|
116
115
|
'KafkaKafkaUserConfigPublicAccessArgs',
|
|
117
116
|
'KafkaKafkaUserConfigSchemaRegistryConfigArgs',
|
|
118
|
-
'KafkaKafkaUserConfigSingleZoneArgs',
|
|
119
117
|
'KafkaKafkaUserConfigTieredStorageArgs',
|
|
120
118
|
'KafkaKafkaUserConfigTieredStorageLocalCacheArgs',
|
|
121
119
|
'KafkaMirrorMakerComponentArgs',
|
|
@@ -259,7 +257,6 @@ __all__ = [
|
|
|
259
257
|
'ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetricArgs',
|
|
260
258
|
'ServiceIntegrationExternalElasticsearchLogsUserConfigArgs',
|
|
261
259
|
'ServiceIntegrationExternalOpensearchLogsUserConfigArgs',
|
|
262
|
-
'ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs',
|
|
263
260
|
'ServiceIntegrationKafkaConnectUserConfigArgs',
|
|
264
261
|
'ServiceIntegrationKafkaConnectUserConfigKafkaConnectArgs',
|
|
265
262
|
'ServiceIntegrationKafkaLogsUserConfigArgs',
|
|
@@ -1113,7 +1110,6 @@ class ClickhouseClickhouseUserConfigArgs:
|
|
|
1113
1110
|
privatelink_access: Optional[pulumi.Input['ClickhouseClickhouseUserConfigPrivatelinkAccessArgs']] = None,
|
|
1114
1111
|
project_to_fork_from: Optional[pulumi.Input[str]] = None,
|
|
1115
1112
|
public_access: Optional[pulumi.Input['ClickhouseClickhouseUserConfigPublicAccessArgs']] = None,
|
|
1116
|
-
recovery_basebackup_name: Optional[pulumi.Input[str]] = None,
|
|
1117
1113
|
service_log: Optional[pulumi.Input[bool]] = None,
|
|
1118
1114
|
service_to_fork_from: Optional[pulumi.Input[str]] = None,
|
|
1119
1115
|
static_ips: Optional[pulumi.Input[bool]] = None):
|
|
@@ -1126,7 +1122,6 @@ class ClickhouseClickhouseUserConfigArgs:
|
|
|
1126
1122
|
:param pulumi.Input['ClickhouseClickhouseUserConfigPrivatelinkAccessArgs'] privatelink_access: Allow access to selected service components through Privatelink
|
|
1127
1123
|
:param pulumi.Input[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`.
|
|
1128
1124
|
:param pulumi.Input['ClickhouseClickhouseUserConfigPublicAccessArgs'] public_access: Allow access to selected service ports from the public Internet
|
|
1129
|
-
:param pulumi.Input[str] recovery_basebackup_name: Name of the basebackup to restore in forked service. Example: `backup-20191112t091354293891z`.
|
|
1130
1125
|
:param pulumi.Input[bool] service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
1131
1126
|
:param pulumi.Input[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`.
|
|
1132
1127
|
:param pulumi.Input[bool] static_ips: Use static public IP addresses.
|
|
@@ -1153,8 +1148,6 @@ class ClickhouseClickhouseUserConfigArgs:
|
|
|
1153
1148
|
pulumi.set(__self__, "project_to_fork_from", project_to_fork_from)
|
|
1154
1149
|
if public_access is not None:
|
|
1155
1150
|
pulumi.set(__self__, "public_access", public_access)
|
|
1156
|
-
if recovery_basebackup_name is not None:
|
|
1157
|
-
pulumi.set(__self__, "recovery_basebackup_name", recovery_basebackup_name)
|
|
1158
1151
|
if service_log is not None:
|
|
1159
1152
|
pulumi.set(__self__, "service_log", service_log)
|
|
1160
1153
|
if service_to_fork_from is not None:
|
|
@@ -1260,18 +1253,6 @@ class ClickhouseClickhouseUserConfigArgs:
|
|
|
1260
1253
|
def public_access(self, value: Optional[pulumi.Input['ClickhouseClickhouseUserConfigPublicAccessArgs']]):
|
|
1261
1254
|
pulumi.set(self, "public_access", value)
|
|
1262
1255
|
|
|
1263
|
-
@property
|
|
1264
|
-
@pulumi.getter(name="recoveryBasebackupName")
|
|
1265
|
-
def recovery_basebackup_name(self) -> Optional[pulumi.Input[str]]:
|
|
1266
|
-
"""
|
|
1267
|
-
Name of the basebackup to restore in forked service. Example: `backup-20191112t091354293891z`.
|
|
1268
|
-
"""
|
|
1269
|
-
return pulumi.get(self, "recovery_basebackup_name")
|
|
1270
|
-
|
|
1271
|
-
@recovery_basebackup_name.setter
|
|
1272
|
-
def recovery_basebackup_name(self, value: Optional[pulumi.Input[str]]):
|
|
1273
|
-
pulumi.set(self, "recovery_basebackup_name", value)
|
|
1274
|
-
|
|
1275
1256
|
@property
|
|
1276
1257
|
@pulumi.getter(name="serviceLog")
|
|
1277
1258
|
def service_log(self) -> Optional[pulumi.Input[bool]]:
|
|
@@ -3000,10 +2981,7 @@ class FlinkFlinkUserConfigArgs:
|
|
|
3000
2981
|
ip_filter_strings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
3001
2982
|
ip_filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
3002
2983
|
number_of_task_slots: Optional[pulumi.Input[int]] = None,
|
|
3003
|
-
pekko_ask_timeout_s: Optional[pulumi.Input[int]] = None,
|
|
3004
|
-
pekko_framesize_b: Optional[pulumi.Input[int]] = None,
|
|
3005
2984
|
privatelink_access: Optional[pulumi.Input['FlinkFlinkUserConfigPrivatelinkAccessArgs']] = None,
|
|
3006
|
-
public_access: Optional[pulumi.Input['FlinkFlinkUserConfigPublicAccessArgs']] = None,
|
|
3007
2985
|
service_log: Optional[pulumi.Input[bool]] = None,
|
|
3008
2986
|
static_ips: Optional[pulumi.Input[bool]] = None):
|
|
3009
2987
|
"""
|
|
@@ -3013,10 +2991,7 @@ class FlinkFlinkUserConfigArgs:
|
|
|
3013
2991
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filter_strings: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
3014
2992
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ip_filters: Allow incoming connections from CIDR address block, e.g. `10.20.0.0/16`.
|
|
3015
2993
|
:param pulumi.Input[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`.
|
|
3016
|
-
:param pulumi.Input[int] pekko_ask_timeout_s: Timeout in seconds used for all futures and blocking Pekko requests. Example: `10`.
|
|
3017
|
-
:param pulumi.Input[int] pekko_framesize_b: Maximum size in bytes for messages exchanged between the JobManager and the TaskManagers. Example: `10485760`.
|
|
3018
2994
|
:param pulumi.Input['FlinkFlinkUserConfigPrivatelinkAccessArgs'] privatelink_access: Allow access to selected service components through Privatelink
|
|
3019
|
-
:param pulumi.Input['FlinkFlinkUserConfigPublicAccessArgs'] public_access: Allow access to selected service ports from the public Internet
|
|
3020
2995
|
:param pulumi.Input[bool] service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
3021
2996
|
:param pulumi.Input[bool] static_ips: Use static public IP addresses.
|
|
3022
2997
|
"""
|
|
@@ -3038,14 +3013,8 @@ class FlinkFlinkUserConfigArgs:
|
|
|
3038
3013
|
pulumi.set(__self__, "ip_filters", ip_filters)
|
|
3039
3014
|
if number_of_task_slots is not None:
|
|
3040
3015
|
pulumi.set(__self__, "number_of_task_slots", number_of_task_slots)
|
|
3041
|
-
if pekko_ask_timeout_s is not None:
|
|
3042
|
-
pulumi.set(__self__, "pekko_ask_timeout_s", pekko_ask_timeout_s)
|
|
3043
|
-
if pekko_framesize_b is not None:
|
|
3044
|
-
pulumi.set(__self__, "pekko_framesize_b", pekko_framesize_b)
|
|
3045
3016
|
if privatelink_access is not None:
|
|
3046
3017
|
pulumi.set(__self__, "privatelink_access", privatelink_access)
|
|
3047
|
-
if public_access is not None:
|
|
3048
|
-
pulumi.set(__self__, "public_access", public_access)
|
|
3049
3018
|
if service_log is not None:
|
|
3050
3019
|
pulumi.set(__self__, "service_log", service_log)
|
|
3051
3020
|
if static_ips is not None:
|
|
@@ -3125,30 +3094,6 @@ class FlinkFlinkUserConfigArgs:
|
|
|
3125
3094
|
def number_of_task_slots(self, value: Optional[pulumi.Input[int]]):
|
|
3126
3095
|
pulumi.set(self, "number_of_task_slots", value)
|
|
3127
3096
|
|
|
3128
|
-
@property
|
|
3129
|
-
@pulumi.getter(name="pekkoAskTimeoutS")
|
|
3130
|
-
def pekko_ask_timeout_s(self) -> Optional[pulumi.Input[int]]:
|
|
3131
|
-
"""
|
|
3132
|
-
Timeout in seconds used for all futures and blocking Pekko requests. Example: `10`.
|
|
3133
|
-
"""
|
|
3134
|
-
return pulumi.get(self, "pekko_ask_timeout_s")
|
|
3135
|
-
|
|
3136
|
-
@pekko_ask_timeout_s.setter
|
|
3137
|
-
def pekko_ask_timeout_s(self, value: Optional[pulumi.Input[int]]):
|
|
3138
|
-
pulumi.set(self, "pekko_ask_timeout_s", value)
|
|
3139
|
-
|
|
3140
|
-
@property
|
|
3141
|
-
@pulumi.getter(name="pekkoFramesizeB")
|
|
3142
|
-
def pekko_framesize_b(self) -> Optional[pulumi.Input[int]]:
|
|
3143
|
-
"""
|
|
3144
|
-
Maximum size in bytes for messages exchanged between the JobManager and the TaskManagers. Example: `10485760`.
|
|
3145
|
-
"""
|
|
3146
|
-
return pulumi.get(self, "pekko_framesize_b")
|
|
3147
|
-
|
|
3148
|
-
@pekko_framesize_b.setter
|
|
3149
|
-
def pekko_framesize_b(self, value: Optional[pulumi.Input[int]]):
|
|
3150
|
-
pulumi.set(self, "pekko_framesize_b", value)
|
|
3151
|
-
|
|
3152
3097
|
@property
|
|
3153
3098
|
@pulumi.getter(name="privatelinkAccess")
|
|
3154
3099
|
def privatelink_access(self) -> Optional[pulumi.Input['FlinkFlinkUserConfigPrivatelinkAccessArgs']]:
|
|
@@ -3161,18 +3106,6 @@ class FlinkFlinkUserConfigArgs:
|
|
|
3161
3106
|
def privatelink_access(self, value: Optional[pulumi.Input['FlinkFlinkUserConfigPrivatelinkAccessArgs']]):
|
|
3162
3107
|
pulumi.set(self, "privatelink_access", value)
|
|
3163
3108
|
|
|
3164
|
-
@property
|
|
3165
|
-
@pulumi.getter(name="publicAccess")
|
|
3166
|
-
def public_access(self) -> Optional[pulumi.Input['FlinkFlinkUserConfigPublicAccessArgs']]:
|
|
3167
|
-
"""
|
|
3168
|
-
Allow access to selected service ports from the public Internet
|
|
3169
|
-
"""
|
|
3170
|
-
return pulumi.get(self, "public_access")
|
|
3171
|
-
|
|
3172
|
-
@public_access.setter
|
|
3173
|
-
def public_access(self, value: Optional[pulumi.Input['FlinkFlinkUserConfigPublicAccessArgs']]):
|
|
3174
|
-
pulumi.set(self, "public_access", value)
|
|
3175
|
-
|
|
3176
3109
|
@property
|
|
3177
3110
|
@pulumi.getter(name="serviceLog")
|
|
3178
3111
|
def service_log(self) -> Optional[pulumi.Input[bool]]:
|
|
@@ -3275,29 +3208,6 @@ class FlinkFlinkUserConfigPrivatelinkAccessArgs:
|
|
|
3275
3208
|
pulumi.set(self, "prometheus", value)
|
|
3276
3209
|
|
|
3277
3210
|
|
|
3278
|
-
@pulumi.input_type
|
|
3279
|
-
class FlinkFlinkUserConfigPublicAccessArgs:
|
|
3280
|
-
def __init__(__self__, *,
|
|
3281
|
-
flink: Optional[pulumi.Input[bool]] = None):
|
|
3282
|
-
"""
|
|
3283
|
-
:param pulumi.Input[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.
|
|
3284
|
-
"""
|
|
3285
|
-
if flink is not None:
|
|
3286
|
-
pulumi.set(__self__, "flink", flink)
|
|
3287
|
-
|
|
3288
|
-
@property
|
|
3289
|
-
@pulumi.getter
|
|
3290
|
-
def flink(self) -> Optional[pulumi.Input[bool]]:
|
|
3291
|
-
"""
|
|
3292
|
-
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.
|
|
3293
|
-
"""
|
|
3294
|
-
return pulumi.get(self, "flink")
|
|
3295
|
-
|
|
3296
|
-
@flink.setter
|
|
3297
|
-
def flink(self, value: Optional[pulumi.Input[bool]]):
|
|
3298
|
-
pulumi.set(self, "flink", value)
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
3211
|
@pulumi.input_type
|
|
3302
3212
|
class FlinkServiceIntegrationArgs:
|
|
3303
3213
|
def __init__(__self__, *,
|
|
@@ -7529,7 +7439,6 @@ class KafkaKafkaUserConfigArgs:
|
|
|
7529
7439
|
schema_registry: Optional[pulumi.Input[bool]] = None,
|
|
7530
7440
|
schema_registry_config: Optional[pulumi.Input['KafkaKafkaUserConfigSchemaRegistryConfigArgs']] = None,
|
|
7531
7441
|
service_log: Optional[pulumi.Input[bool]] = None,
|
|
7532
|
-
single_zone: Optional[pulumi.Input['KafkaKafkaUserConfigSingleZoneArgs']] = None,
|
|
7533
7442
|
static_ips: Optional[pulumi.Input[bool]] = None,
|
|
7534
7443
|
tiered_storage: Optional[pulumi.Input['KafkaKafkaUserConfigTieredStorageArgs']] = None):
|
|
7535
7444
|
"""
|
|
@@ -7556,7 +7465,6 @@ class KafkaKafkaUserConfigArgs:
|
|
|
7556
7465
|
:param pulumi.Input[bool] schema_registry: Enable Schema-Registry service. Default: `false`.
|
|
7557
7466
|
:param pulumi.Input['KafkaKafkaUserConfigSchemaRegistryConfigArgs'] schema_registry_config: Schema Registry configuration
|
|
7558
7467
|
:param pulumi.Input[bool] service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
7559
|
-
:param pulumi.Input['KafkaKafkaUserConfigSingleZoneArgs'] single_zone: Single-zone configuration
|
|
7560
7468
|
:param pulumi.Input[bool] static_ips: Use static public IP addresses.
|
|
7561
7469
|
:param pulumi.Input['KafkaKafkaUserConfigTieredStorageArgs'] tiered_storage: Tiered storage configuration
|
|
7562
7470
|
"""
|
|
@@ -7614,8 +7522,6 @@ class KafkaKafkaUserConfigArgs:
|
|
|
7614
7522
|
pulumi.set(__self__, "schema_registry_config", schema_registry_config)
|
|
7615
7523
|
if service_log is not None:
|
|
7616
7524
|
pulumi.set(__self__, "service_log", service_log)
|
|
7617
|
-
if single_zone is not None:
|
|
7618
|
-
pulumi.set(__self__, "single_zone", single_zone)
|
|
7619
7525
|
if static_ips is not None:
|
|
7620
7526
|
pulumi.set(__self__, "static_ips", static_ips)
|
|
7621
7527
|
if tiered_storage is not None:
|
|
@@ -7908,18 +7814,6 @@ class KafkaKafkaUserConfigArgs:
|
|
|
7908
7814
|
def service_log(self, value: Optional[pulumi.Input[bool]]):
|
|
7909
7815
|
pulumi.set(self, "service_log", value)
|
|
7910
7816
|
|
|
7911
|
-
@property
|
|
7912
|
-
@pulumi.getter(name="singleZone")
|
|
7913
|
-
def single_zone(self) -> Optional[pulumi.Input['KafkaKafkaUserConfigSingleZoneArgs']]:
|
|
7914
|
-
"""
|
|
7915
|
-
Single-zone configuration
|
|
7916
|
-
"""
|
|
7917
|
-
return pulumi.get(self, "single_zone")
|
|
7918
|
-
|
|
7919
|
-
@single_zone.setter
|
|
7920
|
-
def single_zone(self, value: Optional[pulumi.Input['KafkaKafkaUserConfigSingleZoneArgs']]):
|
|
7921
|
-
pulumi.set(self, "single_zone", value)
|
|
7922
|
-
|
|
7923
7817
|
@property
|
|
7924
7818
|
@pulumi.getter(name="staticIps")
|
|
7925
7819
|
def static_ips(self) -> Optional[pulumi.Input[bool]]:
|
|
@@ -9829,29 +9723,6 @@ class KafkaKafkaUserConfigSchemaRegistryConfigArgs:
|
|
|
9829
9723
|
pulumi.set(self, "topic_name", value)
|
|
9830
9724
|
|
|
9831
9725
|
|
|
9832
|
-
@pulumi.input_type
|
|
9833
|
-
class KafkaKafkaUserConfigSingleZoneArgs:
|
|
9834
|
-
def __init__(__self__, *,
|
|
9835
|
-
enabled: Optional[pulumi.Input[bool]] = None):
|
|
9836
|
-
"""
|
|
9837
|
-
:param pulumi.Input[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.
|
|
9838
|
-
"""
|
|
9839
|
-
if enabled is not None:
|
|
9840
|
-
pulumi.set(__self__, "enabled", enabled)
|
|
9841
|
-
|
|
9842
|
-
@property
|
|
9843
|
-
@pulumi.getter
|
|
9844
|
-
def enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
9845
|
-
"""
|
|
9846
|
-
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.
|
|
9847
|
-
"""
|
|
9848
|
-
return pulumi.get(self, "enabled")
|
|
9849
|
-
|
|
9850
|
-
@enabled.setter
|
|
9851
|
-
def enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
9852
|
-
pulumi.set(self, "enabled", value)
|
|
9853
|
-
|
|
9854
|
-
|
|
9855
9726
|
@pulumi.input_type
|
|
9856
9727
|
class KafkaKafkaUserConfigTieredStorageArgs:
|
|
9857
9728
|
def __init__(__self__, *,
|
|
@@ -13765,7 +13636,6 @@ class MySqlMysqlUserConfigMysqlArgs:
|
|
|
13765
13636
|
innodb_write_io_threads: Optional[pulumi.Input[int]] = None,
|
|
13766
13637
|
interactive_timeout: Optional[pulumi.Input[int]] = None,
|
|
13767
13638
|
internal_tmp_mem_storage_engine: Optional[pulumi.Input[str]] = None,
|
|
13768
|
-
log_output: Optional[pulumi.Input[str]] = None,
|
|
13769
13639
|
long_query_time: Optional[pulumi.Input[float]] = None,
|
|
13770
13640
|
max_allowed_packet: Optional[pulumi.Input[int]] = None,
|
|
13771
13641
|
max_heap_table_size: Optional[pulumi.Input[int]] = None,
|
|
@@ -13797,14 +13667,13 @@ class MySqlMysqlUserConfigMysqlArgs:
|
|
|
13797
13667
|
:param pulumi.Input[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`.
|
|
13798
13668
|
:param pulumi.Input[int] interactive_timeout: The number of seconds the server waits for activity on an interactive connection before closing it. Example: `3600`.
|
|
13799
13669
|
:param pulumi.Input[str] internal_tmp_mem_storage_engine: Enum: `TempTable`, `MEMORY`. The storage engine for in-memory internal temporary tables.
|
|
13800
|
-
:param pulumi.Input[
|
|
13801
|
-
:param pulumi.Input[float] long_query_time: The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10`.
|
|
13670
|
+
:param pulumi.Input[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`.
|
|
13802
13671
|
:param pulumi.Input[int] max_allowed_packet: Size of the largest message in bytes that can be received by the server. Default is 67108864 (64M). Example: `67108864`.
|
|
13803
13672
|
:param pulumi.Input[int] max_heap_table_size: Limits the size of internal in-memory tables. Also set tmp*table*size. Default is 16777216 (16M). Example: `16777216`.
|
|
13804
13673
|
:param pulumi.Input[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`.
|
|
13805
13674
|
:param pulumi.Input[int] net_read_timeout: The number of seconds to wait for more data from a connection before aborting the read. Example: `30`.
|
|
13806
13675
|
:param pulumi.Input[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`.
|
|
13807
|
-
:param pulumi.Input[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.
|
|
13676
|
+
:param pulumi.Input[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.
|
|
13808
13677
|
:param pulumi.Input[int] sort_buffer_size: Sort buffer size in bytes for ORDER BY optimization. Default is 262144 (256K). Example: `262144`.
|
|
13809
13678
|
:param pulumi.Input[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`.
|
|
13810
13679
|
:param pulumi.Input[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.
|
|
@@ -13847,8 +13716,6 @@ class MySqlMysqlUserConfigMysqlArgs:
|
|
|
13847
13716
|
pulumi.set(__self__, "interactive_timeout", interactive_timeout)
|
|
13848
13717
|
if internal_tmp_mem_storage_engine is not None:
|
|
13849
13718
|
pulumi.set(__self__, "internal_tmp_mem_storage_engine", internal_tmp_mem_storage_engine)
|
|
13850
|
-
if log_output is not None:
|
|
13851
|
-
pulumi.set(__self__, "log_output", log_output)
|
|
13852
13719
|
if long_query_time is not None:
|
|
13853
13720
|
pulumi.set(__self__, "long_query_time", long_query_time)
|
|
13854
13721
|
if max_allowed_packet is not None:
|
|
@@ -14090,23 +13957,11 @@ class MySqlMysqlUserConfigMysqlArgs:
|
|
|
14090
13957
|
def internal_tmp_mem_storage_engine(self, value: Optional[pulumi.Input[str]]):
|
|
14091
13958
|
pulumi.set(self, "internal_tmp_mem_storage_engine", value)
|
|
14092
13959
|
|
|
14093
|
-
@property
|
|
14094
|
-
@pulumi.getter(name="logOutput")
|
|
14095
|
-
def log_output(self) -> Optional[pulumi.Input[str]]:
|
|
14096
|
-
"""
|
|
14097
|
-
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.
|
|
14098
|
-
"""
|
|
14099
|
-
return pulumi.get(self, "log_output")
|
|
14100
|
-
|
|
14101
|
-
@log_output.setter
|
|
14102
|
-
def log_output(self, value: Optional[pulumi.Input[str]]):
|
|
14103
|
-
pulumi.set(self, "log_output", value)
|
|
14104
|
-
|
|
14105
13960
|
@property
|
|
14106
13961
|
@pulumi.getter(name="longQueryTime")
|
|
14107
13962
|
def long_query_time(self) -> Optional[pulumi.Input[float]]:
|
|
14108
13963
|
"""
|
|
14109
|
-
The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Example: `10`.
|
|
13964
|
+
The slow*query*logs work as SQL statements that take more than long*query*time seconds to execute. Default is 10s. Example: `10`.
|
|
14110
13965
|
"""
|
|
14111
13966
|
return pulumi.get(self, "long_query_time")
|
|
14112
13967
|
|
|
@@ -14178,7 +14033,7 @@ class MySqlMysqlUserConfigMysqlArgs:
|
|
|
14178
14033
|
@pulumi.getter(name="slowQueryLog")
|
|
14179
14034
|
def slow_query_log(self) -> Optional[pulumi.Input[bool]]:
|
|
14180
14035
|
"""
|
|
14181
|
-
Slow query log enables capturing of slow queries. Setting slow*query*log to false also truncates the mysql.slow_log table.
|
|
14036
|
+
Slow query log enables capturing of slow queries. Setting slow*query*log to false also truncates the mysql.slow_log table. Default is off.
|
|
14182
14037
|
"""
|
|
14183
14038
|
return pulumi.get(self, "slow_query_log")
|
|
14184
14039
|
|
|
@@ -14766,10 +14621,8 @@ class OpenSearchOpensearchUserConfigArgs:
|
|
|
14766
14621
|
static_ips: Optional[pulumi.Input[bool]] = None):
|
|
14767
14622
|
"""
|
|
14768
14623
|
:param pulumi.Input[str] additional_backup_regions: Additional Cloud Regions for Backup Replication.
|
|
14769
|
-
:param pulumi.Input['OpenSearchOpensearchUserConfigAzureMigrationArgs'] azure_migration: Azure migration settings
|
|
14770
14624
|
:param pulumi.Input[str] custom_domain: Serve the web frontend using a custom CNAME pointing to the Aiven DNS name. Example: `grafana.example.org`.
|
|
14771
14625
|
:param pulumi.Input[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.
|
|
14772
|
-
:param pulumi.Input['OpenSearchOpensearchUserConfigGcsMigrationArgs'] gcs_migration: Google Cloud Storage migration settings
|
|
14773
14626
|
:param pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchUserConfigIndexPatternArgs']]] index_patterns: Index patterns
|
|
14774
14627
|
:param pulumi.Input['OpenSearchOpensearchUserConfigIndexRollupArgs'] index_rollup: Index rollup settings
|
|
14775
14628
|
:param pulumi.Input['OpenSearchOpensearchUserConfigIndexTemplateArgs'] index_template: Template settings for all new indexes
|
|
@@ -14787,7 +14640,6 @@ class OpenSearchOpensearchUserConfigArgs:
|
|
|
14787
14640
|
:param pulumi.Input[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`.
|
|
14788
14641
|
:param pulumi.Input['OpenSearchOpensearchUserConfigPublicAccessArgs'] public_access: Allow access to selected service ports from the public Internet
|
|
14789
14642
|
:param pulumi.Input[str] recovery_basebackup_name: Name of the basebackup to restore in forked service. Example: `backup-20191112t091354293891z`.
|
|
14790
|
-
:param pulumi.Input['OpenSearchOpensearchUserConfigS3MigrationArgs'] s3_migration: AWS S3 / AWS S3 compatible migration settings
|
|
14791
14643
|
:param pulumi.Input['OpenSearchOpensearchUserConfigSamlArgs'] saml: OpenSearch SAML configuration
|
|
14792
14644
|
:param pulumi.Input[bool] service_log: Store logs for the service so that they are available in the HTTP API and console.
|
|
14793
14645
|
:param pulumi.Input[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`.
|
|
@@ -14866,9 +14718,6 @@ class OpenSearchOpensearchUserConfigArgs:
|
|
|
14866
14718
|
@property
|
|
14867
14719
|
@pulumi.getter(name="azureMigration")
|
|
14868
14720
|
def azure_migration(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigAzureMigrationArgs']]:
|
|
14869
|
-
"""
|
|
14870
|
-
Azure migration settings
|
|
14871
|
-
"""
|
|
14872
14721
|
return pulumi.get(self, "azure_migration")
|
|
14873
14722
|
|
|
14874
14723
|
@azure_migration.setter
|
|
@@ -14902,9 +14751,6 @@ class OpenSearchOpensearchUserConfigArgs:
|
|
|
14902
14751
|
@property
|
|
14903
14752
|
@pulumi.getter(name="gcsMigration")
|
|
14904
14753
|
def gcs_migration(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigGcsMigrationArgs']]:
|
|
14905
|
-
"""
|
|
14906
|
-
Google Cloud Storage migration settings
|
|
14907
|
-
"""
|
|
14908
14754
|
return pulumi.get(self, "gcs_migration")
|
|
14909
14755
|
|
|
14910
14756
|
@gcs_migration.setter
|
|
@@ -15119,9 +14965,6 @@ class OpenSearchOpensearchUserConfigArgs:
|
|
|
15119
14965
|
@property
|
|
15120
14966
|
@pulumi.getter(name="s3Migration")
|
|
15121
14967
|
def s3_migration(self) -> Optional[pulumi.Input['OpenSearchOpensearchUserConfigS3MigrationArgs']]:
|
|
15122
|
-
"""
|
|
15123
|
-
AWS S3 / AWS S3 compatible migration settings
|
|
15124
|
-
"""
|
|
15125
14968
|
return pulumi.get(self, "s3_migration")
|
|
15126
14969
|
|
|
15127
14970
|
@s3_migration.setter
|
|
@@ -17545,7 +17388,7 @@ class OrganizationPermissionPermissionArgs:
|
|
|
17545
17388
|
create_time: Optional[pulumi.Input[str]] = None,
|
|
17546
17389
|
update_time: Optional[pulumi.Input[str]] = None):
|
|
17547
17390
|
"""
|
|
17548
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] permissions: List of permissions. The possible values are `admin`, `developer`, `operator
|
|
17391
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] permissions: List of permissions. The possible values are `admin`, `developer`, `operator` and `read_only`.
|
|
17549
17392
|
:param pulumi.Input[str] principal_id: ID of the user or group.
|
|
17550
17393
|
:param pulumi.Input[str] principal_type: The type of principal. The possible values are `user` and `user_group`.
|
|
17551
17394
|
:param pulumi.Input[str] create_time: Time created.
|
|
@@ -17563,7 +17406,7 @@ class OrganizationPermissionPermissionArgs:
|
|
|
17563
17406
|
@pulumi.getter
|
|
17564
17407
|
def permissions(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
17565
17408
|
"""
|
|
17566
|
-
List of permissions. The possible values are `admin`, `developer`, `operator
|
|
17409
|
+
List of permissions. The possible values are `admin`, `developer`, `operator` and `read_only`.
|
|
17567
17410
|
"""
|
|
17568
17411
|
return pulumi.get(self, "permissions")
|
|
17569
17412
|
|
|
@@ -24046,29 +23889,6 @@ class ServiceIntegrationExternalOpensearchLogsUserConfigArgs:
|
|
|
24046
23889
|
pulumi.set(self, "selected_log_fields", value)
|
|
24047
23890
|
|
|
24048
23891
|
|
|
24049
|
-
@pulumi.input_type
|
|
24050
|
-
class ServiceIntegrationFlinkExternalPostgresqlUserConfigArgs:
|
|
24051
|
-
def __init__(__self__, *,
|
|
24052
|
-
stringtype: Optional[pulumi.Input[str]] = None):
|
|
24053
|
-
"""
|
|
24054
|
-
:param pulumi.Input[str] stringtype: Enum: `unspecified`. If stringtype is set to unspecified, parameters will be sent to the server as untyped values.
|
|
24055
|
-
"""
|
|
24056
|
-
if stringtype is not None:
|
|
24057
|
-
pulumi.set(__self__, "stringtype", stringtype)
|
|
24058
|
-
|
|
24059
|
-
@property
|
|
24060
|
-
@pulumi.getter
|
|
24061
|
-
def stringtype(self) -> Optional[pulumi.Input[str]]:
|
|
24062
|
-
"""
|
|
24063
|
-
Enum: `unspecified`. If stringtype is set to unspecified, parameters will be sent to the server as untyped values.
|
|
24064
|
-
"""
|
|
24065
|
-
return pulumi.get(self, "stringtype")
|
|
24066
|
-
|
|
24067
|
-
@stringtype.setter
|
|
24068
|
-
def stringtype(self, value: Optional[pulumi.Input[str]]):
|
|
24069
|
-
pulumi.set(self, "stringtype", value)
|
|
24070
|
-
|
|
24071
|
-
|
|
24072
23892
|
@pulumi.input_type
|
|
24073
23893
|
class ServiceIntegrationKafkaConnectUserConfigArgs:
|
|
24074
23894
|
def __init__(__self__, *,
|
|
@@ -25284,20 +25104,31 @@ class ThanosThanosArgs:
|
|
|
25284
25104
|
def __init__(__self__, *,
|
|
25285
25105
|
query_frontend_uri: Optional[pulumi.Input[str]] = None,
|
|
25286
25106
|
query_uri: Optional[pulumi.Input[str]] = None,
|
|
25107
|
+
receiver_ingesting_remote_write_uri: Optional[pulumi.Input[str]] = None,
|
|
25287
25108
|
receiver_remote_write_uri: Optional[pulumi.Input[str]] = None,
|
|
25109
|
+
store_uri: Optional[pulumi.Input[str]] = None,
|
|
25288
25110
|
uris: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
25289
25111
|
"""
|
|
25290
25112
|
:param pulumi.Input[str] query_frontend_uri: Query frontend URI.
|
|
25291
25113
|
:param pulumi.Input[str] query_uri: Query URI.
|
|
25114
|
+
:param pulumi.Input[str] receiver_ingesting_remote_write_uri: Receiver ingesting remote write URI.
|
|
25292
25115
|
:param pulumi.Input[str] receiver_remote_write_uri: Receiver remote write URI.
|
|
25116
|
+
:param pulumi.Input[str] store_uri: Store URI.
|
|
25293
25117
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] uris: Thanos server URIs.
|
|
25294
25118
|
"""
|
|
25295
25119
|
if query_frontend_uri is not None:
|
|
25296
25120
|
pulumi.set(__self__, "query_frontend_uri", query_frontend_uri)
|
|
25297
25121
|
if query_uri is not None:
|
|
25298
25122
|
pulumi.set(__self__, "query_uri", query_uri)
|
|
25123
|
+
if receiver_ingesting_remote_write_uri is not None:
|
|
25124
|
+
pulumi.set(__self__, "receiver_ingesting_remote_write_uri", receiver_ingesting_remote_write_uri)
|
|
25299
25125
|
if receiver_remote_write_uri is not None:
|
|
25300
25126
|
pulumi.set(__self__, "receiver_remote_write_uri", receiver_remote_write_uri)
|
|
25127
|
+
if store_uri is not None:
|
|
25128
|
+
warnings.warn("""This field was added by mistake and has never worked. It will be removed in future versions.""", DeprecationWarning)
|
|
25129
|
+
pulumi.log.warn("""store_uri is deprecated: This field was added by mistake and has never worked. It will be removed in future versions.""")
|
|
25130
|
+
if store_uri is not None:
|
|
25131
|
+
pulumi.set(__self__, "store_uri", store_uri)
|
|
25301
25132
|
if uris is not None:
|
|
25302
25133
|
pulumi.set(__self__, "uris", uris)
|
|
25303
25134
|
|
|
@@ -25325,6 +25156,18 @@ class ThanosThanosArgs:
|
|
|
25325
25156
|
def query_uri(self, value: Optional[pulumi.Input[str]]):
|
|
25326
25157
|
pulumi.set(self, "query_uri", value)
|
|
25327
25158
|
|
|
25159
|
+
@property
|
|
25160
|
+
@pulumi.getter(name="receiverIngestingRemoteWriteUri")
|
|
25161
|
+
def receiver_ingesting_remote_write_uri(self) -> Optional[pulumi.Input[str]]:
|
|
25162
|
+
"""
|
|
25163
|
+
Receiver ingesting remote write URI.
|
|
25164
|
+
"""
|
|
25165
|
+
return pulumi.get(self, "receiver_ingesting_remote_write_uri")
|
|
25166
|
+
|
|
25167
|
+
@receiver_ingesting_remote_write_uri.setter
|
|
25168
|
+
def receiver_ingesting_remote_write_uri(self, value: Optional[pulumi.Input[str]]):
|
|
25169
|
+
pulumi.set(self, "receiver_ingesting_remote_write_uri", value)
|
|
25170
|
+
|
|
25328
25171
|
@property
|
|
25329
25172
|
@pulumi.getter(name="receiverRemoteWriteUri")
|
|
25330
25173
|
def receiver_remote_write_uri(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -25337,6 +25180,19 @@ class ThanosThanosArgs:
|
|
|
25337
25180
|
def receiver_remote_write_uri(self, value: Optional[pulumi.Input[str]]):
|
|
25338
25181
|
pulumi.set(self, "receiver_remote_write_uri", value)
|
|
25339
25182
|
|
|
25183
|
+
@property
|
|
25184
|
+
@pulumi.getter(name="storeUri")
|
|
25185
|
+
@_utilities.deprecated("""This field was added by mistake and has never worked. It will be removed in future versions.""")
|
|
25186
|
+
def store_uri(self) -> Optional[pulumi.Input[str]]:
|
|
25187
|
+
"""
|
|
25188
|
+
Store URI.
|
|
25189
|
+
"""
|
|
25190
|
+
return pulumi.get(self, "store_uri")
|
|
25191
|
+
|
|
25192
|
+
@store_uri.setter
|
|
25193
|
+
def store_uri(self, value: Optional[pulumi.Input[str]]):
|
|
25194
|
+
pulumi.set(self, "store_uri", value)
|
|
25195
|
+
|
|
25340
25196
|
@property
|
|
25341
25197
|
@pulumi.getter
|
|
25342
25198
|
def uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
@@ -25606,7 +25462,6 @@ class ThanosThanosUserConfigPublicAccessArgs:
|
|
|
25606
25462
|
query_frontend: Optional[pulumi.Input[bool]] = None,
|
|
25607
25463
|
receiver_ingesting: Optional[pulumi.Input[bool]] = None,
|
|
25608
25464
|
receiver_routing: Optional[pulumi.Input[bool]] = None,
|
|
25609
|
-
ruler: Optional[pulumi.Input[bool]] = None,
|
|
25610
25465
|
store: Optional[pulumi.Input[bool]] = None):
|
|
25611
25466
|
"""
|
|
25612
25467
|
:param pulumi.Input[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.
|
|
@@ -25614,7 +25469,6 @@ class ThanosThanosUserConfigPublicAccessArgs:
|
|
|
25614
25469
|
:param pulumi.Input[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.
|
|
25615
25470
|
:param pulumi.Input[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.
|
|
25616
25471
|
:param pulumi.Input[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.
|
|
25617
|
-
:param pulumi.Input[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.
|
|
25618
25472
|
:param pulumi.Input[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.
|
|
25619
25473
|
"""
|
|
25620
25474
|
if compactor is not None:
|
|
@@ -25627,8 +25481,6 @@ class ThanosThanosUserConfigPublicAccessArgs:
|
|
|
25627
25481
|
pulumi.set(__self__, "receiver_ingesting", receiver_ingesting)
|
|
25628
25482
|
if receiver_routing is not None:
|
|
25629
25483
|
pulumi.set(__self__, "receiver_routing", receiver_routing)
|
|
25630
|
-
if ruler is not None:
|
|
25631
|
-
pulumi.set(__self__, "ruler", ruler)
|
|
25632
25484
|
if store is not None:
|
|
25633
25485
|
pulumi.set(__self__, "store", store)
|
|
25634
25486
|
|
|
@@ -25692,18 +25544,6 @@ class ThanosThanosUserConfigPublicAccessArgs:
|
|
|
25692
25544
|
def receiver_routing(self, value: Optional[pulumi.Input[bool]]):
|
|
25693
25545
|
pulumi.set(self, "receiver_routing", value)
|
|
25694
25546
|
|
|
25695
|
-
@property
|
|
25696
|
-
@pulumi.getter
|
|
25697
|
-
def ruler(self) -> Optional[pulumi.Input[bool]]:
|
|
25698
|
-
"""
|
|
25699
|
-
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.
|
|
25700
|
-
"""
|
|
25701
|
-
return pulumi.get(self, "ruler")
|
|
25702
|
-
|
|
25703
|
-
@ruler.setter
|
|
25704
|
-
def ruler(self, value: Optional[pulumi.Input[bool]]):
|
|
25705
|
-
pulumi.set(self, "ruler", value)
|
|
25706
|
-
|
|
25707
25547
|
@property
|
|
25708
25548
|
@pulumi.getter
|
|
25709
25549
|
def store(self) -> Optional[pulumi.Input[bool]]:
|
|
@@ -23,7 +23,7 @@ class AccountTeamProjectArgs:
|
|
|
23
23
|
:param pulumi.Input[str] account_id: The unique account id
|
|
24
24
|
:param pulumi.Input[str] team_id: An account team id
|
|
25
25
|
:param pulumi.Input[str] project_name: The name of an already existing project
|
|
26
|
-
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer
|
|
26
|
+
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer` and `read_only`.
|
|
27
27
|
"""
|
|
28
28
|
pulumi.set(__self__, "account_id", account_id)
|
|
29
29
|
pulumi.set(__self__, "team_id", team_id)
|
|
@@ -72,7 +72,7 @@ class AccountTeamProjectArgs:
|
|
|
72
72
|
@pulumi.getter(name="teamType")
|
|
73
73
|
def team_type(self) -> Optional[pulumi.Input[str]]:
|
|
74
74
|
"""
|
|
75
|
-
The Account team project type. The possible values are `admin`, `operator`, `developer
|
|
75
|
+
The Account team project type. The possible values are `admin`, `operator`, `developer` and `read_only`.
|
|
76
76
|
"""
|
|
77
77
|
return pulumi.get(self, "team_type")
|
|
78
78
|
|
|
@@ -93,7 +93,7 @@ class _AccountTeamProjectState:
|
|
|
93
93
|
:param pulumi.Input[str] account_id: The unique account id
|
|
94
94
|
:param pulumi.Input[str] project_name: The name of an already existing project
|
|
95
95
|
:param pulumi.Input[str] team_id: An account team id
|
|
96
|
-
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer
|
|
96
|
+
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer` and `read_only`.
|
|
97
97
|
"""
|
|
98
98
|
if account_id is not None:
|
|
99
99
|
pulumi.set(__self__, "account_id", account_id)
|
|
@@ -144,7 +144,7 @@ class _AccountTeamProjectState:
|
|
|
144
144
|
@pulumi.getter(name="teamType")
|
|
145
145
|
def team_type(self) -> Optional[pulumi.Input[str]]:
|
|
146
146
|
"""
|
|
147
|
-
The Account team project type. The possible values are `admin`, `operator`, `developer
|
|
147
|
+
The Account team project type. The possible values are `admin`, `operator`, `developer` and `read_only`.
|
|
148
148
|
"""
|
|
149
149
|
return pulumi.get(self, "team_type")
|
|
150
150
|
|
|
@@ -205,7 +205,7 @@ class AccountTeamProject(pulumi.CustomResource):
|
|
|
205
205
|
:param pulumi.Input[str] account_id: The unique account id
|
|
206
206
|
:param pulumi.Input[str] project_name: The name of an already existing project
|
|
207
207
|
:param pulumi.Input[str] team_id: An account team id
|
|
208
|
-
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer
|
|
208
|
+
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer` and `read_only`.
|
|
209
209
|
"""
|
|
210
210
|
...
|
|
211
211
|
@overload
|
|
@@ -310,7 +310,7 @@ class AccountTeamProject(pulumi.CustomResource):
|
|
|
310
310
|
:param pulumi.Input[str] account_id: The unique account id
|
|
311
311
|
:param pulumi.Input[str] project_name: The name of an already existing project
|
|
312
312
|
:param pulumi.Input[str] team_id: An account team id
|
|
313
|
-
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer
|
|
313
|
+
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer` and `read_only`.
|
|
314
314
|
"""
|
|
315
315
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
316
316
|
|
|
@@ -350,7 +350,7 @@ class AccountTeamProject(pulumi.CustomResource):
|
|
|
350
350
|
@pulumi.getter(name="teamType")
|
|
351
351
|
def team_type(self) -> pulumi.Output[Optional[str]]:
|
|
352
352
|
"""
|
|
353
|
-
The Account team project type. The possible values are `admin`, `operator`, `developer
|
|
353
|
+
The Account team project type. The possible values are `admin`, `operator`, `developer` and `read_only`.
|
|
354
354
|
"""
|
|
355
355
|
return pulumi.get(self, "team_type")
|
|
356
356
|
|
pulumi_aiven/cassandra.py
CHANGED
|
@@ -361,9 +361,6 @@ class _CassandraState:
|
|
|
361
361
|
pulumi.set(__self__, "disk_space_default", disk_space_default)
|
|
362
362
|
if disk_space_step is not None:
|
|
363
363
|
pulumi.set(__self__, "disk_space_step", disk_space_step)
|
|
364
|
-
if disk_space_used is not None:
|
|
365
|
-
warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
|
|
366
|
-
pulumi.log.warn("""disk_space_used is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
367
364
|
if disk_space_used is not None:
|
|
368
365
|
pulumi.set(__self__, "disk_space_used", disk_space_used)
|
|
369
366
|
if maintenance_window_dow is not None:
|
|
@@ -514,7 +511,6 @@ class _CassandraState:
|
|
|
514
511
|
|
|
515
512
|
@property
|
|
516
513
|
@pulumi.getter(name="diskSpaceUsed")
|
|
517
|
-
@_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
518
514
|
def disk_space_used(self) -> Optional[pulumi.Input[str]]:
|
|
519
515
|
"""
|
|
520
516
|
Disk space that service is currently using
|
|
@@ -1108,7 +1104,6 @@ class Cassandra(pulumi.CustomResource):
|
|
|
1108
1104
|
|
|
1109
1105
|
@property
|
|
1110
1106
|
@pulumi.getter(name="diskSpaceUsed")
|
|
1111
|
-
@_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
1112
1107
|
def disk_space_used(self) -> pulumi.Output[str]:
|
|
1113
1108
|
"""
|
|
1114
1109
|
Disk space that service is currently using
|
|
@@ -1149,7 +1144,7 @@ class Cassandra(pulumi.CustomResource):
|
|
|
1149
1144
|
|
|
1150
1145
|
@property
|
|
1151
1146
|
@pulumi.getter(name="projectVpcId")
|
|
1152
|
-
def project_vpc_id(self) -> pulumi.Output[str]:
|
|
1147
|
+
def project_vpc_id(self) -> pulumi.Output[Optional[str]]:
|
|
1153
1148
|
"""
|
|
1154
1149
|
Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
1155
1150
|
"""
|
|
@@ -1165,7 +1160,7 @@ class Cassandra(pulumi.CustomResource):
|
|
|
1165
1160
|
|
|
1166
1161
|
@property
|
|
1167
1162
|
@pulumi.getter(name="serviceIntegrations")
|
|
1168
|
-
def service_integrations(self) -> pulumi.Output[Sequence['outputs.CassandraServiceIntegration']]:
|
|
1163
|
+
def service_integrations(self) -> pulumi.Output[Optional[Sequence['outputs.CassandraServiceIntegration']]]:
|
|
1169
1164
|
"""
|
|
1170
1165
|
Service integrations to specify when creating a service. Not applied after initial service creation
|
|
1171
1166
|
"""
|