pulumi-aiven 6.27.0a1729894273__py3-none-any.whl → 6.28.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 +1 -0
- pulumi_aiven/_inputs.py +1560 -200
- pulumi_aiven/account_team_project.py +7 -7
- pulumi_aiven/cassandra.py +8 -8
- pulumi_aiven/clickhouse.py +8 -8
- pulumi_aiven/dragonfly.py +8 -8
- pulumi_aiven/flink.py +8 -8
- pulumi_aiven/get_account_team_project.py +1 -1
- pulumi_aiven/get_cassanda.py +1 -1
- pulumi_aiven/get_cassandra.py +1 -1
- pulumi_aiven/get_clickhouse.py +1 -1
- pulumi_aiven/get_dragonfly.py +1 -1
- pulumi_aiven/get_flink.py +1 -1
- pulumi_aiven/get_grafana.py +1 -1
- pulumi_aiven/get_kafka.py +1 -1
- pulumi_aiven/get_kafka_connect.py +1 -1
- pulumi_aiven/get_kafka_mirror_maker.py +1 -1
- pulumi_aiven/get_kafka_schema.py +1 -1
- pulumi_aiven/get_kafka_schema_configuration.py +1 -1
- pulumi_aiven/get_kafka_topic.py +1 -1
- pulumi_aiven/get_m3_aggregator.py +1 -1
- pulumi_aiven/get_m3_db.py +1 -1
- pulumi_aiven/get_mirror_maker_replication_flow.py +1 -1
- pulumi_aiven/get_my_sql.py +1 -1
- pulumi_aiven/get_open_search.py +1 -1
- pulumi_aiven/get_organization_user_list.py +121 -0
- pulumi_aiven/get_pg.py +1 -1
- pulumi_aiven/get_project_user.py +1 -1
- pulumi_aiven/get_redis.py +1 -1
- pulumi_aiven/get_service_component.py +9 -9
- pulumi_aiven/get_service_integration.py +17 -17
- pulumi_aiven/get_service_integration_endpoint.py +59 -31
- pulumi_aiven/get_thanos.py +21 -1
- pulumi_aiven/get_valkey.py +1 -1
- pulumi_aiven/grafana.py +8 -8
- pulumi_aiven/influx_db.py +15 -8
- pulumi_aiven/kafka.py +8 -8
- pulumi_aiven/kafka_connect.py +8 -8
- pulumi_aiven/kafka_mirror_maker.py +8 -8
- pulumi_aiven/kafka_schema.py +7 -7
- pulumi_aiven/kafka_topic.py +11 -9
- pulumi_aiven/m3_aggregator.py +8 -8
- pulumi_aiven/m3_db.py +8 -8
- pulumi_aiven/mirror_maker_replication_flow.py +7 -7
- pulumi_aiven/my_sql.py +8 -8
- pulumi_aiven/open_search.py +8 -8
- pulumi_aiven/organization_group_project.py +17 -9
- pulumi_aiven/organization_permission.py +49 -49
- pulumi_aiven/outputs.py +2437 -354
- pulumi_aiven/pg.py +8 -8
- pulumi_aiven/project.py +1 -1
- pulumi_aiven/project_user.py +15 -7
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +8 -8
- pulumi_aiven/service_integration.py +139 -123
- pulumi_aiven/service_integration_endpoint.py +302 -140
- pulumi_aiven/thanos.py +58 -8
- pulumi_aiven/valkey.py +8 -8
- {pulumi_aiven-6.27.0a1729894273.dist-info → pulumi_aiven-6.28.0.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.27.0a1729894273.dist-info → pulumi_aiven-6.28.0.dist-info}/RECORD +62 -61
- {pulumi_aiven-6.27.0a1729894273.dist-info → pulumi_aiven-6.28.0.dist-info}/WHEEL +1 -1
- {pulumi_aiven-6.27.0a1729894273.dist-info → pulumi_aiven-6.28.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/kafka_connect.py
CHANGED
|
@@ -44,7 +44,7 @@ class KafkaConnectArgs:
|
|
|
44
44
|
:param pulumi.Input[str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
|
|
45
45
|
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
46
46
|
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
47
|
-
:param pulumi.Input['KafkaConnectKafkaConnectUserConfigArgs'] kafka_connect_user_config: KafkaConnect user configurable settings
|
|
47
|
+
:param pulumi.Input['KafkaConnectKafkaConnectUserConfigArgs'] kafka_connect_user_config: KafkaConnect user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
48
48
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
49
49
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
50
50
|
:param pulumi.Input[str] project_vpc_id: 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.
|
|
@@ -162,7 +162,7 @@ class KafkaConnectArgs:
|
|
|
162
162
|
@pulumi.getter(name="kafkaConnectUserConfig")
|
|
163
163
|
def kafka_connect_user_config(self) -> Optional[pulumi.Input['KafkaConnectKafkaConnectUserConfigArgs']]:
|
|
164
164
|
"""
|
|
165
|
-
KafkaConnect user configurable settings
|
|
165
|
+
KafkaConnect user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
166
166
|
"""
|
|
167
167
|
return pulumi.get(self, "kafka_connect_user_config")
|
|
168
168
|
|
|
@@ -307,7 +307,7 @@ class _KafkaConnectState:
|
|
|
307
307
|
:param pulumi.Input[str] disk_space_default: The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
|
|
308
308
|
:param pulumi.Input[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.
|
|
309
309
|
:param pulumi.Input[str] disk_space_used: Disk space that service is currently using
|
|
310
|
-
:param pulumi.Input['KafkaConnectKafkaConnectUserConfigArgs'] kafka_connect_user_config: KafkaConnect user configurable settings
|
|
310
|
+
:param pulumi.Input['KafkaConnectKafkaConnectUserConfigArgs'] kafka_connect_user_config: KafkaConnect user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
311
311
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
312
312
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
313
313
|
:param pulumi.Input[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).
|
|
@@ -490,7 +490,7 @@ class _KafkaConnectState:
|
|
|
490
490
|
@pulumi.getter(name="kafkaConnectUserConfig")
|
|
491
491
|
def kafka_connect_user_config(self) -> Optional[pulumi.Input['KafkaConnectKafkaConnectUserConfigArgs']]:
|
|
492
492
|
"""
|
|
493
|
-
KafkaConnect user configurable settings
|
|
493
|
+
KafkaConnect user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
494
494
|
"""
|
|
495
495
|
return pulumi.get(self, "kafka_connect_user_config")
|
|
496
496
|
|
|
@@ -799,7 +799,7 @@ class KafkaConnect(pulumi.CustomResource):
|
|
|
799
799
|
:param pulumi.Input[str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
|
|
800
800
|
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
801
801
|
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
802
|
-
:param pulumi.Input[Union['KafkaConnectKafkaConnectUserConfigArgs', 'KafkaConnectKafkaConnectUserConfigArgsDict']] kafka_connect_user_config: KafkaConnect user configurable settings
|
|
802
|
+
:param pulumi.Input[Union['KafkaConnectKafkaConnectUserConfigArgs', 'KafkaConnectKafkaConnectUserConfigArgsDict']] kafka_connect_user_config: KafkaConnect user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
803
803
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
804
804
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
805
805
|
:param pulumi.Input[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).
|
|
@@ -1002,7 +1002,7 @@ class KafkaConnect(pulumi.CustomResource):
|
|
|
1002
1002
|
:param pulumi.Input[str] disk_space_default: The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
|
|
1003
1003
|
:param pulumi.Input[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.
|
|
1004
1004
|
:param pulumi.Input[str] disk_space_used: Disk space that service is currently using
|
|
1005
|
-
:param pulumi.Input[Union['KafkaConnectKafkaConnectUserConfigArgs', 'KafkaConnectKafkaConnectUserConfigArgsDict']] kafka_connect_user_config: KafkaConnect user configurable settings
|
|
1005
|
+
:param pulumi.Input[Union['KafkaConnectKafkaConnectUserConfigArgs', 'KafkaConnectKafkaConnectUserConfigArgsDict']] kafka_connect_user_config: KafkaConnect user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
1006
1006
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
1007
1007
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
1008
1008
|
:param pulumi.Input[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).
|
|
@@ -1057,7 +1057,7 @@ class KafkaConnect(pulumi.CustomResource):
|
|
|
1057
1057
|
|
|
1058
1058
|
@property
|
|
1059
1059
|
@pulumi.getter(name="additionalDiskSpace")
|
|
1060
|
-
def additional_disk_space(self) -> pulumi.Output[
|
|
1060
|
+
def additional_disk_space(self) -> pulumi.Output[str]:
|
|
1061
1061
|
"""
|
|
1062
1062
|
Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
|
|
1063
1063
|
"""
|
|
@@ -1125,7 +1125,7 @@ class KafkaConnect(pulumi.CustomResource):
|
|
|
1125
1125
|
@pulumi.getter(name="kafkaConnectUserConfig")
|
|
1126
1126
|
def kafka_connect_user_config(self) -> pulumi.Output[Optional['outputs.KafkaConnectKafkaConnectUserConfig']]:
|
|
1127
1127
|
"""
|
|
1128
|
-
KafkaConnect user configurable settings
|
|
1128
|
+
KafkaConnect user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
1129
1129
|
"""
|
|
1130
1130
|
return pulumi.get(self, "kafka_connect_user_config")
|
|
1131
1131
|
|
|
@@ -44,7 +44,7 @@ class KafkaMirrorMakerArgs:
|
|
|
44
44
|
:param pulumi.Input[str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
|
|
45
45
|
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
46
46
|
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
47
|
-
:param pulumi.Input['KafkaMirrorMakerKafkaMirrormakerUserConfigArgs'] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings
|
|
47
|
+
:param pulumi.Input['KafkaMirrorMakerKafkaMirrormakerUserConfigArgs'] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
48
48
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
49
49
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
50
50
|
:param pulumi.Input[str] project_vpc_id: 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.
|
|
@@ -162,7 +162,7 @@ class KafkaMirrorMakerArgs:
|
|
|
162
162
|
@pulumi.getter(name="kafkaMirrormakerUserConfig")
|
|
163
163
|
def kafka_mirrormaker_user_config(self) -> Optional[pulumi.Input['KafkaMirrorMakerKafkaMirrormakerUserConfigArgs']]:
|
|
164
164
|
"""
|
|
165
|
-
KafkaMirrormaker user configurable settings
|
|
165
|
+
KafkaMirrormaker user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
166
166
|
"""
|
|
167
167
|
return pulumi.get(self, "kafka_mirrormaker_user_config")
|
|
168
168
|
|
|
@@ -307,7 +307,7 @@ class _KafkaMirrorMakerState:
|
|
|
307
307
|
:param pulumi.Input[str] disk_space_default: The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
|
|
308
308
|
:param pulumi.Input[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.
|
|
309
309
|
:param pulumi.Input[str] disk_space_used: Disk space that service is currently using
|
|
310
|
-
:param pulumi.Input['KafkaMirrorMakerKafkaMirrormakerUserConfigArgs'] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings
|
|
310
|
+
:param pulumi.Input['KafkaMirrorMakerKafkaMirrormakerUserConfigArgs'] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
311
311
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
312
312
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
313
313
|
:param pulumi.Input[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).
|
|
@@ -490,7 +490,7 @@ class _KafkaMirrorMakerState:
|
|
|
490
490
|
@pulumi.getter(name="kafkaMirrormakerUserConfig")
|
|
491
491
|
def kafka_mirrormaker_user_config(self) -> Optional[pulumi.Input['KafkaMirrorMakerKafkaMirrormakerUserConfigArgs']]:
|
|
492
492
|
"""
|
|
493
|
-
KafkaMirrormaker user configurable settings
|
|
493
|
+
KafkaMirrormaker user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
494
494
|
"""
|
|
495
495
|
return pulumi.get(self, "kafka_mirrormaker_user_config")
|
|
496
496
|
|
|
@@ -771,7 +771,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
|
|
|
771
771
|
:param pulumi.Input[str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
|
|
772
772
|
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
773
773
|
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
774
|
-
:param pulumi.Input[Union['KafkaMirrorMakerKafkaMirrormakerUserConfigArgs', 'KafkaMirrorMakerKafkaMirrormakerUserConfigArgsDict']] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings
|
|
774
|
+
:param pulumi.Input[Union['KafkaMirrorMakerKafkaMirrormakerUserConfigArgs', 'KafkaMirrorMakerKafkaMirrormakerUserConfigArgsDict']] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
775
775
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
776
776
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
777
777
|
:param pulumi.Input[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).
|
|
@@ -946,7 +946,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
|
|
|
946
946
|
:param pulumi.Input[str] disk_space_default: The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
|
|
947
947
|
:param pulumi.Input[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.
|
|
948
948
|
:param pulumi.Input[str] disk_space_used: Disk space that service is currently using
|
|
949
|
-
:param pulumi.Input[Union['KafkaMirrorMakerKafkaMirrormakerUserConfigArgs', 'KafkaMirrorMakerKafkaMirrormakerUserConfigArgsDict']] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings
|
|
949
|
+
:param pulumi.Input[Union['KafkaMirrorMakerKafkaMirrormakerUserConfigArgs', 'KafkaMirrorMakerKafkaMirrormakerUserConfigArgsDict']] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
950
950
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
951
951
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
952
952
|
:param pulumi.Input[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).
|
|
@@ -1001,7 +1001,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
|
|
|
1001
1001
|
|
|
1002
1002
|
@property
|
|
1003
1003
|
@pulumi.getter(name="additionalDiskSpace")
|
|
1004
|
-
def additional_disk_space(self) -> pulumi.Output[
|
|
1004
|
+
def additional_disk_space(self) -> pulumi.Output[str]:
|
|
1005
1005
|
"""
|
|
1006
1006
|
Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
|
|
1007
1007
|
"""
|
|
@@ -1069,7 +1069,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
|
|
|
1069
1069
|
@pulumi.getter(name="kafkaMirrormakerUserConfig")
|
|
1070
1070
|
def kafka_mirrormaker_user_config(self) -> pulumi.Output[Optional['outputs.KafkaMirrorMakerKafkaMirrormakerUserConfig']]:
|
|
1071
1071
|
"""
|
|
1072
|
-
KafkaMirrormaker user configurable settings
|
|
1072
|
+
KafkaMirrormaker user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
1073
1073
|
"""
|
|
1074
1074
|
return pulumi.get(self, "kafka_mirrormaker_user_config")
|
|
1075
1075
|
|
pulumi_aiven/kafka_schema.py
CHANGED
|
@@ -32,7 +32,7 @@ class KafkaSchemaArgs:
|
|
|
32
32
|
:param pulumi.Input[str] service_name: The name of the service that 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.
|
|
33
33
|
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
34
34
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
35
|
-
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO.
|
|
35
|
+
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. The possible values are `AVRO`, `JSON` and `PROTOBUF`.
|
|
36
36
|
"""
|
|
37
37
|
pulumi.set(__self__, "project", project)
|
|
38
38
|
pulumi.set(__self__, "schema", schema)
|
|
@@ -107,7 +107,7 @@ class KafkaSchemaArgs:
|
|
|
107
107
|
@pulumi.getter(name="schemaType")
|
|
108
108
|
def schema_type(self) -> Optional[pulumi.Input[str]]:
|
|
109
109
|
"""
|
|
110
|
-
Kafka Schema configuration type. Defaults to AVRO.
|
|
110
|
+
Kafka Schema configuration type. Defaults to AVRO. The possible values are `AVRO`, `JSON` and `PROTOBUF`.
|
|
111
111
|
"""
|
|
112
112
|
return pulumi.get(self, "schema_type")
|
|
113
113
|
|
|
@@ -131,7 +131,7 @@ class _KafkaSchemaState:
|
|
|
131
131
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
132
132
|
:param pulumi.Input[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.
|
|
133
133
|
:param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
|
|
134
|
-
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO.
|
|
134
|
+
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. The possible values are `AVRO`, `JSON` and `PROTOBUF`.
|
|
135
135
|
:param pulumi.Input[str] service_name: The name of the service that 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.
|
|
136
136
|
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
137
137
|
:param pulumi.Input[int] version: Kafka Schema configuration version.
|
|
@@ -191,7 +191,7 @@ class _KafkaSchemaState:
|
|
|
191
191
|
@pulumi.getter(name="schemaType")
|
|
192
192
|
def schema_type(self) -> Optional[pulumi.Input[str]]:
|
|
193
193
|
"""
|
|
194
|
-
Kafka Schema configuration type. Defaults to AVRO.
|
|
194
|
+
Kafka Schema configuration type. Defaults to AVRO. The possible values are `AVRO`, `JSON` and `PROTOBUF`.
|
|
195
195
|
"""
|
|
196
196
|
return pulumi.get(self, "schema_type")
|
|
197
197
|
|
|
@@ -291,7 +291,7 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
291
291
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
292
292
|
:param pulumi.Input[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.
|
|
293
293
|
:param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
|
|
294
|
-
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO.
|
|
294
|
+
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. The possible values are `AVRO`, `JSON` and `PROTOBUF`.
|
|
295
295
|
:param pulumi.Input[str] service_name: The name of the service that 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.
|
|
296
296
|
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
297
297
|
"""
|
|
@@ -411,7 +411,7 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
411
411
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
412
412
|
:param pulumi.Input[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.
|
|
413
413
|
:param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
|
|
414
|
-
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO.
|
|
414
|
+
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. The possible values are `AVRO`, `JSON` and `PROTOBUF`.
|
|
415
415
|
:param pulumi.Input[str] service_name: The name of the service that 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.
|
|
416
416
|
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
417
417
|
:param pulumi.Input[int] version: Kafka Schema configuration version.
|
|
@@ -457,7 +457,7 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
457
457
|
@pulumi.getter(name="schemaType")
|
|
458
458
|
def schema_type(self) -> pulumi.Output[Optional[str]]:
|
|
459
459
|
"""
|
|
460
|
-
Kafka Schema configuration type. Defaults to AVRO.
|
|
460
|
+
Kafka Schema configuration type. Defaults to AVRO. The possible values are `AVRO`, `JSON` and `PROTOBUF`.
|
|
461
461
|
"""
|
|
462
462
|
return pulumi.get(self, "schema_type")
|
|
463
463
|
|
pulumi_aiven/kafka_topic.py
CHANGED
|
@@ -39,7 +39,7 @@ class KafkaTopicArgs:
|
|
|
39
39
|
:param pulumi.Input[str] service_name: The name of the service that 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.
|
|
40
40
|
:param pulumi.Input[str] topic_name: The name of the topic. Changing this property forces recreation of the resource.
|
|
41
41
|
:param pulumi.Input['KafkaTopicConfigArgs'] config: [Advanced parameters](https://aiven.io/docs/products/kafka/reference/advanced-params) to configure topics.
|
|
42
|
-
:param pulumi.Input[str] owner_user_group_id: The user group that
|
|
42
|
+
:param pulumi.Input[str] owner_user_group_id: The ID of the user group that owns the topic. Assigning ownership to decentralize topic management is part of [Aiven for Apache Kafka® governance](https://aiven.io/docs/products/kafka/concepts/governance-overview).
|
|
43
43
|
:param pulumi.Input[Sequence[pulumi.Input['KafkaTopicTagArgs']]] tags: Tags for the topic.
|
|
44
44
|
:param pulumi.Input[str] topic_description: The description of the topic
|
|
45
45
|
"""
|
|
@@ -135,7 +135,7 @@ class KafkaTopicArgs:
|
|
|
135
135
|
@pulumi.getter(name="ownerUserGroupId")
|
|
136
136
|
def owner_user_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
137
137
|
"""
|
|
138
|
-
The user group that
|
|
138
|
+
The ID of the user group that owns the topic. Assigning ownership to decentralize topic management is part of [Aiven for Apache Kafka® governance](https://aiven.io/docs/products/kafka/concepts/governance-overview).
|
|
139
139
|
"""
|
|
140
140
|
return pulumi.get(self, "owner_user_group_id")
|
|
141
141
|
|
|
@@ -193,7 +193,7 @@ class _KafkaTopicState:
|
|
|
193
193
|
"""
|
|
194
194
|
Input properties used for looking up and filtering KafkaTopic resources.
|
|
195
195
|
:param pulumi.Input['KafkaTopicConfigArgs'] config: [Advanced parameters](https://aiven.io/docs/products/kafka/reference/advanced-params) to configure topics.
|
|
196
|
-
:param pulumi.Input[str] owner_user_group_id: The user group that
|
|
196
|
+
:param pulumi.Input[str] owner_user_group_id: The ID of the user group that owns the topic. Assigning ownership to decentralize topic management is part of [Aiven for Apache Kafka® governance](https://aiven.io/docs/products/kafka/concepts/governance-overview).
|
|
197
197
|
:param pulumi.Input[int] partitions: The number of partitions to create in the topic.
|
|
198
198
|
:param pulumi.Input[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.
|
|
199
199
|
:param pulumi.Input[int] replication: The replication factor for the topic.
|
|
@@ -239,7 +239,7 @@ class _KafkaTopicState:
|
|
|
239
239
|
@pulumi.getter(name="ownerUserGroupId")
|
|
240
240
|
def owner_user_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
241
241
|
"""
|
|
242
|
-
The user group that
|
|
242
|
+
The ID of the user group that owns the topic. Assigning ownership to decentralize topic management is part of [Aiven for Apache Kafka® governance](https://aiven.io/docs/products/kafka/concepts/governance-overview).
|
|
243
243
|
"""
|
|
244
244
|
return pulumi.get(self, "owner_user_group_id")
|
|
245
245
|
|
|
@@ -376,7 +376,8 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
376
376
|
config={
|
|
377
377
|
"flush_ms": "10",
|
|
378
378
|
"cleanup_policy": "compact,delete",
|
|
379
|
-
}
|
|
379
|
+
},
|
|
380
|
+
owner_user_group_id=example["groupId"])
|
|
380
381
|
```
|
|
381
382
|
|
|
382
383
|
## Import
|
|
@@ -388,7 +389,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
388
389
|
:param str resource_name: The name of the resource.
|
|
389
390
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
390
391
|
:param pulumi.Input[Union['KafkaTopicConfigArgs', 'KafkaTopicConfigArgsDict']] config: [Advanced parameters](https://aiven.io/docs/products/kafka/reference/advanced-params) to configure topics.
|
|
391
|
-
:param pulumi.Input[str] owner_user_group_id: The user group that
|
|
392
|
+
:param pulumi.Input[str] owner_user_group_id: The ID of the user group that owns the topic. Assigning ownership to decentralize topic management is part of [Aiven for Apache Kafka® governance](https://aiven.io/docs/products/kafka/concepts/governance-overview).
|
|
392
393
|
:param pulumi.Input[int] partitions: The number of partitions to create in the topic.
|
|
393
394
|
:param pulumi.Input[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.
|
|
394
395
|
:param pulumi.Input[int] replication: The replication factor for the topic.
|
|
@@ -422,7 +423,8 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
422
423
|
config={
|
|
423
424
|
"flush_ms": "10",
|
|
424
425
|
"cleanup_policy": "compact,delete",
|
|
425
|
-
}
|
|
426
|
+
},
|
|
427
|
+
owner_user_group_id=example["groupId"])
|
|
426
428
|
```
|
|
427
429
|
|
|
428
430
|
## Import
|
|
@@ -513,7 +515,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
513
515
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
514
516
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
515
517
|
:param pulumi.Input[Union['KafkaTopicConfigArgs', 'KafkaTopicConfigArgsDict']] config: [Advanced parameters](https://aiven.io/docs/products/kafka/reference/advanced-params) to configure topics.
|
|
516
|
-
:param pulumi.Input[str] owner_user_group_id: The user group that
|
|
518
|
+
:param pulumi.Input[str] owner_user_group_id: The ID of the user group that owns the topic. Assigning ownership to decentralize topic management is part of [Aiven for Apache Kafka® governance](https://aiven.io/docs/products/kafka/concepts/governance-overview).
|
|
517
519
|
:param pulumi.Input[int] partitions: The number of partitions to create in the topic.
|
|
518
520
|
:param pulumi.Input[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.
|
|
519
521
|
:param pulumi.Input[int] replication: The replication factor for the topic.
|
|
@@ -550,7 +552,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
550
552
|
@pulumi.getter(name="ownerUserGroupId")
|
|
551
553
|
def owner_user_group_id(self) -> pulumi.Output[Optional[str]]:
|
|
552
554
|
"""
|
|
553
|
-
The user group that
|
|
555
|
+
The ID of the user group that owns the topic. Assigning ownership to decentralize topic management is part of [Aiven for Apache Kafka® governance](https://aiven.io/docs/products/kafka/concepts/governance-overview).
|
|
554
556
|
"""
|
|
555
557
|
return pulumi.get(self, "owner_user_group_id")
|
|
556
558
|
|
pulumi_aiven/m3_aggregator.py
CHANGED
|
@@ -46,7 +46,7 @@ class M3AggregatorArgs:
|
|
|
46
46
|
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
47
47
|
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
48
48
|
:param pulumi.Input['M3AggregatorM3aggregatorArgs'] m3aggregator: M3 Aggregator server provided values
|
|
49
|
-
:param pulumi.Input['M3AggregatorM3aggregatorUserConfigArgs'] m3aggregator_user_config: M3aggregator user configurable settings
|
|
49
|
+
: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
|
|
50
50
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
51
51
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
52
52
|
:param pulumi.Input[str] project_vpc_id: 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.
|
|
@@ -178,7 +178,7 @@ class M3AggregatorArgs:
|
|
|
178
178
|
@pulumi.getter(name="m3aggregatorUserConfig")
|
|
179
179
|
def m3aggregator_user_config(self) -> Optional[pulumi.Input['M3AggregatorM3aggregatorUserConfigArgs']]:
|
|
180
180
|
"""
|
|
181
|
-
M3aggregator user configurable settings
|
|
181
|
+
M3aggregator user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
182
182
|
"""
|
|
183
183
|
return pulumi.get(self, "m3aggregator_user_config")
|
|
184
184
|
|
|
@@ -325,7 +325,7 @@ class _M3AggregatorState:
|
|
|
325
325
|
:param pulumi.Input[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
326
|
:param pulumi.Input[str] disk_space_used: Disk space that service is currently using
|
|
327
327
|
:param pulumi.Input['M3AggregatorM3aggregatorArgs'] m3aggregator: M3 Aggregator server provided values
|
|
328
|
-
:param pulumi.Input['M3AggregatorM3aggregatorUserConfigArgs'] m3aggregator_user_config: M3aggregator user configurable settings
|
|
328
|
+
: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
|
|
329
329
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
330
330
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
331
331
|
:param pulumi.Input[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).
|
|
@@ -522,7 +522,7 @@ class _M3AggregatorState:
|
|
|
522
522
|
@pulumi.getter(name="m3aggregatorUserConfig")
|
|
523
523
|
def m3aggregator_user_config(self) -> Optional[pulumi.Input['M3AggregatorM3aggregatorUserConfigArgs']]:
|
|
524
524
|
"""
|
|
525
|
-
M3aggregator user configurable settings
|
|
525
|
+
M3aggregator user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
526
526
|
"""
|
|
527
527
|
return pulumi.get(self, "m3aggregator_user_config")
|
|
528
528
|
|
|
@@ -802,7 +802,7 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
802
802
|
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
803
803
|
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
804
804
|
:param pulumi.Input[Union['M3AggregatorM3aggregatorArgs', 'M3AggregatorM3aggregatorArgsDict']] m3aggregator: M3 Aggregator server provided values
|
|
805
|
-
:param pulumi.Input[Union['M3AggregatorM3aggregatorUserConfigArgs', 'M3AggregatorM3aggregatorUserConfigArgsDict']] m3aggregator_user_config: M3aggregator user configurable settings
|
|
805
|
+
: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
|
|
806
806
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
807
807
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
808
808
|
:param pulumi.Input[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).
|
|
@@ -978,7 +978,7 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
978
978
|
:param pulumi.Input[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.
|
|
979
979
|
:param pulumi.Input[str] disk_space_used: Disk space that service is currently using
|
|
980
980
|
:param pulumi.Input[Union['M3AggregatorM3aggregatorArgs', 'M3AggregatorM3aggregatorArgsDict']] m3aggregator: M3 Aggregator server provided values
|
|
981
|
-
:param pulumi.Input[Union['M3AggregatorM3aggregatorUserConfigArgs', 'M3AggregatorM3aggregatorUserConfigArgsDict']] m3aggregator_user_config: M3aggregator user configurable settings
|
|
981
|
+
: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
|
|
982
982
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
983
983
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
984
984
|
:param pulumi.Input[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).
|
|
@@ -1034,7 +1034,7 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
1034
1034
|
|
|
1035
1035
|
@property
|
|
1036
1036
|
@pulumi.getter(name="additionalDiskSpace")
|
|
1037
|
-
def additional_disk_space(self) -> pulumi.Output[
|
|
1037
|
+
def additional_disk_space(self) -> pulumi.Output[str]:
|
|
1038
1038
|
"""
|
|
1039
1039
|
Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
|
|
1040
1040
|
"""
|
|
@@ -1110,7 +1110,7 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
1110
1110
|
@pulumi.getter(name="m3aggregatorUserConfig")
|
|
1111
1111
|
def m3aggregator_user_config(self) -> pulumi.Output[Optional['outputs.M3AggregatorM3aggregatorUserConfig']]:
|
|
1112
1112
|
"""
|
|
1113
|
-
M3aggregator user configurable settings
|
|
1113
|
+
M3aggregator user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
1114
1114
|
"""
|
|
1115
1115
|
return pulumi.get(self, "m3aggregator_user_config")
|
|
1116
1116
|
|
pulumi_aiven/m3_db.py
CHANGED
|
@@ -46,7 +46,7 @@ class M3DbArgs:
|
|
|
46
46
|
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
47
47
|
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
48
48
|
:param pulumi.Input['M3DbM3dbArgs'] m3db: Values provided by the M3DB server.
|
|
49
|
-
:param pulumi.Input['M3DbM3dbUserConfigArgs'] m3db_user_config: M3db user configurable settings
|
|
49
|
+
: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
|
|
50
50
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
51
51
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
52
52
|
:param pulumi.Input[str] project_vpc_id: 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.
|
|
@@ -178,7 +178,7 @@ class M3DbArgs:
|
|
|
178
178
|
@pulumi.getter(name="m3dbUserConfig")
|
|
179
179
|
def m3db_user_config(self) -> Optional[pulumi.Input['M3DbM3dbUserConfigArgs']]:
|
|
180
180
|
"""
|
|
181
|
-
M3db user configurable settings
|
|
181
|
+
M3db user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
182
182
|
"""
|
|
183
183
|
return pulumi.get(self, "m3db_user_config")
|
|
184
184
|
|
|
@@ -325,7 +325,7 @@ class _M3DbState:
|
|
|
325
325
|
:param pulumi.Input[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
326
|
:param pulumi.Input[str] disk_space_used: Disk space that service is currently using
|
|
327
327
|
:param pulumi.Input['M3DbM3dbArgs'] m3db: Values provided by the M3DB server.
|
|
328
|
-
:param pulumi.Input['M3DbM3dbUserConfigArgs'] m3db_user_config: M3db user configurable settings
|
|
328
|
+
: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
|
|
329
329
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
330
330
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
331
331
|
:param pulumi.Input[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).
|
|
@@ -522,7 +522,7 @@ class _M3DbState:
|
|
|
522
522
|
@pulumi.getter(name="m3dbUserConfig")
|
|
523
523
|
def m3db_user_config(self) -> Optional[pulumi.Input['M3DbM3dbUserConfigArgs']]:
|
|
524
524
|
"""
|
|
525
|
-
M3db user configurable settings
|
|
525
|
+
M3db user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
526
526
|
"""
|
|
527
527
|
return pulumi.get(self, "m3db_user_config")
|
|
528
528
|
|
|
@@ -806,7 +806,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
806
806
|
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
807
807
|
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
808
808
|
:param pulumi.Input[Union['M3DbM3dbArgs', 'M3DbM3dbArgsDict']] m3db: Values provided by the M3DB server.
|
|
809
|
-
:param pulumi.Input[Union['M3DbM3dbUserConfigArgs', 'M3DbM3dbUserConfigArgsDict']] m3db_user_config: M3db user configurable settings
|
|
809
|
+
: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
|
|
810
810
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
811
811
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
812
812
|
:param pulumi.Input[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).
|
|
@@ -986,7 +986,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
986
986
|
:param pulumi.Input[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.
|
|
987
987
|
:param pulumi.Input[str] disk_space_used: Disk space that service is currently using
|
|
988
988
|
:param pulumi.Input[Union['M3DbM3dbArgs', 'M3DbM3dbArgsDict']] m3db: Values provided by the M3DB server.
|
|
989
|
-
:param pulumi.Input[Union['M3DbM3dbUserConfigArgs', 'M3DbM3dbUserConfigArgsDict']] m3db_user_config: M3db user configurable settings
|
|
989
|
+
: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
|
|
990
990
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
991
991
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
992
992
|
:param pulumi.Input[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).
|
|
@@ -1042,7 +1042,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
1042
1042
|
|
|
1043
1043
|
@property
|
|
1044
1044
|
@pulumi.getter(name="additionalDiskSpace")
|
|
1045
|
-
def additional_disk_space(self) -> pulumi.Output[
|
|
1045
|
+
def additional_disk_space(self) -> pulumi.Output[str]:
|
|
1046
1046
|
"""
|
|
1047
1047
|
Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
|
|
1048
1048
|
"""
|
|
@@ -1118,7 +1118,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
1118
1118
|
@pulumi.getter(name="m3dbUserConfig")
|
|
1119
1119
|
def m3db_user_config(self) -> pulumi.Output[Optional['outputs.M3DbM3dbUserConfig']]:
|
|
1120
1120
|
"""
|
|
1121
|
-
M3db user configurable settings
|
|
1121
|
+
M3db user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
1122
1122
|
"""
|
|
1123
1123
|
return pulumi.get(self, "m3db_user_config")
|
|
1124
1124
|
|
|
@@ -37,7 +37,7 @@ class MirrorMakerReplicationFlowArgs:
|
|
|
37
37
|
"""
|
|
38
38
|
The set of arguments for constructing a MirrorMakerReplicationFlow resource.
|
|
39
39
|
:param pulumi.Input[bool] enable: Enable of disable replication flows for a service.
|
|
40
|
-
:param pulumi.Input[str] offset_syncs_topic_location: Offset syncs topic location.
|
|
40
|
+
:param pulumi.Input[str] offset_syncs_topic_location: Offset syncs topic location. The possible values are `source` and `target`.
|
|
41
41
|
:param pulumi.Input[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.
|
|
42
42
|
:param pulumi.Input[str] replication_policy_class: Replication policy class. The possible values are `org.apache.kafka.connect.mirror.DefaultReplicationPolicy` and `org.apache.kafka.connect.mirror.IdentityReplicationPolicy`. The default value is `org.apache.kafka.connect.mirror.DefaultReplicationPolicy`.
|
|
43
43
|
:param pulumi.Input[str] service_name: 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.
|
|
@@ -92,7 +92,7 @@ class MirrorMakerReplicationFlowArgs:
|
|
|
92
92
|
@pulumi.getter(name="offsetSyncsTopicLocation")
|
|
93
93
|
def offset_syncs_topic_location(self) -> pulumi.Input[str]:
|
|
94
94
|
"""
|
|
95
|
-
Offset syncs topic location.
|
|
95
|
+
Offset syncs topic location. The possible values are `source` and `target`.
|
|
96
96
|
"""
|
|
97
97
|
return pulumi.get(self, "offset_syncs_topic_location")
|
|
98
98
|
|
|
@@ -281,7 +281,7 @@ class _MirrorMakerReplicationFlowState:
|
|
|
281
281
|
:param pulumi.Input[bool] emit_backward_heartbeats_enabled: Whether to emit heartbeats to the direction opposite to the flow, i.e. to the source cluster. The default value is `false`.
|
|
282
282
|
:param pulumi.Input[bool] emit_heartbeats_enabled: Whether to emit heartbeats to the target cluster. The default value is `false`.
|
|
283
283
|
:param pulumi.Input[bool] enable: Enable of disable replication flows for a service.
|
|
284
|
-
:param pulumi.Input[str] offset_syncs_topic_location: Offset syncs topic location.
|
|
284
|
+
:param pulumi.Input[str] offset_syncs_topic_location: Offset syncs topic location. The possible values are `source` and `target`.
|
|
285
285
|
:param pulumi.Input[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.
|
|
286
286
|
:param pulumi.Input[int] replication_factor: Replication factor, `>= 1`.
|
|
287
287
|
:param pulumi.Input[str] replication_policy_class: Replication policy class. The possible values are `org.apache.kafka.connect.mirror.DefaultReplicationPolicy` and `org.apache.kafka.connect.mirror.IdentityReplicationPolicy`. The default value is `org.apache.kafka.connect.mirror.DefaultReplicationPolicy`.
|
|
@@ -376,7 +376,7 @@ class _MirrorMakerReplicationFlowState:
|
|
|
376
376
|
@pulumi.getter(name="offsetSyncsTopicLocation")
|
|
377
377
|
def offset_syncs_topic_location(self) -> Optional[pulumi.Input[str]]:
|
|
378
378
|
"""
|
|
379
|
-
Offset syncs topic location.
|
|
379
|
+
Offset syncs topic location. The possible values are `source` and `target`.
|
|
380
380
|
"""
|
|
381
381
|
return pulumi.get(self, "offset_syncs_topic_location")
|
|
382
382
|
|
|
@@ -569,7 +569,7 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
|
|
|
569
569
|
:param pulumi.Input[bool] emit_backward_heartbeats_enabled: Whether to emit heartbeats to the direction opposite to the flow, i.e. to the source cluster. The default value is `false`.
|
|
570
570
|
:param pulumi.Input[bool] emit_heartbeats_enabled: Whether to emit heartbeats to the target cluster. The default value is `false`.
|
|
571
571
|
:param pulumi.Input[bool] enable: Enable of disable replication flows for a service.
|
|
572
|
-
:param pulumi.Input[str] offset_syncs_topic_location: Offset syncs topic location.
|
|
572
|
+
:param pulumi.Input[str] offset_syncs_topic_location: Offset syncs topic location. The possible values are `source` and `target`.
|
|
573
573
|
:param pulumi.Input[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.
|
|
574
574
|
:param pulumi.Input[int] replication_factor: Replication factor, `>= 1`.
|
|
575
575
|
:param pulumi.Input[str] replication_policy_class: Replication policy class. The possible values are `org.apache.kafka.connect.mirror.DefaultReplicationPolicy` and `org.apache.kafka.connect.mirror.IdentityReplicationPolicy`. The default value is `org.apache.kafka.connect.mirror.DefaultReplicationPolicy`.
|
|
@@ -728,7 +728,7 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
|
|
|
728
728
|
:param pulumi.Input[bool] emit_backward_heartbeats_enabled: Whether to emit heartbeats to the direction opposite to the flow, i.e. to the source cluster. The default value is `false`.
|
|
729
729
|
:param pulumi.Input[bool] emit_heartbeats_enabled: Whether to emit heartbeats to the target cluster. The default value is `false`.
|
|
730
730
|
:param pulumi.Input[bool] enable: Enable of disable replication flows for a service.
|
|
731
|
-
:param pulumi.Input[str] offset_syncs_topic_location: Offset syncs topic location.
|
|
731
|
+
:param pulumi.Input[str] offset_syncs_topic_location: Offset syncs topic location. The possible values are `source` and `target`.
|
|
732
732
|
:param pulumi.Input[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.
|
|
733
733
|
:param pulumi.Input[int] replication_factor: Replication factor, `>= 1`.
|
|
734
734
|
:param pulumi.Input[str] replication_policy_class: Replication policy class. The possible values are `org.apache.kafka.connect.mirror.DefaultReplicationPolicy` and `org.apache.kafka.connect.mirror.IdentityReplicationPolicy`. The default value is `org.apache.kafka.connect.mirror.DefaultReplicationPolicy`.
|
|
@@ -797,7 +797,7 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
|
|
|
797
797
|
@pulumi.getter(name="offsetSyncsTopicLocation")
|
|
798
798
|
def offset_syncs_topic_location(self) -> pulumi.Output[str]:
|
|
799
799
|
"""
|
|
800
|
-
Offset syncs topic location.
|
|
800
|
+
Offset syncs topic location. The possible values are `source` and `target`.
|
|
801
801
|
"""
|
|
802
802
|
return pulumi.get(self, "offset_syncs_topic_location")
|
|
803
803
|
|