pulumi-aiven 6.37.0a1743570488__py3-none-any.whl → 6.37.0a1744255932__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-aiven might be problematic. Click here for more details.

Files changed (187) hide show
  1. pulumi_aiven/__init__.py +22 -0
  2. pulumi_aiven/_inputs.py +8877 -8288
  3. pulumi_aiven/account.py +71 -70
  4. pulumi_aiven/account_authentication.py +204 -203
  5. pulumi_aiven/account_team.py +50 -49
  6. pulumi_aiven/account_team_member.py +64 -63
  7. pulumi_aiven/account_team_project.py +57 -56
  8. pulumi_aiven/alloydbomni.py +247 -254
  9. pulumi_aiven/alloydbomni_database.py +71 -70
  10. pulumi_aiven/alloydbomni_user.py +92 -91
  11. pulumi_aiven/aws_org_vpc_peering_connection.py +92 -91
  12. pulumi_aiven/aws_privatelink.py +57 -56
  13. pulumi_aiven/aws_vpc_peering_connection.py +78 -77
  14. pulumi_aiven/azure_org_vpc_peering_connection.py +113 -112
  15. pulumi_aiven/azure_privatelink.py +71 -70
  16. pulumi_aiven/azure_privatelink_connection_approval.py +57 -56
  17. pulumi_aiven/azure_vpc_peering_connection.py +106 -105
  18. pulumi_aiven/billing_group.py +211 -210
  19. pulumi_aiven/cassandra.py +233 -240
  20. pulumi_aiven/cassandra_user.py +78 -77
  21. pulumi_aiven/clickhouse.py +233 -240
  22. pulumi_aiven/clickhouse_database.py +53 -52
  23. pulumi_aiven/clickhouse_grant.py +57 -56
  24. pulumi_aiven/clickhouse_role.py +43 -42
  25. pulumi_aiven/clickhouse_user.py +64 -63
  26. pulumi_aiven/config/__init__.py +1 -0
  27. pulumi_aiven/config/__init__.pyi +1 -0
  28. pulumi_aiven/config/vars.py +1 -0
  29. pulumi_aiven/connection_pool.py +106 -105
  30. pulumi_aiven/dragonfly.py +233 -240
  31. pulumi_aiven/flink.py +233 -240
  32. pulumi_aiven/flink_application.py +78 -77
  33. pulumi_aiven/flink_application_deployment.py +113 -112
  34. pulumi_aiven/flink_application_version.py +85 -84
  35. pulumi_aiven/flink_jar_application.py +78 -77
  36. pulumi_aiven/flink_jar_application_deployment.py +176 -175
  37. pulumi_aiven/flink_jar_application_version.py +92 -91
  38. pulumi_aiven/gcp_org_vpc_peering_connection.py +71 -70
  39. pulumi_aiven/gcp_privatelink.py +50 -49
  40. pulumi_aiven/gcp_privatelink_connection_approval.py +64 -63
  41. pulumi_aiven/gcp_vpc_peering_connection.py +64 -63
  42. pulumi_aiven/get_account.py +14 -13
  43. pulumi_aiven/get_account_authentication.py +27 -26
  44. pulumi_aiven/get_account_team.py +15 -14
  45. pulumi_aiven/get_account_team_member.py +20 -19
  46. pulumi_aiven/get_account_team_project.py +18 -17
  47. pulumi_aiven/get_alloydbomni.py +34 -36
  48. pulumi_aiven/get_alloydbomni_database.py +19 -18
  49. pulumi_aiven/get_alloydbomni_user.py +22 -21
  50. pulumi_aiven/get_aws_org_vpc_peering_connection.py +30 -29
  51. pulumi_aiven/get_aws_privatelink.py +15 -14
  52. pulumi_aiven/get_aws_vpc_peering_connection.py +25 -24
  53. pulumi_aiven/get_azure_org_vpc_peering_connection.py +31 -30
  54. pulumi_aiven/get_azure_privatelink.py +17 -16
  55. pulumi_aiven/get_azure_vpc_peering_connection.py +35 -34
  56. pulumi_aiven/get_billing_group.py +22 -21
  57. pulumi_aiven/get_cassanda.py +33 -35
  58. pulumi_aiven/get_cassandra.py +33 -35
  59. pulumi_aiven/get_cassandra_user.py +21 -20
  60. pulumi_aiven/get_clickhouse.py +33 -35
  61. pulumi_aiven/get_clickhouse_database.py +18 -17
  62. pulumi_aiven/get_clickhouse_user.py +20 -19
  63. pulumi_aiven/get_connection_pool.py +22 -21
  64. pulumi_aiven/get_dragonfly.py +33 -35
  65. pulumi_aiven/get_external_identity.py +22 -21
  66. pulumi_aiven/get_flink.py +33 -35
  67. pulumi_aiven/get_flink_application.py +22 -21
  68. pulumi_aiven/get_flink_application_version.py +26 -25
  69. pulumi_aiven/get_gcp_org_vpc_peering_connection.py +24 -23
  70. pulumi_aiven/get_gcp_privatelink.py +15 -14
  71. pulumi_aiven/get_gcp_vpc_peering_connection.py +20 -19
  72. pulumi_aiven/get_grafana.py +33 -35
  73. pulumi_aiven/get_influx_db.py +28 -27
  74. pulumi_aiven/get_influxdb_database.py +12 -11
  75. pulumi_aiven/get_influxdb_user.py +15 -14
  76. pulumi_aiven/get_kafka.py +35 -37
  77. pulumi_aiven/get_kafka_acl.py +28 -27
  78. pulumi_aiven/get_kafka_connect.py +33 -35
  79. pulumi_aiven/get_kafka_connector.py +24 -23
  80. pulumi_aiven/get_kafka_mirror_maker.py +33 -35
  81. pulumi_aiven/get_kafka_schema.py +21 -20
  82. pulumi_aiven/get_kafka_schema_configuration.py +17 -16
  83. pulumi_aiven/get_kafka_schema_registry_acl.py +28 -27
  84. pulumi_aiven/get_kafka_topic.py +22 -21
  85. pulumi_aiven/get_kafka_user.py +21 -20
  86. pulumi_aiven/get_m3_aggregator.py +33 -35
  87. pulumi_aiven/get_m3_db.py +33 -35
  88. pulumi_aiven/get_m3db_user.py +19 -18
  89. pulumi_aiven/get_mirror_maker_replication_flow.py +34 -33
  90. pulumi_aiven/get_my_sql.py +33 -35
  91. pulumi_aiven/get_mysql_database.py +18 -17
  92. pulumi_aiven/get_mysql_user.py +22 -21
  93. pulumi_aiven/get_open_search.py +33 -35
  94. pulumi_aiven/get_open_search_acl_config.py +14 -13
  95. pulumi_aiven/get_open_search_acl_rule.py +27 -26
  96. pulumi_aiven/get_opensearch_security_plugin_config.py +16 -15
  97. pulumi_aiven/get_opensearch_user.py +19 -18
  98. pulumi_aiven/get_organization.py +14 -13
  99. pulumi_aiven/get_organization_address.py +227 -0
  100. pulumi_aiven/get_organization_application_user.py +15 -34
  101. pulumi_aiven/get_organization_billing_group.py +241 -0
  102. pulumi_aiven/get_organization_billing_group_list.py +110 -0
  103. pulumi_aiven/get_organization_project.py +30 -15
  104. pulumi_aiven/get_organization_user.py +18 -17
  105. pulumi_aiven/get_organization_user_group.py +16 -15
  106. pulumi_aiven/get_organization_user_list.py +32 -19
  107. pulumi_aiven/get_organization_vpc.py +17 -16
  108. pulumi_aiven/get_organizational_unit.py +11 -10
  109. pulumi_aiven/get_pg.py +33 -35
  110. pulumi_aiven/get_pg_database.py +20 -19
  111. pulumi_aiven/get_pg_user.py +22 -21
  112. pulumi_aiven/get_project.py +19 -18
  113. pulumi_aiven/get_project_user.py +14 -13
  114. pulumi_aiven/get_project_vpc.py +19 -18
  115. pulumi_aiven/get_redis.py +33 -35
  116. pulumi_aiven/get_redis_user.py +23 -22
  117. pulumi_aiven/get_service_component.py +54 -39
  118. pulumi_aiven/get_service_integration.py +29 -28
  119. pulumi_aiven/get_service_integration_endpoint.py +14 -13
  120. pulumi_aiven/get_thanos.py +33 -35
  121. pulumi_aiven/get_transit_gateway_vpc_attachment.py +22 -21
  122. pulumi_aiven/get_valkey.py +33 -35
  123. pulumi_aiven/get_valkey_user.py +23 -22
  124. pulumi_aiven/grafana.py +233 -240
  125. pulumi_aiven/influx_db.py +251 -244
  126. pulumi_aiven/influxdb_database.py +53 -52
  127. pulumi_aiven/influxdb_user.py +78 -77
  128. pulumi_aiven/kafka.py +261 -268
  129. pulumi_aiven/kafka_acl.py +78 -77
  130. pulumi_aiven/kafka_connect.py +233 -240
  131. pulumi_aiven/kafka_connector.py +99 -98
  132. pulumi_aiven/kafka_mirror_maker.py +233 -240
  133. pulumi_aiven/kafka_native_acl.py +127 -126
  134. pulumi_aiven/kafka_quota.py +99 -98
  135. pulumi_aiven/kafka_schema.py +92 -91
  136. pulumi_aiven/kafka_schema_configuration.py +43 -42
  137. pulumi_aiven/kafka_schema_registry_acl.py +78 -77
  138. pulumi_aiven/kafka_topic.py +109 -108
  139. pulumi_aiven/kafka_user.py +78 -77
  140. pulumi_aiven/m3_aggregator.py +233 -240
  141. pulumi_aiven/m3_db.py +233 -240
  142. pulumi_aiven/m3db_user.py +64 -63
  143. pulumi_aiven/mirror_maker_replication_flow.py +225 -224
  144. pulumi_aiven/my_sql.py +233 -240
  145. pulumi_aiven/mysql_database.py +53 -52
  146. pulumi_aiven/mysql_user.py +92 -91
  147. pulumi_aiven/open_search.py +233 -240
  148. pulumi_aiven/open_search_acl_config.py +57 -56
  149. pulumi_aiven/open_search_acl_rule.py +75 -74
  150. pulumi_aiven/opensearch_security_plugin_config.py +64 -63
  151. pulumi_aiven/opensearch_user.py +64 -63
  152. pulumi_aiven/organization.py +38 -37
  153. pulumi_aiven/organization_address.py +557 -0
  154. pulumi_aiven/organization_application_user.py +61 -60
  155. pulumi_aiven/organization_application_user_token.py +169 -168
  156. pulumi_aiven/organization_billing_group.py +645 -0
  157. pulumi_aiven/organization_group_project.py +43 -42
  158. pulumi_aiven/organization_permission.py +45 -44
  159. pulumi_aiven/organization_project.py +114 -82
  160. pulumi_aiven/organization_user.py +57 -56
  161. pulumi_aiven/organization_user_group.py +64 -63
  162. pulumi_aiven/organization_user_group_member.py +50 -81
  163. pulumi_aiven/organization_vpc.py +71 -70
  164. pulumi_aiven/organizational_unit.py +50 -49
  165. pulumi_aiven/outputs.py +10770 -10004
  166. pulumi_aiven/pg.py +233 -240
  167. pulumi_aiven/pg_database.py +81 -80
  168. pulumi_aiven/pg_user.py +92 -91
  169. pulumi_aiven/project.py +155 -154
  170. pulumi_aiven/project_user.py +50 -49
  171. pulumi_aiven/project_vpc.py +50 -49
  172. pulumi_aiven/provider.py +9 -8
  173. pulumi_aiven/pulumi-plugin.json +1 -1
  174. pulumi_aiven/redis.py +233 -240
  175. pulumi_aiven/redis_user.py +120 -119
  176. pulumi_aiven/service_integration.py +124 -123
  177. pulumi_aiven/service_integration_endpoint.py +50 -49
  178. pulumi_aiven/static_ip.py +57 -56
  179. pulumi_aiven/thanos.py +233 -240
  180. pulumi_aiven/transit_gateway_vpc_attachment.py +92 -91
  181. pulumi_aiven/valkey.py +233 -240
  182. pulumi_aiven/valkey_user.py +120 -119
  183. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744255932.dist-info}/METADATA +1 -1
  184. pulumi_aiven-6.37.0a1744255932.dist-info/RECORD +188 -0
  185. pulumi_aiven-6.37.0a1743570488.dist-info/RECORD +0 -183
  186. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744255932.dist-info}/WHEEL +0 -0
  187. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744255932.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -21,38 +22,38 @@ __all__ = ['KafkaMirrorMakerArgs', 'KafkaMirrorMaker']
21
22
  @pulumi.input_type
22
23
  class KafkaMirrorMakerArgs:
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_mirrormaker_user_config: Optional[pulumi.Input['KafkaMirrorMakerKafkaMirrormakerUserConfigArgs']] = 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['KafkaMirrorMakerServiceIntegrationArgs']]]] = 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['KafkaMirrorMakerTagArgs']]]] = None,
37
38
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input['KafkaMirrorMakerTechEmailArgs']]]] = 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 KafkaMirrorMaker resource.
41
- :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
42
- :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
43
- :param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
44
- :param pulumi.Input[str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
45
- :param pulumi.Input[str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
46
- :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
42
+ :param pulumi.Input[builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
43
+ :param pulumi.Input[builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
44
+ :param pulumi.Input[builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
45
+ :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
46
+ :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
47
+ :param pulumi.Input[builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
47
48
  :param pulumi.Input['KafkaMirrorMakerKafkaMirrormakerUserConfigArgs'] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
48
- :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['KafkaMirrorMakerServiceIntegrationArgs']]] 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['KafkaMirrorMakerTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
54
55
  :param pulumi.Input[Sequence[pulumi.Input['KafkaMirrorMakerTechEmailArgs']]] 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 KafkaMirrorMakerArgs:
87
88
 
88
89
  @property
89
90
  @pulumi.getter
90
- def plan(self) -> pulumi.Input[str]:
91
+ def plan(self) -> pulumi.Input[builtins.str]:
91
92
  """
92
93
  Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
93
94
  """
94
95
  return pulumi.get(self, "plan")
95
96
 
96
97
  @plan.setter
97
- def plan(self, value: pulumi.Input[str]):
98
+ def plan(self, value: pulumi.Input[builtins.str]):
98
99
  pulumi.set(self, "plan", value)
99
100
 
100
101
  @property
101
102
  @pulumi.getter
102
- def project(self) -> pulumi.Input[str]:
103
+ def project(self) -> pulumi.Input[builtins.str]:
103
104
  """
104
105
  The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
105
106
  """
106
107
  return pulumi.get(self, "project")
107
108
 
108
109
  @project.setter
109
- def project(self, value: pulumi.Input[str]):
110
+ def project(self, value: pulumi.Input[builtins.str]):
110
111
  pulumi.set(self, "project", value)
111
112
 
112
113
  @property
113
114
  @pulumi.getter(name="serviceName")
114
- def service_name(self) -> pulumi.Input[str]:
115
+ def service_name(self) -> pulumi.Input[builtins.str]:
115
116
  """
116
117
  Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
117
118
  """
118
119
  return pulumi.get(self, "service_name")
119
120
 
120
121
  @service_name.setter
121
- def service_name(self, value: pulumi.Input[str]):
122
+ def service_name(self, value: pulumi.Input[builtins.str]):
122
123
  pulumi.set(self, "service_name", value)
123
124
 
124
125
  @property
125
126
  @pulumi.getter(name="additionalDiskSpace")
126
- def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
127
+ def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
127
128
  """
128
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
129
+ Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
129
130
  """
130
131
  return pulumi.get(self, "additional_disk_space")
131
132
 
132
133
  @additional_disk_space.setter
133
- def additional_disk_space(self, value: Optional[pulumi.Input[str]]):
134
+ def additional_disk_space(self, value: Optional[pulumi.Input[builtins.str]]):
134
135
  pulumi.set(self, "additional_disk_space", value)
135
136
 
136
137
  @property
137
138
  @pulumi.getter(name="cloudName")
138
- def cloud_name(self) -> Optional[pulumi.Input[str]]:
139
+ def cloud_name(self) -> Optional[pulumi.Input[builtins.str]]:
139
140
  """
140
141
  The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
141
142
  """
142
143
  return pulumi.get(self, "cloud_name")
143
144
 
144
145
  @cloud_name.setter
145
- def cloud_name(self, value: Optional[pulumi.Input[str]]):
146
+ def cloud_name(self, value: Optional[pulumi.Input[builtins.str]]):
146
147
  pulumi.set(self, "cloud_name", value)
147
148
 
148
149
  @property
149
150
  @pulumi.getter(name="diskSpace")
150
151
  @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
151
- def disk_space(self) -> Optional[pulumi.Input[str]]:
152
+ def disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
152
153
  """
153
154
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
154
155
  """
155
156
  return pulumi.get(self, "disk_space")
156
157
 
157
158
  @disk_space.setter
158
- def disk_space(self, value: Optional[pulumi.Input[str]]):
159
+ def disk_space(self, value: Optional[pulumi.Input[builtins.str]]):
159
160
  pulumi.set(self, "disk_space", value)
160
161
 
161
162
  @property
@@ -172,38 +173,38 @@ class KafkaMirrorMakerArgs:
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 KafkaMirrorMakerArgs:
220
221
 
221
222
  @property
222
223
  @pulumi.getter(name="staticIps")
223
- def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
224
+ def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
224
225
  """
225
226
  Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
226
227
  """
227
228
  return pulumi.get(self, "static_ips")
228
229
 
229
230
  @static_ips.setter
230
- def static_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
231
+ def static_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
231
232
  pulumi.set(self, "static_ips", value)
232
233
 
233
234
  @property
@@ -256,76 +257,75 @@ class KafkaMirrorMakerArgs:
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 _KafkaMirrorMakerState:
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['KafkaMirrorMakerComponentArgs']]]] = 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_mirrormaker_user_config: Optional[pulumi.Input['KafkaMirrorMakerKafkaMirrormakerUserConfigArgs']] = 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['KafkaMirrorMakerServiceIntegrationArgs']]]] = 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['KafkaMirrorMakerTagArgs']]]] = None,
298
299
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input['KafkaMirrorMakerTechEmailArgs']]]] = 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 KafkaMirrorMaker resources.
302
- :param pulumi.Input[str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
303
- :param pulumi.Input[str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
303
+ :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
304
+ :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
304
305
  :param pulumi.Input[Sequence[pulumi.Input['KafkaMirrorMakerComponentArgs']]] 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['KafkaMirrorMakerKafkaMirrormakerUserConfigArgs'] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
311
- :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['KafkaMirrorMakerServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
318
- :param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
319
- :param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
320
- :param pulumi.Input[int] service_port: The port of the service
321
- :param pulumi.Input[str] service_type: Aiven internal service type code
322
- :param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
323
- :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
324
- :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
325
- :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
319
+ :param pulumi.Input[builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
320
+ :param pulumi.Input[builtins.str] service_password: Password used for connecting to the service, if applicable
321
+ :param pulumi.Input[builtins.int] service_port: The port of the service
322
+ :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
323
+ :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
324
+ :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
325
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
326
326
  :param pulumi.Input[Sequence[pulumi.Input['KafkaMirrorMakerTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
327
327
  :param pulumi.Input[Sequence[pulumi.Input['KafkaMirrorMakerTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
328
- :param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
328
+ :param pulumi.Input[builtins.bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
329
329
  """
330
330
  if additional_disk_space is not None:
331
331
  pulumi.set(__self__, "additional_disk_space", additional_disk_space)
@@ -390,26 +390,26 @@ class _KafkaMirrorMakerState:
390
390
 
391
391
  @property
392
392
  @pulumi.getter(name="additionalDiskSpace")
393
- def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
393
+ def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
394
394
  """
395
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
395
+ Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
396
396
  """
397
397
  return pulumi.get(self, "additional_disk_space")
398
398
 
399
399
  @additional_disk_space.setter
400
- def additional_disk_space(self, value: Optional[pulumi.Input[str]]):
400
+ def additional_disk_space(self, value: Optional[pulumi.Input[builtins.str]]):
401
401
  pulumi.set(self, "additional_disk_space", value)
402
402
 
403
403
  @property
404
404
  @pulumi.getter(name="cloudName")
405
- def cloud_name(self) -> Optional[pulumi.Input[str]]:
405
+ def cloud_name(self) -> Optional[pulumi.Input[builtins.str]]:
406
406
  """
407
407
  The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
408
408
  """
409
409
  return pulumi.get(self, "cloud_name")
410
410
 
411
411
  @cloud_name.setter
412
- def cloud_name(self, value: Optional[pulumi.Input[str]]):
412
+ def cloud_name(self, value: Optional[pulumi.Input[builtins.str]]):
413
413
  pulumi.set(self, "cloud_name", value)
414
414
 
415
415
  @property
@@ -427,63 +427,63 @@ class _KafkaMirrorMakerState:
427
427
  @property
428
428
  @pulumi.getter(name="diskSpace")
429
429
  @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
430
- def disk_space(self) -> Optional[pulumi.Input[str]]:
430
+ def disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
431
431
  """
432
432
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
433
433
  """
434
434
  return pulumi.get(self, "disk_space")
435
435
 
436
436
  @disk_space.setter
437
- def disk_space(self, value: Optional[pulumi.Input[str]]):
437
+ def disk_space(self, value: Optional[pulumi.Input[builtins.str]]):
438
438
  pulumi.set(self, "disk_space", value)
439
439
 
440
440
  @property
441
441
  @pulumi.getter(name="diskSpaceCap")
442
- def disk_space_cap(self) -> Optional[pulumi.Input[str]]:
442
+ def disk_space_cap(self) -> Optional[pulumi.Input[builtins.str]]:
443
443
  """
444
444
  The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
445
445
  """
446
446
  return pulumi.get(self, "disk_space_cap")
447
447
 
448
448
  @disk_space_cap.setter
449
- def disk_space_cap(self, value: Optional[pulumi.Input[str]]):
449
+ def disk_space_cap(self, value: Optional[pulumi.Input[builtins.str]]):
450
450
  pulumi.set(self, "disk_space_cap", value)
451
451
 
452
452
  @property
453
453
  @pulumi.getter(name="diskSpaceDefault")
454
- def disk_space_default(self) -> Optional[pulumi.Input[str]]:
454
+ def disk_space_default(self) -> Optional[pulumi.Input[builtins.str]]:
455
455
  """
456
456
  The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
457
457
  """
458
458
  return pulumi.get(self, "disk_space_default")
459
459
 
460
460
  @disk_space_default.setter
461
- def disk_space_default(self, value: Optional[pulumi.Input[str]]):
461
+ def disk_space_default(self, value: Optional[pulumi.Input[builtins.str]]):
462
462
  pulumi.set(self, "disk_space_default", value)
463
463
 
464
464
  @property
465
465
  @pulumi.getter(name="diskSpaceStep")
466
- def disk_space_step(self) -> Optional[pulumi.Input[str]]:
466
+ def disk_space_step(self) -> Optional[pulumi.Input[builtins.str]]:
467
467
  """
468
468
  The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
469
469
  """
470
470
  return pulumi.get(self, "disk_space_step")
471
471
 
472
472
  @disk_space_step.setter
473
- def disk_space_step(self, value: Optional[pulumi.Input[str]]):
473
+ def disk_space_step(self, value: Optional[pulumi.Input[builtins.str]]):
474
474
  pulumi.set(self, "disk_space_step", value)
475
475
 
476
476
  @property
477
477
  @pulumi.getter(name="diskSpaceUsed")
478
478
  @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
479
- def disk_space_used(self) -> Optional[pulumi.Input[str]]:
479
+ def disk_space_used(self) -> Optional[pulumi.Input[builtins.str]]:
480
480
  """
481
481
  Disk space that service is currently using
482
482
  """
483
483
  return pulumi.get(self, "disk_space_used")
484
484
 
485
485
  @disk_space_used.setter
486
- def disk_space_used(self, value: Optional[pulumi.Input[str]]):
486
+ def disk_space_used(self, value: Optional[pulumi.Input[builtins.str]]):
487
487
  pulumi.set(self, "disk_space_used", value)
488
488
 
489
489
  @property
@@ -500,74 +500,74 @@ class _KafkaMirrorMakerState:
500
500
 
501
501
  @property
502
502
  @pulumi.getter(name="maintenanceWindowDow")
503
- def maintenance_window_dow(self) -> Optional[pulumi.Input[str]]:
503
+ def maintenance_window_dow(self) -> Optional[pulumi.Input[builtins.str]]:
504
504
  """
505
505
  Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
506
506
  """
507
507
  return pulumi.get(self, "maintenance_window_dow")
508
508
 
509
509
  @maintenance_window_dow.setter
510
- def maintenance_window_dow(self, value: Optional[pulumi.Input[str]]):
510
+ def maintenance_window_dow(self, value: Optional[pulumi.Input[builtins.str]]):
511
511
  pulumi.set(self, "maintenance_window_dow", value)
512
512
 
513
513
  @property
514
514
  @pulumi.getter(name="maintenanceWindowTime")
515
- def maintenance_window_time(self) -> Optional[pulumi.Input[str]]:
515
+ def maintenance_window_time(self) -> Optional[pulumi.Input[builtins.str]]:
516
516
  """
517
517
  Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
518
518
  """
519
519
  return pulumi.get(self, "maintenance_window_time")
520
520
 
521
521
  @maintenance_window_time.setter
522
- def maintenance_window_time(self, value: Optional[pulumi.Input[str]]):
522
+ def maintenance_window_time(self, value: Optional[pulumi.Input[builtins.str]]):
523
523
  pulumi.set(self, "maintenance_window_time", value)
524
524
 
525
525
  @property
526
526
  @pulumi.getter
527
- def plan(self) -> Optional[pulumi.Input[str]]:
527
+ def plan(self) -> Optional[pulumi.Input[builtins.str]]:
528
528
  """
529
529
  Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
530
530
  """
531
531
  return pulumi.get(self, "plan")
532
532
 
533
533
  @plan.setter
534
- def plan(self, value: Optional[pulumi.Input[str]]):
534
+ def plan(self, value: Optional[pulumi.Input[builtins.str]]):
535
535
  pulumi.set(self, "plan", value)
536
536
 
537
537
  @property
538
538
  @pulumi.getter
539
- def project(self) -> Optional[pulumi.Input[str]]:
539
+ def project(self) -> Optional[pulumi.Input[builtins.str]]:
540
540
  """
541
541
  The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
542
542
  """
543
543
  return pulumi.get(self, "project")
544
544
 
545
545
  @project.setter
546
- def project(self, value: Optional[pulumi.Input[str]]):
546
+ def project(self, value: Optional[pulumi.Input[builtins.str]]):
547
547
  pulumi.set(self, "project", value)
548
548
 
549
549
  @property
550
550
  @pulumi.getter(name="projectVpcId")
551
- def project_vpc_id(self) -> Optional[pulumi.Input[str]]:
551
+ def project_vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
552
552
  """
553
553
  Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
554
554
  """
555
555
  return pulumi.get(self, "project_vpc_id")
556
556
 
557
557
  @project_vpc_id.setter
558
- def project_vpc_id(self, value: Optional[pulumi.Input[str]]):
558
+ def project_vpc_id(self, value: Optional[pulumi.Input[builtins.str]]):
559
559
  pulumi.set(self, "project_vpc_id", value)
560
560
 
561
561
  @property
562
562
  @pulumi.getter(name="serviceHost")
563
- def service_host(self) -> Optional[pulumi.Input[str]]:
563
+ def service_host(self) -> Optional[pulumi.Input[builtins.str]]:
564
564
  """
565
565
  The hostname of the service.
566
566
  """
567
567
  return pulumi.get(self, "service_host")
568
568
 
569
569
  @service_host.setter
570
- def service_host(self, value: Optional[pulumi.Input[str]]):
570
+ def service_host(self, value: Optional[pulumi.Input[builtins.str]]):
571
571
  pulumi.set(self, "service_host", value)
572
572
 
573
573
  @property
@@ -584,98 +584,95 @@ class _KafkaMirrorMakerState:
584
584
 
585
585
  @property
586
586
  @pulumi.getter(name="serviceName")
587
- def service_name(self) -> Optional[pulumi.Input[str]]:
587
+ def service_name(self) -> Optional[pulumi.Input[builtins.str]]:
588
588
  """
589
589
  Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
590
590
  """
591
591
  return pulumi.get(self, "service_name")
592
592
 
593
593
  @service_name.setter
594
- def service_name(self, value: Optional[pulumi.Input[str]]):
594
+ def service_name(self, value: Optional[pulumi.Input[builtins.str]]):
595
595
  pulumi.set(self, "service_name", value)
596
596
 
597
597
  @property
598
598
  @pulumi.getter(name="servicePassword")
599
- def service_password(self) -> Optional[pulumi.Input[str]]:
599
+ def service_password(self) -> Optional[pulumi.Input[builtins.str]]:
600
600
  """
601
601
  Password used for connecting to the service, if applicable
602
602
  """
603
603
  return pulumi.get(self, "service_password")
604
604
 
605
605
  @service_password.setter
606
- def service_password(self, value: Optional[pulumi.Input[str]]):
606
+ def service_password(self, value: Optional[pulumi.Input[builtins.str]]):
607
607
  pulumi.set(self, "service_password", value)
608
608
 
609
609
  @property
610
610
  @pulumi.getter(name="servicePort")
611
- def service_port(self) -> Optional[pulumi.Input[int]]:
611
+ def service_port(self) -> Optional[pulumi.Input[builtins.int]]:
612
612
  """
613
613
  The port of the service
614
614
  """
615
615
  return pulumi.get(self, "service_port")
616
616
 
617
617
  @service_port.setter
618
- def service_port(self, value: Optional[pulumi.Input[int]]):
618
+ def service_port(self, value: Optional[pulumi.Input[builtins.int]]):
619
619
  pulumi.set(self, "service_port", value)
620
620
 
621
621
  @property
622
622
  @pulumi.getter(name="serviceType")
623
- def service_type(self) -> Optional[pulumi.Input[str]]:
623
+ def service_type(self) -> Optional[pulumi.Input[builtins.str]]:
624
624
  """
625
625
  Aiven internal service type code
626
626
  """
627
627
  return pulumi.get(self, "service_type")
628
628
 
629
629
  @service_type.setter
630
- def service_type(self, value: Optional[pulumi.Input[str]]):
630
+ def service_type(self, value: Optional[pulumi.Input[builtins.str]]):
631
631
  pulumi.set(self, "service_type", value)
632
632
 
633
633
  @property
634
634
  @pulumi.getter(name="serviceUri")
635
- def service_uri(self) -> Optional[pulumi.Input[str]]:
635
+ def service_uri(self) -> Optional[pulumi.Input[builtins.str]]:
636
636
  """
637
637
  URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
638
638
  """
639
639
  return pulumi.get(self, "service_uri")
640
640
 
641
641
  @service_uri.setter
642
- def service_uri(self, value: Optional[pulumi.Input[str]]):
642
+ def service_uri(self, value: Optional[pulumi.Input[builtins.str]]):
643
643
  pulumi.set(self, "service_uri", value)
644
644
 
645
645
  @property
646
646
  @pulumi.getter(name="serviceUsername")
647
- def service_username(self) -> Optional[pulumi.Input[str]]:
647
+ def service_username(self) -> Optional[pulumi.Input[builtins.str]]:
648
648
  """
649
649
  Username used for connecting to the service, if applicable
650
650
  """
651
651
  return pulumi.get(self, "service_username")
652
652
 
653
653
  @service_username.setter
654
- def service_username(self, value: Optional[pulumi.Input[str]]):
654
+ def service_username(self, value: Optional[pulumi.Input[builtins.str]]):
655
655
  pulumi.set(self, "service_username", value)
656
656
 
657
657
  @property
658
658
  @pulumi.getter
659
- def state(self) -> Optional[pulumi.Input[str]]:
660
- """
661
- Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
662
- """
659
+ def state(self) -> Optional[pulumi.Input[builtins.str]]:
663
660
  return pulumi.get(self, "state")
664
661
 
665
662
  @state.setter
666
- def state(self, value: Optional[pulumi.Input[str]]):
663
+ def state(self, value: Optional[pulumi.Input[builtins.str]]):
667
664
  pulumi.set(self, "state", value)
668
665
 
669
666
  @property
670
667
  @pulumi.getter(name="staticIps")
671
- def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
668
+ def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
672
669
  """
673
670
  Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
674
671
  """
675
672
  return pulumi.get(self, "static_ips")
676
673
 
677
674
  @static_ips.setter
678
- def static_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
675
+ def static_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
679
676
  pulumi.set(self, "static_ips", value)
680
677
 
681
678
  @property
@@ -704,14 +701,14 @@ class _KafkaMirrorMakerState:
704
701
 
705
702
  @property
706
703
  @pulumi.getter(name="terminationProtection")
707
- def termination_protection(self) -> Optional[pulumi.Input[bool]]:
704
+ def termination_protection(self) -> Optional[pulumi.Input[builtins.bool]]:
708
705
  """
709
706
  Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
710
707
  """
711
708
  return pulumi.get(self, "termination_protection")
712
709
 
713
710
  @termination_protection.setter
714
- def termination_protection(self, value: Optional[pulumi.Input[bool]]):
711
+ def termination_protection(self, value: Optional[pulumi.Input[builtins.bool]]):
715
712
  pulumi.set(self, "termination_protection", value)
716
713
 
717
714
 
@@ -720,21 +717,21 @@ class KafkaMirrorMaker(pulumi.CustomResource):
720
717
  def __init__(__self__,
721
718
  resource_name: str,
722
719
  opts: Optional[pulumi.ResourceOptions] = None,
723
- additional_disk_space: Optional[pulumi.Input[str]] = None,
724
- cloud_name: Optional[pulumi.Input[str]] = None,
725
- disk_space: Optional[pulumi.Input[str]] = None,
720
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
721
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
722
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
726
723
  kafka_mirrormaker_user_config: Optional[pulumi.Input[Union['KafkaMirrorMakerKafkaMirrormakerUserConfigArgs', 'KafkaMirrorMakerKafkaMirrormakerUserConfigArgsDict']]] = None,
727
- maintenance_window_dow: Optional[pulumi.Input[str]] = None,
728
- maintenance_window_time: Optional[pulumi.Input[str]] = None,
729
- plan: Optional[pulumi.Input[str]] = None,
730
- project: Optional[pulumi.Input[str]] = None,
731
- project_vpc_id: Optional[pulumi.Input[str]] = None,
724
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
725
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
726
+ plan: Optional[pulumi.Input[builtins.str]] = None,
727
+ project: Optional[pulumi.Input[builtins.str]] = None,
728
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
732
729
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaMirrorMakerServiceIntegrationArgs', 'KafkaMirrorMakerServiceIntegrationArgsDict']]]]] = None,
733
- service_name: Optional[pulumi.Input[str]] = None,
734
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
730
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
731
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
735
732
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaMirrorMakerTagArgs', 'KafkaMirrorMakerTagArgsDict']]]]] = None,
736
733
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaMirrorMakerTechEmailArgs', 'KafkaMirrorMakerTechEmailArgsDict']]]]] = None,
737
- termination_protection: Optional[pulumi.Input[bool]] = None,
734
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None,
738
735
  __props__=None):
739
736
  """
740
737
  Creates and manages an [Aiven for Apache Kafka® MirrorMaker 2](https://aiven.io/docs/products/kafka/kafka-mirrormaker) service.
@@ -768,21 +765,21 @@ class KafkaMirrorMaker(pulumi.CustomResource):
768
765
 
769
766
  :param str resource_name: The name of the resource.
770
767
  :param pulumi.ResourceOptions opts: Options for the resource.
771
- :param pulumi.Input[str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
772
- :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.
773
- :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
768
+ :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
769
+ :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.
770
+ :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.
774
771
  :param pulumi.Input[Union['KafkaMirrorMakerKafkaMirrormakerUserConfigArgs', 'KafkaMirrorMakerKafkaMirrormakerUserConfigArgsDict']] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
775
- :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
776
- :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
777
- :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).
778
- :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.
779
- :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.
772
+ :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
773
+ :param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
774
+ :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).
775
+ :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.
776
+ :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.
780
777
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaMirrorMakerServiceIntegrationArgs', 'KafkaMirrorMakerServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
781
- :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.
782
- :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
778
+ :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.
779
+ :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
783
780
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaMirrorMakerTagArgs', 'KafkaMirrorMakerTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
784
781
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaMirrorMakerTechEmailArgs', 'KafkaMirrorMakerTechEmailArgsDict']]]] 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.
785
- :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.
782
+ :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.
786
783
  """
787
784
  ...
788
785
  @overload
@@ -835,21 +832,21 @@ class KafkaMirrorMaker(pulumi.CustomResource):
835
832
  def _internal_init(__self__,
836
833
  resource_name: str,
837
834
  opts: Optional[pulumi.ResourceOptions] = None,
838
- additional_disk_space: Optional[pulumi.Input[str]] = None,
839
- cloud_name: Optional[pulumi.Input[str]] = None,
840
- disk_space: Optional[pulumi.Input[str]] = None,
835
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
836
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
837
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
841
838
  kafka_mirrormaker_user_config: Optional[pulumi.Input[Union['KafkaMirrorMakerKafkaMirrormakerUserConfigArgs', 'KafkaMirrorMakerKafkaMirrormakerUserConfigArgsDict']]] = None,
842
- maintenance_window_dow: Optional[pulumi.Input[str]] = None,
843
- maintenance_window_time: Optional[pulumi.Input[str]] = None,
844
- plan: Optional[pulumi.Input[str]] = None,
845
- project: Optional[pulumi.Input[str]] = None,
846
- project_vpc_id: Optional[pulumi.Input[str]] = None,
839
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
840
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
841
+ plan: Optional[pulumi.Input[builtins.str]] = None,
842
+ project: Optional[pulumi.Input[builtins.str]] = None,
843
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
847
844
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaMirrorMakerServiceIntegrationArgs', 'KafkaMirrorMakerServiceIntegrationArgsDict']]]]] = None,
848
- service_name: Optional[pulumi.Input[str]] = None,
849
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
845
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
846
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
850
847
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaMirrorMakerTagArgs', 'KafkaMirrorMakerTagArgsDict']]]]] = None,
851
848
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaMirrorMakerTechEmailArgs', 'KafkaMirrorMakerTechEmailArgsDict']]]]] = None,
852
- termination_protection: Optional[pulumi.Input[bool]] = None,
849
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None,
853
850
  __props__=None):
854
851
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
855
852
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -904,33 +901,33 @@ class KafkaMirrorMaker(pulumi.CustomResource):
904
901
  def get(resource_name: str,
905
902
  id: pulumi.Input[str],
906
903
  opts: Optional[pulumi.ResourceOptions] = None,
907
- additional_disk_space: Optional[pulumi.Input[str]] = None,
908
- cloud_name: Optional[pulumi.Input[str]] = None,
904
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
905
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
909
906
  components: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaMirrorMakerComponentArgs', 'KafkaMirrorMakerComponentArgsDict']]]]] = None,
910
- disk_space: Optional[pulumi.Input[str]] = None,
911
- disk_space_cap: Optional[pulumi.Input[str]] = None,
912
- disk_space_default: Optional[pulumi.Input[str]] = None,
913
- disk_space_step: Optional[pulumi.Input[str]] = None,
914
- disk_space_used: Optional[pulumi.Input[str]] = None,
907
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
908
+ disk_space_cap: Optional[pulumi.Input[builtins.str]] = None,
909
+ disk_space_default: Optional[pulumi.Input[builtins.str]] = None,
910
+ disk_space_step: Optional[pulumi.Input[builtins.str]] = None,
911
+ disk_space_used: Optional[pulumi.Input[builtins.str]] = None,
915
912
  kafka_mirrormaker_user_config: Optional[pulumi.Input[Union['KafkaMirrorMakerKafkaMirrormakerUserConfigArgs', 'KafkaMirrorMakerKafkaMirrormakerUserConfigArgsDict']]] = None,
916
- maintenance_window_dow: Optional[pulumi.Input[str]] = None,
917
- maintenance_window_time: Optional[pulumi.Input[str]] = None,
918
- plan: Optional[pulumi.Input[str]] = None,
919
- project: Optional[pulumi.Input[str]] = None,
920
- project_vpc_id: Optional[pulumi.Input[str]] = None,
921
- service_host: Optional[pulumi.Input[str]] = None,
913
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
914
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
915
+ plan: Optional[pulumi.Input[builtins.str]] = None,
916
+ project: Optional[pulumi.Input[builtins.str]] = None,
917
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
918
+ service_host: Optional[pulumi.Input[builtins.str]] = None,
922
919
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaMirrorMakerServiceIntegrationArgs', 'KafkaMirrorMakerServiceIntegrationArgsDict']]]]] = None,
923
- service_name: Optional[pulumi.Input[str]] = None,
924
- service_password: Optional[pulumi.Input[str]] = None,
925
- service_port: Optional[pulumi.Input[int]] = None,
926
- service_type: Optional[pulumi.Input[str]] = None,
927
- service_uri: Optional[pulumi.Input[str]] = None,
928
- service_username: Optional[pulumi.Input[str]] = None,
929
- state: Optional[pulumi.Input[str]] = None,
930
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
920
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
921
+ service_password: Optional[pulumi.Input[builtins.str]] = None,
922
+ service_port: Optional[pulumi.Input[builtins.int]] = None,
923
+ service_type: Optional[pulumi.Input[builtins.str]] = None,
924
+ service_uri: Optional[pulumi.Input[builtins.str]] = None,
925
+ service_username: Optional[pulumi.Input[builtins.str]] = None,
926
+ state: Optional[pulumi.Input[builtins.str]] = None,
927
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
931
928
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaMirrorMakerTagArgs', 'KafkaMirrorMakerTagArgsDict']]]]] = None,
932
929
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaMirrorMakerTechEmailArgs', 'KafkaMirrorMakerTechEmailArgsDict']]]]] = None,
933
- termination_protection: Optional[pulumi.Input[bool]] = None) -> 'KafkaMirrorMaker':
930
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None) -> 'KafkaMirrorMaker':
934
931
  """
935
932
  Get an existing KafkaMirrorMaker resource's state with the given name, id, and optional extra
936
933
  properties used to qualify the lookup.
@@ -938,33 +935,32 @@ class KafkaMirrorMaker(pulumi.CustomResource):
938
935
  :param str resource_name: The unique name of the resulting resource.
939
936
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
940
937
  :param pulumi.ResourceOptions opts: Options for the resource.
941
- :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.
942
- :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.
938
+ :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
939
+ :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.
943
940
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaMirrorMakerComponentArgs', 'KafkaMirrorMakerComponentArgsDict']]]] components: Service component information objects
944
- :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.
945
- :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.
946
- :param pulumi.Input[str] disk_space_default: The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
947
- :param pulumi.Input[str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
948
- :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
941
+ :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.
942
+ :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.
943
+ :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`
944
+ :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.
945
+ :param pulumi.Input[builtins.str] disk_space_used: Disk space that service is currently using
949
946
  :param pulumi.Input[Union['KafkaMirrorMakerKafkaMirrormakerUserConfigArgs', 'KafkaMirrorMakerKafkaMirrormakerUserConfigArgsDict']] kafka_mirrormaker_user_config: KafkaMirrormaker user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
950
- :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
951
- :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
952
- :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).
953
- :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.
954
- :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.
955
- :param pulumi.Input[str] service_host: The hostname of the service.
947
+ :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
948
+ :param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
949
+ :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).
950
+ :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.
951
+ :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.
952
+ :param pulumi.Input[builtins.str] service_host: The hostname of the service.
956
953
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaMirrorMakerServiceIntegrationArgs', 'KafkaMirrorMakerServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
957
- :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.
958
- :param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
959
- :param pulumi.Input[int] service_port: The port of the service
960
- :param pulumi.Input[str] service_type: Aiven internal service type code
961
- :param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
962
- :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
963
- :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
964
- :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
954
+ :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.
955
+ :param pulumi.Input[builtins.str] service_password: Password used for connecting to the service, if applicable
956
+ :param pulumi.Input[builtins.int] service_port: The port of the service
957
+ :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
958
+ :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
959
+ :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
960
+ :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
965
961
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaMirrorMakerTagArgs', 'KafkaMirrorMakerTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
966
962
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaMirrorMakerTechEmailArgs', 'KafkaMirrorMakerTechEmailArgsDict']]]] 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.
967
- :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.
963
+ :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.
968
964
  """
969
965
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
970
966
 
@@ -1001,15 +997,15 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1001
997
 
1002
998
  @property
1003
999
  @pulumi.getter(name="additionalDiskSpace")
1004
- def additional_disk_space(self) -> pulumi.Output[str]:
1000
+ def additional_disk_space(self) -> pulumi.Output[builtins.str]:
1005
1001
  """
1006
- Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
1002
+ Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
1007
1003
  """
1008
1004
  return pulumi.get(self, "additional_disk_space")
1009
1005
 
1010
1006
  @property
1011
1007
  @pulumi.getter(name="cloudName")
1012
- def cloud_name(self) -> pulumi.Output[Optional[str]]:
1008
+ def cloud_name(self) -> pulumi.Output[Optional[builtins.str]]:
1013
1009
  """
1014
1010
  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.
1015
1011
  """
@@ -1026,7 +1022,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1026
1022
  @property
1027
1023
  @pulumi.getter(name="diskSpace")
1028
1024
  @_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.""")
1029
- def disk_space(self) -> pulumi.Output[Optional[str]]:
1025
+ def disk_space(self) -> pulumi.Output[Optional[builtins.str]]:
1030
1026
  """
1031
1027
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1032
1028
  """
@@ -1034,7 +1030,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1034
1030
 
1035
1031
  @property
1036
1032
  @pulumi.getter(name="diskSpaceCap")
1037
- def disk_space_cap(self) -> pulumi.Output[str]:
1033
+ def disk_space_cap(self) -> pulumi.Output[builtins.str]:
1038
1034
  """
1039
1035
  The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
1040
1036
  """
@@ -1042,7 +1038,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1042
1038
 
1043
1039
  @property
1044
1040
  @pulumi.getter(name="diskSpaceDefault")
1045
- def disk_space_default(self) -> pulumi.Output[str]:
1041
+ def disk_space_default(self) -> pulumi.Output[builtins.str]:
1046
1042
  """
1047
1043
  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`
1048
1044
  """
@@ -1050,7 +1046,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1050
1046
 
1051
1047
  @property
1052
1048
  @pulumi.getter(name="diskSpaceStep")
1053
- def disk_space_step(self) -> pulumi.Output[str]:
1049
+ def disk_space_step(self) -> pulumi.Output[builtins.str]:
1054
1050
  """
1055
1051
  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.
1056
1052
  """
@@ -1059,7 +1055,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1059
1055
  @property
1060
1056
  @pulumi.getter(name="diskSpaceUsed")
1061
1057
  @_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.""")
1062
- def disk_space_used(self) -> pulumi.Output[str]:
1058
+ def disk_space_used(self) -> pulumi.Output[builtins.str]:
1063
1059
  """
1064
1060
  Disk space that service is currently using
1065
1061
  """
@@ -1075,7 +1071,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1075
1071
 
1076
1072
  @property
1077
1073
  @pulumi.getter(name="maintenanceWindowDow")
1078
- def maintenance_window_dow(self) -> pulumi.Output[Optional[str]]:
1074
+ def maintenance_window_dow(self) -> pulumi.Output[Optional[builtins.str]]:
1079
1075
  """
1080
1076
  Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1081
1077
  """
@@ -1083,7 +1079,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1083
1079
 
1084
1080
  @property
1085
1081
  @pulumi.getter(name="maintenanceWindowTime")
1086
- def maintenance_window_time(self) -> pulumi.Output[Optional[str]]:
1082
+ def maintenance_window_time(self) -> pulumi.Output[Optional[builtins.str]]:
1087
1083
  """
1088
1084
  Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
1089
1085
  """
@@ -1091,7 +1087,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1091
1087
 
1092
1088
  @property
1093
1089
  @pulumi.getter
1094
- def plan(self) -> pulumi.Output[str]:
1090
+ def plan(self) -> pulumi.Output[builtins.str]:
1095
1091
  """
1096
1092
  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).
1097
1093
  """
@@ -1099,7 +1095,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1099
1095
 
1100
1096
  @property
1101
1097
  @pulumi.getter
1102
- def project(self) -> pulumi.Output[str]:
1098
+ def project(self) -> pulumi.Output[builtins.str]:
1103
1099
  """
1104
1100
  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.
1105
1101
  """
@@ -1107,7 +1103,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1107
1103
 
1108
1104
  @property
1109
1105
  @pulumi.getter(name="projectVpcId")
1110
- def project_vpc_id(self) -> pulumi.Output[str]:
1106
+ def project_vpc_id(self) -> pulumi.Output[builtins.str]:
1111
1107
  """
1112
1108
  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.
1113
1109
  """
@@ -1115,7 +1111,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1115
1111
 
1116
1112
  @property
1117
1113
  @pulumi.getter(name="serviceHost")
1118
- def service_host(self) -> pulumi.Output[str]:
1114
+ def service_host(self) -> pulumi.Output[builtins.str]:
1119
1115
  """
1120
1116
  The hostname of the service.
1121
1117
  """
@@ -1131,7 +1127,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1131
1127
 
1132
1128
  @property
1133
1129
  @pulumi.getter(name="serviceName")
1134
- def service_name(self) -> pulumi.Output[str]:
1130
+ def service_name(self) -> pulumi.Output[builtins.str]:
1135
1131
  """
1136
1132
  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.
1137
1133
  """
@@ -1139,7 +1135,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1139
1135
 
1140
1136
  @property
1141
1137
  @pulumi.getter(name="servicePassword")
1142
- def service_password(self) -> pulumi.Output[str]:
1138
+ def service_password(self) -> pulumi.Output[builtins.str]:
1143
1139
  """
1144
1140
  Password used for connecting to the service, if applicable
1145
1141
  """
@@ -1147,7 +1143,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1147
1143
 
1148
1144
  @property
1149
1145
  @pulumi.getter(name="servicePort")
1150
- def service_port(self) -> pulumi.Output[int]:
1146
+ def service_port(self) -> pulumi.Output[builtins.int]:
1151
1147
  """
1152
1148
  The port of the service
1153
1149
  """
@@ -1155,7 +1151,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1155
1151
 
1156
1152
  @property
1157
1153
  @pulumi.getter(name="serviceType")
1158
- def service_type(self) -> pulumi.Output[str]:
1154
+ def service_type(self) -> pulumi.Output[builtins.str]:
1159
1155
  """
1160
1156
  Aiven internal service type code
1161
1157
  """
@@ -1163,7 +1159,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1163
1159
 
1164
1160
  @property
1165
1161
  @pulumi.getter(name="serviceUri")
1166
- def service_uri(self) -> pulumi.Output[str]:
1162
+ def service_uri(self) -> pulumi.Output[builtins.str]:
1167
1163
  """
1168
1164
  URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
1169
1165
  """
@@ -1171,7 +1167,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1171
1167
 
1172
1168
  @property
1173
1169
  @pulumi.getter(name="serviceUsername")
1174
- def service_username(self) -> pulumi.Output[str]:
1170
+ def service_username(self) -> pulumi.Output[builtins.str]:
1175
1171
  """
1176
1172
  Username used for connecting to the service, if applicable
1177
1173
  """
@@ -1179,15 +1175,12 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1179
1175
 
1180
1176
  @property
1181
1177
  @pulumi.getter
1182
- def state(self) -> pulumi.Output[str]:
1183
- """
1184
- Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1185
- """
1178
+ def state(self) -> pulumi.Output[builtins.str]:
1186
1179
  return pulumi.get(self, "state")
1187
1180
 
1188
1181
  @property
1189
1182
  @pulumi.getter(name="staticIps")
1190
- def static_ips(self) -> pulumi.Output[Optional[Sequence[str]]]:
1183
+ def static_ips(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
1191
1184
  """
1192
1185
  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
1193
1186
  """
@@ -1211,7 +1204,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1211
1204
 
1212
1205
  @property
1213
1206
  @pulumi.getter(name="terminationProtection")
1214
- def termination_protection(self) -> pulumi.Output[Optional[bool]]:
1207
+ def termination_protection(self) -> pulumi.Output[Optional[builtins.bool]]:
1215
1208
  """
1216
1209
  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.
1217
1210
  """