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

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

Potentially problematic release.


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

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