pulumi-aiven 6.37.0a1743570488__py3-none-any.whl → 6.37.0a1744182902__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 (182) hide show
  1. pulumi_aiven/__init__.py +1 -0
  2. pulumi_aiven/_inputs.py +8278 -8277
  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 +246 -245
  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 +232 -231
  20. pulumi_aiven/cassandra_user.py +78 -77
  21. pulumi_aiven/clickhouse.py +232 -231
  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 +232 -231
  31. pulumi_aiven/flink.py +232 -231
  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 +33 -32
  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 +32 -31
  58. pulumi_aiven/get_cassandra.py +32 -31
  59. pulumi_aiven/get_cassandra_user.py +21 -20
  60. pulumi_aiven/get_clickhouse.py +32 -31
  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 +32 -31
  65. pulumi_aiven/get_external_identity.py +22 -21
  66. pulumi_aiven/get_flink.py +32 -31
  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 +32 -31
  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 +34 -33
  77. pulumi_aiven/get_kafka_acl.py +28 -27
  78. pulumi_aiven/get_kafka_connect.py +32 -31
  79. pulumi_aiven/get_kafka_connector.py +24 -23
  80. pulumi_aiven/get_kafka_mirror_maker.py +32 -31
  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 +32 -31
  87. pulumi_aiven/get_m3_db.py +32 -31
  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 +32 -31
  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 +32 -31
  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_application_user.py +15 -14
  100. pulumi_aiven/get_organization_project.py +15 -14
  101. pulumi_aiven/get_organization_user.py +18 -17
  102. pulumi_aiven/get_organization_user_group.py +16 -15
  103. pulumi_aiven/get_organization_user_list.py +11 -10
  104. pulumi_aiven/get_organization_vpc.py +17 -16
  105. pulumi_aiven/get_organizational_unit.py +11 -10
  106. pulumi_aiven/get_pg.py +32 -31
  107. pulumi_aiven/get_pg_database.py +20 -19
  108. pulumi_aiven/get_pg_user.py +22 -21
  109. pulumi_aiven/get_project.py +19 -18
  110. pulumi_aiven/get_project_user.py +14 -13
  111. pulumi_aiven/get_project_vpc.py +19 -18
  112. pulumi_aiven/get_redis.py +32 -31
  113. pulumi_aiven/get_redis_user.py +23 -22
  114. pulumi_aiven/get_service_component.py +39 -38
  115. pulumi_aiven/get_service_integration.py +27 -26
  116. pulumi_aiven/get_service_integration_endpoint.py +14 -13
  117. pulumi_aiven/get_thanos.py +32 -31
  118. pulumi_aiven/get_transit_gateway_vpc_attachment.py +22 -21
  119. pulumi_aiven/get_valkey.py +32 -31
  120. pulumi_aiven/get_valkey_user.py +23 -22
  121. pulumi_aiven/grafana.py +232 -231
  122. pulumi_aiven/influx_db.py +232 -231
  123. pulumi_aiven/influxdb_database.py +53 -52
  124. pulumi_aiven/influxdb_user.py +78 -77
  125. pulumi_aiven/kafka.py +260 -259
  126. pulumi_aiven/kafka_acl.py +78 -77
  127. pulumi_aiven/kafka_connect.py +232 -231
  128. pulumi_aiven/kafka_connector.py +99 -98
  129. pulumi_aiven/kafka_mirror_maker.py +232 -231
  130. pulumi_aiven/kafka_native_acl.py +127 -126
  131. pulumi_aiven/kafka_quota.py +99 -98
  132. pulumi_aiven/kafka_schema.py +92 -91
  133. pulumi_aiven/kafka_schema_configuration.py +43 -42
  134. pulumi_aiven/kafka_schema_registry_acl.py +78 -77
  135. pulumi_aiven/kafka_topic.py +109 -108
  136. pulumi_aiven/kafka_user.py +78 -77
  137. pulumi_aiven/m3_aggregator.py +232 -231
  138. pulumi_aiven/m3_db.py +232 -231
  139. pulumi_aiven/m3db_user.py +64 -63
  140. pulumi_aiven/mirror_maker_replication_flow.py +225 -224
  141. pulumi_aiven/my_sql.py +232 -231
  142. pulumi_aiven/mysql_database.py +53 -52
  143. pulumi_aiven/mysql_user.py +92 -91
  144. pulumi_aiven/open_search.py +232 -231
  145. pulumi_aiven/open_search_acl_config.py +57 -56
  146. pulumi_aiven/open_search_acl_rule.py +75 -74
  147. pulumi_aiven/opensearch_security_plugin_config.py +64 -63
  148. pulumi_aiven/opensearch_user.py +64 -63
  149. pulumi_aiven/organization.py +36 -35
  150. pulumi_aiven/organization_application_user.py +57 -56
  151. pulumi_aiven/organization_application_user_token.py +169 -168
  152. pulumi_aiven/organization_group_project.py +43 -42
  153. pulumi_aiven/organization_permission.py +43 -42
  154. pulumi_aiven/organization_project.py +71 -70
  155. pulumi_aiven/organization_user.py +57 -56
  156. pulumi_aiven/organization_user_group.py +64 -63
  157. pulumi_aiven/organization_user_group_member.py +50 -49
  158. pulumi_aiven/organization_vpc.py +71 -70
  159. pulumi_aiven/organizational_unit.py +50 -49
  160. pulumi_aiven/outputs.py +9982 -9981
  161. pulumi_aiven/pg.py +232 -231
  162. pulumi_aiven/pg_database.py +81 -80
  163. pulumi_aiven/pg_user.py +92 -91
  164. pulumi_aiven/project.py +155 -154
  165. pulumi_aiven/project_user.py +50 -49
  166. pulumi_aiven/project_vpc.py +50 -49
  167. pulumi_aiven/provider.py +9 -8
  168. pulumi_aiven/pulumi-plugin.json +1 -1
  169. pulumi_aiven/redis.py +232 -231
  170. pulumi_aiven/redis_user.py +120 -119
  171. pulumi_aiven/service_integration.py +120 -119
  172. pulumi_aiven/service_integration_endpoint.py +50 -49
  173. pulumi_aiven/static_ip.py +57 -56
  174. pulumi_aiven/thanos.py +232 -231
  175. pulumi_aiven/transit_gateway_vpc_attachment.py +92 -91
  176. pulumi_aiven/valkey.py +232 -231
  177. pulumi_aiven/valkey_user.py +120 -119
  178. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744182902.dist-info}/METADATA +1 -1
  179. pulumi_aiven-6.37.0a1744182902.dist-info/RECORD +183 -0
  180. pulumi_aiven-6.37.0a1743570488.dist-info/RECORD +0 -183
  181. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744182902.dist-info}/WHEEL +0 -0
  182. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744182902.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 with no HA capabilities.
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
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 with no HA capabilities.
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,76 @@ 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 with no HA capabilities.
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[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
326
+ :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
327
  :param pulumi.Input[Sequence[pulumi.Input['KafkaConnectTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
327
328
  :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.
329
+ :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
330
  """
330
331
  if additional_disk_space is not None:
331
332
  pulumi.set(__self__, "additional_disk_space", additional_disk_space)
@@ -390,26 +391,26 @@ class _KafkaConnectState:
390
391
 
391
392
  @property
392
393
  @pulumi.getter(name="additionalDiskSpace")
393
- def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
394
+ def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
394
395
  """
395
396
  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.
396
397
  """
397
398
  return pulumi.get(self, "additional_disk_space")
398
399
 
399
400
  @additional_disk_space.setter
400
- def additional_disk_space(self, value: Optional[pulumi.Input[str]]):
401
+ def additional_disk_space(self, value: Optional[pulumi.Input[builtins.str]]):
401
402
  pulumi.set(self, "additional_disk_space", value)
402
403
 
403
404
  @property
404
405
  @pulumi.getter(name="cloudName")
405
- def cloud_name(self) -> Optional[pulumi.Input[str]]:
406
+ def cloud_name(self) -> Optional[pulumi.Input[builtins.str]]:
406
407
  """
407
408
  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
409
  """
409
410
  return pulumi.get(self, "cloud_name")
410
411
 
411
412
  @cloud_name.setter
412
- def cloud_name(self, value: Optional[pulumi.Input[str]]):
413
+ def cloud_name(self, value: Optional[pulumi.Input[builtins.str]]):
413
414
  pulumi.set(self, "cloud_name", value)
414
415
 
415
416
  @property
@@ -427,63 +428,63 @@ class _KafkaConnectState:
427
428
  @property
428
429
  @pulumi.getter(name="diskSpace")
429
430
  @_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]]:
431
+ def disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
431
432
  """
432
433
  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
434
  """
434
435
  return pulumi.get(self, "disk_space")
435
436
 
436
437
  @disk_space.setter
437
- def disk_space(self, value: Optional[pulumi.Input[str]]):
438
+ def disk_space(self, value: Optional[pulumi.Input[builtins.str]]):
438
439
  pulumi.set(self, "disk_space", value)
439
440
 
440
441
  @property
441
442
  @pulumi.getter(name="diskSpaceCap")
442
- def disk_space_cap(self) -> Optional[pulumi.Input[str]]:
443
+ def disk_space_cap(self) -> Optional[pulumi.Input[builtins.str]]:
443
444
  """
444
445
  The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
445
446
  """
446
447
  return pulumi.get(self, "disk_space_cap")
447
448
 
448
449
  @disk_space_cap.setter
449
- def disk_space_cap(self, value: Optional[pulumi.Input[str]]):
450
+ def disk_space_cap(self, value: Optional[pulumi.Input[builtins.str]]):
450
451
  pulumi.set(self, "disk_space_cap", value)
451
452
 
452
453
  @property
453
454
  @pulumi.getter(name="diskSpaceDefault")
454
- def disk_space_default(self) -> Optional[pulumi.Input[str]]:
455
+ def disk_space_default(self) -> Optional[pulumi.Input[builtins.str]]:
455
456
  """
456
457
  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
458
  """
458
459
  return pulumi.get(self, "disk_space_default")
459
460
 
460
461
  @disk_space_default.setter
461
- def disk_space_default(self, value: Optional[pulumi.Input[str]]):
462
+ def disk_space_default(self, value: Optional[pulumi.Input[builtins.str]]):
462
463
  pulumi.set(self, "disk_space_default", value)
463
464
 
464
465
  @property
465
466
  @pulumi.getter(name="diskSpaceStep")
466
- def disk_space_step(self) -> Optional[pulumi.Input[str]]:
467
+ def disk_space_step(self) -> Optional[pulumi.Input[builtins.str]]:
467
468
  """
468
469
  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
470
  """
470
471
  return pulumi.get(self, "disk_space_step")
471
472
 
472
473
  @disk_space_step.setter
473
- def disk_space_step(self, value: Optional[pulumi.Input[str]]):
474
+ def disk_space_step(self, value: Optional[pulumi.Input[builtins.str]]):
474
475
  pulumi.set(self, "disk_space_step", value)
475
476
 
476
477
  @property
477
478
  @pulumi.getter(name="diskSpaceUsed")
478
479
  @_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]]:
480
+ def disk_space_used(self) -> Optional[pulumi.Input[builtins.str]]:
480
481
  """
481
482
  Disk space that service is currently using
482
483
  """
483
484
  return pulumi.get(self, "disk_space_used")
484
485
 
485
486
  @disk_space_used.setter
486
- def disk_space_used(self, value: Optional[pulumi.Input[str]]):
487
+ def disk_space_used(self, value: Optional[pulumi.Input[builtins.str]]):
487
488
  pulumi.set(self, "disk_space_used", value)
488
489
 
489
490
  @property
@@ -500,74 +501,74 @@ class _KafkaConnectState:
500
501
 
501
502
  @property
502
503
  @pulumi.getter(name="maintenanceWindowDow")
503
- def maintenance_window_dow(self) -> Optional[pulumi.Input[str]]:
504
+ def maintenance_window_dow(self) -> Optional[pulumi.Input[builtins.str]]:
504
505
  """
505
506
  Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
506
507
  """
507
508
  return pulumi.get(self, "maintenance_window_dow")
508
509
 
509
510
  @maintenance_window_dow.setter
510
- def maintenance_window_dow(self, value: Optional[pulumi.Input[str]]):
511
+ def maintenance_window_dow(self, value: Optional[pulumi.Input[builtins.str]]):
511
512
  pulumi.set(self, "maintenance_window_dow", value)
512
513
 
513
514
  @property
514
515
  @pulumi.getter(name="maintenanceWindowTime")
515
- def maintenance_window_time(self) -> Optional[pulumi.Input[str]]:
516
+ def maintenance_window_time(self) -> Optional[pulumi.Input[builtins.str]]:
516
517
  """
517
518
  Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
518
519
  """
519
520
  return pulumi.get(self, "maintenance_window_time")
520
521
 
521
522
  @maintenance_window_time.setter
522
- def maintenance_window_time(self, value: Optional[pulumi.Input[str]]):
523
+ def maintenance_window_time(self, value: Optional[pulumi.Input[builtins.str]]):
523
524
  pulumi.set(self, "maintenance_window_time", value)
524
525
 
525
526
  @property
526
527
  @pulumi.getter
527
- def plan(self) -> Optional[pulumi.Input[str]]:
528
+ def plan(self) -> Optional[pulumi.Input[builtins.str]]:
528
529
  """
529
530
  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
531
  """
531
532
  return pulumi.get(self, "plan")
532
533
 
533
534
  @plan.setter
534
- def plan(self, value: Optional[pulumi.Input[str]]):
535
+ def plan(self, value: Optional[pulumi.Input[builtins.str]]):
535
536
  pulumi.set(self, "plan", value)
536
537
 
537
538
  @property
538
539
  @pulumi.getter
539
- def project(self) -> Optional[pulumi.Input[str]]:
540
+ def project(self) -> Optional[pulumi.Input[builtins.str]]:
540
541
  """
541
542
  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
543
  """
543
544
  return pulumi.get(self, "project")
544
545
 
545
546
  @project.setter
546
- def project(self, value: Optional[pulumi.Input[str]]):
547
+ def project(self, value: Optional[pulumi.Input[builtins.str]]):
547
548
  pulumi.set(self, "project", value)
548
549
 
549
550
  @property
550
551
  @pulumi.getter(name="projectVpcId")
551
- def project_vpc_id(self) -> Optional[pulumi.Input[str]]:
552
+ def project_vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
552
553
  """
553
554
  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
555
  """
555
556
  return pulumi.get(self, "project_vpc_id")
556
557
 
557
558
  @project_vpc_id.setter
558
- def project_vpc_id(self, value: Optional[pulumi.Input[str]]):
559
+ def project_vpc_id(self, value: Optional[pulumi.Input[builtins.str]]):
559
560
  pulumi.set(self, "project_vpc_id", value)
560
561
 
561
562
  @property
562
563
  @pulumi.getter(name="serviceHost")
563
- def service_host(self) -> Optional[pulumi.Input[str]]:
564
+ def service_host(self) -> Optional[pulumi.Input[builtins.str]]:
564
565
  """
565
566
  The hostname of the service.
566
567
  """
567
568
  return pulumi.get(self, "service_host")
568
569
 
569
570
  @service_host.setter
570
- def service_host(self, value: Optional[pulumi.Input[str]]):
571
+ def service_host(self, value: Optional[pulumi.Input[builtins.str]]):
571
572
  pulumi.set(self, "service_host", value)
572
573
 
573
574
  @property
@@ -584,98 +585,98 @@ class _KafkaConnectState:
584
585
 
585
586
  @property
586
587
  @pulumi.getter(name="serviceName")
587
- def service_name(self) -> Optional[pulumi.Input[str]]:
588
+ def service_name(self) -> Optional[pulumi.Input[builtins.str]]:
588
589
  """
589
590
  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
591
  """
591
592
  return pulumi.get(self, "service_name")
592
593
 
593
594
  @service_name.setter
594
- def service_name(self, value: Optional[pulumi.Input[str]]):
595
+ def service_name(self, value: Optional[pulumi.Input[builtins.str]]):
595
596
  pulumi.set(self, "service_name", value)
596
597
 
597
598
  @property
598
599
  @pulumi.getter(name="servicePassword")
599
- def service_password(self) -> Optional[pulumi.Input[str]]:
600
+ def service_password(self) -> Optional[pulumi.Input[builtins.str]]:
600
601
  """
601
602
  Password used for connecting to the service, if applicable
602
603
  """
603
604
  return pulumi.get(self, "service_password")
604
605
 
605
606
  @service_password.setter
606
- def service_password(self, value: Optional[pulumi.Input[str]]):
607
+ def service_password(self, value: Optional[pulumi.Input[builtins.str]]):
607
608
  pulumi.set(self, "service_password", value)
608
609
 
609
610
  @property
610
611
  @pulumi.getter(name="servicePort")
611
- def service_port(self) -> Optional[pulumi.Input[int]]:
612
+ def service_port(self) -> Optional[pulumi.Input[builtins.int]]:
612
613
  """
613
614
  The port of the service
614
615
  """
615
616
  return pulumi.get(self, "service_port")
616
617
 
617
618
  @service_port.setter
618
- def service_port(self, value: Optional[pulumi.Input[int]]):
619
+ def service_port(self, value: Optional[pulumi.Input[builtins.int]]):
619
620
  pulumi.set(self, "service_port", value)
620
621
 
621
622
  @property
622
623
  @pulumi.getter(name="serviceType")
623
- def service_type(self) -> Optional[pulumi.Input[str]]:
624
+ def service_type(self) -> Optional[pulumi.Input[builtins.str]]:
624
625
  """
625
626
  Aiven internal service type code
626
627
  """
627
628
  return pulumi.get(self, "service_type")
628
629
 
629
630
  @service_type.setter
630
- def service_type(self, value: Optional[pulumi.Input[str]]):
631
+ def service_type(self, value: Optional[pulumi.Input[builtins.str]]):
631
632
  pulumi.set(self, "service_type", value)
632
633
 
633
634
  @property
634
635
  @pulumi.getter(name="serviceUri")
635
- def service_uri(self) -> Optional[pulumi.Input[str]]:
636
+ def service_uri(self) -> Optional[pulumi.Input[builtins.str]]:
636
637
  """
637
638
  URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
638
639
  """
639
640
  return pulumi.get(self, "service_uri")
640
641
 
641
642
  @service_uri.setter
642
- def service_uri(self, value: Optional[pulumi.Input[str]]):
643
+ def service_uri(self, value: Optional[pulumi.Input[builtins.str]]):
643
644
  pulumi.set(self, "service_uri", value)
644
645
 
645
646
  @property
646
647
  @pulumi.getter(name="serviceUsername")
647
- def service_username(self) -> Optional[pulumi.Input[str]]:
648
+ def service_username(self) -> Optional[pulumi.Input[builtins.str]]:
648
649
  """
649
650
  Username used for connecting to the service, if applicable
650
651
  """
651
652
  return pulumi.get(self, "service_username")
652
653
 
653
654
  @service_username.setter
654
- def service_username(self, value: Optional[pulumi.Input[str]]):
655
+ def service_username(self, value: Optional[pulumi.Input[builtins.str]]):
655
656
  pulumi.set(self, "service_username", value)
656
657
 
657
658
  @property
658
659
  @pulumi.getter
659
- def state(self) -> Optional[pulumi.Input[str]]:
660
+ def state(self) -> Optional[pulumi.Input[builtins.str]]:
660
661
  """
661
662
  Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
662
663
  """
663
664
  return pulumi.get(self, "state")
664
665
 
665
666
  @state.setter
666
- def state(self, value: Optional[pulumi.Input[str]]):
667
+ def state(self, value: Optional[pulumi.Input[builtins.str]]):
667
668
  pulumi.set(self, "state", value)
668
669
 
669
670
  @property
670
671
  @pulumi.getter(name="staticIps")
671
- def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
672
+ def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
672
673
  """
673
674
  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
675
  """
675
676
  return pulumi.get(self, "static_ips")
676
677
 
677
678
  @static_ips.setter
678
- def static_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
679
+ def static_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
679
680
  pulumi.set(self, "static_ips", value)
680
681
 
681
682
  @property
@@ -704,14 +705,14 @@ class _KafkaConnectState:
704
705
 
705
706
  @property
706
707
  @pulumi.getter(name="terminationProtection")
707
- def termination_protection(self) -> Optional[pulumi.Input[bool]]:
708
+ def termination_protection(self) -> Optional[pulumi.Input[builtins.bool]]:
708
709
  """
709
710
  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
711
  """
711
712
  return pulumi.get(self, "termination_protection")
712
713
 
713
714
  @termination_protection.setter
714
- def termination_protection(self, value: Optional[pulumi.Input[bool]]):
715
+ def termination_protection(self, value: Optional[pulumi.Input[builtins.bool]]):
715
716
  pulumi.set(self, "termination_protection", value)
716
717
 
717
718
 
@@ -720,21 +721,21 @@ class KafkaConnect(pulumi.CustomResource):
720
721
  def __init__(__self__,
721
722
  resource_name: str,
722
723
  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,
724
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
725
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
726
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
726
727
  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,
728
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
729
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
730
+ plan: Optional[pulumi.Input[builtins.str]] = None,
731
+ project: Optional[pulumi.Input[builtins.str]] = None,
732
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
732
733
  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,
734
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
735
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
735
736
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectTagArgs', 'KafkaConnectTagArgsDict']]]]] = None,
736
737
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectTechEmailArgs', 'KafkaConnectTechEmailArgsDict']]]]] = None,
737
- termination_protection: Optional[pulumi.Input[bool]] = None,
738
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None,
738
739
  __props__=None):
739
740
  """
740
741
  Creates and manages an [Aiven for Apache Kafka® Connect](https://aiven.io/docs/products/kafka/kafka-connect) service.
@@ -796,21 +797,21 @@ class KafkaConnect(pulumi.CustomResource):
796
797
 
797
798
  :param str resource_name: The name of the resource.
798
799
  :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.
800
+ :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 with no HA capabilities.
801
+ :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.
802
+ :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
803
  :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.
804
+ :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
805
+ :param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
806
+ :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).
807
+ :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.
808
+ :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
809
  :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
810
+ :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.
811
+ :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
812
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectTagArgs', 'KafkaConnectTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
812
813
  :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.
814
+ :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
815
  """
815
816
  ...
816
817
  @overload
@@ -891,21 +892,21 @@ class KafkaConnect(pulumi.CustomResource):
891
892
  def _internal_init(__self__,
892
893
  resource_name: str,
893
894
  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,
895
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
896
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
897
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
897
898
  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,
899
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
900
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
901
+ plan: Optional[pulumi.Input[builtins.str]] = None,
902
+ project: Optional[pulumi.Input[builtins.str]] = None,
903
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
903
904
  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,
905
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
906
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
906
907
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectTagArgs', 'KafkaConnectTagArgsDict']]]]] = None,
907
908
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectTechEmailArgs', 'KafkaConnectTechEmailArgsDict']]]]] = None,
908
- termination_protection: Optional[pulumi.Input[bool]] = None,
909
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None,
909
910
  __props__=None):
910
911
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
911
912
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -960,33 +961,33 @@ class KafkaConnect(pulumi.CustomResource):
960
961
  def get(resource_name: str,
961
962
  id: pulumi.Input[str],
962
963
  opts: Optional[pulumi.ResourceOptions] = None,
963
- additional_disk_space: Optional[pulumi.Input[str]] = None,
964
- cloud_name: Optional[pulumi.Input[str]] = None,
964
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
965
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
965
966
  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,
967
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
968
+ disk_space_cap: Optional[pulumi.Input[builtins.str]] = None,
969
+ disk_space_default: Optional[pulumi.Input[builtins.str]] = None,
970
+ disk_space_step: Optional[pulumi.Input[builtins.str]] = None,
971
+ disk_space_used: Optional[pulumi.Input[builtins.str]] = None,
971
972
  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,
973
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
974
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
975
+ plan: Optional[pulumi.Input[builtins.str]] = None,
976
+ project: Optional[pulumi.Input[builtins.str]] = None,
977
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
978
+ service_host: Optional[pulumi.Input[builtins.str]] = None,
978
979
  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,
980
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
981
+ service_password: Optional[pulumi.Input[builtins.str]] = None,
982
+ service_port: Optional[pulumi.Input[builtins.int]] = None,
983
+ service_type: Optional[pulumi.Input[builtins.str]] = None,
984
+ service_uri: Optional[pulumi.Input[builtins.str]] = None,
985
+ service_username: Optional[pulumi.Input[builtins.str]] = None,
986
+ state: Optional[pulumi.Input[builtins.str]] = None,
987
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
987
988
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectTagArgs', 'KafkaConnectTagArgsDict']]]]] = None,
988
989
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectTechEmailArgs', 'KafkaConnectTechEmailArgsDict']]]]] = None,
989
- termination_protection: Optional[pulumi.Input[bool]] = None) -> 'KafkaConnect':
990
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None) -> 'KafkaConnect':
990
991
  """
991
992
  Get an existing KafkaConnect resource's state with the given name, id, and optional extra
992
993
  properties used to qualify the lookup.
@@ -994,33 +995,33 @@ class KafkaConnect(pulumi.CustomResource):
994
995
  :param str resource_name: The unique name of the resulting resource.
995
996
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
996
997
  :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.
998
+ :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 with no HA capabilities.
999
+ :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
1000
  :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
1001
+ :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.
1002
+ :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.
1003
+ :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`
1004
+ :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.
1005
+ :param pulumi.Input[builtins.str] disk_space_used: Disk space that service is currently using
1005
1006
  :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.
1007
+ :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1008
+ :param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
1009
+ :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).
1010
+ :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.
1011
+ :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.
1012
+ :param pulumi.Input[builtins.str] service_host: The hostname of the service.
1012
1013
  :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
1014
+ :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.
1015
+ :param pulumi.Input[builtins.str] service_password: Password used for connecting to the service, if applicable
1016
+ :param pulumi.Input[builtins.int] service_port: The port of the service
1017
+ :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
1018
+ :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
1019
+ :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
1020
+ :param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1021
+ :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
1022
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaConnectTagArgs', 'KafkaConnectTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
1022
1023
  :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.
1024
+ :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
1025
  """
1025
1026
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1026
1027
 
@@ -1057,7 +1058,7 @@ class KafkaConnect(pulumi.CustomResource):
1057
1058
 
1058
1059
  @property
1059
1060
  @pulumi.getter(name="additionalDiskSpace")
1060
- def additional_disk_space(self) -> pulumi.Output[str]:
1061
+ def additional_disk_space(self) -> pulumi.Output[builtins.str]:
1061
1062
  """
1062
1063
  Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
1063
1064
  """
@@ -1065,7 +1066,7 @@ class KafkaConnect(pulumi.CustomResource):
1065
1066
 
1066
1067
  @property
1067
1068
  @pulumi.getter(name="cloudName")
1068
- def cloud_name(self) -> pulumi.Output[Optional[str]]:
1069
+ def cloud_name(self) -> pulumi.Output[Optional[builtins.str]]:
1069
1070
  """
1070
1071
  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
1072
  """
@@ -1082,7 +1083,7 @@ class KafkaConnect(pulumi.CustomResource):
1082
1083
  @property
1083
1084
  @pulumi.getter(name="diskSpace")
1084
1085
  @_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]]:
1086
+ def disk_space(self) -> pulumi.Output[Optional[builtins.str]]:
1086
1087
  """
1087
1088
  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
1089
  """
@@ -1090,7 +1091,7 @@ class KafkaConnect(pulumi.CustomResource):
1090
1091
 
1091
1092
  @property
1092
1093
  @pulumi.getter(name="diskSpaceCap")
1093
- def disk_space_cap(self) -> pulumi.Output[str]:
1094
+ def disk_space_cap(self) -> pulumi.Output[builtins.str]:
1094
1095
  """
1095
1096
  The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
1096
1097
  """
@@ -1098,7 +1099,7 @@ class KafkaConnect(pulumi.CustomResource):
1098
1099
 
1099
1100
  @property
1100
1101
  @pulumi.getter(name="diskSpaceDefault")
1101
- def disk_space_default(self) -> pulumi.Output[str]:
1102
+ def disk_space_default(self) -> pulumi.Output[builtins.str]:
1102
1103
  """
1103
1104
  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
1105
  """
@@ -1106,7 +1107,7 @@ class KafkaConnect(pulumi.CustomResource):
1106
1107
 
1107
1108
  @property
1108
1109
  @pulumi.getter(name="diskSpaceStep")
1109
- def disk_space_step(self) -> pulumi.Output[str]:
1110
+ def disk_space_step(self) -> pulumi.Output[builtins.str]:
1110
1111
  """
1111
1112
  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
1113
  """
@@ -1115,7 +1116,7 @@ class KafkaConnect(pulumi.CustomResource):
1115
1116
  @property
1116
1117
  @pulumi.getter(name="diskSpaceUsed")
1117
1118
  @_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]:
1119
+ def disk_space_used(self) -> pulumi.Output[builtins.str]:
1119
1120
  """
1120
1121
  Disk space that service is currently using
1121
1122
  """
@@ -1131,7 +1132,7 @@ class KafkaConnect(pulumi.CustomResource):
1131
1132
 
1132
1133
  @property
1133
1134
  @pulumi.getter(name="maintenanceWindowDow")
1134
- def maintenance_window_dow(self) -> pulumi.Output[Optional[str]]:
1135
+ def maintenance_window_dow(self) -> pulumi.Output[Optional[builtins.str]]:
1135
1136
  """
1136
1137
  Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1137
1138
  """
@@ -1139,7 +1140,7 @@ class KafkaConnect(pulumi.CustomResource):
1139
1140
 
1140
1141
  @property
1141
1142
  @pulumi.getter(name="maintenanceWindowTime")
1142
- def maintenance_window_time(self) -> pulumi.Output[Optional[str]]:
1143
+ def maintenance_window_time(self) -> pulumi.Output[Optional[builtins.str]]:
1143
1144
  """
1144
1145
  Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
1145
1146
  """
@@ -1147,7 +1148,7 @@ class KafkaConnect(pulumi.CustomResource):
1147
1148
 
1148
1149
  @property
1149
1150
  @pulumi.getter
1150
- def plan(self) -> pulumi.Output[str]:
1151
+ def plan(self) -> pulumi.Output[builtins.str]:
1151
1152
  """
1152
1153
  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
1154
  """
@@ -1155,7 +1156,7 @@ class KafkaConnect(pulumi.CustomResource):
1155
1156
 
1156
1157
  @property
1157
1158
  @pulumi.getter
1158
- def project(self) -> pulumi.Output[str]:
1159
+ def project(self) -> pulumi.Output[builtins.str]:
1159
1160
  """
1160
1161
  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
1162
  """
@@ -1163,7 +1164,7 @@ class KafkaConnect(pulumi.CustomResource):
1163
1164
 
1164
1165
  @property
1165
1166
  @pulumi.getter(name="projectVpcId")
1166
- def project_vpc_id(self) -> pulumi.Output[str]:
1167
+ def project_vpc_id(self) -> pulumi.Output[builtins.str]:
1167
1168
  """
1168
1169
  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
1170
  """
@@ -1171,7 +1172,7 @@ class KafkaConnect(pulumi.CustomResource):
1171
1172
 
1172
1173
  @property
1173
1174
  @pulumi.getter(name="serviceHost")
1174
- def service_host(self) -> pulumi.Output[str]:
1175
+ def service_host(self) -> pulumi.Output[builtins.str]:
1175
1176
  """
1176
1177
  The hostname of the service.
1177
1178
  """
@@ -1187,7 +1188,7 @@ class KafkaConnect(pulumi.CustomResource):
1187
1188
 
1188
1189
  @property
1189
1190
  @pulumi.getter(name="serviceName")
1190
- def service_name(self) -> pulumi.Output[str]:
1191
+ def service_name(self) -> pulumi.Output[builtins.str]:
1191
1192
  """
1192
1193
  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
1194
  """
@@ -1195,7 +1196,7 @@ class KafkaConnect(pulumi.CustomResource):
1195
1196
 
1196
1197
  @property
1197
1198
  @pulumi.getter(name="servicePassword")
1198
- def service_password(self) -> pulumi.Output[str]:
1199
+ def service_password(self) -> pulumi.Output[builtins.str]:
1199
1200
  """
1200
1201
  Password used for connecting to the service, if applicable
1201
1202
  """
@@ -1203,7 +1204,7 @@ class KafkaConnect(pulumi.CustomResource):
1203
1204
 
1204
1205
  @property
1205
1206
  @pulumi.getter(name="servicePort")
1206
- def service_port(self) -> pulumi.Output[int]:
1207
+ def service_port(self) -> pulumi.Output[builtins.int]:
1207
1208
  """
1208
1209
  The port of the service
1209
1210
  """
@@ -1211,7 +1212,7 @@ class KafkaConnect(pulumi.CustomResource):
1211
1212
 
1212
1213
  @property
1213
1214
  @pulumi.getter(name="serviceType")
1214
- def service_type(self) -> pulumi.Output[str]:
1215
+ def service_type(self) -> pulumi.Output[builtins.str]:
1215
1216
  """
1216
1217
  Aiven internal service type code
1217
1218
  """
@@ -1219,7 +1220,7 @@ class KafkaConnect(pulumi.CustomResource):
1219
1220
 
1220
1221
  @property
1221
1222
  @pulumi.getter(name="serviceUri")
1222
- def service_uri(self) -> pulumi.Output[str]:
1223
+ def service_uri(self) -> pulumi.Output[builtins.str]:
1223
1224
  """
1224
1225
  URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
1225
1226
  """
@@ -1227,7 +1228,7 @@ class KafkaConnect(pulumi.CustomResource):
1227
1228
 
1228
1229
  @property
1229
1230
  @pulumi.getter(name="serviceUsername")
1230
- def service_username(self) -> pulumi.Output[str]:
1231
+ def service_username(self) -> pulumi.Output[builtins.str]:
1231
1232
  """
1232
1233
  Username used for connecting to the service, if applicable
1233
1234
  """
@@ -1235,7 +1236,7 @@ class KafkaConnect(pulumi.CustomResource):
1235
1236
 
1236
1237
  @property
1237
1238
  @pulumi.getter
1238
- def state(self) -> pulumi.Output[str]:
1239
+ def state(self) -> pulumi.Output[builtins.str]:
1239
1240
  """
1240
1241
  Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1241
1242
  """
@@ -1243,7 +1244,7 @@ class KafkaConnect(pulumi.CustomResource):
1243
1244
 
1244
1245
  @property
1245
1246
  @pulumi.getter(name="staticIps")
1246
- def static_ips(self) -> pulumi.Output[Optional[Sequence[str]]]:
1247
+ def static_ips(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
1247
1248
  """
1248
1249
  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
1250
  """
@@ -1267,7 +1268,7 @@ class KafkaConnect(pulumi.CustomResource):
1267
1268
 
1268
1269
  @property
1269
1270
  @pulumi.getter(name="terminationProtection")
1270
- def termination_protection(self) -> pulumi.Output[Optional[bool]]:
1271
+ def termination_protection(self) -> pulumi.Output[Optional[builtins.bool]]:
1271
1272
  """
1272
1273
  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
1274
  """