pulumi-aiven 6.37.0a1743570488__py3-none-any.whl → 6.37.0a1744255932__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.

Files changed (187) hide show
  1. pulumi_aiven/__init__.py +22 -0
  2. pulumi_aiven/_inputs.py +8877 -8288
  3. pulumi_aiven/account.py +71 -70
  4. pulumi_aiven/account_authentication.py +204 -203
  5. pulumi_aiven/account_team.py +50 -49
  6. pulumi_aiven/account_team_member.py +64 -63
  7. pulumi_aiven/account_team_project.py +57 -56
  8. pulumi_aiven/alloydbomni.py +247 -254
  9. pulumi_aiven/alloydbomni_database.py +71 -70
  10. pulumi_aiven/alloydbomni_user.py +92 -91
  11. pulumi_aiven/aws_org_vpc_peering_connection.py +92 -91
  12. pulumi_aiven/aws_privatelink.py +57 -56
  13. pulumi_aiven/aws_vpc_peering_connection.py +78 -77
  14. pulumi_aiven/azure_org_vpc_peering_connection.py +113 -112
  15. pulumi_aiven/azure_privatelink.py +71 -70
  16. pulumi_aiven/azure_privatelink_connection_approval.py +57 -56
  17. pulumi_aiven/azure_vpc_peering_connection.py +106 -105
  18. pulumi_aiven/billing_group.py +211 -210
  19. pulumi_aiven/cassandra.py +233 -240
  20. pulumi_aiven/cassandra_user.py +78 -77
  21. pulumi_aiven/clickhouse.py +233 -240
  22. pulumi_aiven/clickhouse_database.py +53 -52
  23. pulumi_aiven/clickhouse_grant.py +57 -56
  24. pulumi_aiven/clickhouse_role.py +43 -42
  25. pulumi_aiven/clickhouse_user.py +64 -63
  26. pulumi_aiven/config/__init__.py +1 -0
  27. pulumi_aiven/config/__init__.pyi +1 -0
  28. pulumi_aiven/config/vars.py +1 -0
  29. pulumi_aiven/connection_pool.py +106 -105
  30. pulumi_aiven/dragonfly.py +233 -240
  31. pulumi_aiven/flink.py +233 -240
  32. pulumi_aiven/flink_application.py +78 -77
  33. pulumi_aiven/flink_application_deployment.py +113 -112
  34. pulumi_aiven/flink_application_version.py +85 -84
  35. pulumi_aiven/flink_jar_application.py +78 -77
  36. pulumi_aiven/flink_jar_application_deployment.py +176 -175
  37. pulumi_aiven/flink_jar_application_version.py +92 -91
  38. pulumi_aiven/gcp_org_vpc_peering_connection.py +71 -70
  39. pulumi_aiven/gcp_privatelink.py +50 -49
  40. pulumi_aiven/gcp_privatelink_connection_approval.py +64 -63
  41. pulumi_aiven/gcp_vpc_peering_connection.py +64 -63
  42. pulumi_aiven/get_account.py +14 -13
  43. pulumi_aiven/get_account_authentication.py +27 -26
  44. pulumi_aiven/get_account_team.py +15 -14
  45. pulumi_aiven/get_account_team_member.py +20 -19
  46. pulumi_aiven/get_account_team_project.py +18 -17
  47. pulumi_aiven/get_alloydbomni.py +34 -36
  48. pulumi_aiven/get_alloydbomni_database.py +19 -18
  49. pulumi_aiven/get_alloydbomni_user.py +22 -21
  50. pulumi_aiven/get_aws_org_vpc_peering_connection.py +30 -29
  51. pulumi_aiven/get_aws_privatelink.py +15 -14
  52. pulumi_aiven/get_aws_vpc_peering_connection.py +25 -24
  53. pulumi_aiven/get_azure_org_vpc_peering_connection.py +31 -30
  54. pulumi_aiven/get_azure_privatelink.py +17 -16
  55. pulumi_aiven/get_azure_vpc_peering_connection.py +35 -34
  56. pulumi_aiven/get_billing_group.py +22 -21
  57. pulumi_aiven/get_cassanda.py +33 -35
  58. pulumi_aiven/get_cassandra.py +33 -35
  59. pulumi_aiven/get_cassandra_user.py +21 -20
  60. pulumi_aiven/get_clickhouse.py +33 -35
  61. pulumi_aiven/get_clickhouse_database.py +18 -17
  62. pulumi_aiven/get_clickhouse_user.py +20 -19
  63. pulumi_aiven/get_connection_pool.py +22 -21
  64. pulumi_aiven/get_dragonfly.py +33 -35
  65. pulumi_aiven/get_external_identity.py +22 -21
  66. pulumi_aiven/get_flink.py +33 -35
  67. pulumi_aiven/get_flink_application.py +22 -21
  68. pulumi_aiven/get_flink_application_version.py +26 -25
  69. pulumi_aiven/get_gcp_org_vpc_peering_connection.py +24 -23
  70. pulumi_aiven/get_gcp_privatelink.py +15 -14
  71. pulumi_aiven/get_gcp_vpc_peering_connection.py +20 -19
  72. pulumi_aiven/get_grafana.py +33 -35
  73. pulumi_aiven/get_influx_db.py +28 -27
  74. pulumi_aiven/get_influxdb_database.py +12 -11
  75. pulumi_aiven/get_influxdb_user.py +15 -14
  76. pulumi_aiven/get_kafka.py +35 -37
  77. pulumi_aiven/get_kafka_acl.py +28 -27
  78. pulumi_aiven/get_kafka_connect.py +33 -35
  79. pulumi_aiven/get_kafka_connector.py +24 -23
  80. pulumi_aiven/get_kafka_mirror_maker.py +33 -35
  81. pulumi_aiven/get_kafka_schema.py +21 -20
  82. pulumi_aiven/get_kafka_schema_configuration.py +17 -16
  83. pulumi_aiven/get_kafka_schema_registry_acl.py +28 -27
  84. pulumi_aiven/get_kafka_topic.py +22 -21
  85. pulumi_aiven/get_kafka_user.py +21 -20
  86. pulumi_aiven/get_m3_aggregator.py +33 -35
  87. pulumi_aiven/get_m3_db.py +33 -35
  88. pulumi_aiven/get_m3db_user.py +19 -18
  89. pulumi_aiven/get_mirror_maker_replication_flow.py +34 -33
  90. pulumi_aiven/get_my_sql.py +33 -35
  91. pulumi_aiven/get_mysql_database.py +18 -17
  92. pulumi_aiven/get_mysql_user.py +22 -21
  93. pulumi_aiven/get_open_search.py +33 -35
  94. pulumi_aiven/get_open_search_acl_config.py +14 -13
  95. pulumi_aiven/get_open_search_acl_rule.py +27 -26
  96. pulumi_aiven/get_opensearch_security_plugin_config.py +16 -15
  97. pulumi_aiven/get_opensearch_user.py +19 -18
  98. pulumi_aiven/get_organization.py +14 -13
  99. pulumi_aiven/get_organization_address.py +227 -0
  100. pulumi_aiven/get_organization_application_user.py +15 -34
  101. pulumi_aiven/get_organization_billing_group.py +241 -0
  102. pulumi_aiven/get_organization_billing_group_list.py +110 -0
  103. pulumi_aiven/get_organization_project.py +30 -15
  104. pulumi_aiven/get_organization_user.py +18 -17
  105. pulumi_aiven/get_organization_user_group.py +16 -15
  106. pulumi_aiven/get_organization_user_list.py +32 -19
  107. pulumi_aiven/get_organization_vpc.py +17 -16
  108. pulumi_aiven/get_organizational_unit.py +11 -10
  109. pulumi_aiven/get_pg.py +33 -35
  110. pulumi_aiven/get_pg_database.py +20 -19
  111. pulumi_aiven/get_pg_user.py +22 -21
  112. pulumi_aiven/get_project.py +19 -18
  113. pulumi_aiven/get_project_user.py +14 -13
  114. pulumi_aiven/get_project_vpc.py +19 -18
  115. pulumi_aiven/get_redis.py +33 -35
  116. pulumi_aiven/get_redis_user.py +23 -22
  117. pulumi_aiven/get_service_component.py +54 -39
  118. pulumi_aiven/get_service_integration.py +29 -28
  119. pulumi_aiven/get_service_integration_endpoint.py +14 -13
  120. pulumi_aiven/get_thanos.py +33 -35
  121. pulumi_aiven/get_transit_gateway_vpc_attachment.py +22 -21
  122. pulumi_aiven/get_valkey.py +33 -35
  123. pulumi_aiven/get_valkey_user.py +23 -22
  124. pulumi_aiven/grafana.py +233 -240
  125. pulumi_aiven/influx_db.py +251 -244
  126. pulumi_aiven/influxdb_database.py +53 -52
  127. pulumi_aiven/influxdb_user.py +78 -77
  128. pulumi_aiven/kafka.py +261 -268
  129. pulumi_aiven/kafka_acl.py +78 -77
  130. pulumi_aiven/kafka_connect.py +233 -240
  131. pulumi_aiven/kafka_connector.py +99 -98
  132. pulumi_aiven/kafka_mirror_maker.py +233 -240
  133. pulumi_aiven/kafka_native_acl.py +127 -126
  134. pulumi_aiven/kafka_quota.py +99 -98
  135. pulumi_aiven/kafka_schema.py +92 -91
  136. pulumi_aiven/kafka_schema_configuration.py +43 -42
  137. pulumi_aiven/kafka_schema_registry_acl.py +78 -77
  138. pulumi_aiven/kafka_topic.py +109 -108
  139. pulumi_aiven/kafka_user.py +78 -77
  140. pulumi_aiven/m3_aggregator.py +233 -240
  141. pulumi_aiven/m3_db.py +233 -240
  142. pulumi_aiven/m3db_user.py +64 -63
  143. pulumi_aiven/mirror_maker_replication_flow.py +225 -224
  144. pulumi_aiven/my_sql.py +233 -240
  145. pulumi_aiven/mysql_database.py +53 -52
  146. pulumi_aiven/mysql_user.py +92 -91
  147. pulumi_aiven/open_search.py +233 -240
  148. pulumi_aiven/open_search_acl_config.py +57 -56
  149. pulumi_aiven/open_search_acl_rule.py +75 -74
  150. pulumi_aiven/opensearch_security_plugin_config.py +64 -63
  151. pulumi_aiven/opensearch_user.py +64 -63
  152. pulumi_aiven/organization.py +38 -37
  153. pulumi_aiven/organization_address.py +557 -0
  154. pulumi_aiven/organization_application_user.py +61 -60
  155. pulumi_aiven/organization_application_user_token.py +169 -168
  156. pulumi_aiven/organization_billing_group.py +645 -0
  157. pulumi_aiven/organization_group_project.py +43 -42
  158. pulumi_aiven/organization_permission.py +45 -44
  159. pulumi_aiven/organization_project.py +114 -82
  160. pulumi_aiven/organization_user.py +57 -56
  161. pulumi_aiven/organization_user_group.py +64 -63
  162. pulumi_aiven/organization_user_group_member.py +50 -81
  163. pulumi_aiven/organization_vpc.py +71 -70
  164. pulumi_aiven/organizational_unit.py +50 -49
  165. pulumi_aiven/outputs.py +10770 -10004
  166. pulumi_aiven/pg.py +233 -240
  167. pulumi_aiven/pg_database.py +81 -80
  168. pulumi_aiven/pg_user.py +92 -91
  169. pulumi_aiven/project.py +155 -154
  170. pulumi_aiven/project_user.py +50 -49
  171. pulumi_aiven/project_vpc.py +50 -49
  172. pulumi_aiven/provider.py +9 -8
  173. pulumi_aiven/pulumi-plugin.json +1 -1
  174. pulumi_aiven/redis.py +233 -240
  175. pulumi_aiven/redis_user.py +120 -119
  176. pulumi_aiven/service_integration.py +124 -123
  177. pulumi_aiven/service_integration_endpoint.py +50 -49
  178. pulumi_aiven/static_ip.py +57 -56
  179. pulumi_aiven/thanos.py +233 -240
  180. pulumi_aiven/transit_gateway_vpc_attachment.py +92 -91
  181. pulumi_aiven/valkey.py +233 -240
  182. pulumi_aiven/valkey_user.py +120 -119
  183. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744255932.dist-info}/METADATA +1 -1
  184. pulumi_aiven-6.37.0a1744255932.dist-info/RECORD +188 -0
  185. pulumi_aiven-6.37.0a1743570488.dist-info/RECORD +0 -183
  186. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744255932.dist-info}/WHEEL +0 -0
  187. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744255932.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -21,38 +22,38 @@ __all__ = ['KafkaConnectArgs', 'KafkaConnect']
21
22
  @pulumi.input_type
22
23
  class KafkaConnectArgs:
23
24
  def __init__(__self__, *,
24
- plan: pulumi.Input[str],
25
- project: pulumi.Input[str],
26
- service_name: pulumi.Input[str],
27
- additional_disk_space: Optional[pulumi.Input[str]] = None,
28
- cloud_name: Optional[pulumi.Input[str]] = None,
29
- disk_space: Optional[pulumi.Input[str]] = None,
25
+ plan: pulumi.Input[builtins.str],
26
+ project: pulumi.Input[builtins.str],
27
+ service_name: pulumi.Input[builtins.str],
28
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
29
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
30
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
30
31
  kafka_connect_user_config: Optional[pulumi.Input['KafkaConnectKafkaConnectUserConfigArgs']] = None,
31
- maintenance_window_dow: Optional[pulumi.Input[str]] = None,
32
- maintenance_window_time: Optional[pulumi.Input[str]] = None,
33
- project_vpc_id: Optional[pulumi.Input[str]] = None,
32
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
33
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
34
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
34
35
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input['KafkaConnectServiceIntegrationArgs']]]] = None,
35
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
36
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
36
37
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['KafkaConnectTagArgs']]]] = None,
37
38
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input['KafkaConnectTechEmailArgs']]]] = None,
38
- termination_protection: Optional[pulumi.Input[bool]] = None):
39
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None):
39
40
  """
40
41
  The set of arguments for constructing a KafkaConnect resource.
41
- :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).
42
- :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.
43
- :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.
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
- :param pulumi.Input[str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
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.
42
+ :param pulumi.Input[builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
43
+ :param pulumi.Input[builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
44
+ :param pulumi.Input[builtins.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.
45
+ :param pulumi.Input[builtins.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 without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
46
+ :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
47
+ :param pulumi.Input[builtins.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
48
  :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
- :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
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
- :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.
49
+ :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
50
+ :param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
51
+ :param pulumi.Input[builtins.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.
51
52
  :param pulumi.Input[Sequence[pulumi.Input['KafkaConnectServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
52
- :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
53
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.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
53
54
  :param pulumi.Input[Sequence[pulumi.Input['KafkaConnectTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
54
55
  :param pulumi.Input[Sequence[pulumi.Input['KafkaConnectTechEmailArgs']]] 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.
55
- :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.
56
+ :param pulumi.Input[builtins.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.
56
57
  """
57
58
  pulumi.set(__self__, "plan", plan)
58
59
  pulumi.set(__self__, "project", project)
@@ -87,75 +88,75 @@ class KafkaConnectArgs:
87
88
 
88
89
  @property
89
90
  @pulumi.getter
90
- def plan(self) -> pulumi.Input[str]:
91
+ def plan(self) -> pulumi.Input[builtins.str]:
91
92
  """
92
93
  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).
93
94
  """
94
95
  return pulumi.get(self, "plan")
95
96
 
96
97
  @plan.setter
97
- def plan(self, value: pulumi.Input[str]):
98
+ def plan(self, value: pulumi.Input[builtins.str]):
98
99
  pulumi.set(self, "plan", value)
99
100
 
100
101
  @property
101
102
  @pulumi.getter
102
- def project(self) -> pulumi.Input[str]:
103
+ def project(self) -> pulumi.Input[builtins.str]:
103
104
  """
104
105
  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.
105
106
  """
106
107
  return pulumi.get(self, "project")
107
108
 
108
109
  @project.setter
109
- def project(self, value: pulumi.Input[str]):
110
+ def project(self, value: pulumi.Input[builtins.str]):
110
111
  pulumi.set(self, "project", value)
111
112
 
112
113
  @property
113
114
  @pulumi.getter(name="serviceName")
114
- def service_name(self) -> pulumi.Input[str]:
115
+ def service_name(self) -> pulumi.Input[builtins.str]:
115
116
  """
116
117
  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.
117
118
  """
118
119
  return pulumi.get(self, "service_name")
119
120
 
120
121
  @service_name.setter
121
- def service_name(self, value: pulumi.Input[str]):
122
+ def service_name(self, value: pulumi.Input[builtins.str]):
122
123
  pulumi.set(self, "service_name", value)
123
124
 
124
125
  @property
125
126
  @pulumi.getter(name="additionalDiskSpace")
126
- def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
127
+ def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
127
128
  """
128
- 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.
129
+ 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 without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
129
130
  """
130
131
  return pulumi.get(self, "additional_disk_space")
131
132
 
132
133
  @additional_disk_space.setter
133
- def additional_disk_space(self, value: Optional[pulumi.Input[str]]):
134
+ def additional_disk_space(self, value: Optional[pulumi.Input[builtins.str]]):
134
135
  pulumi.set(self, "additional_disk_space", value)
135
136
 
136
137
  @property
137
138
  @pulumi.getter(name="cloudName")
138
- def cloud_name(self) -> Optional[pulumi.Input[str]]:
139
+ def cloud_name(self) -> Optional[pulumi.Input[builtins.str]]:
139
140
  """
140
141
  The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
141
142
  """
142
143
  return pulumi.get(self, "cloud_name")
143
144
 
144
145
  @cloud_name.setter
145
- def cloud_name(self, value: Optional[pulumi.Input[str]]):
146
+ def cloud_name(self, value: Optional[pulumi.Input[builtins.str]]):
146
147
  pulumi.set(self, "cloud_name", value)
147
148
 
148
149
  @property
149
150
  @pulumi.getter(name="diskSpace")
150
151
  @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
151
- def disk_space(self) -> Optional[pulumi.Input[str]]:
152
+ def disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
152
153
  """
153
154
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
154
155
  """
155
156
  return pulumi.get(self, "disk_space")
156
157
 
157
158
  @disk_space.setter
158
- def disk_space(self, value: Optional[pulumi.Input[str]]):
159
+ def disk_space(self, value: Optional[pulumi.Input[builtins.str]]):
159
160
  pulumi.set(self, "disk_space", value)
160
161
 
161
162
  @property
@@ -172,38 +173,38 @@ class KafkaConnectArgs:
172
173
 
173
174
  @property
174
175
  @pulumi.getter(name="maintenanceWindowDow")
175
- def maintenance_window_dow(self) -> Optional[pulumi.Input[str]]:
176
+ def maintenance_window_dow(self) -> Optional[pulumi.Input[builtins.str]]:
176
177
  """
177
178
  Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
178
179
  """
179
180
  return pulumi.get(self, "maintenance_window_dow")
180
181
 
181
182
  @maintenance_window_dow.setter
182
- def maintenance_window_dow(self, value: Optional[pulumi.Input[str]]):
183
+ def maintenance_window_dow(self, value: Optional[pulumi.Input[builtins.str]]):
183
184
  pulumi.set(self, "maintenance_window_dow", value)
184
185
 
185
186
  @property
186
187
  @pulumi.getter(name="maintenanceWindowTime")
187
- def maintenance_window_time(self) -> Optional[pulumi.Input[str]]:
188
+ def maintenance_window_time(self) -> Optional[pulumi.Input[builtins.str]]:
188
189
  """
189
190
  Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
190
191
  """
191
192
  return pulumi.get(self, "maintenance_window_time")
192
193
 
193
194
  @maintenance_window_time.setter
194
- def maintenance_window_time(self, value: Optional[pulumi.Input[str]]):
195
+ def maintenance_window_time(self, value: Optional[pulumi.Input[builtins.str]]):
195
196
  pulumi.set(self, "maintenance_window_time", value)
196
197
 
197
198
  @property
198
199
  @pulumi.getter(name="projectVpcId")
199
- def project_vpc_id(self) -> Optional[pulumi.Input[str]]:
200
+ def project_vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
200
201
  """
201
202
  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.
202
203
  """
203
204
  return pulumi.get(self, "project_vpc_id")
204
205
 
205
206
  @project_vpc_id.setter
206
- def project_vpc_id(self, value: Optional[pulumi.Input[str]]):
207
+ def project_vpc_id(self, value: Optional[pulumi.Input[builtins.str]]):
207
208
  pulumi.set(self, "project_vpc_id", value)
208
209
 
209
210
  @property
@@ -220,14 +221,14 @@ class KafkaConnectArgs:
220
221
 
221
222
  @property
222
223
  @pulumi.getter(name="staticIps")
223
- def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
224
+ def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
224
225
  """
225
226
  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
226
227
  """
227
228
  return pulumi.get(self, "static_ips")
228
229
 
229
230
  @static_ips.setter
230
- def static_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
231
+ def static_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
231
232
  pulumi.set(self, "static_ips", value)
232
233
 
233
234
  @property
@@ -256,76 +257,75 @@ class KafkaConnectArgs:
256
257
 
257
258
  @property
258
259
  @pulumi.getter(name="terminationProtection")
259
- def termination_protection(self) -> Optional[pulumi.Input[bool]]:
260
+ def termination_protection(self) -> Optional[pulumi.Input[builtins.bool]]:
260
261
  """
261
262
  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.
262
263
  """
263
264
  return pulumi.get(self, "termination_protection")
264
265
 
265
266
  @termination_protection.setter
266
- def termination_protection(self, value: Optional[pulumi.Input[bool]]):
267
+ def termination_protection(self, value: Optional[pulumi.Input[builtins.bool]]):
267
268
  pulumi.set(self, "termination_protection", value)
268
269
 
269
270
 
270
271
  @pulumi.input_type
271
272
  class _KafkaConnectState:
272
273
  def __init__(__self__, *,
273
- additional_disk_space: Optional[pulumi.Input[str]] = None,
274
- cloud_name: Optional[pulumi.Input[str]] = None,
274
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
275
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
275
276
  components: Optional[pulumi.Input[Sequence[pulumi.Input['KafkaConnectComponentArgs']]]] = None,
276
- disk_space: Optional[pulumi.Input[str]] = None,
277
- disk_space_cap: Optional[pulumi.Input[str]] = None,
278
- disk_space_default: Optional[pulumi.Input[str]] = None,
279
- disk_space_step: Optional[pulumi.Input[str]] = None,
280
- disk_space_used: Optional[pulumi.Input[str]] = None,
277
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
278
+ disk_space_cap: Optional[pulumi.Input[builtins.str]] = None,
279
+ disk_space_default: Optional[pulumi.Input[builtins.str]] = None,
280
+ disk_space_step: Optional[pulumi.Input[builtins.str]] = None,
281
+ disk_space_used: Optional[pulumi.Input[builtins.str]] = None,
281
282
  kafka_connect_user_config: Optional[pulumi.Input['KafkaConnectKafkaConnectUserConfigArgs']] = None,
282
- maintenance_window_dow: Optional[pulumi.Input[str]] = None,
283
- maintenance_window_time: Optional[pulumi.Input[str]] = None,
284
- plan: Optional[pulumi.Input[str]] = None,
285
- project: Optional[pulumi.Input[str]] = None,
286
- project_vpc_id: Optional[pulumi.Input[str]] = None,
287
- service_host: Optional[pulumi.Input[str]] = None,
283
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
284
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
285
+ plan: Optional[pulumi.Input[builtins.str]] = None,
286
+ project: Optional[pulumi.Input[builtins.str]] = None,
287
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
288
+ service_host: Optional[pulumi.Input[builtins.str]] = None,
288
289
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input['KafkaConnectServiceIntegrationArgs']]]] = None,
289
- service_name: Optional[pulumi.Input[str]] = None,
290
- service_password: Optional[pulumi.Input[str]] = None,
291
- service_port: Optional[pulumi.Input[int]] = None,
292
- service_type: Optional[pulumi.Input[str]] = None,
293
- service_uri: Optional[pulumi.Input[str]] = None,
294
- service_username: Optional[pulumi.Input[str]] = None,
295
- state: Optional[pulumi.Input[str]] = None,
296
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
290
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
291
+ service_password: Optional[pulumi.Input[builtins.str]] = None,
292
+ service_port: Optional[pulumi.Input[builtins.int]] = None,
293
+ service_type: Optional[pulumi.Input[builtins.str]] = None,
294
+ service_uri: Optional[pulumi.Input[builtins.str]] = None,
295
+ service_username: Optional[pulumi.Input[builtins.str]] = None,
296
+ state: Optional[pulumi.Input[builtins.str]] = None,
297
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
297
298
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['KafkaConnectTagArgs']]]] = None,
298
299
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input['KafkaConnectTechEmailArgs']]]] = None,
299
- termination_protection: Optional[pulumi.Input[bool]] = None):
300
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None):
300
301
  """
301
302
  Input properties used for looking up and filtering KafkaConnect resources.
302
- :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.
303
- :param pulumi.Input[str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
303
+ :param pulumi.Input[builtins.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 without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
304
+ :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
304
305
  :param pulumi.Input[Sequence[pulumi.Input['KafkaConnectComponentArgs']]] components: Service component information objects
305
- :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.
306
- :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.
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
- :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
- :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
306
+ :param pulumi.Input[builtins.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.
307
+ :param pulumi.Input[builtins.str] disk_space_cap: The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
308
+ :param pulumi.Input[builtins.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`
309
+ :param pulumi.Input[builtins.str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
310
+ :param pulumi.Input[builtins.str] disk_space_used: Disk space that service is currently using
310
311
  :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
- :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
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
- :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).
314
- :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.
315
- :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.
316
- :param pulumi.Input[str] service_host: The hostname of the service.
312
+ :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
313
+ :param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
314
+ :param pulumi.Input[builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
315
+ :param pulumi.Input[builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
316
+ :param pulumi.Input[builtins.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.
317
+ :param pulumi.Input[builtins.str] service_host: The hostname of the service.
317
318
  :param pulumi.Input[Sequence[pulumi.Input['KafkaConnectServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
318
- :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.
319
- :param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
320
- :param pulumi.Input[int] service_port: The port of the service
321
- :param pulumi.Input[str] service_type: Aiven internal service type code
322
- :param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
323
- :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
324
- :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
325
- :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
319
+ :param pulumi.Input[builtins.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.
320
+ :param pulumi.Input[builtins.str] service_password: Password used for connecting to the service, if applicable
321
+ :param pulumi.Input[builtins.int] service_port: The port of the service
322
+ :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
323
+ :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
324
+ :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
325
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.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
326
326
  :param pulumi.Input[Sequence[pulumi.Input['KafkaConnectTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
327
327
  :param pulumi.Input[Sequence[pulumi.Input['KafkaConnectTechEmailArgs']]] 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.
328
- :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.
328
+ :param pulumi.Input[builtins.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.
329
329
  """
330
330
  if additional_disk_space is not None:
331
331
  pulumi.set(__self__, "additional_disk_space", additional_disk_space)
@@ -390,26 +390,26 @@ class _KafkaConnectState:
390
390
 
391
391
  @property
392
392
  @pulumi.getter(name="additionalDiskSpace")
393
- def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
393
+ def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
394
394
  """
395
- 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.
395
+ 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 without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
396
396
  """
397
397
  return pulumi.get(self, "additional_disk_space")
398
398
 
399
399
  @additional_disk_space.setter
400
- def additional_disk_space(self, value: Optional[pulumi.Input[str]]):
400
+ def additional_disk_space(self, value: Optional[pulumi.Input[builtins.str]]):
401
401
  pulumi.set(self, "additional_disk_space", value)
402
402
 
403
403
  @property
404
404
  @pulumi.getter(name="cloudName")
405
- def cloud_name(self) -> Optional[pulumi.Input[str]]:
405
+ def cloud_name(self) -> Optional[pulumi.Input[builtins.str]]:
406
406
  """
407
407
  The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
408
408
  """
409
409
  return pulumi.get(self, "cloud_name")
410
410
 
411
411
  @cloud_name.setter
412
- def cloud_name(self, value: Optional[pulumi.Input[str]]):
412
+ def cloud_name(self, value: Optional[pulumi.Input[builtins.str]]):
413
413
  pulumi.set(self, "cloud_name", value)
414
414
 
415
415
  @property
@@ -427,63 +427,63 @@ class _KafkaConnectState:
427
427
  @property
428
428
  @pulumi.getter(name="diskSpace")
429
429
  @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
430
- def disk_space(self) -> Optional[pulumi.Input[str]]:
430
+ def disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
431
431
  """
432
432
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
433
433
  """
434
434
  return pulumi.get(self, "disk_space")
435
435
 
436
436
  @disk_space.setter
437
- def disk_space(self, value: Optional[pulumi.Input[str]]):
437
+ def disk_space(self, value: Optional[pulumi.Input[builtins.str]]):
438
438
  pulumi.set(self, "disk_space", value)
439
439
 
440
440
  @property
441
441
  @pulumi.getter(name="diskSpaceCap")
442
- def disk_space_cap(self) -> Optional[pulumi.Input[str]]:
442
+ def disk_space_cap(self) -> Optional[pulumi.Input[builtins.str]]:
443
443
  """
444
444
  The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
445
445
  """
446
446
  return pulumi.get(self, "disk_space_cap")
447
447
 
448
448
  @disk_space_cap.setter
449
- def disk_space_cap(self, value: Optional[pulumi.Input[str]]):
449
+ def disk_space_cap(self, value: Optional[pulumi.Input[builtins.str]]):
450
450
  pulumi.set(self, "disk_space_cap", value)
451
451
 
452
452
  @property
453
453
  @pulumi.getter(name="diskSpaceDefault")
454
- def disk_space_default(self) -> Optional[pulumi.Input[str]]:
454
+ def disk_space_default(self) -> Optional[pulumi.Input[builtins.str]]:
455
455
  """
456
456
  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`
457
457
  """
458
458
  return pulumi.get(self, "disk_space_default")
459
459
 
460
460
  @disk_space_default.setter
461
- def disk_space_default(self, value: Optional[pulumi.Input[str]]):
461
+ def disk_space_default(self, value: Optional[pulumi.Input[builtins.str]]):
462
462
  pulumi.set(self, "disk_space_default", value)
463
463
 
464
464
  @property
465
465
  @pulumi.getter(name="diskSpaceStep")
466
- def disk_space_step(self) -> Optional[pulumi.Input[str]]:
466
+ def disk_space_step(self) -> Optional[pulumi.Input[builtins.str]]:
467
467
  """
468
468
  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.
469
469
  """
470
470
  return pulumi.get(self, "disk_space_step")
471
471
 
472
472
  @disk_space_step.setter
473
- def disk_space_step(self, value: Optional[pulumi.Input[str]]):
473
+ def disk_space_step(self, value: Optional[pulumi.Input[builtins.str]]):
474
474
  pulumi.set(self, "disk_space_step", value)
475
475
 
476
476
  @property
477
477
  @pulumi.getter(name="diskSpaceUsed")
478
478
  @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
479
- def disk_space_used(self) -> Optional[pulumi.Input[str]]:
479
+ def disk_space_used(self) -> Optional[pulumi.Input[builtins.str]]:
480
480
  """
481
481
  Disk space that service is currently using
482
482
  """
483
483
  return pulumi.get(self, "disk_space_used")
484
484
 
485
485
  @disk_space_used.setter
486
- def disk_space_used(self, value: Optional[pulumi.Input[str]]):
486
+ def disk_space_used(self, value: Optional[pulumi.Input[builtins.str]]):
487
487
  pulumi.set(self, "disk_space_used", value)
488
488
 
489
489
  @property
@@ -500,74 +500,74 @@ class _KafkaConnectState:
500
500
 
501
501
  @property
502
502
  @pulumi.getter(name="maintenanceWindowDow")
503
- def maintenance_window_dow(self) -> Optional[pulumi.Input[str]]:
503
+ def maintenance_window_dow(self) -> Optional[pulumi.Input[builtins.str]]:
504
504
  """
505
505
  Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
506
506
  """
507
507
  return pulumi.get(self, "maintenance_window_dow")
508
508
 
509
509
  @maintenance_window_dow.setter
510
- def maintenance_window_dow(self, value: Optional[pulumi.Input[str]]):
510
+ def maintenance_window_dow(self, value: Optional[pulumi.Input[builtins.str]]):
511
511
  pulumi.set(self, "maintenance_window_dow", value)
512
512
 
513
513
  @property
514
514
  @pulumi.getter(name="maintenanceWindowTime")
515
- def maintenance_window_time(self) -> Optional[pulumi.Input[str]]:
515
+ def maintenance_window_time(self) -> Optional[pulumi.Input[builtins.str]]:
516
516
  """
517
517
  Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
518
518
  """
519
519
  return pulumi.get(self, "maintenance_window_time")
520
520
 
521
521
  @maintenance_window_time.setter
522
- def maintenance_window_time(self, value: Optional[pulumi.Input[str]]):
522
+ def maintenance_window_time(self, value: Optional[pulumi.Input[builtins.str]]):
523
523
  pulumi.set(self, "maintenance_window_time", value)
524
524
 
525
525
  @property
526
526
  @pulumi.getter
527
- def plan(self) -> Optional[pulumi.Input[str]]:
527
+ def plan(self) -> Optional[pulumi.Input[builtins.str]]:
528
528
  """
529
529
  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).
530
530
  """
531
531
  return pulumi.get(self, "plan")
532
532
 
533
533
  @plan.setter
534
- def plan(self, value: Optional[pulumi.Input[str]]):
534
+ def plan(self, value: Optional[pulumi.Input[builtins.str]]):
535
535
  pulumi.set(self, "plan", value)
536
536
 
537
537
  @property
538
538
  @pulumi.getter
539
- def project(self) -> Optional[pulumi.Input[str]]:
539
+ def project(self) -> Optional[pulumi.Input[builtins.str]]:
540
540
  """
541
541
  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.
542
542
  """
543
543
  return pulumi.get(self, "project")
544
544
 
545
545
  @project.setter
546
- def project(self, value: Optional[pulumi.Input[str]]):
546
+ def project(self, value: Optional[pulumi.Input[builtins.str]]):
547
547
  pulumi.set(self, "project", value)
548
548
 
549
549
  @property
550
550
  @pulumi.getter(name="projectVpcId")
551
- def project_vpc_id(self) -> Optional[pulumi.Input[str]]:
551
+ def project_vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
552
552
  """
553
553
  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.
554
554
  """
555
555
  return pulumi.get(self, "project_vpc_id")
556
556
 
557
557
  @project_vpc_id.setter
558
- def project_vpc_id(self, value: Optional[pulumi.Input[str]]):
558
+ def project_vpc_id(self, value: Optional[pulumi.Input[builtins.str]]):
559
559
  pulumi.set(self, "project_vpc_id", value)
560
560
 
561
561
  @property
562
562
  @pulumi.getter(name="serviceHost")
563
- def service_host(self) -> Optional[pulumi.Input[str]]:
563
+ def service_host(self) -> Optional[pulumi.Input[builtins.str]]:
564
564
  """
565
565
  The hostname of the service.
566
566
  """
567
567
  return pulumi.get(self, "service_host")
568
568
 
569
569
  @service_host.setter
570
- def service_host(self, value: Optional[pulumi.Input[str]]):
570
+ def service_host(self, value: Optional[pulumi.Input[builtins.str]]):
571
571
  pulumi.set(self, "service_host", value)
572
572
 
573
573
  @property
@@ -584,98 +584,95 @@ class _KafkaConnectState:
584
584
 
585
585
  @property
586
586
  @pulumi.getter(name="serviceName")
587
- def service_name(self) -> Optional[pulumi.Input[str]]:
587
+ def service_name(self) -> Optional[pulumi.Input[builtins.str]]:
588
588
  """
589
589
  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.
590
590
  """
591
591
  return pulumi.get(self, "service_name")
592
592
 
593
593
  @service_name.setter
594
- def service_name(self, value: Optional[pulumi.Input[str]]):
594
+ def service_name(self, value: Optional[pulumi.Input[builtins.str]]):
595
595
  pulumi.set(self, "service_name", value)
596
596
 
597
597
  @property
598
598
  @pulumi.getter(name="servicePassword")
599
- def service_password(self) -> Optional[pulumi.Input[str]]:
599
+ def service_password(self) -> Optional[pulumi.Input[builtins.str]]:
600
600
  """
601
601
  Password used for connecting to the service, if applicable
602
602
  """
603
603
  return pulumi.get(self, "service_password")
604
604
 
605
605
  @service_password.setter
606
- def service_password(self, value: Optional[pulumi.Input[str]]):
606
+ def service_password(self, value: Optional[pulumi.Input[builtins.str]]):
607
607
  pulumi.set(self, "service_password", value)
608
608
 
609
609
  @property
610
610
  @pulumi.getter(name="servicePort")
611
- def service_port(self) -> Optional[pulumi.Input[int]]:
611
+ def service_port(self) -> Optional[pulumi.Input[builtins.int]]:
612
612
  """
613
613
  The port of the service
614
614
  """
615
615
  return pulumi.get(self, "service_port")
616
616
 
617
617
  @service_port.setter
618
- def service_port(self, value: Optional[pulumi.Input[int]]):
618
+ def service_port(self, value: Optional[pulumi.Input[builtins.int]]):
619
619
  pulumi.set(self, "service_port", value)
620
620
 
621
621
  @property
622
622
  @pulumi.getter(name="serviceType")
623
- def service_type(self) -> Optional[pulumi.Input[str]]:
623
+ def service_type(self) -> Optional[pulumi.Input[builtins.str]]:
624
624
  """
625
625
  Aiven internal service type code
626
626
  """
627
627
  return pulumi.get(self, "service_type")
628
628
 
629
629
  @service_type.setter
630
- def service_type(self, value: Optional[pulumi.Input[str]]):
630
+ def service_type(self, value: Optional[pulumi.Input[builtins.str]]):
631
631
  pulumi.set(self, "service_type", value)
632
632
 
633
633
  @property
634
634
  @pulumi.getter(name="serviceUri")
635
- def service_uri(self) -> Optional[pulumi.Input[str]]:
635
+ def service_uri(self) -> Optional[pulumi.Input[builtins.str]]:
636
636
  """
637
637
  URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
638
638
  """
639
639
  return pulumi.get(self, "service_uri")
640
640
 
641
641
  @service_uri.setter
642
- def service_uri(self, value: Optional[pulumi.Input[str]]):
642
+ def service_uri(self, value: Optional[pulumi.Input[builtins.str]]):
643
643
  pulumi.set(self, "service_uri", value)
644
644
 
645
645
  @property
646
646
  @pulumi.getter(name="serviceUsername")
647
- def service_username(self) -> Optional[pulumi.Input[str]]:
647
+ def service_username(self) -> Optional[pulumi.Input[builtins.str]]:
648
648
  """
649
649
  Username used for connecting to the service, if applicable
650
650
  """
651
651
  return pulumi.get(self, "service_username")
652
652
 
653
653
  @service_username.setter
654
- def service_username(self, value: Optional[pulumi.Input[str]]):
654
+ def service_username(self, value: Optional[pulumi.Input[builtins.str]]):
655
655
  pulumi.set(self, "service_username", value)
656
656
 
657
657
  @property
658
658
  @pulumi.getter
659
- def state(self) -> Optional[pulumi.Input[str]]:
660
- """
661
- Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
662
- """
659
+ def state(self) -> Optional[pulumi.Input[builtins.str]]:
663
660
  return pulumi.get(self, "state")
664
661
 
665
662
  @state.setter
666
- def state(self, value: Optional[pulumi.Input[str]]):
663
+ def state(self, value: Optional[pulumi.Input[builtins.str]]):
667
664
  pulumi.set(self, "state", value)
668
665
 
669
666
  @property
670
667
  @pulumi.getter(name="staticIps")
671
- def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
668
+ def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
672
669
  """
673
670
  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
674
671
  """
675
672
  return pulumi.get(self, "static_ips")
676
673
 
677
674
  @static_ips.setter
678
- def static_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
675
+ def static_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
679
676
  pulumi.set(self, "static_ips", value)
680
677
 
681
678
  @property
@@ -704,14 +701,14 @@ class _KafkaConnectState:
704
701
 
705
702
  @property
706
703
  @pulumi.getter(name="terminationProtection")
707
- def termination_protection(self) -> Optional[pulumi.Input[bool]]:
704
+ def termination_protection(self) -> Optional[pulumi.Input[builtins.bool]]:
708
705
  """
709
706
  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.
710
707
  """
711
708
  return pulumi.get(self, "termination_protection")
712
709
 
713
710
  @termination_protection.setter
714
- def termination_protection(self, value: Optional[pulumi.Input[bool]]):
711
+ def termination_protection(self, value: Optional[pulumi.Input[builtins.bool]]):
715
712
  pulumi.set(self, "termination_protection", value)
716
713
 
717
714
 
@@ -720,21 +717,21 @@ class KafkaConnect(pulumi.CustomResource):
720
717
  def __init__(__self__,
721
718
  resource_name: str,
722
719
  opts: Optional[pulumi.ResourceOptions] = None,
723
- additional_disk_space: Optional[pulumi.Input[str]] = None,
724
- cloud_name: Optional[pulumi.Input[str]] = None,
725
- disk_space: Optional[pulumi.Input[str]] = None,
720
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
721
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
722
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
726
723
  kafka_connect_user_config: Optional[pulumi.Input[Union['KafkaConnectKafkaConnectUserConfigArgs', 'KafkaConnectKafkaConnectUserConfigArgsDict']]] = None,
727
- maintenance_window_dow: Optional[pulumi.Input[str]] = None,
728
- maintenance_window_time: Optional[pulumi.Input[str]] = None,
729
- plan: Optional[pulumi.Input[str]] = None,
730
- project: Optional[pulumi.Input[str]] = None,
731
- project_vpc_id: Optional[pulumi.Input[str]] = None,
724
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
725
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
726
+ plan: Optional[pulumi.Input[builtins.str]] = None,
727
+ project: Optional[pulumi.Input[builtins.str]] = None,
728
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
732
729
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectServiceIntegrationArgs', 'KafkaConnectServiceIntegrationArgsDict']]]]] = None,
733
- service_name: Optional[pulumi.Input[str]] = None,
734
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
730
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
731
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
735
732
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectTagArgs', 'KafkaConnectTagArgsDict']]]]] = None,
736
733
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectTechEmailArgs', 'KafkaConnectTechEmailArgsDict']]]]] = None,
737
- termination_protection: Optional[pulumi.Input[bool]] = None,
734
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None,
738
735
  __props__=None):
739
736
  """
740
737
  Creates and manages an [Aiven for Apache Kafka® Connect](https://aiven.io/docs/products/kafka/kafka-connect) service.
@@ -796,21 +793,21 @@ class KafkaConnect(pulumi.CustomResource):
796
793
 
797
794
  :param str resource_name: The name of the resource.
798
795
  :param pulumi.ResourceOptions opts: Options for the resource.
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
- :param pulumi.Input[str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
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.
796
+ :param pulumi.Input[builtins.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 without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
797
+ :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
798
+ :param pulumi.Input[builtins.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
799
  :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
- :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
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
- :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).
806
- :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.
807
- :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.
800
+ :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
801
+ :param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
802
+ :param pulumi.Input[builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
803
+ :param pulumi.Input[builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
804
+ :param pulumi.Input[builtins.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.
808
805
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectServiceIntegrationArgs', 'KafkaConnectServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
809
- :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.
810
- :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
806
+ :param pulumi.Input[builtins.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.
807
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.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
811
808
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectTagArgs', 'KafkaConnectTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
812
809
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectTechEmailArgs', 'KafkaConnectTechEmailArgsDict']]]] 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.
813
- :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.
810
+ :param pulumi.Input[builtins.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.
814
811
  """
815
812
  ...
816
813
  @overload
@@ -891,21 +888,21 @@ class KafkaConnect(pulumi.CustomResource):
891
888
  def _internal_init(__self__,
892
889
  resource_name: str,
893
890
  opts: Optional[pulumi.ResourceOptions] = None,
894
- additional_disk_space: Optional[pulumi.Input[str]] = None,
895
- cloud_name: Optional[pulumi.Input[str]] = None,
896
- disk_space: Optional[pulumi.Input[str]] = None,
891
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
892
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
893
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
897
894
  kafka_connect_user_config: Optional[pulumi.Input[Union['KafkaConnectKafkaConnectUserConfigArgs', 'KafkaConnectKafkaConnectUserConfigArgsDict']]] = None,
898
- maintenance_window_dow: Optional[pulumi.Input[str]] = None,
899
- maintenance_window_time: Optional[pulumi.Input[str]] = None,
900
- plan: Optional[pulumi.Input[str]] = None,
901
- project: Optional[pulumi.Input[str]] = None,
902
- project_vpc_id: Optional[pulumi.Input[str]] = None,
895
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
896
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
897
+ plan: Optional[pulumi.Input[builtins.str]] = None,
898
+ project: Optional[pulumi.Input[builtins.str]] = None,
899
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
903
900
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectServiceIntegrationArgs', 'KafkaConnectServiceIntegrationArgsDict']]]]] = None,
904
- service_name: Optional[pulumi.Input[str]] = None,
905
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
901
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
902
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
906
903
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectTagArgs', 'KafkaConnectTagArgsDict']]]]] = None,
907
904
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectTechEmailArgs', 'KafkaConnectTechEmailArgsDict']]]]] = None,
908
- termination_protection: Optional[pulumi.Input[bool]] = None,
905
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None,
909
906
  __props__=None):
910
907
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
911
908
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -960,33 +957,33 @@ class KafkaConnect(pulumi.CustomResource):
960
957
  def get(resource_name: str,
961
958
  id: pulumi.Input[str],
962
959
  opts: Optional[pulumi.ResourceOptions] = None,
963
- additional_disk_space: Optional[pulumi.Input[str]] = None,
964
- cloud_name: Optional[pulumi.Input[str]] = None,
960
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
961
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
965
962
  components: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectComponentArgs', 'KafkaConnectComponentArgsDict']]]]] = None,
966
- disk_space: Optional[pulumi.Input[str]] = None,
967
- disk_space_cap: Optional[pulumi.Input[str]] = None,
968
- disk_space_default: Optional[pulumi.Input[str]] = None,
969
- disk_space_step: Optional[pulumi.Input[str]] = None,
970
- disk_space_used: Optional[pulumi.Input[str]] = None,
963
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
964
+ disk_space_cap: Optional[pulumi.Input[builtins.str]] = None,
965
+ disk_space_default: Optional[pulumi.Input[builtins.str]] = None,
966
+ disk_space_step: Optional[pulumi.Input[builtins.str]] = None,
967
+ disk_space_used: Optional[pulumi.Input[builtins.str]] = None,
971
968
  kafka_connect_user_config: Optional[pulumi.Input[Union['KafkaConnectKafkaConnectUserConfigArgs', 'KafkaConnectKafkaConnectUserConfigArgsDict']]] = None,
972
- maintenance_window_dow: Optional[pulumi.Input[str]] = None,
973
- maintenance_window_time: Optional[pulumi.Input[str]] = None,
974
- plan: Optional[pulumi.Input[str]] = None,
975
- project: Optional[pulumi.Input[str]] = None,
976
- project_vpc_id: Optional[pulumi.Input[str]] = None,
977
- service_host: Optional[pulumi.Input[str]] = None,
969
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
970
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
971
+ plan: Optional[pulumi.Input[builtins.str]] = None,
972
+ project: Optional[pulumi.Input[builtins.str]] = None,
973
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
974
+ service_host: Optional[pulumi.Input[builtins.str]] = None,
978
975
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectServiceIntegrationArgs', 'KafkaConnectServiceIntegrationArgsDict']]]]] = None,
979
- service_name: Optional[pulumi.Input[str]] = None,
980
- service_password: Optional[pulumi.Input[str]] = None,
981
- service_port: Optional[pulumi.Input[int]] = None,
982
- service_type: Optional[pulumi.Input[str]] = None,
983
- service_uri: Optional[pulumi.Input[str]] = None,
984
- service_username: Optional[pulumi.Input[str]] = None,
985
- state: Optional[pulumi.Input[str]] = None,
986
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
976
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
977
+ service_password: Optional[pulumi.Input[builtins.str]] = None,
978
+ service_port: Optional[pulumi.Input[builtins.int]] = None,
979
+ service_type: Optional[pulumi.Input[builtins.str]] = None,
980
+ service_uri: Optional[pulumi.Input[builtins.str]] = None,
981
+ service_username: Optional[pulumi.Input[builtins.str]] = None,
982
+ state: Optional[pulumi.Input[builtins.str]] = None,
983
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
987
984
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectTagArgs', 'KafkaConnectTagArgsDict']]]]] = None,
988
985
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectTechEmailArgs', 'KafkaConnectTechEmailArgsDict']]]]] = None,
989
- termination_protection: Optional[pulumi.Input[bool]] = None) -> 'KafkaConnect':
986
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None) -> 'KafkaConnect':
990
987
  """
991
988
  Get an existing KafkaConnect resource's state with the given name, id, and optional extra
992
989
  properties used to qualify the lookup.
@@ -994,33 +991,32 @@ class KafkaConnect(pulumi.CustomResource):
994
991
  :param str resource_name: The unique name of the resulting resource.
995
992
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
996
993
  :param pulumi.ResourceOptions opts: Options for the resource.
997
- :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.
998
- :param pulumi.Input[str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
994
+ :param pulumi.Input[builtins.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 without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
995
+ :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
999
996
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectComponentArgs', 'KafkaConnectComponentArgsDict']]]] components: Service component information objects
1000
- :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.
1001
- :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.
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
- :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
- :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
997
+ :param pulumi.Input[builtins.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.
998
+ :param pulumi.Input[builtins.str] disk_space_cap: The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
999
+ :param pulumi.Input[builtins.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`
1000
+ :param pulumi.Input[builtins.str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
1001
+ :param pulumi.Input[builtins.str] disk_space_used: Disk space that service is currently using
1005
1002
  :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
- :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
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
- :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).
1009
- :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.
1010
- :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.
1011
- :param pulumi.Input[str] service_host: The hostname of the service.
1003
+ :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1004
+ :param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
1005
+ :param pulumi.Input[builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
1006
+ :param pulumi.Input[builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
1007
+ :param pulumi.Input[builtins.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.
1008
+ :param pulumi.Input[builtins.str] service_host: The hostname of the service.
1012
1009
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectServiceIntegrationArgs', 'KafkaConnectServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
1013
- :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.
1014
- :param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
1015
- :param pulumi.Input[int] service_port: The port of the service
1016
- :param pulumi.Input[str] service_type: Aiven internal service type code
1017
- :param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
1018
- :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
1019
- :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1020
- :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
1010
+ :param pulumi.Input[builtins.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.
1011
+ :param pulumi.Input[builtins.str] service_password: Password used for connecting to the service, if applicable
1012
+ :param pulumi.Input[builtins.int] service_port: The port of the service
1013
+ :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
1014
+ :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
1015
+ :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
1016
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.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
1021
1017
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectTagArgs', 'KafkaConnectTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
1022
1018
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectTechEmailArgs', 'KafkaConnectTechEmailArgsDict']]]] 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.
1023
- :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.
1019
+ :param pulumi.Input[builtins.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.
1024
1020
  """
1025
1021
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1026
1022
 
@@ -1057,15 +1053,15 @@ class KafkaConnect(pulumi.CustomResource):
1057
1053
 
1058
1054
  @property
1059
1055
  @pulumi.getter(name="additionalDiskSpace")
1060
- def additional_disk_space(self) -> pulumi.Output[str]:
1056
+ def additional_disk_space(self) -> pulumi.Output[builtins.str]:
1061
1057
  """
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.
1058
+ 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 without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
1063
1059
  """
1064
1060
  return pulumi.get(self, "additional_disk_space")
1065
1061
 
1066
1062
  @property
1067
1063
  @pulumi.getter(name="cloudName")
1068
- def cloud_name(self) -> pulumi.Output[Optional[str]]:
1064
+ def cloud_name(self) -> pulumi.Output[Optional[builtins.str]]:
1069
1065
  """
1070
1066
  The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
1071
1067
  """
@@ -1082,7 +1078,7 @@ class KafkaConnect(pulumi.CustomResource):
1082
1078
  @property
1083
1079
  @pulumi.getter(name="diskSpace")
1084
1080
  @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1085
- def disk_space(self) -> pulumi.Output[Optional[str]]:
1081
+ def disk_space(self) -> pulumi.Output[Optional[builtins.str]]:
1086
1082
  """
1087
1083
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1088
1084
  """
@@ -1090,7 +1086,7 @@ class KafkaConnect(pulumi.CustomResource):
1090
1086
 
1091
1087
  @property
1092
1088
  @pulumi.getter(name="diskSpaceCap")
1093
- def disk_space_cap(self) -> pulumi.Output[str]:
1089
+ def disk_space_cap(self) -> pulumi.Output[builtins.str]:
1094
1090
  """
1095
1091
  The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
1096
1092
  """
@@ -1098,7 +1094,7 @@ class KafkaConnect(pulumi.CustomResource):
1098
1094
 
1099
1095
  @property
1100
1096
  @pulumi.getter(name="diskSpaceDefault")
1101
- def disk_space_default(self) -> pulumi.Output[str]:
1097
+ def disk_space_default(self) -> pulumi.Output[builtins.str]:
1102
1098
  """
1103
1099
  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`
1104
1100
  """
@@ -1106,7 +1102,7 @@ class KafkaConnect(pulumi.CustomResource):
1106
1102
 
1107
1103
  @property
1108
1104
  @pulumi.getter(name="diskSpaceStep")
1109
- def disk_space_step(self) -> pulumi.Output[str]:
1105
+ def disk_space_step(self) -> pulumi.Output[builtins.str]:
1110
1106
  """
1111
1107
  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.
1112
1108
  """
@@ -1115,7 +1111,7 @@ class KafkaConnect(pulumi.CustomResource):
1115
1111
  @property
1116
1112
  @pulumi.getter(name="diskSpaceUsed")
1117
1113
  @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1118
- def disk_space_used(self) -> pulumi.Output[str]:
1114
+ def disk_space_used(self) -> pulumi.Output[builtins.str]:
1119
1115
  """
1120
1116
  Disk space that service is currently using
1121
1117
  """
@@ -1131,7 +1127,7 @@ class KafkaConnect(pulumi.CustomResource):
1131
1127
 
1132
1128
  @property
1133
1129
  @pulumi.getter(name="maintenanceWindowDow")
1134
- def maintenance_window_dow(self) -> pulumi.Output[Optional[str]]:
1130
+ def maintenance_window_dow(self) -> pulumi.Output[Optional[builtins.str]]:
1135
1131
  """
1136
1132
  Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1137
1133
  """
@@ -1139,7 +1135,7 @@ class KafkaConnect(pulumi.CustomResource):
1139
1135
 
1140
1136
  @property
1141
1137
  @pulumi.getter(name="maintenanceWindowTime")
1142
- def maintenance_window_time(self) -> pulumi.Output[Optional[str]]:
1138
+ def maintenance_window_time(self) -> pulumi.Output[Optional[builtins.str]]:
1143
1139
  """
1144
1140
  Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
1145
1141
  """
@@ -1147,7 +1143,7 @@ class KafkaConnect(pulumi.CustomResource):
1147
1143
 
1148
1144
  @property
1149
1145
  @pulumi.getter
1150
- def plan(self) -> pulumi.Output[str]:
1146
+ def plan(self) -> pulumi.Output[builtins.str]:
1151
1147
  """
1152
1148
  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).
1153
1149
  """
@@ -1155,7 +1151,7 @@ class KafkaConnect(pulumi.CustomResource):
1155
1151
 
1156
1152
  @property
1157
1153
  @pulumi.getter
1158
- def project(self) -> pulumi.Output[str]:
1154
+ def project(self) -> pulumi.Output[builtins.str]:
1159
1155
  """
1160
1156
  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.
1161
1157
  """
@@ -1163,7 +1159,7 @@ class KafkaConnect(pulumi.CustomResource):
1163
1159
 
1164
1160
  @property
1165
1161
  @pulumi.getter(name="projectVpcId")
1166
- def project_vpc_id(self) -> pulumi.Output[str]:
1162
+ def project_vpc_id(self) -> pulumi.Output[builtins.str]:
1167
1163
  """
1168
1164
  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.
1169
1165
  """
@@ -1171,7 +1167,7 @@ class KafkaConnect(pulumi.CustomResource):
1171
1167
 
1172
1168
  @property
1173
1169
  @pulumi.getter(name="serviceHost")
1174
- def service_host(self) -> pulumi.Output[str]:
1170
+ def service_host(self) -> pulumi.Output[builtins.str]:
1175
1171
  """
1176
1172
  The hostname of the service.
1177
1173
  """
@@ -1187,7 +1183,7 @@ class KafkaConnect(pulumi.CustomResource):
1187
1183
 
1188
1184
  @property
1189
1185
  @pulumi.getter(name="serviceName")
1190
- def service_name(self) -> pulumi.Output[str]:
1186
+ def service_name(self) -> pulumi.Output[builtins.str]:
1191
1187
  """
1192
1188
  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.
1193
1189
  """
@@ -1195,7 +1191,7 @@ class KafkaConnect(pulumi.CustomResource):
1195
1191
 
1196
1192
  @property
1197
1193
  @pulumi.getter(name="servicePassword")
1198
- def service_password(self) -> pulumi.Output[str]:
1194
+ def service_password(self) -> pulumi.Output[builtins.str]:
1199
1195
  """
1200
1196
  Password used for connecting to the service, if applicable
1201
1197
  """
@@ -1203,7 +1199,7 @@ class KafkaConnect(pulumi.CustomResource):
1203
1199
 
1204
1200
  @property
1205
1201
  @pulumi.getter(name="servicePort")
1206
- def service_port(self) -> pulumi.Output[int]:
1202
+ def service_port(self) -> pulumi.Output[builtins.int]:
1207
1203
  """
1208
1204
  The port of the service
1209
1205
  """
@@ -1211,7 +1207,7 @@ class KafkaConnect(pulumi.CustomResource):
1211
1207
 
1212
1208
  @property
1213
1209
  @pulumi.getter(name="serviceType")
1214
- def service_type(self) -> pulumi.Output[str]:
1210
+ def service_type(self) -> pulumi.Output[builtins.str]:
1215
1211
  """
1216
1212
  Aiven internal service type code
1217
1213
  """
@@ -1219,7 +1215,7 @@ class KafkaConnect(pulumi.CustomResource):
1219
1215
 
1220
1216
  @property
1221
1217
  @pulumi.getter(name="serviceUri")
1222
- def service_uri(self) -> pulumi.Output[str]:
1218
+ def service_uri(self) -> pulumi.Output[builtins.str]:
1223
1219
  """
1224
1220
  URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
1225
1221
  """
@@ -1227,7 +1223,7 @@ class KafkaConnect(pulumi.CustomResource):
1227
1223
 
1228
1224
  @property
1229
1225
  @pulumi.getter(name="serviceUsername")
1230
- def service_username(self) -> pulumi.Output[str]:
1226
+ def service_username(self) -> pulumi.Output[builtins.str]:
1231
1227
  """
1232
1228
  Username used for connecting to the service, if applicable
1233
1229
  """
@@ -1235,15 +1231,12 @@ class KafkaConnect(pulumi.CustomResource):
1235
1231
 
1236
1232
  @property
1237
1233
  @pulumi.getter
1238
- def state(self) -> pulumi.Output[str]:
1239
- """
1240
- Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1241
- """
1234
+ def state(self) -> pulumi.Output[builtins.str]:
1242
1235
  return pulumi.get(self, "state")
1243
1236
 
1244
1237
  @property
1245
1238
  @pulumi.getter(name="staticIps")
1246
- def static_ips(self) -> pulumi.Output[Optional[Sequence[str]]]:
1239
+ def static_ips(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
1247
1240
  """
1248
1241
  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
1249
1242
  """
@@ -1267,7 +1260,7 @@ class KafkaConnect(pulumi.CustomResource):
1267
1260
 
1268
1261
  @property
1269
1262
  @pulumi.getter(name="terminationProtection")
1270
- def termination_protection(self) -> pulumi.Output[Optional[bool]]:
1263
+ def termination_protection(self) -> pulumi.Output[Optional[builtins.bool]]:
1271
1264
  """
1272
1265
  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.
1273
1266
  """