pulumi-aiven 6.43.1__py3-none-any.whl → 6.45.0a1762405690__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/_inputs.py +60 -85
- pulumi_aiven/alloydbomni.py +28 -0
- pulumi_aiven/cassandra.py +28 -0
- pulumi_aiven/clickhouse.py +28 -0
- pulumi_aiven/dragonfly.py +28 -0
- pulumi_aiven/flink.py +28 -0
- pulumi_aiven/get_alloydbomni.py +15 -1
- pulumi_aiven/get_cassanda.py +15 -1
- pulumi_aiven/get_cassandra.py +15 -1
- pulumi_aiven/get_clickhouse.py +15 -1
- pulumi_aiven/get_dragonfly.py +15 -1
- pulumi_aiven/get_flink.py +15 -1
- pulumi_aiven/get_grafana.py +15 -1
- pulumi_aiven/get_influx_db.py +12 -1
- pulumi_aiven/get_kafka.py +15 -1
- pulumi_aiven/get_kafka_connect.py +15 -1
- pulumi_aiven/get_kafka_mirror_maker.py +15 -1
- pulumi_aiven/get_m3_aggregator.py +12 -1
- pulumi_aiven/get_m3_db.py +12 -1
- pulumi_aiven/get_my_sql.py +15 -1
- pulumi_aiven/get_open_search.py +15 -1
- pulumi_aiven/get_organizational_unit.py +4 -0
- pulumi_aiven/get_pg.py +15 -1
- pulumi_aiven/get_redis.py +15 -1
- pulumi_aiven/get_thanos.py +15 -1
- pulumi_aiven/get_valkey.py +15 -1
- pulumi_aiven/grafana.py +28 -0
- pulumi_aiven/influx_db.py +28 -0
- pulumi_aiven/kafka.py +28 -0
- pulumi_aiven/kafka_connect.py +28 -0
- pulumi_aiven/kafka_mirror_maker.py +28 -0
- pulumi_aiven/kafka_schema.py +20 -20
- pulumi_aiven/m3_aggregator.py +28 -0
- pulumi_aiven/m3_db.py +28 -0
- pulumi_aiven/my_sql.py +28 -0
- pulumi_aiven/open_search.py +28 -0
- pulumi_aiven/outputs.py +78 -104
- pulumi_aiven/pg.py +28 -0
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +28 -0
- pulumi_aiven/thanos.py +28 -0
- pulumi_aiven/valkey.py +28 -0
- {pulumi_aiven-6.43.1.dist-info → pulumi_aiven-6.45.0a1762405690.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.43.1.dist-info → pulumi_aiven-6.45.0a1762405690.dist-info}/RECORD +46 -46
- {pulumi_aiven-6.43.1.dist-info → pulumi_aiven-6.45.0a1762405690.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.43.1.dist-info → pulumi_aiven-6.45.0a1762405690.dist-info}/top_level.txt +0 -0
pulumi_aiven/kafka_schema.py
CHANGED
|
@@ -264,19 +264,19 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
264
264
|
subject_name="kafka-schema1",
|
|
265
265
|
compatibility_level="FORWARD",
|
|
266
266
|
schema=\"\"\" {
|
|
267
|
-
"doc": "example",
|
|
268
|
-
"fields": [
|
|
267
|
+
\\"doc\\": \\"example\\",
|
|
268
|
+
\\"fields\\": [
|
|
269
269
|
{
|
|
270
|
-
"default": 5,
|
|
271
|
-
"doc": "my test number",
|
|
272
|
-
"name": "test",
|
|
273
|
-
"namespace": "test",
|
|
274
|
-
"type": "int"
|
|
270
|
+
\\"default\\": 5,
|
|
271
|
+
\\"doc\\": \\"my test number\\",
|
|
272
|
+
\\"name\\": \\"test\\",
|
|
273
|
+
\\"namespace\\": \\"test\\",
|
|
274
|
+
\\"type\\": \\"int\\"
|
|
275
275
|
}
|
|
276
276
|
],
|
|
277
|
-
"name": "example",
|
|
278
|
-
"namespace": "example",
|
|
279
|
-
"type": "record"
|
|
277
|
+
\\"name\\": \\"example\\",
|
|
278
|
+
\\"namespace\\": \\"example\\",
|
|
279
|
+
\\"type\\": \\"record\\"
|
|
280
280
|
}
|
|
281
281
|
\"\"\")
|
|
282
282
|
```
|
|
@@ -317,19 +317,19 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
317
317
|
subject_name="kafka-schema1",
|
|
318
318
|
compatibility_level="FORWARD",
|
|
319
319
|
schema=\"\"\" {
|
|
320
|
-
"doc": "example",
|
|
321
|
-
"fields": [
|
|
320
|
+
\\"doc\\": \\"example\\",
|
|
321
|
+
\\"fields\\": [
|
|
322
322
|
{
|
|
323
|
-
"default": 5,
|
|
324
|
-
"doc": "my test number",
|
|
325
|
-
"name": "test",
|
|
326
|
-
"namespace": "test",
|
|
327
|
-
"type": "int"
|
|
323
|
+
\\"default\\": 5,
|
|
324
|
+
\\"doc\\": \\"my test number\\",
|
|
325
|
+
\\"name\\": \\"test\\",
|
|
326
|
+
\\"namespace\\": \\"test\\",
|
|
327
|
+
\\"type\\": \\"int\\"
|
|
328
328
|
}
|
|
329
329
|
],
|
|
330
|
-
"name": "example",
|
|
331
|
-
"namespace": "example",
|
|
332
|
-
"type": "record"
|
|
330
|
+
\\"name\\": \\"example\\",
|
|
331
|
+
\\"namespace\\": \\"example\\",
|
|
332
|
+
\\"type\\": \\"record\\"
|
|
333
333
|
}
|
|
334
334
|
\"\"\")
|
|
335
335
|
```
|
pulumi_aiven/m3_aggregator.py
CHANGED
|
@@ -301,6 +301,7 @@ class _M3AggregatorState:
|
|
|
301
301
|
m3aggregator: Optional[pulumi.Input['M3AggregatorM3aggregatorArgs']] = None,
|
|
302
302
|
m3aggregator_user_config: Optional[pulumi.Input['M3AggregatorM3aggregatorUserConfigArgs']] = None,
|
|
303
303
|
maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
|
|
304
|
+
maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
304
305
|
maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
305
306
|
plan: Optional[pulumi.Input[_builtins.str]] = None,
|
|
306
307
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -331,6 +332,7 @@ class _M3AggregatorState:
|
|
|
331
332
|
:param pulumi.Input['M3AggregatorM3aggregatorArgs'] m3aggregator: M3 Aggregator server provided values
|
|
332
333
|
:param pulumi.Input['M3AggregatorM3aggregatorUserConfigArgs'] m3aggregator_user_config: M3aggregator user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
333
334
|
:param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
335
|
+
:param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
|
|
334
336
|
:param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
335
337
|
:param pulumi.Input[_builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
336
338
|
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
@@ -376,6 +378,8 @@ class _M3AggregatorState:
|
|
|
376
378
|
pulumi.set(__self__, "m3aggregator_user_config", m3aggregator_user_config)
|
|
377
379
|
if maintenance_window_dow is not None:
|
|
378
380
|
pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
|
|
381
|
+
if maintenance_window_enabled is not None:
|
|
382
|
+
pulumi.set(__self__, "maintenance_window_enabled", maintenance_window_enabled)
|
|
379
383
|
if maintenance_window_time is not None:
|
|
380
384
|
pulumi.set(__self__, "maintenance_window_time", maintenance_window_time)
|
|
381
385
|
if plan is not None:
|
|
@@ -545,6 +549,18 @@ class _M3AggregatorState:
|
|
|
545
549
|
def maintenance_window_dow(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
546
550
|
pulumi.set(self, "maintenance_window_dow", value)
|
|
547
551
|
|
|
552
|
+
@_builtins.property
|
|
553
|
+
@pulumi.getter(name="maintenanceWindowEnabled")
|
|
554
|
+
def maintenance_window_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
555
|
+
"""
|
|
556
|
+
Indicates whether the maintenance window is currently enabled for this service.
|
|
557
|
+
"""
|
|
558
|
+
return pulumi.get(self, "maintenance_window_enabled")
|
|
559
|
+
|
|
560
|
+
@maintenance_window_enabled.setter
|
|
561
|
+
def maintenance_window_enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
562
|
+
pulumi.set(self, "maintenance_window_enabled", value)
|
|
563
|
+
|
|
548
564
|
@_builtins.property
|
|
549
565
|
@pulumi.getter(name="maintenanceWindowTime")
|
|
550
566
|
def maintenance_window_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -866,6 +882,7 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
866
882
|
__props__.__dict__["disk_space_default"] = None
|
|
867
883
|
__props__.__dict__["disk_space_step"] = None
|
|
868
884
|
__props__.__dict__["disk_space_used"] = None
|
|
885
|
+
__props__.__dict__["maintenance_window_enabled"] = None
|
|
869
886
|
__props__.__dict__["service_host"] = None
|
|
870
887
|
__props__.__dict__["service_password"] = None
|
|
871
888
|
__props__.__dict__["service_port"] = None
|
|
@@ -896,6 +913,7 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
896
913
|
m3aggregator: Optional[pulumi.Input[Union['M3AggregatorM3aggregatorArgs', 'M3AggregatorM3aggregatorArgsDict']]] = None,
|
|
897
914
|
m3aggregator_user_config: Optional[pulumi.Input[Union['M3AggregatorM3aggregatorUserConfigArgs', 'M3AggregatorM3aggregatorUserConfigArgsDict']]] = None,
|
|
898
915
|
maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
|
|
916
|
+
maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
899
917
|
maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
900
918
|
plan: Optional[pulumi.Input[_builtins.str]] = None,
|
|
901
919
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -931,6 +949,7 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
931
949
|
:param pulumi.Input[Union['M3AggregatorM3aggregatorArgs', 'M3AggregatorM3aggregatorArgsDict']] m3aggregator: M3 Aggregator server provided values
|
|
932
950
|
:param pulumi.Input[Union['M3AggregatorM3aggregatorUserConfigArgs', 'M3AggregatorM3aggregatorUserConfigArgsDict']] m3aggregator_user_config: M3aggregator user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
933
951
|
:param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
952
|
+
:param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
|
|
934
953
|
:param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
935
954
|
:param pulumi.Input[_builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
936
955
|
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
@@ -963,6 +982,7 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
963
982
|
__props__.__dict__["m3aggregator"] = m3aggregator
|
|
964
983
|
__props__.__dict__["m3aggregator_user_config"] = m3aggregator_user_config
|
|
965
984
|
__props__.__dict__["maintenance_window_dow"] = maintenance_window_dow
|
|
985
|
+
__props__.__dict__["maintenance_window_enabled"] = maintenance_window_enabled
|
|
966
986
|
__props__.__dict__["maintenance_window_time"] = maintenance_window_time
|
|
967
987
|
__props__.__dict__["plan"] = plan
|
|
968
988
|
__props__.__dict__["project"] = project
|
|
@@ -1072,6 +1092,14 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
1072
1092
|
"""
|
|
1073
1093
|
return pulumi.get(self, "maintenance_window_dow")
|
|
1074
1094
|
|
|
1095
|
+
@_builtins.property
|
|
1096
|
+
@pulumi.getter(name="maintenanceWindowEnabled")
|
|
1097
|
+
def maintenance_window_enabled(self) -> pulumi.Output[_builtins.bool]:
|
|
1098
|
+
"""
|
|
1099
|
+
Indicates whether the maintenance window is currently enabled for this service.
|
|
1100
|
+
"""
|
|
1101
|
+
return pulumi.get(self, "maintenance_window_enabled")
|
|
1102
|
+
|
|
1075
1103
|
@_builtins.property
|
|
1076
1104
|
@pulumi.getter(name="maintenanceWindowTime")
|
|
1077
1105
|
def maintenance_window_time(self) -> pulumi.Output[Optional[_builtins.str]]:
|
pulumi_aiven/m3_db.py
CHANGED
|
@@ -301,6 +301,7 @@ class _M3DbState:
|
|
|
301
301
|
m3db: Optional[pulumi.Input['M3DbM3dbArgs']] = None,
|
|
302
302
|
m3db_user_config: Optional[pulumi.Input['M3DbM3dbUserConfigArgs']] = None,
|
|
303
303
|
maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
|
|
304
|
+
maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
304
305
|
maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
305
306
|
plan: Optional[pulumi.Input[_builtins.str]] = None,
|
|
306
307
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -331,6 +332,7 @@ class _M3DbState:
|
|
|
331
332
|
:param pulumi.Input['M3DbM3dbArgs'] m3db: Values provided by the M3DB server.
|
|
332
333
|
:param pulumi.Input['M3DbM3dbUserConfigArgs'] m3db_user_config: M3db user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
333
334
|
:param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
335
|
+
:param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
|
|
334
336
|
:param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
335
337
|
:param pulumi.Input[_builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
336
338
|
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
@@ -376,6 +378,8 @@ class _M3DbState:
|
|
|
376
378
|
pulumi.set(__self__, "m3db_user_config", m3db_user_config)
|
|
377
379
|
if maintenance_window_dow is not None:
|
|
378
380
|
pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
|
|
381
|
+
if maintenance_window_enabled is not None:
|
|
382
|
+
pulumi.set(__self__, "maintenance_window_enabled", maintenance_window_enabled)
|
|
379
383
|
if maintenance_window_time is not None:
|
|
380
384
|
pulumi.set(__self__, "maintenance_window_time", maintenance_window_time)
|
|
381
385
|
if plan is not None:
|
|
@@ -545,6 +549,18 @@ class _M3DbState:
|
|
|
545
549
|
def maintenance_window_dow(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
546
550
|
pulumi.set(self, "maintenance_window_dow", value)
|
|
547
551
|
|
|
552
|
+
@_builtins.property
|
|
553
|
+
@pulumi.getter(name="maintenanceWindowEnabled")
|
|
554
|
+
def maintenance_window_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
555
|
+
"""
|
|
556
|
+
Indicates whether the maintenance window is currently enabled for this service.
|
|
557
|
+
"""
|
|
558
|
+
return pulumi.get(self, "maintenance_window_enabled")
|
|
559
|
+
|
|
560
|
+
@maintenance_window_enabled.setter
|
|
561
|
+
def maintenance_window_enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
562
|
+
pulumi.set(self, "maintenance_window_enabled", value)
|
|
563
|
+
|
|
548
564
|
@_builtins.property
|
|
549
565
|
@pulumi.getter(name="maintenanceWindowTime")
|
|
550
566
|
def maintenance_window_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -866,6 +882,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
866
882
|
__props__.__dict__["disk_space_default"] = None
|
|
867
883
|
__props__.__dict__["disk_space_step"] = None
|
|
868
884
|
__props__.__dict__["disk_space_used"] = None
|
|
885
|
+
__props__.__dict__["maintenance_window_enabled"] = None
|
|
869
886
|
__props__.__dict__["service_host"] = None
|
|
870
887
|
__props__.__dict__["service_password"] = None
|
|
871
888
|
__props__.__dict__["service_port"] = None
|
|
@@ -896,6 +913,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
896
913
|
m3db: Optional[pulumi.Input[Union['M3DbM3dbArgs', 'M3DbM3dbArgsDict']]] = None,
|
|
897
914
|
m3db_user_config: Optional[pulumi.Input[Union['M3DbM3dbUserConfigArgs', 'M3DbM3dbUserConfigArgsDict']]] = None,
|
|
898
915
|
maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
|
|
916
|
+
maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
899
917
|
maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
900
918
|
plan: Optional[pulumi.Input[_builtins.str]] = None,
|
|
901
919
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -931,6 +949,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
931
949
|
:param pulumi.Input[Union['M3DbM3dbArgs', 'M3DbM3dbArgsDict']] m3db: Values provided by the M3DB server.
|
|
932
950
|
:param pulumi.Input[Union['M3DbM3dbUserConfigArgs', 'M3DbM3dbUserConfigArgsDict']] m3db_user_config: M3db user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
933
951
|
:param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
952
|
+
:param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
|
|
934
953
|
:param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
935
954
|
:param pulumi.Input[_builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
936
955
|
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
@@ -963,6 +982,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
963
982
|
__props__.__dict__["m3db"] = m3db
|
|
964
983
|
__props__.__dict__["m3db_user_config"] = m3db_user_config
|
|
965
984
|
__props__.__dict__["maintenance_window_dow"] = maintenance_window_dow
|
|
985
|
+
__props__.__dict__["maintenance_window_enabled"] = maintenance_window_enabled
|
|
966
986
|
__props__.__dict__["maintenance_window_time"] = maintenance_window_time
|
|
967
987
|
__props__.__dict__["plan"] = plan
|
|
968
988
|
__props__.__dict__["project"] = project
|
|
@@ -1072,6 +1092,14 @@ class M3Db(pulumi.CustomResource):
|
|
|
1072
1092
|
"""
|
|
1073
1093
|
return pulumi.get(self, "maintenance_window_dow")
|
|
1074
1094
|
|
|
1095
|
+
@_builtins.property
|
|
1096
|
+
@pulumi.getter(name="maintenanceWindowEnabled")
|
|
1097
|
+
def maintenance_window_enabled(self) -> pulumi.Output[_builtins.bool]:
|
|
1098
|
+
"""
|
|
1099
|
+
Indicates whether the maintenance window is currently enabled for this service.
|
|
1100
|
+
"""
|
|
1101
|
+
return pulumi.get(self, "maintenance_window_enabled")
|
|
1102
|
+
|
|
1075
1103
|
@_builtins.property
|
|
1076
1104
|
@pulumi.getter(name="maintenanceWindowTime")
|
|
1077
1105
|
def maintenance_window_time(self) -> pulumi.Output[Optional[_builtins.str]]:
|
pulumi_aiven/my_sql.py
CHANGED
|
@@ -295,6 +295,7 @@ class _MySqlState:
|
|
|
295
295
|
disk_space_step: Optional[pulumi.Input[_builtins.str]] = None,
|
|
296
296
|
disk_space_used: Optional[pulumi.Input[_builtins.str]] = None,
|
|
297
297
|
maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
|
|
298
|
+
maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
298
299
|
maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
299
300
|
mysql: Optional[pulumi.Input['MySqlMysqlArgs']] = None,
|
|
300
301
|
mysql_user_config: Optional[pulumi.Input['MySqlMysqlUserConfigArgs']] = None,
|
|
@@ -325,6 +326,7 @@ class _MySqlState:
|
|
|
325
326
|
:param pulumi.Input[_builtins.str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
326
327
|
:param pulumi.Input[_builtins.str] disk_space_used: The disk space that the service is currently using. This is the sum of `disk_space` and `additional_disk_space` in human-readable format (for example: `90GiB`).
|
|
327
328
|
:param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
329
|
+
:param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
|
|
328
330
|
:param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
329
331
|
:param pulumi.Input['MySqlMysqlArgs'] mysql: MySQL server-provided values.
|
|
330
332
|
:param pulumi.Input['MySqlMysqlUserConfigArgs'] mysql_user_config: Mysql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
@@ -365,6 +367,8 @@ class _MySqlState:
|
|
|
365
367
|
pulumi.set(__self__, "disk_space_used", disk_space_used)
|
|
366
368
|
if maintenance_window_dow is not None:
|
|
367
369
|
pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
|
|
370
|
+
if maintenance_window_enabled is not None:
|
|
371
|
+
pulumi.set(__self__, "maintenance_window_enabled", maintenance_window_enabled)
|
|
368
372
|
if maintenance_window_time is not None:
|
|
369
373
|
pulumi.set(__self__, "maintenance_window_time", maintenance_window_time)
|
|
370
374
|
if mysql is not None:
|
|
@@ -513,6 +517,18 @@ class _MySqlState:
|
|
|
513
517
|
def maintenance_window_dow(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
514
518
|
pulumi.set(self, "maintenance_window_dow", value)
|
|
515
519
|
|
|
520
|
+
@_builtins.property
|
|
521
|
+
@pulumi.getter(name="maintenanceWindowEnabled")
|
|
522
|
+
def maintenance_window_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
523
|
+
"""
|
|
524
|
+
Indicates whether the maintenance window is currently enabled for this service.
|
|
525
|
+
"""
|
|
526
|
+
return pulumi.get(self, "maintenance_window_enabled")
|
|
527
|
+
|
|
528
|
+
@maintenance_window_enabled.setter
|
|
529
|
+
def maintenance_window_enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
530
|
+
pulumi.set(self, "maintenance_window_enabled", value)
|
|
531
|
+
|
|
516
532
|
@_builtins.property
|
|
517
533
|
@pulumi.getter(name="maintenanceWindowTime")
|
|
518
534
|
def maintenance_window_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -922,6 +938,7 @@ class MySql(pulumi.CustomResource):
|
|
|
922
938
|
__props__.__dict__["disk_space_default"] = None
|
|
923
939
|
__props__.__dict__["disk_space_step"] = None
|
|
924
940
|
__props__.__dict__["disk_space_used"] = None
|
|
941
|
+
__props__.__dict__["maintenance_window_enabled"] = None
|
|
925
942
|
__props__.__dict__["service_host"] = None
|
|
926
943
|
__props__.__dict__["service_password"] = None
|
|
927
944
|
__props__.__dict__["service_port"] = None
|
|
@@ -950,6 +967,7 @@ class MySql(pulumi.CustomResource):
|
|
|
950
967
|
disk_space_step: Optional[pulumi.Input[_builtins.str]] = None,
|
|
951
968
|
disk_space_used: Optional[pulumi.Input[_builtins.str]] = None,
|
|
952
969
|
maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
|
|
970
|
+
maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
953
971
|
maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
954
972
|
mysql: Optional[pulumi.Input[Union['MySqlMysqlArgs', 'MySqlMysqlArgsDict']]] = None,
|
|
955
973
|
mysql_user_config: Optional[pulumi.Input[Union['MySqlMysqlUserConfigArgs', 'MySqlMysqlUserConfigArgsDict']]] = None,
|
|
@@ -985,6 +1003,7 @@ class MySql(pulumi.CustomResource):
|
|
|
985
1003
|
:param pulumi.Input[_builtins.str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
986
1004
|
:param pulumi.Input[_builtins.str] disk_space_used: The disk space that the service is currently using. This is the sum of `disk_space` and `additional_disk_space` in human-readable format (for example: `90GiB`).
|
|
987
1005
|
:param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
1006
|
+
:param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
|
|
988
1007
|
:param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
989
1008
|
:param pulumi.Input[Union['MySqlMysqlArgs', 'MySqlMysqlArgsDict']] mysql: MySQL server-provided values.
|
|
990
1009
|
:param pulumi.Input[Union['MySqlMysqlUserConfigArgs', 'MySqlMysqlUserConfigArgsDict']] mysql_user_config: Mysql user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
@@ -1017,6 +1036,7 @@ class MySql(pulumi.CustomResource):
|
|
|
1017
1036
|
__props__.__dict__["disk_space_step"] = disk_space_step
|
|
1018
1037
|
__props__.__dict__["disk_space_used"] = disk_space_used
|
|
1019
1038
|
__props__.__dict__["maintenance_window_dow"] = maintenance_window_dow
|
|
1039
|
+
__props__.__dict__["maintenance_window_enabled"] = maintenance_window_enabled
|
|
1020
1040
|
__props__.__dict__["maintenance_window_time"] = maintenance_window_time
|
|
1021
1041
|
__props__.__dict__["mysql"] = mysql
|
|
1022
1042
|
__props__.__dict__["mysql_user_config"] = mysql_user_config
|
|
@@ -1111,6 +1131,14 @@ class MySql(pulumi.CustomResource):
|
|
|
1111
1131
|
"""
|
|
1112
1132
|
return pulumi.get(self, "maintenance_window_dow")
|
|
1113
1133
|
|
|
1134
|
+
@_builtins.property
|
|
1135
|
+
@pulumi.getter(name="maintenanceWindowEnabled")
|
|
1136
|
+
def maintenance_window_enabled(self) -> pulumi.Output[_builtins.bool]:
|
|
1137
|
+
"""
|
|
1138
|
+
Indicates whether the maintenance window is currently enabled for this service.
|
|
1139
|
+
"""
|
|
1140
|
+
return pulumi.get(self, "maintenance_window_enabled")
|
|
1141
|
+
|
|
1114
1142
|
@_builtins.property
|
|
1115
1143
|
@pulumi.getter(name="maintenanceWindowTime")
|
|
1116
1144
|
def maintenance_window_time(self) -> pulumi.Output[Optional[_builtins.str]]:
|
pulumi_aiven/open_search.py
CHANGED
|
@@ -295,6 +295,7 @@ class _OpenSearchState:
|
|
|
295
295
|
disk_space_step: Optional[pulumi.Input[_builtins.str]] = None,
|
|
296
296
|
disk_space_used: Optional[pulumi.Input[_builtins.str]] = None,
|
|
297
297
|
maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
|
|
298
|
+
maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
298
299
|
maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
299
300
|
opensearch_user_config: Optional[pulumi.Input['OpenSearchOpensearchUserConfigArgs']] = None,
|
|
300
301
|
opensearches: Optional[pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchArgs']]]] = None,
|
|
@@ -325,6 +326,7 @@ class _OpenSearchState:
|
|
|
325
326
|
:param pulumi.Input[_builtins.str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
326
327
|
:param pulumi.Input[_builtins.str] disk_space_used: The disk space that the service is currently using. This is the sum of `disk_space` and `additional_disk_space` in human-readable format (for example: `90GiB`).
|
|
327
328
|
:param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
329
|
+
:param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
|
|
328
330
|
:param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
329
331
|
:param pulumi.Input['OpenSearchOpensearchUserConfigArgs'] opensearch_user_config: Opensearch user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
330
332
|
:param pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchArgs']]] opensearches: Values provided by the OpenSearch server.
|
|
@@ -365,6 +367,8 @@ class _OpenSearchState:
|
|
|
365
367
|
pulumi.set(__self__, "disk_space_used", disk_space_used)
|
|
366
368
|
if maintenance_window_dow is not None:
|
|
367
369
|
pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
|
|
370
|
+
if maintenance_window_enabled is not None:
|
|
371
|
+
pulumi.set(__self__, "maintenance_window_enabled", maintenance_window_enabled)
|
|
368
372
|
if maintenance_window_time is not None:
|
|
369
373
|
pulumi.set(__self__, "maintenance_window_time", maintenance_window_time)
|
|
370
374
|
if opensearch_user_config is not None:
|
|
@@ -513,6 +517,18 @@ class _OpenSearchState:
|
|
|
513
517
|
def maintenance_window_dow(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
514
518
|
pulumi.set(self, "maintenance_window_dow", value)
|
|
515
519
|
|
|
520
|
+
@_builtins.property
|
|
521
|
+
@pulumi.getter(name="maintenanceWindowEnabled")
|
|
522
|
+
def maintenance_window_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
523
|
+
"""
|
|
524
|
+
Indicates whether the maintenance window is currently enabled for this service.
|
|
525
|
+
"""
|
|
526
|
+
return pulumi.get(self, "maintenance_window_enabled")
|
|
527
|
+
|
|
528
|
+
@maintenance_window_enabled.setter
|
|
529
|
+
def maintenance_window_enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
530
|
+
pulumi.set(self, "maintenance_window_enabled", value)
|
|
531
|
+
|
|
516
532
|
@_builtins.property
|
|
517
533
|
@pulumi.getter(name="maintenanceWindowTime")
|
|
518
534
|
def maintenance_window_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -922,6 +938,7 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
922
938
|
__props__.__dict__["disk_space_default"] = None
|
|
923
939
|
__props__.__dict__["disk_space_step"] = None
|
|
924
940
|
__props__.__dict__["disk_space_used"] = None
|
|
941
|
+
__props__.__dict__["maintenance_window_enabled"] = None
|
|
925
942
|
__props__.__dict__["service_host"] = None
|
|
926
943
|
__props__.__dict__["service_password"] = None
|
|
927
944
|
__props__.__dict__["service_port"] = None
|
|
@@ -950,6 +967,7 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
950
967
|
disk_space_step: Optional[pulumi.Input[_builtins.str]] = None,
|
|
951
968
|
disk_space_used: Optional[pulumi.Input[_builtins.str]] = None,
|
|
952
969
|
maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
|
|
970
|
+
maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
953
971
|
maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
954
972
|
opensearch_user_config: Optional[pulumi.Input[Union['OpenSearchOpensearchUserConfigArgs', 'OpenSearchOpensearchUserConfigArgsDict']]] = None,
|
|
955
973
|
opensearches: Optional[pulumi.Input[Sequence[pulumi.Input[Union['OpenSearchOpensearchArgs', 'OpenSearchOpensearchArgsDict']]]]] = None,
|
|
@@ -985,6 +1003,7 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
985
1003
|
:param pulumi.Input[_builtins.str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
986
1004
|
:param pulumi.Input[_builtins.str] disk_space_used: The disk space that the service is currently using. This is the sum of `disk_space` and `additional_disk_space` in human-readable format (for example: `90GiB`).
|
|
987
1005
|
:param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
1006
|
+
:param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
|
|
988
1007
|
:param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
989
1008
|
:param pulumi.Input[Union['OpenSearchOpensearchUserConfigArgs', 'OpenSearchOpensearchUserConfigArgsDict']] opensearch_user_config: Opensearch user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
990
1009
|
:param pulumi.Input[Sequence[pulumi.Input[Union['OpenSearchOpensearchArgs', 'OpenSearchOpensearchArgsDict']]]] opensearches: Values provided by the OpenSearch server.
|
|
@@ -1017,6 +1036,7 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
1017
1036
|
__props__.__dict__["disk_space_step"] = disk_space_step
|
|
1018
1037
|
__props__.__dict__["disk_space_used"] = disk_space_used
|
|
1019
1038
|
__props__.__dict__["maintenance_window_dow"] = maintenance_window_dow
|
|
1039
|
+
__props__.__dict__["maintenance_window_enabled"] = maintenance_window_enabled
|
|
1020
1040
|
__props__.__dict__["maintenance_window_time"] = maintenance_window_time
|
|
1021
1041
|
__props__.__dict__["opensearch_user_config"] = opensearch_user_config
|
|
1022
1042
|
__props__.__dict__["opensearches"] = opensearches
|
|
@@ -1111,6 +1131,14 @@ class OpenSearch(pulumi.CustomResource):
|
|
|
1111
1131
|
"""
|
|
1112
1132
|
return pulumi.get(self, "maintenance_window_dow")
|
|
1113
1133
|
|
|
1134
|
+
@_builtins.property
|
|
1135
|
+
@pulumi.getter(name="maintenanceWindowEnabled")
|
|
1136
|
+
def maintenance_window_enabled(self) -> pulumi.Output[_builtins.bool]:
|
|
1137
|
+
"""
|
|
1138
|
+
Indicates whether the maintenance window is currently enabled for this service.
|
|
1139
|
+
"""
|
|
1140
|
+
return pulumi.get(self, "maintenance_window_enabled")
|
|
1141
|
+
|
|
1114
1142
|
@_builtins.property
|
|
1115
1143
|
@pulumi.getter(name="maintenanceWindowTime")
|
|
1116
1144
|
def maintenance_window_time(self) -> pulumi.Output[Optional[_builtins.str]]:
|