pulumi-aiven 6.22.0__py3-none-any.whl → 6.22.0a1722921580__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 +67 -721
- pulumi_aiven/account_authentication.py +5 -5
- pulumi_aiven/account_team_project.py +7 -7
- pulumi_aiven/aws_vpc_peering_connection.py +7 -7
- pulumi_aiven/azure_privatelink_connection_approval.py +16 -16
- pulumi_aiven/azure_vpc_peering_connection.py +7 -7
- pulumi_aiven/cassandra.py +46 -46
- pulumi_aiven/clickhouse.py +34 -34
- pulumi_aiven/clickhouse_grant.py +34 -34
- pulumi_aiven/dragonfly.py +40 -40
- pulumi_aiven/flink.py +40 -40
- pulumi_aiven/flink_application_deployment.py +16 -16
- pulumi_aiven/flink_application_version.py +36 -36
- pulumi_aiven/gcp_vpc_peering_connection.py +7 -7
- pulumi_aiven/get_account_team_project.py +1 -1
- pulumi_aiven/get_aws_vpc_peering_connection.py +1 -1
- pulumi_aiven/get_azure_vpc_peering_connection.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_gcp_vpc_peering_connection.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_m3_aggregator.py +1 -1
- pulumi_aiven/get_m3_db.py +1 -1
- pulumi_aiven/get_my_sql.py +1 -1
- pulumi_aiven/get_mysql_user.py +1 -1
- pulumi_aiven/get_open_search.py +1 -1
- pulumi_aiven/get_pg.py +8 -8
- pulumi_aiven/get_pg_database.py +8 -8
- pulumi_aiven/get_pg_user.py +16 -16
- pulumi_aiven/get_project_user.py +1 -1
- pulumi_aiven/get_project_vpc.py +1 -1
- pulumi_aiven/get_redis.py +1 -1
- pulumi_aiven/get_service_integration.py +3 -3
- pulumi_aiven/get_thanos.py +1 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +1 -1
- pulumi_aiven/get_valkey.py +1 -1
- pulumi_aiven/grafana.py +46 -46
- pulumi_aiven/influx_db.py +41 -48
- pulumi_aiven/kafka.py +62 -62
- pulumi_aiven/kafka_connect.py +59 -59
- pulumi_aiven/kafka_connector.py +2 -2
- pulumi_aiven/kafka_mirror_maker.py +45 -45
- pulumi_aiven/kafka_topic.py +18 -18
- pulumi_aiven/m3_aggregator.py +40 -40
- pulumi_aiven/m3_db.py +48 -48
- pulumi_aiven/my_sql.py +54 -54
- pulumi_aiven/mysql_user.py +7 -7
- pulumi_aiven/open_search.py +56 -56
- pulumi_aiven/organization.py +3 -3
- pulumi_aiven/organization_group_project.py +3 -3
- pulumi_aiven/organization_user_group_member.py +3 -3
- pulumi_aiven/outputs.py +135 -1252
- pulumi_aiven/pg.py +43 -43
- pulumi_aiven/pg_database.py +12 -12
- pulumi_aiven/pg_user.py +47 -47
- pulumi_aiven/project.py +5 -5
- pulumi_aiven/project_user.py +7 -7
- pulumi_aiven/project_vpc.py +4 -4
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +46 -46
- pulumi_aiven/service_integration.py +72 -72
- pulumi_aiven/service_integration_endpoint.py +65 -65
- pulumi_aiven/thanos.py +34 -34
- pulumi_aiven/transit_gateway_vpc_attachment.py +7 -7
- pulumi_aiven/valkey.py +40 -40
- {pulumi_aiven-6.22.0.dist-info → pulumi_aiven-6.22.0a1722921580.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.22.0.dist-info → pulumi_aiven-6.22.0a1722921580.dist-info}/RECORD +75 -75
- {pulumi_aiven-6.22.0.dist-info → pulumi_aiven-6.22.0a1722921580.dist-info}/WHEEL +1 -1
- {pulumi_aiven-6.22.0.dist-info → pulumi_aiven-6.22.0a1722921580.dist-info}/top_level.txt +0 -0
pulumi_aiven/influx_db.py
CHANGED
|
@@ -44,9 +44,8 @@ class InfluxDbArgs:
|
|
|
44
44
|
reference. Changing this property forces recreation of the resource.
|
|
45
45
|
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
46
46
|
service so name should be picked based on intended service usage rather than current attributes.
|
|
47
|
-
:param pulumi.Input[str] additional_disk_space:
|
|
48
|
-
|
|
49
|
-
service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
|
|
47
|
+
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
48
|
+
reducing will result in the service rebalancing.
|
|
50
49
|
: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
|
|
51
50
|
created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
|
|
52
51
|
provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
|
|
@@ -153,9 +152,8 @@ class InfluxDbArgs:
|
|
|
153
152
|
@pulumi.getter(name="additionalDiskSpace")
|
|
154
153
|
def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
|
|
155
154
|
"""
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
|
|
155
|
+
Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
156
|
+
reducing will result in the service rebalancing.
|
|
159
157
|
"""
|
|
160
158
|
return pulumi.get(self, "additional_disk_space")
|
|
161
159
|
|
|
@@ -355,9 +353,8 @@ class _InfluxDbState:
|
|
|
355
353
|
termination_protection: Optional[pulumi.Input[bool]] = None):
|
|
356
354
|
"""
|
|
357
355
|
Input properties used for looking up and filtering InfluxDb resources.
|
|
358
|
-
:param pulumi.Input[str] additional_disk_space:
|
|
359
|
-
|
|
360
|
-
service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
|
|
356
|
+
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
357
|
+
reducing will result in the service rebalancing.
|
|
361
358
|
: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
|
|
362
359
|
created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
|
|
363
360
|
provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
|
|
@@ -472,9 +469,8 @@ class _InfluxDbState:
|
|
|
472
469
|
@pulumi.getter(name="additionalDiskSpace")
|
|
473
470
|
def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
|
|
474
471
|
"""
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
|
|
472
|
+
Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
473
|
+
reducing will result in the service rebalancing.
|
|
478
474
|
"""
|
|
479
475
|
return pulumi.get(self, "additional_disk_space")
|
|
480
476
|
|
|
@@ -838,27 +834,26 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
838
834
|
additional_disk_space: Optional[pulumi.Input[str]] = None,
|
|
839
835
|
cloud_name: Optional[pulumi.Input[str]] = None,
|
|
840
836
|
disk_space: Optional[pulumi.Input[str]] = None,
|
|
841
|
-
influxdb_user_config: Optional[pulumi.Input[
|
|
842
|
-
influxdbs: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
837
|
+
influxdb_user_config: Optional[pulumi.Input[pulumi.InputType['InfluxDbInfluxdbUserConfigArgs']]] = None,
|
|
838
|
+
influxdbs: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbInfluxdbArgs']]]]] = None,
|
|
843
839
|
maintenance_window_dow: Optional[pulumi.Input[str]] = None,
|
|
844
840
|
maintenance_window_time: Optional[pulumi.Input[str]] = None,
|
|
845
841
|
plan: Optional[pulumi.Input[str]] = None,
|
|
846
842
|
project: Optional[pulumi.Input[str]] = None,
|
|
847
843
|
project_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
848
|
-
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
844
|
+
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbServiceIntegrationArgs']]]]] = None,
|
|
849
845
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
850
846
|
static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
851
|
-
tags: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
852
|
-
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
847
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbTagArgs']]]]] = None,
|
|
848
|
+
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbTechEmailArgs']]]]] = None,
|
|
853
849
|
termination_protection: Optional[pulumi.Input[bool]] = None,
|
|
854
850
|
__props__=None):
|
|
855
851
|
"""
|
|
856
852
|
Create a InfluxDb resource with the given unique name, props, and options.
|
|
857
853
|
:param str resource_name: The name of the resource.
|
|
858
854
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
859
|
-
:param pulumi.Input[str] additional_disk_space:
|
|
860
|
-
|
|
861
|
-
service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
|
|
855
|
+
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
856
|
+
reducing will result in the service rebalancing.
|
|
862
857
|
: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
|
|
863
858
|
created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
|
|
864
859
|
provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
|
|
@@ -867,8 +862,8 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
867
862
|
AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
868
863
|
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
869
864
|
will result in the service rebalancing.
|
|
870
|
-
:param pulumi.Input[
|
|
871
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
865
|
+
:param pulumi.Input[pulumi.InputType['InfluxDbInfluxdbUserConfigArgs']] influxdb_user_config: Influxdb user configurable settings
|
|
866
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbInfluxdbArgs']]]] influxdbs: InfluxDB server provided values
|
|
872
867
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
873
868
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
874
869
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
|
|
@@ -883,13 +878,13 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
883
878
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
884
879
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
885
880
|
servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
886
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
881
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
887
882
|
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
888
883
|
service so name should be picked based on intended service usage rather than current attributes.
|
|
889
884
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
|
|
890
885
|
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
891
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
892
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
886
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
887
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbTechEmailArgs']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
|
|
893
888
|
important alerts and updates about this service. You can also set email contacts at the project level.
|
|
894
889
|
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
|
|
895
890
|
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
@@ -921,18 +916,18 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
921
916
|
additional_disk_space: Optional[pulumi.Input[str]] = None,
|
|
922
917
|
cloud_name: Optional[pulumi.Input[str]] = None,
|
|
923
918
|
disk_space: Optional[pulumi.Input[str]] = None,
|
|
924
|
-
influxdb_user_config: Optional[pulumi.Input[
|
|
925
|
-
influxdbs: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
919
|
+
influxdb_user_config: Optional[pulumi.Input[pulumi.InputType['InfluxDbInfluxdbUserConfigArgs']]] = None,
|
|
920
|
+
influxdbs: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbInfluxdbArgs']]]]] = None,
|
|
926
921
|
maintenance_window_dow: Optional[pulumi.Input[str]] = None,
|
|
927
922
|
maintenance_window_time: Optional[pulumi.Input[str]] = None,
|
|
928
923
|
plan: Optional[pulumi.Input[str]] = None,
|
|
929
924
|
project: Optional[pulumi.Input[str]] = None,
|
|
930
925
|
project_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
931
|
-
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
926
|
+
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbServiceIntegrationArgs']]]]] = None,
|
|
932
927
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
933
928
|
static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
934
|
-
tags: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
935
|
-
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
929
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbTagArgs']]]]] = None,
|
|
930
|
+
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbTechEmailArgs']]]]] = None,
|
|
936
931
|
termination_protection: Optional[pulumi.Input[bool]] = None,
|
|
937
932
|
__props__=None):
|
|
938
933
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
@@ -991,21 +986,21 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
991
986
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
992
987
|
additional_disk_space: Optional[pulumi.Input[str]] = None,
|
|
993
988
|
cloud_name: Optional[pulumi.Input[str]] = None,
|
|
994
|
-
components: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
989
|
+
components: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbComponentArgs']]]]] = None,
|
|
995
990
|
disk_space: Optional[pulumi.Input[str]] = None,
|
|
996
991
|
disk_space_cap: Optional[pulumi.Input[str]] = None,
|
|
997
992
|
disk_space_default: Optional[pulumi.Input[str]] = None,
|
|
998
993
|
disk_space_step: Optional[pulumi.Input[str]] = None,
|
|
999
994
|
disk_space_used: Optional[pulumi.Input[str]] = None,
|
|
1000
|
-
influxdb_user_config: Optional[pulumi.Input[
|
|
1001
|
-
influxdbs: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
995
|
+
influxdb_user_config: Optional[pulumi.Input[pulumi.InputType['InfluxDbInfluxdbUserConfigArgs']]] = None,
|
|
996
|
+
influxdbs: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbInfluxdbArgs']]]]] = None,
|
|
1002
997
|
maintenance_window_dow: Optional[pulumi.Input[str]] = None,
|
|
1003
998
|
maintenance_window_time: Optional[pulumi.Input[str]] = None,
|
|
1004
999
|
plan: Optional[pulumi.Input[str]] = None,
|
|
1005
1000
|
project: Optional[pulumi.Input[str]] = None,
|
|
1006
1001
|
project_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
1007
1002
|
service_host: Optional[pulumi.Input[str]] = None,
|
|
1008
|
-
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1003
|
+
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbServiceIntegrationArgs']]]]] = None,
|
|
1009
1004
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
1010
1005
|
service_password: Optional[pulumi.Input[str]] = None,
|
|
1011
1006
|
service_port: Optional[pulumi.Input[int]] = None,
|
|
@@ -1014,8 +1009,8 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1014
1009
|
service_username: Optional[pulumi.Input[str]] = None,
|
|
1015
1010
|
state: Optional[pulumi.Input[str]] = None,
|
|
1016
1011
|
static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1017
|
-
tags: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1018
|
-
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1012
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbTagArgs']]]]] = None,
|
|
1013
|
+
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbTechEmailArgs']]]]] = None,
|
|
1019
1014
|
termination_protection: Optional[pulumi.Input[bool]] = None) -> 'InfluxDb':
|
|
1020
1015
|
"""
|
|
1021
1016
|
Get an existing InfluxDb resource's state with the given name, id, and optional extra
|
|
@@ -1024,16 +1019,15 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1024
1019
|
:param str resource_name: The unique name of the resulting resource.
|
|
1025
1020
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
1026
1021
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1027
|
-
:param pulumi.Input[str] additional_disk_space:
|
|
1028
|
-
|
|
1029
|
-
service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
|
|
1022
|
+
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
1023
|
+
reducing will result in the service rebalancing.
|
|
1030
1024
|
: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
|
|
1031
1025
|
created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
|
|
1032
1026
|
provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
|
|
1033
1027
|
are documented on each Cloud provider's own support articles, like [here for
|
|
1034
1028
|
Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
|
|
1035
1029
|
AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
1036
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1030
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbComponentArgs']]]] components: Service component information objects
|
|
1037
1031
|
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
1038
1032
|
will result in the service rebalancing.
|
|
1039
1033
|
:param pulumi.Input[str] disk_space_cap: The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
@@ -1042,8 +1036,8 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1042
1036
|
: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
|
|
1043
1037
|
project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
1044
1038
|
:param pulumi.Input[str] disk_space_used: Disk space that service is currently using
|
|
1045
|
-
:param pulumi.Input[
|
|
1046
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1039
|
+
:param pulumi.Input[pulumi.InputType['InfluxDbInfluxdbUserConfigArgs']] influxdb_user_config: Influxdb user configurable settings
|
|
1040
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbInfluxdbArgs']]]] influxdbs: InfluxDB server provided values
|
|
1047
1041
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
1048
1042
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
1049
1043
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
|
|
@@ -1059,7 +1053,7 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1059
1053
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
1060
1054
|
servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
1061
1055
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
1062
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1056
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
1063
1057
|
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
1064
1058
|
service so name should be picked based on intended service usage rather than current attributes.
|
|
1065
1059
|
:param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
|
|
@@ -1070,8 +1064,8 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1070
1064
|
:param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
1071
1065
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
|
|
1072
1066
|
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
1073
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1074
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1067
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
1068
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InfluxDbTechEmailArgs']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
|
|
1075
1069
|
important alerts and updates about this service. You can also set email contacts at the project level.
|
|
1076
1070
|
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
|
|
1077
1071
|
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
@@ -1115,9 +1109,8 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1115
1109
|
@pulumi.getter(name="additionalDiskSpace")
|
|
1116
1110
|
def additional_disk_space(self) -> pulumi.Output[Optional[str]]:
|
|
1117
1111
|
"""
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
|
|
1112
|
+
Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
1113
|
+
reducing will result in the service rebalancing.
|
|
1121
1114
|
"""
|
|
1122
1115
|
return pulumi.get(self, "additional_disk_space")
|
|
1123
1116
|
|
pulumi_aiven/kafka.py
CHANGED
|
@@ -39,7 +39,7 @@ class KafkaArgs:
|
|
|
39
39
|
: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 seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
40
40
|
: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.
|
|
41
41
|
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
42
|
-
:param pulumi.Input[str] additional_disk_space:
|
|
42
|
+
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
43
43
|
: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).
|
|
44
44
|
:param pulumi.Input[bool] default_acl: Create a default wildcard Kafka ACL.
|
|
45
45
|
: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.
|
|
@@ -135,7 +135,7 @@ class KafkaArgs:
|
|
|
135
135
|
@pulumi.getter(name="additionalDiskSpace")
|
|
136
136
|
def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
|
|
137
137
|
"""
|
|
138
|
-
|
|
138
|
+
Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
139
139
|
"""
|
|
140
140
|
return pulumi.get(self, "additional_disk_space")
|
|
141
141
|
|
|
@@ -349,7 +349,7 @@ class _KafkaState:
|
|
|
349
349
|
termination_protection: Optional[pulumi.Input[bool]] = None):
|
|
350
350
|
"""
|
|
351
351
|
Input properties used for looking up and filtering Kafka resources.
|
|
352
|
-
:param pulumi.Input[str] additional_disk_space:
|
|
352
|
+
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
353
353
|
: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).
|
|
354
354
|
:param pulumi.Input[Sequence[pulumi.Input['KafkaComponentArgs']]] components: Service component information objects
|
|
355
355
|
:param pulumi.Input[bool] default_acl: Create a default wildcard Kafka ACL.
|
|
@@ -451,7 +451,7 @@ class _KafkaState:
|
|
|
451
451
|
@pulumi.getter(name="additionalDiskSpace")
|
|
452
452
|
def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
|
|
453
453
|
"""
|
|
454
|
-
|
|
454
|
+
Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
455
455
|
"""
|
|
456
456
|
return pulumi.get(self, "additional_disk_space")
|
|
457
457
|
|
|
@@ -819,19 +819,19 @@ class Kafka(pulumi.CustomResource):
|
|
|
819
819
|
cloud_name: Optional[pulumi.Input[str]] = None,
|
|
820
820
|
default_acl: Optional[pulumi.Input[bool]] = None,
|
|
821
821
|
disk_space: Optional[pulumi.Input[str]] = None,
|
|
822
|
-
kafka_user_config: Optional[pulumi.Input[
|
|
823
|
-
kafkas: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
822
|
+
kafka_user_config: Optional[pulumi.Input[pulumi.InputType['KafkaKafkaUserConfigArgs']]] = None,
|
|
823
|
+
kafkas: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaKafkaArgs']]]]] = None,
|
|
824
824
|
karapace: Optional[pulumi.Input[bool]] = None,
|
|
825
825
|
maintenance_window_dow: Optional[pulumi.Input[str]] = None,
|
|
826
826
|
maintenance_window_time: Optional[pulumi.Input[str]] = None,
|
|
827
827
|
plan: Optional[pulumi.Input[str]] = None,
|
|
828
828
|
project: Optional[pulumi.Input[str]] = None,
|
|
829
829
|
project_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
830
|
-
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
830
|
+
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaServiceIntegrationArgs']]]]] = None,
|
|
831
831
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
832
832
|
static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
833
|
-
tags: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
834
|
-
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
833
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTagArgs']]]]] = None,
|
|
834
|
+
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTechEmailArgs']]]]] = None,
|
|
835
835
|
termination_protection: Optional[pulumi.Input[bool]] = None,
|
|
836
836
|
__props__=None):
|
|
837
837
|
"""
|
|
@@ -850,20 +850,20 @@ class Kafka(pulumi.CustomResource):
|
|
|
850
850
|
service_name="example-kafka",
|
|
851
851
|
maintenance_window_dow="monday",
|
|
852
852
|
maintenance_window_time="10:00:00",
|
|
853
|
-
kafka_user_config=
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
853
|
+
kafka_user_config=aiven.KafkaKafkaUserConfigArgs(
|
|
854
|
+
kafka_rest=True,
|
|
855
|
+
kafka_connect=True,
|
|
856
|
+
schema_registry=True,
|
|
857
|
+
kafka_version="3.5",
|
|
858
|
+
kafka=aiven.KafkaKafkaUserConfigKafkaArgs(
|
|
859
|
+
group_max_session_timeout_ms=70000,
|
|
860
|
+
log_retention_bytes=1000000000,
|
|
861
|
+
),
|
|
862
|
+
public_access=aiven.KafkaKafkaUserConfigPublicAccessArgs(
|
|
863
|
+
kafka_rest=True,
|
|
864
|
+
kafka_connect=True,
|
|
865
|
+
),
|
|
866
|
+
))
|
|
867
867
|
```
|
|
868
868
|
|
|
869
869
|
## Import
|
|
@@ -874,23 +874,23 @@ class Kafka(pulumi.CustomResource):
|
|
|
874
874
|
|
|
875
875
|
:param str resource_name: The name of the resource.
|
|
876
876
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
877
|
-
:param pulumi.Input[str] additional_disk_space:
|
|
877
|
+
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
878
878
|
: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).
|
|
879
879
|
:param pulumi.Input[bool] default_acl: Create a default wildcard Kafka ACL.
|
|
880
880
|
: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.
|
|
881
|
-
:param pulumi.Input[
|
|
882
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
881
|
+
:param pulumi.Input[pulumi.InputType['KafkaKafkaUserConfigArgs']] kafka_user_config: Kafka user configurable settings
|
|
882
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaKafkaArgs']]]] kafkas: Kafka server connection details.
|
|
883
883
|
:param pulumi.Input[bool] karapace: Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy.
|
|
884
884
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
885
885
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
886
886
|
: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 seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
887
887
|
: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.
|
|
888
888
|
: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.
|
|
889
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
889
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
890
890
|
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
891
891
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
892
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
893
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
892
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
893
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTechEmailArgs']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
894
894
|
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
895
895
|
"""
|
|
896
896
|
...
|
|
@@ -915,20 +915,20 @@ class Kafka(pulumi.CustomResource):
|
|
|
915
915
|
service_name="example-kafka",
|
|
916
916
|
maintenance_window_dow="monday",
|
|
917
917
|
maintenance_window_time="10:00:00",
|
|
918
|
-
kafka_user_config=
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
918
|
+
kafka_user_config=aiven.KafkaKafkaUserConfigArgs(
|
|
919
|
+
kafka_rest=True,
|
|
920
|
+
kafka_connect=True,
|
|
921
|
+
schema_registry=True,
|
|
922
|
+
kafka_version="3.5",
|
|
923
|
+
kafka=aiven.KafkaKafkaUserConfigKafkaArgs(
|
|
924
|
+
group_max_session_timeout_ms=70000,
|
|
925
|
+
log_retention_bytes=1000000000,
|
|
926
|
+
),
|
|
927
|
+
public_access=aiven.KafkaKafkaUserConfigPublicAccessArgs(
|
|
928
|
+
kafka_rest=True,
|
|
929
|
+
kafka_connect=True,
|
|
930
|
+
),
|
|
931
|
+
))
|
|
932
932
|
```
|
|
933
933
|
|
|
934
934
|
## Import
|
|
@@ -956,19 +956,19 @@ class Kafka(pulumi.CustomResource):
|
|
|
956
956
|
cloud_name: Optional[pulumi.Input[str]] = None,
|
|
957
957
|
default_acl: Optional[pulumi.Input[bool]] = None,
|
|
958
958
|
disk_space: Optional[pulumi.Input[str]] = None,
|
|
959
|
-
kafka_user_config: Optional[pulumi.Input[
|
|
960
|
-
kafkas: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
959
|
+
kafka_user_config: Optional[pulumi.Input[pulumi.InputType['KafkaKafkaUserConfigArgs']]] = None,
|
|
960
|
+
kafkas: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaKafkaArgs']]]]] = None,
|
|
961
961
|
karapace: Optional[pulumi.Input[bool]] = None,
|
|
962
962
|
maintenance_window_dow: Optional[pulumi.Input[str]] = None,
|
|
963
963
|
maintenance_window_time: Optional[pulumi.Input[str]] = None,
|
|
964
964
|
plan: Optional[pulumi.Input[str]] = None,
|
|
965
965
|
project: Optional[pulumi.Input[str]] = None,
|
|
966
966
|
project_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
967
|
-
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
967
|
+
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaServiceIntegrationArgs']]]]] = None,
|
|
968
968
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
969
969
|
static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
970
|
-
tags: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
971
|
-
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
970
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTagArgs']]]]] = None,
|
|
971
|
+
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTechEmailArgs']]]]] = None,
|
|
972
972
|
termination_protection: Optional[pulumi.Input[bool]] = None,
|
|
973
973
|
__props__=None):
|
|
974
974
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
@@ -1029,15 +1029,15 @@ class Kafka(pulumi.CustomResource):
|
|
|
1029
1029
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
1030
1030
|
additional_disk_space: Optional[pulumi.Input[str]] = None,
|
|
1031
1031
|
cloud_name: Optional[pulumi.Input[str]] = None,
|
|
1032
|
-
components: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1032
|
+
components: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaComponentArgs']]]]] = None,
|
|
1033
1033
|
default_acl: Optional[pulumi.Input[bool]] = None,
|
|
1034
1034
|
disk_space: Optional[pulumi.Input[str]] = None,
|
|
1035
1035
|
disk_space_cap: Optional[pulumi.Input[str]] = None,
|
|
1036
1036
|
disk_space_default: Optional[pulumi.Input[str]] = None,
|
|
1037
1037
|
disk_space_step: Optional[pulumi.Input[str]] = None,
|
|
1038
1038
|
disk_space_used: Optional[pulumi.Input[str]] = None,
|
|
1039
|
-
kafka_user_config: Optional[pulumi.Input[
|
|
1040
|
-
kafkas: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1039
|
+
kafka_user_config: Optional[pulumi.Input[pulumi.InputType['KafkaKafkaUserConfigArgs']]] = None,
|
|
1040
|
+
kafkas: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaKafkaArgs']]]]] = None,
|
|
1041
1041
|
karapace: Optional[pulumi.Input[bool]] = None,
|
|
1042
1042
|
maintenance_window_dow: Optional[pulumi.Input[str]] = None,
|
|
1043
1043
|
maintenance_window_time: Optional[pulumi.Input[str]] = None,
|
|
@@ -1045,7 +1045,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
1045
1045
|
project: Optional[pulumi.Input[str]] = None,
|
|
1046
1046
|
project_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
1047
1047
|
service_host: Optional[pulumi.Input[str]] = None,
|
|
1048
|
-
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1048
|
+
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaServiceIntegrationArgs']]]]] = None,
|
|
1049
1049
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
1050
1050
|
service_password: Optional[pulumi.Input[str]] = None,
|
|
1051
1051
|
service_port: Optional[pulumi.Input[int]] = None,
|
|
@@ -1054,8 +1054,8 @@ class Kafka(pulumi.CustomResource):
|
|
|
1054
1054
|
service_username: Optional[pulumi.Input[str]] = None,
|
|
1055
1055
|
state: Optional[pulumi.Input[str]] = None,
|
|
1056
1056
|
static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1057
|
-
tags: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1058
|
-
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1057
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTagArgs']]]]] = None,
|
|
1058
|
+
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTechEmailArgs']]]]] = None,
|
|
1059
1059
|
termination_protection: Optional[pulumi.Input[bool]] = None) -> 'Kafka':
|
|
1060
1060
|
"""
|
|
1061
1061
|
Get an existing Kafka resource's state with the given name, id, and optional extra
|
|
@@ -1064,17 +1064,17 @@ class Kafka(pulumi.CustomResource):
|
|
|
1064
1064
|
:param str resource_name: The unique name of the resulting resource.
|
|
1065
1065
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
1066
1066
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1067
|
-
:param pulumi.Input[str] additional_disk_space:
|
|
1067
|
+
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
1068
1068
|
: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).
|
|
1069
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1069
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaComponentArgs']]]] components: Service component information objects
|
|
1070
1070
|
:param pulumi.Input[bool] default_acl: Create a default wildcard Kafka ACL.
|
|
1071
1071
|
: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.
|
|
1072
1072
|
:param pulumi.Input[str] disk_space_cap: The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
1073
1073
|
: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`
|
|
1074
1074
|
: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.
|
|
1075
1075
|
:param pulumi.Input[str] disk_space_used: Disk space that service is currently using
|
|
1076
|
-
:param pulumi.Input[
|
|
1077
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1076
|
+
:param pulumi.Input[pulumi.InputType['KafkaKafkaUserConfigArgs']] kafka_user_config: Kafka user configurable settings
|
|
1077
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaKafkaArgs']]]] kafkas: Kafka server connection details.
|
|
1078
1078
|
:param pulumi.Input[bool] karapace: Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy.
|
|
1079
1079
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
1080
1080
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
@@ -1082,7 +1082,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
1082
1082
|
: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.
|
|
1083
1083
|
: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.
|
|
1084
1084
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
1085
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1085
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
1086
1086
|
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
1087
1087
|
:param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
|
|
1088
1088
|
:param pulumi.Input[int] service_port: The port of the service
|
|
@@ -1091,8 +1091,8 @@ class Kafka(pulumi.CustomResource):
|
|
|
1091
1091
|
:param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
|
|
1092
1092
|
:param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
1093
1093
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
1094
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1095
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1094
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
1095
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTechEmailArgs']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
1096
1096
|
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
1097
1097
|
"""
|
|
1098
1098
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -1135,7 +1135,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
1135
1135
|
@pulumi.getter(name="additionalDiskSpace")
|
|
1136
1136
|
def additional_disk_space(self) -> pulumi.Output[Optional[str]]:
|
|
1137
1137
|
"""
|
|
1138
|
-
|
|
1138
|
+
Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
1139
1139
|
"""
|
|
1140
1140
|
return pulumi.get(self, "additional_disk_space")
|
|
1141
1141
|
|