pulumi-aiven 6.22.0a1723007981__py3-none-any.whl → 6.22.0a1723820065__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/account_authentication.py +5 -5
- 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 +39 -39
- pulumi_aiven/clickhouse.py +27 -27
- pulumi_aiven/clickhouse_grant.py +34 -34
- pulumi_aiven/dragonfly.py +33 -33
- pulumi_aiven/flink.py +33 -33
- 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_aws_vpc_peering_connection.py +1 -1
- pulumi_aiven/get_azure_vpc_peering_connection.py +1 -1
- pulumi_aiven/get_gcp_vpc_peering_connection.py +1 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +1 -1
- pulumi_aiven/grafana.py +39 -39
- pulumi_aiven/influx_db.py +27 -27
- pulumi_aiven/kafka.py +55 -55
- pulumi_aiven/kafka_connect.py +52 -52
- pulumi_aiven/kafka_connector.py +2 -2
- pulumi_aiven/kafka_mirror_maker.py +38 -38
- pulumi_aiven/kafka_topic.py +18 -18
- pulumi_aiven/m3_aggregator.py +33 -33
- pulumi_aiven/m3_db.py +41 -41
- pulumi_aiven/my_sql.py +47 -47
- pulumi_aiven/open_search.py +49 -49
- 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/pg.py +27 -27
- pulumi_aiven/project.py +5 -5
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +39 -39
- pulumi_aiven/service_integration.py +65 -65
- pulumi_aiven/service_integration_endpoint.py +65 -65
- pulumi_aiven/thanos.py +27 -27
- pulumi_aiven/transit_gateway_vpc_attachment.py +7 -7
- pulumi_aiven/valkey.py +33 -33
- {pulumi_aiven-6.22.0a1723007981.dist-info → pulumi_aiven-6.22.0a1723820065.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.22.0a1723007981.dist-info → pulumi_aiven-6.22.0a1723820065.dist-info}/RECORD +43 -43
- {pulumi_aiven-6.22.0a1723007981.dist-info → pulumi_aiven-6.22.0a1723820065.dist-info}/WHEEL +1 -1
- {pulumi_aiven-6.22.0a1723007981.dist-info → pulumi_aiven-6.22.0a1723820065.dist-info}/top_level.txt +0 -0
pulumi_aiven/influx_db.py
CHANGED
|
@@ -834,18 +834,18 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
834
834
|
additional_disk_space: Optional[pulumi.Input[str]] = None,
|
|
835
835
|
cloud_name: Optional[pulumi.Input[str]] = None,
|
|
836
836
|
disk_space: Optional[pulumi.Input[str]] = None,
|
|
837
|
-
influxdb_user_config: Optional[pulumi.Input[
|
|
838
|
-
influxdbs: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
837
|
+
influxdb_user_config: Optional[pulumi.Input[Union['InfluxDbInfluxdbUserConfigArgs', 'InfluxDbInfluxdbUserConfigArgsDict']]] = None,
|
|
838
|
+
influxdbs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbInfluxdbArgs', 'InfluxDbInfluxdbArgsDict']]]]] = None,
|
|
839
839
|
maintenance_window_dow: Optional[pulumi.Input[str]] = None,
|
|
840
840
|
maintenance_window_time: Optional[pulumi.Input[str]] = None,
|
|
841
841
|
plan: Optional[pulumi.Input[str]] = None,
|
|
842
842
|
project: Optional[pulumi.Input[str]] = None,
|
|
843
843
|
project_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
844
|
-
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
844
|
+
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbServiceIntegrationArgs', 'InfluxDbServiceIntegrationArgsDict']]]]] = None,
|
|
845
845
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
846
846
|
static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
847
|
-
tags: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
848
|
-
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
847
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTagArgs', 'InfluxDbTagArgsDict']]]]] = None,
|
|
848
|
+
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTechEmailArgs', 'InfluxDbTechEmailArgsDict']]]]] = None,
|
|
849
849
|
termination_protection: Optional[pulumi.Input[bool]] = None,
|
|
850
850
|
__props__=None):
|
|
851
851
|
"""
|
|
@@ -862,8 +862,8 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
862
862
|
AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
863
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
|
|
864
864
|
will result in the service rebalancing.
|
|
865
|
-
:param pulumi.Input[
|
|
866
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
865
|
+
:param pulumi.Input[Union['InfluxDbInfluxdbUserConfigArgs', 'InfluxDbInfluxdbUserConfigArgsDict']] influxdb_user_config: Influxdb user configurable settings
|
|
866
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbInfluxdbArgs', 'InfluxDbInfluxdbArgsDict']]]] influxdbs: InfluxDB server provided values
|
|
867
867
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
868
868
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
869
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
|
|
@@ -878,13 +878,13 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
878
878
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
879
879
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
880
880
|
servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
881
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
881
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbServiceIntegrationArgs', 'InfluxDbServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
882
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
|
|
883
883
|
service so name should be picked based on intended service usage rather than current attributes.
|
|
884
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
|
|
885
885
|
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
886
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
887
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
886
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTagArgs', 'InfluxDbTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
887
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTechEmailArgs', 'InfluxDbTechEmailArgsDict']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
|
|
888
888
|
important alerts and updates about this service. You can also set email contacts at the project level.
|
|
889
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
|
|
890
890
|
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
@@ -916,18 +916,18 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
916
916
|
additional_disk_space: Optional[pulumi.Input[str]] = None,
|
|
917
917
|
cloud_name: Optional[pulumi.Input[str]] = None,
|
|
918
918
|
disk_space: Optional[pulumi.Input[str]] = None,
|
|
919
|
-
influxdb_user_config: Optional[pulumi.Input[
|
|
920
|
-
influxdbs: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
919
|
+
influxdb_user_config: Optional[pulumi.Input[Union['InfluxDbInfluxdbUserConfigArgs', 'InfluxDbInfluxdbUserConfigArgsDict']]] = None,
|
|
920
|
+
influxdbs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbInfluxdbArgs', 'InfluxDbInfluxdbArgsDict']]]]] = None,
|
|
921
921
|
maintenance_window_dow: Optional[pulumi.Input[str]] = None,
|
|
922
922
|
maintenance_window_time: Optional[pulumi.Input[str]] = None,
|
|
923
923
|
plan: Optional[pulumi.Input[str]] = None,
|
|
924
924
|
project: Optional[pulumi.Input[str]] = None,
|
|
925
925
|
project_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
926
|
-
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
926
|
+
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbServiceIntegrationArgs', 'InfluxDbServiceIntegrationArgsDict']]]]] = None,
|
|
927
927
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
928
928
|
static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
929
|
-
tags: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
930
|
-
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
929
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTagArgs', 'InfluxDbTagArgsDict']]]]] = None,
|
|
930
|
+
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTechEmailArgs', 'InfluxDbTechEmailArgsDict']]]]] = None,
|
|
931
931
|
termination_protection: Optional[pulumi.Input[bool]] = None,
|
|
932
932
|
__props__=None):
|
|
933
933
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
@@ -986,21 +986,21 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
986
986
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
987
987
|
additional_disk_space: Optional[pulumi.Input[str]] = None,
|
|
988
988
|
cloud_name: Optional[pulumi.Input[str]] = None,
|
|
989
|
-
components: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
989
|
+
components: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbComponentArgs', 'InfluxDbComponentArgsDict']]]]] = None,
|
|
990
990
|
disk_space: Optional[pulumi.Input[str]] = None,
|
|
991
991
|
disk_space_cap: Optional[pulumi.Input[str]] = None,
|
|
992
992
|
disk_space_default: Optional[pulumi.Input[str]] = None,
|
|
993
993
|
disk_space_step: Optional[pulumi.Input[str]] = None,
|
|
994
994
|
disk_space_used: Optional[pulumi.Input[str]] = None,
|
|
995
|
-
influxdb_user_config: Optional[pulumi.Input[
|
|
996
|
-
influxdbs: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
995
|
+
influxdb_user_config: Optional[pulumi.Input[Union['InfluxDbInfluxdbUserConfigArgs', 'InfluxDbInfluxdbUserConfigArgsDict']]] = None,
|
|
996
|
+
influxdbs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbInfluxdbArgs', 'InfluxDbInfluxdbArgsDict']]]]] = None,
|
|
997
997
|
maintenance_window_dow: Optional[pulumi.Input[str]] = None,
|
|
998
998
|
maintenance_window_time: Optional[pulumi.Input[str]] = None,
|
|
999
999
|
plan: Optional[pulumi.Input[str]] = None,
|
|
1000
1000
|
project: Optional[pulumi.Input[str]] = None,
|
|
1001
1001
|
project_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
1002
1002
|
service_host: Optional[pulumi.Input[str]] = None,
|
|
1003
|
-
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1003
|
+
service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbServiceIntegrationArgs', 'InfluxDbServiceIntegrationArgsDict']]]]] = None,
|
|
1004
1004
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
1005
1005
|
service_password: Optional[pulumi.Input[str]] = None,
|
|
1006
1006
|
service_port: Optional[pulumi.Input[int]] = None,
|
|
@@ -1009,8 +1009,8 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1009
1009
|
service_username: Optional[pulumi.Input[str]] = None,
|
|
1010
1010
|
state: Optional[pulumi.Input[str]] = None,
|
|
1011
1011
|
static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1012
|
-
tags: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1013
|
-
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1012
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTagArgs', 'InfluxDbTagArgsDict']]]]] = None,
|
|
1013
|
+
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTechEmailArgs', 'InfluxDbTechEmailArgsDict']]]]] = None,
|
|
1014
1014
|
termination_protection: Optional[pulumi.Input[bool]] = None) -> 'InfluxDb':
|
|
1015
1015
|
"""
|
|
1016
1016
|
Get an existing InfluxDb resource's state with the given name, id, and optional extra
|
|
@@ -1027,7 +1027,7 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1027
1027
|
are documented on each Cloud provider's own support articles, like [here for
|
|
1028
1028
|
Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
|
|
1029
1029
|
AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
1030
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1030
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbComponentArgs', 'InfluxDbComponentArgsDict']]]] components: Service component information objects
|
|
1031
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
|
|
1032
1032
|
will result in the service rebalancing.
|
|
1033
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.
|
|
@@ -1036,8 +1036,8 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1036
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
|
|
1037
1037
|
project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
1038
1038
|
:param pulumi.Input[str] disk_space_used: Disk space that service is currently using
|
|
1039
|
-
:param pulumi.Input[
|
|
1040
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1039
|
+
:param pulumi.Input[Union['InfluxDbInfluxdbUserConfigArgs', 'InfluxDbInfluxdbUserConfigArgsDict']] influxdb_user_config: Influxdb user configurable settings
|
|
1040
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbInfluxdbArgs', 'InfluxDbInfluxdbArgsDict']]]] influxdbs: InfluxDB server provided values
|
|
1041
1041
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
1042
1042
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
1043
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
|
|
@@ -1053,7 +1053,7 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1053
1053
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
1054
1054
|
servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
1055
1055
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
1056
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1056
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbServiceIntegrationArgs', 'InfluxDbServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
1057
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
|
|
1058
1058
|
service so name should be picked based on intended service usage rather than current attributes.
|
|
1059
1059
|
:param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
|
|
@@ -1064,8 +1064,8 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1064
1064
|
:param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
1065
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
|
|
1066
1066
|
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
1067
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1068
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1067
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTagArgs', 'InfluxDbTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
1068
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTechEmailArgs', 'InfluxDbTechEmailArgsDict']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
|
|
1069
1069
|
important alerts and updates about this service. You can also set email contacts at the project level.
|
|
1070
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
|
|
1071
1071
|
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
pulumi_aiven/kafka.py
CHANGED
|
@@ -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[Union['KafkaKafkaUserConfigArgs', 'KafkaKafkaUserConfigArgsDict']]] = None,
|
|
823
|
+
kafkas: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaKafkaArgs', 'KafkaKafkaArgsDict']]]]] = 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[Union['KafkaServiceIntegrationArgs', 'KafkaServiceIntegrationArgsDict']]]]] = 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[Union['KafkaTagArgs', 'KafkaTagArgsDict']]]]] = None,
|
|
834
|
+
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaTechEmailArgs', 'KafkaTechEmailArgsDict']]]]] = 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
|
-
kafka_rest
|
|
855
|
-
kafka_connect
|
|
856
|
-
schema_registry
|
|
857
|
-
kafka_version
|
|
858
|
-
kafka
|
|
859
|
-
group_max_session_timeout_ms
|
|
860
|
-
log_retention_bytes
|
|
861
|
-
|
|
862
|
-
public_access
|
|
863
|
-
kafka_rest
|
|
864
|
-
kafka_connect
|
|
865
|
-
|
|
866
|
-
)
|
|
853
|
+
kafka_user_config={
|
|
854
|
+
"kafka_rest": True,
|
|
855
|
+
"kafka_connect": True,
|
|
856
|
+
"schema_registry": True,
|
|
857
|
+
"kafka_version": "3.5",
|
|
858
|
+
"kafka": {
|
|
859
|
+
"group_max_session_timeout_ms": 70000,
|
|
860
|
+
"log_retention_bytes": 1000000000,
|
|
861
|
+
},
|
|
862
|
+
"public_access": {
|
|
863
|
+
"kafka_rest": True,
|
|
864
|
+
"kafka_connect": True,
|
|
865
|
+
},
|
|
866
|
+
})
|
|
867
867
|
```
|
|
868
868
|
|
|
869
869
|
## Import
|
|
@@ -878,19 +878,19 @@ class Kafka(pulumi.CustomResource):
|
|
|
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[Union['KafkaKafkaUserConfigArgs', 'KafkaKafkaUserConfigArgsDict']] kafka_user_config: Kafka user configurable settings
|
|
882
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['KafkaKafkaArgs', 'KafkaKafkaArgsDict']]]] 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[Union['KafkaServiceIntegrationArgs', 'KafkaServiceIntegrationArgsDict']]]] 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[Union['KafkaTagArgs', 'KafkaTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
893
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['KafkaTechEmailArgs', 'KafkaTechEmailArgsDict']]]] 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
|
-
kafka_rest
|
|
920
|
-
kafka_connect
|
|
921
|
-
schema_registry
|
|
922
|
-
kafka_version
|
|
923
|
-
kafka
|
|
924
|
-
group_max_session_timeout_ms
|
|
925
|
-
log_retention_bytes
|
|
926
|
-
|
|
927
|
-
public_access
|
|
928
|
-
kafka_rest
|
|
929
|
-
kafka_connect
|
|
930
|
-
|
|
931
|
-
)
|
|
918
|
+
kafka_user_config={
|
|
919
|
+
"kafka_rest": True,
|
|
920
|
+
"kafka_connect": True,
|
|
921
|
+
"schema_registry": True,
|
|
922
|
+
"kafka_version": "3.5",
|
|
923
|
+
"kafka": {
|
|
924
|
+
"group_max_session_timeout_ms": 70000,
|
|
925
|
+
"log_retention_bytes": 1000000000,
|
|
926
|
+
},
|
|
927
|
+
"public_access": {
|
|
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[Union['KafkaKafkaUserConfigArgs', 'KafkaKafkaUserConfigArgsDict']]] = None,
|
|
960
|
+
kafkas: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaKafkaArgs', 'KafkaKafkaArgsDict']]]]] = 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[Union['KafkaServiceIntegrationArgs', 'KafkaServiceIntegrationArgsDict']]]]] = 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[Union['KafkaTagArgs', 'KafkaTagArgsDict']]]]] = None,
|
|
971
|
+
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaTechEmailArgs', 'KafkaTechEmailArgsDict']]]]] = 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[Union['KafkaComponentArgs', 'KafkaComponentArgsDict']]]]] = 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[Union['KafkaKafkaUserConfigArgs', 'KafkaKafkaUserConfigArgsDict']]] = None,
|
|
1040
|
+
kafkas: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaKafkaArgs', 'KafkaKafkaArgsDict']]]]] = 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[Union['KafkaServiceIntegrationArgs', 'KafkaServiceIntegrationArgsDict']]]]] = 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[Union['KafkaTagArgs', 'KafkaTagArgsDict']]]]] = None,
|
|
1058
|
+
tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaTechEmailArgs', 'KafkaTechEmailArgsDict']]]]] = 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
|
|
@@ -1066,15 +1066,15 @@ class Kafka(pulumi.CustomResource):
|
|
|
1066
1066
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1067
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[Union['KafkaComponentArgs', 'KafkaComponentArgsDict']]]] 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[Union['KafkaKafkaUserConfigArgs', 'KafkaKafkaUserConfigArgsDict']] kafka_user_config: Kafka user configurable settings
|
|
1077
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['KafkaKafkaArgs', 'KafkaKafkaArgsDict']]]] 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[Union['KafkaServiceIntegrationArgs', 'KafkaServiceIntegrationArgsDict']]]] 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[Union['KafkaTagArgs', 'KafkaTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
1095
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['KafkaTechEmailArgs', 'KafkaTechEmailArgsDict']]]] 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))
|