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

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

Potentially problematic release.


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

Files changed (187) hide show
  1. pulumi_aiven/__init__.py +22 -0
  2. pulumi_aiven/_inputs.py +8877 -8288
  3. pulumi_aiven/account.py +71 -70
  4. pulumi_aiven/account_authentication.py +204 -203
  5. pulumi_aiven/account_team.py +50 -49
  6. pulumi_aiven/account_team_member.py +64 -63
  7. pulumi_aiven/account_team_project.py +57 -56
  8. pulumi_aiven/alloydbomni.py +247 -254
  9. pulumi_aiven/alloydbomni_database.py +71 -70
  10. pulumi_aiven/alloydbomni_user.py +92 -91
  11. pulumi_aiven/aws_org_vpc_peering_connection.py +92 -91
  12. pulumi_aiven/aws_privatelink.py +57 -56
  13. pulumi_aiven/aws_vpc_peering_connection.py +78 -77
  14. pulumi_aiven/azure_org_vpc_peering_connection.py +113 -112
  15. pulumi_aiven/azure_privatelink.py +71 -70
  16. pulumi_aiven/azure_privatelink_connection_approval.py +57 -56
  17. pulumi_aiven/azure_vpc_peering_connection.py +106 -105
  18. pulumi_aiven/billing_group.py +211 -210
  19. pulumi_aiven/cassandra.py +233 -240
  20. pulumi_aiven/cassandra_user.py +78 -77
  21. pulumi_aiven/clickhouse.py +233 -240
  22. pulumi_aiven/clickhouse_database.py +53 -52
  23. pulumi_aiven/clickhouse_grant.py +57 -56
  24. pulumi_aiven/clickhouse_role.py +43 -42
  25. pulumi_aiven/clickhouse_user.py +64 -63
  26. pulumi_aiven/config/__init__.py +1 -0
  27. pulumi_aiven/config/__init__.pyi +1 -0
  28. pulumi_aiven/config/vars.py +1 -0
  29. pulumi_aiven/connection_pool.py +106 -105
  30. pulumi_aiven/dragonfly.py +233 -240
  31. pulumi_aiven/flink.py +233 -240
  32. pulumi_aiven/flink_application.py +78 -77
  33. pulumi_aiven/flink_application_deployment.py +113 -112
  34. pulumi_aiven/flink_application_version.py +85 -84
  35. pulumi_aiven/flink_jar_application.py +78 -77
  36. pulumi_aiven/flink_jar_application_deployment.py +176 -175
  37. pulumi_aiven/flink_jar_application_version.py +92 -91
  38. pulumi_aiven/gcp_org_vpc_peering_connection.py +71 -70
  39. pulumi_aiven/gcp_privatelink.py +50 -49
  40. pulumi_aiven/gcp_privatelink_connection_approval.py +64 -63
  41. pulumi_aiven/gcp_vpc_peering_connection.py +64 -63
  42. pulumi_aiven/get_account.py +14 -13
  43. pulumi_aiven/get_account_authentication.py +27 -26
  44. pulumi_aiven/get_account_team.py +15 -14
  45. pulumi_aiven/get_account_team_member.py +20 -19
  46. pulumi_aiven/get_account_team_project.py +18 -17
  47. pulumi_aiven/get_alloydbomni.py +34 -36
  48. pulumi_aiven/get_alloydbomni_database.py +19 -18
  49. pulumi_aiven/get_alloydbomni_user.py +22 -21
  50. pulumi_aiven/get_aws_org_vpc_peering_connection.py +30 -29
  51. pulumi_aiven/get_aws_privatelink.py +15 -14
  52. pulumi_aiven/get_aws_vpc_peering_connection.py +25 -24
  53. pulumi_aiven/get_azure_org_vpc_peering_connection.py +31 -30
  54. pulumi_aiven/get_azure_privatelink.py +17 -16
  55. pulumi_aiven/get_azure_vpc_peering_connection.py +35 -34
  56. pulumi_aiven/get_billing_group.py +22 -21
  57. pulumi_aiven/get_cassanda.py +33 -35
  58. pulumi_aiven/get_cassandra.py +33 -35
  59. pulumi_aiven/get_cassandra_user.py +21 -20
  60. pulumi_aiven/get_clickhouse.py +33 -35
  61. pulumi_aiven/get_clickhouse_database.py +18 -17
  62. pulumi_aiven/get_clickhouse_user.py +20 -19
  63. pulumi_aiven/get_connection_pool.py +22 -21
  64. pulumi_aiven/get_dragonfly.py +33 -35
  65. pulumi_aiven/get_external_identity.py +22 -21
  66. pulumi_aiven/get_flink.py +33 -35
  67. pulumi_aiven/get_flink_application.py +22 -21
  68. pulumi_aiven/get_flink_application_version.py +26 -25
  69. pulumi_aiven/get_gcp_org_vpc_peering_connection.py +24 -23
  70. pulumi_aiven/get_gcp_privatelink.py +15 -14
  71. pulumi_aiven/get_gcp_vpc_peering_connection.py +20 -19
  72. pulumi_aiven/get_grafana.py +33 -35
  73. pulumi_aiven/get_influx_db.py +28 -27
  74. pulumi_aiven/get_influxdb_database.py +12 -11
  75. pulumi_aiven/get_influxdb_user.py +15 -14
  76. pulumi_aiven/get_kafka.py +35 -37
  77. pulumi_aiven/get_kafka_acl.py +28 -27
  78. pulumi_aiven/get_kafka_connect.py +33 -35
  79. pulumi_aiven/get_kafka_connector.py +24 -23
  80. pulumi_aiven/get_kafka_mirror_maker.py +33 -35
  81. pulumi_aiven/get_kafka_schema.py +21 -20
  82. pulumi_aiven/get_kafka_schema_configuration.py +17 -16
  83. pulumi_aiven/get_kafka_schema_registry_acl.py +28 -27
  84. pulumi_aiven/get_kafka_topic.py +22 -21
  85. pulumi_aiven/get_kafka_user.py +21 -20
  86. pulumi_aiven/get_m3_aggregator.py +33 -35
  87. pulumi_aiven/get_m3_db.py +33 -35
  88. pulumi_aiven/get_m3db_user.py +19 -18
  89. pulumi_aiven/get_mirror_maker_replication_flow.py +34 -33
  90. pulumi_aiven/get_my_sql.py +33 -35
  91. pulumi_aiven/get_mysql_database.py +18 -17
  92. pulumi_aiven/get_mysql_user.py +22 -21
  93. pulumi_aiven/get_open_search.py +33 -35
  94. pulumi_aiven/get_open_search_acl_config.py +14 -13
  95. pulumi_aiven/get_open_search_acl_rule.py +27 -26
  96. pulumi_aiven/get_opensearch_security_plugin_config.py +16 -15
  97. pulumi_aiven/get_opensearch_user.py +19 -18
  98. pulumi_aiven/get_organization.py +14 -13
  99. pulumi_aiven/get_organization_address.py +227 -0
  100. pulumi_aiven/get_organization_application_user.py +15 -34
  101. pulumi_aiven/get_organization_billing_group.py +241 -0
  102. pulumi_aiven/get_organization_billing_group_list.py +110 -0
  103. pulumi_aiven/get_organization_project.py +30 -15
  104. pulumi_aiven/get_organization_user.py +18 -17
  105. pulumi_aiven/get_organization_user_group.py +16 -15
  106. pulumi_aiven/get_organization_user_list.py +32 -19
  107. pulumi_aiven/get_organization_vpc.py +17 -16
  108. pulumi_aiven/get_organizational_unit.py +11 -10
  109. pulumi_aiven/get_pg.py +33 -35
  110. pulumi_aiven/get_pg_database.py +20 -19
  111. pulumi_aiven/get_pg_user.py +22 -21
  112. pulumi_aiven/get_project.py +19 -18
  113. pulumi_aiven/get_project_user.py +14 -13
  114. pulumi_aiven/get_project_vpc.py +19 -18
  115. pulumi_aiven/get_redis.py +33 -35
  116. pulumi_aiven/get_redis_user.py +23 -22
  117. pulumi_aiven/get_service_component.py +54 -39
  118. pulumi_aiven/get_service_integration.py +29 -28
  119. pulumi_aiven/get_service_integration_endpoint.py +14 -13
  120. pulumi_aiven/get_thanos.py +33 -35
  121. pulumi_aiven/get_transit_gateway_vpc_attachment.py +22 -21
  122. pulumi_aiven/get_valkey.py +33 -35
  123. pulumi_aiven/get_valkey_user.py +23 -22
  124. pulumi_aiven/grafana.py +233 -240
  125. pulumi_aiven/influx_db.py +251 -244
  126. pulumi_aiven/influxdb_database.py +53 -52
  127. pulumi_aiven/influxdb_user.py +78 -77
  128. pulumi_aiven/kafka.py +261 -268
  129. pulumi_aiven/kafka_acl.py +78 -77
  130. pulumi_aiven/kafka_connect.py +233 -240
  131. pulumi_aiven/kafka_connector.py +99 -98
  132. pulumi_aiven/kafka_mirror_maker.py +233 -240
  133. pulumi_aiven/kafka_native_acl.py +127 -126
  134. pulumi_aiven/kafka_quota.py +99 -98
  135. pulumi_aiven/kafka_schema.py +92 -91
  136. pulumi_aiven/kafka_schema_configuration.py +43 -42
  137. pulumi_aiven/kafka_schema_registry_acl.py +78 -77
  138. pulumi_aiven/kafka_topic.py +109 -108
  139. pulumi_aiven/kafka_user.py +78 -77
  140. pulumi_aiven/m3_aggregator.py +233 -240
  141. pulumi_aiven/m3_db.py +233 -240
  142. pulumi_aiven/m3db_user.py +64 -63
  143. pulumi_aiven/mirror_maker_replication_flow.py +225 -224
  144. pulumi_aiven/my_sql.py +233 -240
  145. pulumi_aiven/mysql_database.py +53 -52
  146. pulumi_aiven/mysql_user.py +92 -91
  147. pulumi_aiven/open_search.py +233 -240
  148. pulumi_aiven/open_search_acl_config.py +57 -56
  149. pulumi_aiven/open_search_acl_rule.py +75 -74
  150. pulumi_aiven/opensearch_security_plugin_config.py +64 -63
  151. pulumi_aiven/opensearch_user.py +64 -63
  152. pulumi_aiven/organization.py +38 -37
  153. pulumi_aiven/organization_address.py +557 -0
  154. pulumi_aiven/organization_application_user.py +61 -60
  155. pulumi_aiven/organization_application_user_token.py +169 -168
  156. pulumi_aiven/organization_billing_group.py +645 -0
  157. pulumi_aiven/organization_group_project.py +43 -42
  158. pulumi_aiven/organization_permission.py +45 -44
  159. pulumi_aiven/organization_project.py +114 -82
  160. pulumi_aiven/organization_user.py +57 -56
  161. pulumi_aiven/organization_user_group.py +64 -63
  162. pulumi_aiven/organization_user_group_member.py +50 -81
  163. pulumi_aiven/organization_vpc.py +71 -70
  164. pulumi_aiven/organizational_unit.py +50 -49
  165. pulumi_aiven/outputs.py +10770 -10004
  166. pulumi_aiven/pg.py +233 -240
  167. pulumi_aiven/pg_database.py +81 -80
  168. pulumi_aiven/pg_user.py +92 -91
  169. pulumi_aiven/project.py +155 -154
  170. pulumi_aiven/project_user.py +50 -49
  171. pulumi_aiven/project_vpc.py +50 -49
  172. pulumi_aiven/provider.py +9 -8
  173. pulumi_aiven/pulumi-plugin.json +1 -1
  174. pulumi_aiven/redis.py +233 -240
  175. pulumi_aiven/redis_user.py +120 -119
  176. pulumi_aiven/service_integration.py +124 -123
  177. pulumi_aiven/service_integration_endpoint.py +50 -49
  178. pulumi_aiven/static_ip.py +57 -56
  179. pulumi_aiven/thanos.py +233 -240
  180. pulumi_aiven/transit_gateway_vpc_attachment.py +92 -91
  181. pulumi_aiven/valkey.py +233 -240
  182. pulumi_aiven/valkey_user.py +120 -119
  183. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744255932.dist-info}/METADATA +1 -1
  184. pulumi_aiven-6.37.0a1744255932.dist-info/RECORD +188 -0
  185. pulumi_aiven-6.37.0a1743570488.dist-info/RECORD +0 -183
  186. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744255932.dist-info}/WHEEL +0 -0
  187. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744255932.dist-info}/top_level.txt +0 -0
pulumi_aiven/thanos.py CHANGED
@@ -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__ = ['ThanosArgs', 'Thanos']
21
22
  @pulumi.input_type
22
23
  class ThanosArgs:
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,
30
- maintenance_window_dow: Optional[pulumi.Input[str]] = None,
31
- maintenance_window_time: Optional[pulumi.Input[str]] = None,
32
- project_vpc_id: 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,
31
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
32
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
33
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
33
34
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input['ThanosServiceIntegrationArgs']]]] = None,
34
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
35
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
35
36
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['ThanosTagArgs']]]] = None,
36
37
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input['ThanosTechEmailArgs']]]] = None,
37
- termination_protection: Optional[pulumi.Input[bool]] = None,
38
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None,
38
39
  thanos: Optional[pulumi.Input['ThanosThanosArgs']] = None,
39
40
  thanos_user_config: Optional[pulumi.Input['ThanosThanosUserConfigArgs']] = None):
40
41
  """
41
42
  The set of arguments for constructing a Thanos resource.
42
- :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).
43
- :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.
44
- :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.
45
- :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.
46
- :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.
47
- :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.
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.
43
+ :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).
44
+ :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.
45
+ :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.
46
+ :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
47
+ :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.
48
+ :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.
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['ThanosServiceIntegrationArgs']]] 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['ThanosTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
54
55
  :param pulumi.Input[Sequence[pulumi.Input['ThanosTechEmailArgs']]] 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
  :param pulumi.Input['ThanosThanosArgs'] thanos: Thanos server connection details.
57
58
  :param pulumi.Input['ThanosThanosUserConfigArgs'] thanos_user_config: Thanos user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
58
59
  """
@@ -91,111 +92,111 @@ class ThanosArgs:
91
92
 
92
93
  @property
93
94
  @pulumi.getter
94
- def plan(self) -> pulumi.Input[str]:
95
+ def plan(self) -> pulumi.Input[builtins.str]:
95
96
  """
96
97
  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).
97
98
  """
98
99
  return pulumi.get(self, "plan")
99
100
 
100
101
  @plan.setter
101
- def plan(self, value: pulumi.Input[str]):
102
+ def plan(self, value: pulumi.Input[builtins.str]):
102
103
  pulumi.set(self, "plan", value)
103
104
 
104
105
  @property
105
106
  @pulumi.getter
106
- def project(self) -> pulumi.Input[str]:
107
+ def project(self) -> pulumi.Input[builtins.str]:
107
108
  """
108
109
  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.
109
110
  """
110
111
  return pulumi.get(self, "project")
111
112
 
112
113
  @project.setter
113
- def project(self, value: pulumi.Input[str]):
114
+ def project(self, value: pulumi.Input[builtins.str]):
114
115
  pulumi.set(self, "project", value)
115
116
 
116
117
  @property
117
118
  @pulumi.getter(name="serviceName")
118
- def service_name(self) -> pulumi.Input[str]:
119
+ def service_name(self) -> pulumi.Input[builtins.str]:
119
120
  """
120
121
  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.
121
122
  """
122
123
  return pulumi.get(self, "service_name")
123
124
 
124
125
  @service_name.setter
125
- def service_name(self, value: pulumi.Input[str]):
126
+ def service_name(self, value: pulumi.Input[builtins.str]):
126
127
  pulumi.set(self, "service_name", value)
127
128
 
128
129
  @property
129
130
  @pulumi.getter(name="additionalDiskSpace")
130
- def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
131
+ def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
131
132
  """
132
- 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.
133
+ Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
133
134
  """
134
135
  return pulumi.get(self, "additional_disk_space")
135
136
 
136
137
  @additional_disk_space.setter
137
- def additional_disk_space(self, value: Optional[pulumi.Input[str]]):
138
+ def additional_disk_space(self, value: Optional[pulumi.Input[builtins.str]]):
138
139
  pulumi.set(self, "additional_disk_space", value)
139
140
 
140
141
  @property
141
142
  @pulumi.getter(name="cloudName")
142
- def cloud_name(self) -> Optional[pulumi.Input[str]]:
143
+ def cloud_name(self) -> Optional[pulumi.Input[builtins.str]]:
143
144
  """
144
145
  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.
145
146
  """
146
147
  return pulumi.get(self, "cloud_name")
147
148
 
148
149
  @cloud_name.setter
149
- def cloud_name(self, value: Optional[pulumi.Input[str]]):
150
+ def cloud_name(self, value: Optional[pulumi.Input[builtins.str]]):
150
151
  pulumi.set(self, "cloud_name", value)
151
152
 
152
153
  @property
153
154
  @pulumi.getter(name="diskSpace")
154
155
  @_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.""")
155
- def disk_space(self) -> Optional[pulumi.Input[str]]:
156
+ def disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
156
157
  """
157
158
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
158
159
  """
159
160
  return pulumi.get(self, "disk_space")
160
161
 
161
162
  @disk_space.setter
162
- def disk_space(self, value: Optional[pulumi.Input[str]]):
163
+ def disk_space(self, value: Optional[pulumi.Input[builtins.str]]):
163
164
  pulumi.set(self, "disk_space", value)
164
165
 
165
166
  @property
166
167
  @pulumi.getter(name="maintenanceWindowDow")
167
- def maintenance_window_dow(self) -> Optional[pulumi.Input[str]]:
168
+ def maintenance_window_dow(self) -> Optional[pulumi.Input[builtins.str]]:
168
169
  """
169
170
  Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
170
171
  """
171
172
  return pulumi.get(self, "maintenance_window_dow")
172
173
 
173
174
  @maintenance_window_dow.setter
174
- def maintenance_window_dow(self, value: Optional[pulumi.Input[str]]):
175
+ def maintenance_window_dow(self, value: Optional[pulumi.Input[builtins.str]]):
175
176
  pulumi.set(self, "maintenance_window_dow", value)
176
177
 
177
178
  @property
178
179
  @pulumi.getter(name="maintenanceWindowTime")
179
- def maintenance_window_time(self) -> Optional[pulumi.Input[str]]:
180
+ def maintenance_window_time(self) -> Optional[pulumi.Input[builtins.str]]:
180
181
  """
181
182
  Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
182
183
  """
183
184
  return pulumi.get(self, "maintenance_window_time")
184
185
 
185
186
  @maintenance_window_time.setter
186
- def maintenance_window_time(self, value: Optional[pulumi.Input[str]]):
187
+ def maintenance_window_time(self, value: Optional[pulumi.Input[builtins.str]]):
187
188
  pulumi.set(self, "maintenance_window_time", value)
188
189
 
189
190
  @property
190
191
  @pulumi.getter(name="projectVpcId")
191
- def project_vpc_id(self) -> Optional[pulumi.Input[str]]:
192
+ def project_vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
192
193
  """
193
194
  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.
194
195
  """
195
196
  return pulumi.get(self, "project_vpc_id")
196
197
 
197
198
  @project_vpc_id.setter
198
- def project_vpc_id(self, value: Optional[pulumi.Input[str]]):
199
+ def project_vpc_id(self, value: Optional[pulumi.Input[builtins.str]]):
199
200
  pulumi.set(self, "project_vpc_id", value)
200
201
 
201
202
  @property
@@ -212,14 +213,14 @@ class ThanosArgs:
212
213
 
213
214
  @property
214
215
  @pulumi.getter(name="staticIps")
215
- def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
216
+ def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
216
217
  """
217
218
  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
218
219
  """
219
220
  return pulumi.get(self, "static_ips")
220
221
 
221
222
  @static_ips.setter
222
- def static_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
223
+ def static_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
223
224
  pulumi.set(self, "static_ips", value)
224
225
 
225
226
  @property
@@ -248,14 +249,14 @@ class ThanosArgs:
248
249
 
249
250
  @property
250
251
  @pulumi.getter(name="terminationProtection")
251
- def termination_protection(self) -> Optional[pulumi.Input[bool]]:
252
+ def termination_protection(self) -> Optional[pulumi.Input[builtins.bool]]:
252
253
  """
253
254
  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.
254
255
  """
255
256
  return pulumi.get(self, "termination_protection")
256
257
 
257
258
  @termination_protection.setter
258
- def termination_protection(self, value: Optional[pulumi.Input[bool]]):
259
+ def termination_protection(self, value: Optional[pulumi.Input[builtins.bool]]):
259
260
  pulumi.set(self, "termination_protection", value)
260
261
 
261
262
  @property
@@ -286,62 +287,61 @@ class ThanosArgs:
286
287
  @pulumi.input_type
287
288
  class _ThanosState:
288
289
  def __init__(__self__, *,
289
- additional_disk_space: Optional[pulumi.Input[str]] = None,
290
- cloud_name: Optional[pulumi.Input[str]] = None,
290
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
291
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
291
292
  components: Optional[pulumi.Input[Sequence[pulumi.Input['ThanosComponentArgs']]]] = None,
292
- disk_space: Optional[pulumi.Input[str]] = None,
293
- disk_space_cap: Optional[pulumi.Input[str]] = None,
294
- disk_space_default: Optional[pulumi.Input[str]] = None,
295
- disk_space_step: Optional[pulumi.Input[str]] = None,
296
- disk_space_used: Optional[pulumi.Input[str]] = None,
297
- maintenance_window_dow: Optional[pulumi.Input[str]] = None,
298
- maintenance_window_time: Optional[pulumi.Input[str]] = None,
299
- plan: Optional[pulumi.Input[str]] = None,
300
- project: Optional[pulumi.Input[str]] = None,
301
- project_vpc_id: Optional[pulumi.Input[str]] = None,
302
- service_host: Optional[pulumi.Input[str]] = None,
293
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
294
+ disk_space_cap: Optional[pulumi.Input[builtins.str]] = None,
295
+ disk_space_default: Optional[pulumi.Input[builtins.str]] = None,
296
+ disk_space_step: Optional[pulumi.Input[builtins.str]] = None,
297
+ disk_space_used: Optional[pulumi.Input[builtins.str]] = None,
298
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
299
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
300
+ plan: Optional[pulumi.Input[builtins.str]] = None,
301
+ project: Optional[pulumi.Input[builtins.str]] = None,
302
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
303
+ service_host: Optional[pulumi.Input[builtins.str]] = None,
303
304
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input['ThanosServiceIntegrationArgs']]]] = None,
304
- service_name: Optional[pulumi.Input[str]] = None,
305
- service_password: Optional[pulumi.Input[str]] = None,
306
- service_port: Optional[pulumi.Input[int]] = None,
307
- service_type: Optional[pulumi.Input[str]] = None,
308
- service_uri: Optional[pulumi.Input[str]] = None,
309
- service_username: Optional[pulumi.Input[str]] = None,
310
- state: Optional[pulumi.Input[str]] = None,
311
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
305
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
306
+ service_password: Optional[pulumi.Input[builtins.str]] = None,
307
+ service_port: Optional[pulumi.Input[builtins.int]] = None,
308
+ service_type: Optional[pulumi.Input[builtins.str]] = None,
309
+ service_uri: Optional[pulumi.Input[builtins.str]] = None,
310
+ service_username: Optional[pulumi.Input[builtins.str]] = None,
311
+ state: Optional[pulumi.Input[builtins.str]] = None,
312
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
312
313
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['ThanosTagArgs']]]] = None,
313
314
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input['ThanosTechEmailArgs']]]] = None,
314
- termination_protection: Optional[pulumi.Input[bool]] = None,
315
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None,
315
316
  thanos: Optional[pulumi.Input['ThanosThanosArgs']] = None,
316
317
  thanos_user_config: Optional[pulumi.Input['ThanosThanosUserConfigArgs']] = None):
317
318
  """
318
319
  Input properties used for looking up and filtering Thanos resources.
319
- :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.
320
- :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.
320
+ :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
321
+ :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.
321
322
  :param pulumi.Input[Sequence[pulumi.Input['ThanosComponentArgs']]] components: Service component information objects
322
- :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.
323
- :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.
324
- :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`
325
- :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.
326
- :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
327
- :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
328
- :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
329
- :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).
330
- :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.
331
- :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.
332
- :param pulumi.Input[str] service_host: The hostname of the service.
323
+ :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.
324
+ :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.
325
+ :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`
326
+ :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.
327
+ :param pulumi.Input[builtins.str] disk_space_used: Disk space that service is currently using
328
+ :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
329
+ :param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
330
+ :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).
331
+ :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.
332
+ :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.
333
+ :param pulumi.Input[builtins.str] service_host: The hostname of the service.
333
334
  :param pulumi.Input[Sequence[pulumi.Input['ThanosServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
334
- :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.
335
- :param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
336
- :param pulumi.Input[int] service_port: The port of the service
337
- :param pulumi.Input[str] service_type: Aiven internal service type code
338
- :param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
339
- :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
340
- :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
341
- :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
335
+ :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.
336
+ :param pulumi.Input[builtins.str] service_password: Password used for connecting to the service, if applicable
337
+ :param pulumi.Input[builtins.int] service_port: The port of the service
338
+ :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
339
+ :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
340
+ :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
341
+ :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
342
342
  :param pulumi.Input[Sequence[pulumi.Input['ThanosTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
343
343
  :param pulumi.Input[Sequence[pulumi.Input['ThanosTechEmailArgs']]] 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.
344
- :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.
344
+ :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.
345
345
  :param pulumi.Input['ThanosThanosArgs'] thanos: Thanos server connection details.
346
346
  :param pulumi.Input['ThanosThanosUserConfigArgs'] thanos_user_config: Thanos user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
347
347
  """
@@ -410,26 +410,26 @@ class _ThanosState:
410
410
 
411
411
  @property
412
412
  @pulumi.getter(name="additionalDiskSpace")
413
- def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
413
+ def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
414
414
  """
415
- 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.
415
+ Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
416
416
  """
417
417
  return pulumi.get(self, "additional_disk_space")
418
418
 
419
419
  @additional_disk_space.setter
420
- def additional_disk_space(self, value: Optional[pulumi.Input[str]]):
420
+ def additional_disk_space(self, value: Optional[pulumi.Input[builtins.str]]):
421
421
  pulumi.set(self, "additional_disk_space", value)
422
422
 
423
423
  @property
424
424
  @pulumi.getter(name="cloudName")
425
- def cloud_name(self) -> Optional[pulumi.Input[str]]:
425
+ def cloud_name(self) -> Optional[pulumi.Input[builtins.str]]:
426
426
  """
427
427
  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.
428
428
  """
429
429
  return pulumi.get(self, "cloud_name")
430
430
 
431
431
  @cloud_name.setter
432
- def cloud_name(self, value: Optional[pulumi.Input[str]]):
432
+ def cloud_name(self, value: Optional[pulumi.Input[builtins.str]]):
433
433
  pulumi.set(self, "cloud_name", value)
434
434
 
435
435
  @property
@@ -447,135 +447,135 @@ class _ThanosState:
447
447
  @property
448
448
  @pulumi.getter(name="diskSpace")
449
449
  @_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.""")
450
- def disk_space(self) -> Optional[pulumi.Input[str]]:
450
+ def disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
451
451
  """
452
452
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
453
453
  """
454
454
  return pulumi.get(self, "disk_space")
455
455
 
456
456
  @disk_space.setter
457
- def disk_space(self, value: Optional[pulumi.Input[str]]):
457
+ def disk_space(self, value: Optional[pulumi.Input[builtins.str]]):
458
458
  pulumi.set(self, "disk_space", value)
459
459
 
460
460
  @property
461
461
  @pulumi.getter(name="diskSpaceCap")
462
- def disk_space_cap(self) -> Optional[pulumi.Input[str]]:
462
+ def disk_space_cap(self) -> Optional[pulumi.Input[builtins.str]]:
463
463
  """
464
464
  The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
465
465
  """
466
466
  return pulumi.get(self, "disk_space_cap")
467
467
 
468
468
  @disk_space_cap.setter
469
- def disk_space_cap(self, value: Optional[pulumi.Input[str]]):
469
+ def disk_space_cap(self, value: Optional[pulumi.Input[builtins.str]]):
470
470
  pulumi.set(self, "disk_space_cap", value)
471
471
 
472
472
  @property
473
473
  @pulumi.getter(name="diskSpaceDefault")
474
- def disk_space_default(self) -> Optional[pulumi.Input[str]]:
474
+ def disk_space_default(self) -> Optional[pulumi.Input[builtins.str]]:
475
475
  """
476
476
  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`
477
477
  """
478
478
  return pulumi.get(self, "disk_space_default")
479
479
 
480
480
  @disk_space_default.setter
481
- def disk_space_default(self, value: Optional[pulumi.Input[str]]):
481
+ def disk_space_default(self, value: Optional[pulumi.Input[builtins.str]]):
482
482
  pulumi.set(self, "disk_space_default", value)
483
483
 
484
484
  @property
485
485
  @pulumi.getter(name="diskSpaceStep")
486
- def disk_space_step(self) -> Optional[pulumi.Input[str]]:
486
+ def disk_space_step(self) -> Optional[pulumi.Input[builtins.str]]:
487
487
  """
488
488
  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.
489
489
  """
490
490
  return pulumi.get(self, "disk_space_step")
491
491
 
492
492
  @disk_space_step.setter
493
- def disk_space_step(self, value: Optional[pulumi.Input[str]]):
493
+ def disk_space_step(self, value: Optional[pulumi.Input[builtins.str]]):
494
494
  pulumi.set(self, "disk_space_step", value)
495
495
 
496
496
  @property
497
497
  @pulumi.getter(name="diskSpaceUsed")
498
498
  @_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.""")
499
- def disk_space_used(self) -> Optional[pulumi.Input[str]]:
499
+ def disk_space_used(self) -> Optional[pulumi.Input[builtins.str]]:
500
500
  """
501
501
  Disk space that service is currently using
502
502
  """
503
503
  return pulumi.get(self, "disk_space_used")
504
504
 
505
505
  @disk_space_used.setter
506
- def disk_space_used(self, value: Optional[pulumi.Input[str]]):
506
+ def disk_space_used(self, value: Optional[pulumi.Input[builtins.str]]):
507
507
  pulumi.set(self, "disk_space_used", value)
508
508
 
509
509
  @property
510
510
  @pulumi.getter(name="maintenanceWindowDow")
511
- def maintenance_window_dow(self) -> Optional[pulumi.Input[str]]:
511
+ def maintenance_window_dow(self) -> Optional[pulumi.Input[builtins.str]]:
512
512
  """
513
513
  Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
514
514
  """
515
515
  return pulumi.get(self, "maintenance_window_dow")
516
516
 
517
517
  @maintenance_window_dow.setter
518
- def maintenance_window_dow(self, value: Optional[pulumi.Input[str]]):
518
+ def maintenance_window_dow(self, value: Optional[pulumi.Input[builtins.str]]):
519
519
  pulumi.set(self, "maintenance_window_dow", value)
520
520
 
521
521
  @property
522
522
  @pulumi.getter(name="maintenanceWindowTime")
523
- def maintenance_window_time(self) -> Optional[pulumi.Input[str]]:
523
+ def maintenance_window_time(self) -> Optional[pulumi.Input[builtins.str]]:
524
524
  """
525
525
  Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
526
526
  """
527
527
  return pulumi.get(self, "maintenance_window_time")
528
528
 
529
529
  @maintenance_window_time.setter
530
- def maintenance_window_time(self, value: Optional[pulumi.Input[str]]):
530
+ def maintenance_window_time(self, value: Optional[pulumi.Input[builtins.str]]):
531
531
  pulumi.set(self, "maintenance_window_time", value)
532
532
 
533
533
  @property
534
534
  @pulumi.getter
535
- def plan(self) -> Optional[pulumi.Input[str]]:
535
+ def plan(self) -> Optional[pulumi.Input[builtins.str]]:
536
536
  """
537
537
  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).
538
538
  """
539
539
  return pulumi.get(self, "plan")
540
540
 
541
541
  @plan.setter
542
- def plan(self, value: Optional[pulumi.Input[str]]):
542
+ def plan(self, value: Optional[pulumi.Input[builtins.str]]):
543
543
  pulumi.set(self, "plan", value)
544
544
 
545
545
  @property
546
546
  @pulumi.getter
547
- def project(self) -> Optional[pulumi.Input[str]]:
547
+ def project(self) -> Optional[pulumi.Input[builtins.str]]:
548
548
  """
549
549
  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.
550
550
  """
551
551
  return pulumi.get(self, "project")
552
552
 
553
553
  @project.setter
554
- def project(self, value: Optional[pulumi.Input[str]]):
554
+ def project(self, value: Optional[pulumi.Input[builtins.str]]):
555
555
  pulumi.set(self, "project", value)
556
556
 
557
557
  @property
558
558
  @pulumi.getter(name="projectVpcId")
559
- def project_vpc_id(self) -> Optional[pulumi.Input[str]]:
559
+ def project_vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
560
560
  """
561
561
  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.
562
562
  """
563
563
  return pulumi.get(self, "project_vpc_id")
564
564
 
565
565
  @project_vpc_id.setter
566
- def project_vpc_id(self, value: Optional[pulumi.Input[str]]):
566
+ def project_vpc_id(self, value: Optional[pulumi.Input[builtins.str]]):
567
567
  pulumi.set(self, "project_vpc_id", value)
568
568
 
569
569
  @property
570
570
  @pulumi.getter(name="serviceHost")
571
- def service_host(self) -> Optional[pulumi.Input[str]]:
571
+ def service_host(self) -> Optional[pulumi.Input[builtins.str]]:
572
572
  """
573
573
  The hostname of the service.
574
574
  """
575
575
  return pulumi.get(self, "service_host")
576
576
 
577
577
  @service_host.setter
578
- def service_host(self, value: Optional[pulumi.Input[str]]):
578
+ def service_host(self, value: Optional[pulumi.Input[builtins.str]]):
579
579
  pulumi.set(self, "service_host", value)
580
580
 
581
581
  @property
@@ -592,98 +592,95 @@ class _ThanosState:
592
592
 
593
593
  @property
594
594
  @pulumi.getter(name="serviceName")
595
- def service_name(self) -> Optional[pulumi.Input[str]]:
595
+ def service_name(self) -> Optional[pulumi.Input[builtins.str]]:
596
596
  """
597
597
  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.
598
598
  """
599
599
  return pulumi.get(self, "service_name")
600
600
 
601
601
  @service_name.setter
602
- def service_name(self, value: Optional[pulumi.Input[str]]):
602
+ def service_name(self, value: Optional[pulumi.Input[builtins.str]]):
603
603
  pulumi.set(self, "service_name", value)
604
604
 
605
605
  @property
606
606
  @pulumi.getter(name="servicePassword")
607
- def service_password(self) -> Optional[pulumi.Input[str]]:
607
+ def service_password(self) -> Optional[pulumi.Input[builtins.str]]:
608
608
  """
609
609
  Password used for connecting to the service, if applicable
610
610
  """
611
611
  return pulumi.get(self, "service_password")
612
612
 
613
613
  @service_password.setter
614
- def service_password(self, value: Optional[pulumi.Input[str]]):
614
+ def service_password(self, value: Optional[pulumi.Input[builtins.str]]):
615
615
  pulumi.set(self, "service_password", value)
616
616
 
617
617
  @property
618
618
  @pulumi.getter(name="servicePort")
619
- def service_port(self) -> Optional[pulumi.Input[int]]:
619
+ def service_port(self) -> Optional[pulumi.Input[builtins.int]]:
620
620
  """
621
621
  The port of the service
622
622
  """
623
623
  return pulumi.get(self, "service_port")
624
624
 
625
625
  @service_port.setter
626
- def service_port(self, value: Optional[pulumi.Input[int]]):
626
+ def service_port(self, value: Optional[pulumi.Input[builtins.int]]):
627
627
  pulumi.set(self, "service_port", value)
628
628
 
629
629
  @property
630
630
  @pulumi.getter(name="serviceType")
631
- def service_type(self) -> Optional[pulumi.Input[str]]:
631
+ def service_type(self) -> Optional[pulumi.Input[builtins.str]]:
632
632
  """
633
633
  Aiven internal service type code
634
634
  """
635
635
  return pulumi.get(self, "service_type")
636
636
 
637
637
  @service_type.setter
638
- def service_type(self, value: Optional[pulumi.Input[str]]):
638
+ def service_type(self, value: Optional[pulumi.Input[builtins.str]]):
639
639
  pulumi.set(self, "service_type", value)
640
640
 
641
641
  @property
642
642
  @pulumi.getter(name="serviceUri")
643
- def service_uri(self) -> Optional[pulumi.Input[str]]:
643
+ def service_uri(self) -> Optional[pulumi.Input[builtins.str]]:
644
644
  """
645
645
  URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
646
646
  """
647
647
  return pulumi.get(self, "service_uri")
648
648
 
649
649
  @service_uri.setter
650
- def service_uri(self, value: Optional[pulumi.Input[str]]):
650
+ def service_uri(self, value: Optional[pulumi.Input[builtins.str]]):
651
651
  pulumi.set(self, "service_uri", value)
652
652
 
653
653
  @property
654
654
  @pulumi.getter(name="serviceUsername")
655
- def service_username(self) -> Optional[pulumi.Input[str]]:
655
+ def service_username(self) -> Optional[pulumi.Input[builtins.str]]:
656
656
  """
657
657
  Username used for connecting to the service, if applicable
658
658
  """
659
659
  return pulumi.get(self, "service_username")
660
660
 
661
661
  @service_username.setter
662
- def service_username(self, value: Optional[pulumi.Input[str]]):
662
+ def service_username(self, value: Optional[pulumi.Input[builtins.str]]):
663
663
  pulumi.set(self, "service_username", value)
664
664
 
665
665
  @property
666
666
  @pulumi.getter
667
- def state(self) -> Optional[pulumi.Input[str]]:
668
- """
669
- Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
670
- """
667
+ def state(self) -> Optional[pulumi.Input[builtins.str]]:
671
668
  return pulumi.get(self, "state")
672
669
 
673
670
  @state.setter
674
- def state(self, value: Optional[pulumi.Input[str]]):
671
+ def state(self, value: Optional[pulumi.Input[builtins.str]]):
675
672
  pulumi.set(self, "state", value)
676
673
 
677
674
  @property
678
675
  @pulumi.getter(name="staticIps")
679
- def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
676
+ def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
680
677
  """
681
678
  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
682
679
  """
683
680
  return pulumi.get(self, "static_ips")
684
681
 
685
682
  @static_ips.setter
686
- def static_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
683
+ def static_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
687
684
  pulumi.set(self, "static_ips", value)
688
685
 
689
686
  @property
@@ -712,14 +709,14 @@ class _ThanosState:
712
709
 
713
710
  @property
714
711
  @pulumi.getter(name="terminationProtection")
715
- def termination_protection(self) -> Optional[pulumi.Input[bool]]:
712
+ def termination_protection(self) -> Optional[pulumi.Input[builtins.bool]]:
716
713
  """
717
714
  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.
718
715
  """
719
716
  return pulumi.get(self, "termination_protection")
720
717
 
721
718
  @termination_protection.setter
722
- def termination_protection(self, value: Optional[pulumi.Input[bool]]):
719
+ def termination_protection(self, value: Optional[pulumi.Input[builtins.bool]]):
723
720
  pulumi.set(self, "termination_protection", value)
724
721
 
725
722
  @property
@@ -752,20 +749,20 @@ class Thanos(pulumi.CustomResource):
752
749
  def __init__(__self__,
753
750
  resource_name: str,
754
751
  opts: Optional[pulumi.ResourceOptions] = None,
755
- additional_disk_space: Optional[pulumi.Input[str]] = None,
756
- cloud_name: Optional[pulumi.Input[str]] = None,
757
- disk_space: Optional[pulumi.Input[str]] = None,
758
- maintenance_window_dow: Optional[pulumi.Input[str]] = None,
759
- maintenance_window_time: Optional[pulumi.Input[str]] = None,
760
- plan: Optional[pulumi.Input[str]] = None,
761
- project: Optional[pulumi.Input[str]] = None,
762
- project_vpc_id: Optional[pulumi.Input[str]] = None,
752
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
753
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
754
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
755
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
756
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
757
+ plan: Optional[pulumi.Input[builtins.str]] = None,
758
+ project: Optional[pulumi.Input[builtins.str]] = None,
759
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
763
760
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ThanosServiceIntegrationArgs', 'ThanosServiceIntegrationArgsDict']]]]] = None,
764
- service_name: Optional[pulumi.Input[str]] = None,
765
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
761
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
762
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
766
763
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ThanosTagArgs', 'ThanosTagArgsDict']]]]] = None,
767
764
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ThanosTechEmailArgs', 'ThanosTechEmailArgsDict']]]]] = None,
768
- termination_protection: Optional[pulumi.Input[bool]] = None,
765
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None,
769
766
  thanos: Optional[pulumi.Input[Union['ThanosThanosArgs', 'ThanosThanosArgsDict']]] = None,
770
767
  thanos_user_config: Optional[pulumi.Input[Union['ThanosThanosUserConfigArgs', 'ThanosThanosUserConfigArgsDict']]] = None,
771
768
  __props__=None):
@@ -799,20 +796,20 @@ class Thanos(pulumi.CustomResource):
799
796
 
800
797
  :param str resource_name: The name of the resource.
801
798
  :param pulumi.ResourceOptions opts: Options for the resource.
802
- :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.
803
- :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.
804
- :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.
805
- :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
806
- :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
807
- :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).
808
- :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.
809
- :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.
799
+ :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
800
+ :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.
801
+ :param pulumi.Input[builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
802
+ :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
803
+ :param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
804
+ :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).
805
+ :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.
806
+ :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.
810
807
  :param pulumi.Input[Sequence[pulumi.Input[Union['ThanosServiceIntegrationArgs', 'ThanosServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
811
- :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.
812
- :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
808
+ :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.
809
+ :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
813
810
  :param pulumi.Input[Sequence[pulumi.Input[Union['ThanosTagArgs', 'ThanosTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
814
811
  :param pulumi.Input[Sequence[pulumi.Input[Union['ThanosTechEmailArgs', 'ThanosTechEmailArgsDict']]]] 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.
815
- :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.
812
+ :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.
816
813
  :param pulumi.Input[Union['ThanosThanosArgs', 'ThanosThanosArgsDict']] thanos: Thanos server connection details.
817
814
  :param pulumi.Input[Union['ThanosThanosUserConfigArgs', 'ThanosThanosUserConfigArgsDict']] thanos_user_config: Thanos user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
818
815
  """
@@ -865,20 +862,20 @@ class Thanos(pulumi.CustomResource):
865
862
  def _internal_init(__self__,
866
863
  resource_name: str,
867
864
  opts: Optional[pulumi.ResourceOptions] = None,
868
- additional_disk_space: Optional[pulumi.Input[str]] = None,
869
- cloud_name: Optional[pulumi.Input[str]] = None,
870
- disk_space: Optional[pulumi.Input[str]] = None,
871
- maintenance_window_dow: Optional[pulumi.Input[str]] = None,
872
- maintenance_window_time: Optional[pulumi.Input[str]] = None,
873
- plan: Optional[pulumi.Input[str]] = None,
874
- project: Optional[pulumi.Input[str]] = None,
875
- project_vpc_id: Optional[pulumi.Input[str]] = None,
865
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
866
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
867
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
868
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
869
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
870
+ plan: Optional[pulumi.Input[builtins.str]] = None,
871
+ project: Optional[pulumi.Input[builtins.str]] = None,
872
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
876
873
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ThanosServiceIntegrationArgs', 'ThanosServiceIntegrationArgsDict']]]]] = None,
877
- service_name: Optional[pulumi.Input[str]] = None,
878
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
874
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
875
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
879
876
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ThanosTagArgs', 'ThanosTagArgsDict']]]]] = None,
880
877
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ThanosTechEmailArgs', 'ThanosTechEmailArgsDict']]]]] = None,
881
- termination_protection: Optional[pulumi.Input[bool]] = None,
878
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None,
882
879
  thanos: Optional[pulumi.Input[Union['ThanosThanosArgs', 'ThanosThanosArgsDict']]] = None,
883
880
  thanos_user_config: Optional[pulumi.Input[Union['ThanosThanosUserConfigArgs', 'ThanosThanosUserConfigArgsDict']]] = None,
884
881
  __props__=None):
@@ -936,32 +933,32 @@ class Thanos(pulumi.CustomResource):
936
933
  def get(resource_name: str,
937
934
  id: pulumi.Input[str],
938
935
  opts: Optional[pulumi.ResourceOptions] = None,
939
- additional_disk_space: Optional[pulumi.Input[str]] = None,
940
- cloud_name: Optional[pulumi.Input[str]] = None,
936
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
937
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
941
938
  components: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ThanosComponentArgs', 'ThanosComponentArgsDict']]]]] = None,
942
- disk_space: Optional[pulumi.Input[str]] = None,
943
- disk_space_cap: Optional[pulumi.Input[str]] = None,
944
- disk_space_default: Optional[pulumi.Input[str]] = None,
945
- disk_space_step: Optional[pulumi.Input[str]] = None,
946
- disk_space_used: Optional[pulumi.Input[str]] = None,
947
- maintenance_window_dow: Optional[pulumi.Input[str]] = None,
948
- maintenance_window_time: Optional[pulumi.Input[str]] = None,
949
- plan: Optional[pulumi.Input[str]] = None,
950
- project: Optional[pulumi.Input[str]] = None,
951
- project_vpc_id: Optional[pulumi.Input[str]] = None,
952
- service_host: Optional[pulumi.Input[str]] = None,
939
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
940
+ disk_space_cap: Optional[pulumi.Input[builtins.str]] = None,
941
+ disk_space_default: Optional[pulumi.Input[builtins.str]] = None,
942
+ disk_space_step: Optional[pulumi.Input[builtins.str]] = None,
943
+ disk_space_used: Optional[pulumi.Input[builtins.str]] = None,
944
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
945
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
946
+ plan: Optional[pulumi.Input[builtins.str]] = None,
947
+ project: Optional[pulumi.Input[builtins.str]] = None,
948
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
949
+ service_host: Optional[pulumi.Input[builtins.str]] = None,
953
950
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ThanosServiceIntegrationArgs', 'ThanosServiceIntegrationArgsDict']]]]] = None,
954
- service_name: Optional[pulumi.Input[str]] = None,
955
- service_password: Optional[pulumi.Input[str]] = None,
956
- service_port: Optional[pulumi.Input[int]] = None,
957
- service_type: Optional[pulumi.Input[str]] = None,
958
- service_uri: Optional[pulumi.Input[str]] = None,
959
- service_username: Optional[pulumi.Input[str]] = None,
960
- state: Optional[pulumi.Input[str]] = None,
961
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
951
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
952
+ service_password: Optional[pulumi.Input[builtins.str]] = None,
953
+ service_port: Optional[pulumi.Input[builtins.int]] = None,
954
+ service_type: Optional[pulumi.Input[builtins.str]] = None,
955
+ service_uri: Optional[pulumi.Input[builtins.str]] = None,
956
+ service_username: Optional[pulumi.Input[builtins.str]] = None,
957
+ state: Optional[pulumi.Input[builtins.str]] = None,
958
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
962
959
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ThanosTagArgs', 'ThanosTagArgsDict']]]]] = None,
963
960
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ThanosTechEmailArgs', 'ThanosTechEmailArgsDict']]]]] = None,
964
- termination_protection: Optional[pulumi.Input[bool]] = None,
961
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None,
965
962
  thanos: Optional[pulumi.Input[Union['ThanosThanosArgs', 'ThanosThanosArgsDict']]] = None,
966
963
  thanos_user_config: Optional[pulumi.Input[Union['ThanosThanosUserConfigArgs', 'ThanosThanosUserConfigArgsDict']]] = None) -> 'Thanos':
967
964
  """
@@ -971,32 +968,31 @@ class Thanos(pulumi.CustomResource):
971
968
  :param str resource_name: The unique name of the resulting resource.
972
969
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
973
970
  :param pulumi.ResourceOptions opts: Options for the resource.
974
- :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.
975
- :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.
971
+ :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
972
+ :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.
976
973
  :param pulumi.Input[Sequence[pulumi.Input[Union['ThanosComponentArgs', 'ThanosComponentArgsDict']]]] components: Service component information objects
977
- :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.
978
- :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.
979
- :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`
980
- :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.
981
- :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
982
- :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
983
- :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
984
- :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).
985
- :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.
986
- :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.
987
- :param pulumi.Input[str] service_host: The hostname of the service.
974
+ :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.
975
+ :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.
976
+ :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`
977
+ :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.
978
+ :param pulumi.Input[builtins.str] disk_space_used: Disk space that service is currently using
979
+ :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
980
+ :param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
981
+ :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).
982
+ :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.
983
+ :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.
984
+ :param pulumi.Input[builtins.str] service_host: The hostname of the service.
988
985
  :param pulumi.Input[Sequence[pulumi.Input[Union['ThanosServiceIntegrationArgs', 'ThanosServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
989
- :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.
990
- :param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
991
- :param pulumi.Input[int] service_port: The port of the service
992
- :param pulumi.Input[str] service_type: Aiven internal service type code
993
- :param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
994
- :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
995
- :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
996
- :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
986
+ :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.
987
+ :param pulumi.Input[builtins.str] service_password: Password used for connecting to the service, if applicable
988
+ :param pulumi.Input[builtins.int] service_port: The port of the service
989
+ :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
990
+ :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
991
+ :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
992
+ :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
997
993
  :param pulumi.Input[Sequence[pulumi.Input[Union['ThanosTagArgs', 'ThanosTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
998
994
  :param pulumi.Input[Sequence[pulumi.Input[Union['ThanosTechEmailArgs', 'ThanosTechEmailArgsDict']]]] 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.
999
- :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.
995
+ :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.
1000
996
  :param pulumi.Input[Union['ThanosThanosArgs', 'ThanosThanosArgsDict']] thanos: Thanos server connection details.
1001
997
  :param pulumi.Input[Union['ThanosThanosUserConfigArgs', 'ThanosThanosUserConfigArgsDict']] thanos_user_config: Thanos user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1002
998
  """
@@ -1036,15 +1032,15 @@ class Thanos(pulumi.CustomResource):
1036
1032
 
1037
1033
  @property
1038
1034
  @pulumi.getter(name="additionalDiskSpace")
1039
- def additional_disk_space(self) -> pulumi.Output[str]:
1035
+ def additional_disk_space(self) -> pulumi.Output[builtins.str]:
1040
1036
  """
1041
- 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.
1037
+ Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
1042
1038
  """
1043
1039
  return pulumi.get(self, "additional_disk_space")
1044
1040
 
1045
1041
  @property
1046
1042
  @pulumi.getter(name="cloudName")
1047
- def cloud_name(self) -> pulumi.Output[Optional[str]]:
1043
+ def cloud_name(self) -> pulumi.Output[Optional[builtins.str]]:
1048
1044
  """
1049
1045
  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.
1050
1046
  """
@@ -1061,7 +1057,7 @@ class Thanos(pulumi.CustomResource):
1061
1057
  @property
1062
1058
  @pulumi.getter(name="diskSpace")
1063
1059
  @_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.""")
1064
- def disk_space(self) -> pulumi.Output[Optional[str]]:
1060
+ def disk_space(self) -> pulumi.Output[Optional[builtins.str]]:
1065
1061
  """
1066
1062
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1067
1063
  """
@@ -1069,7 +1065,7 @@ class Thanos(pulumi.CustomResource):
1069
1065
 
1070
1066
  @property
1071
1067
  @pulumi.getter(name="diskSpaceCap")
1072
- def disk_space_cap(self) -> pulumi.Output[str]:
1068
+ def disk_space_cap(self) -> pulumi.Output[builtins.str]:
1073
1069
  """
1074
1070
  The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
1075
1071
  """
@@ -1077,7 +1073,7 @@ class Thanos(pulumi.CustomResource):
1077
1073
 
1078
1074
  @property
1079
1075
  @pulumi.getter(name="diskSpaceDefault")
1080
- def disk_space_default(self) -> pulumi.Output[str]:
1076
+ def disk_space_default(self) -> pulumi.Output[builtins.str]:
1081
1077
  """
1082
1078
  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`
1083
1079
  """
@@ -1085,7 +1081,7 @@ class Thanos(pulumi.CustomResource):
1085
1081
 
1086
1082
  @property
1087
1083
  @pulumi.getter(name="diskSpaceStep")
1088
- def disk_space_step(self) -> pulumi.Output[str]:
1084
+ def disk_space_step(self) -> pulumi.Output[builtins.str]:
1089
1085
  """
1090
1086
  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.
1091
1087
  """
@@ -1094,7 +1090,7 @@ class Thanos(pulumi.CustomResource):
1094
1090
  @property
1095
1091
  @pulumi.getter(name="diskSpaceUsed")
1096
1092
  @_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.""")
1097
- def disk_space_used(self) -> pulumi.Output[str]:
1093
+ def disk_space_used(self) -> pulumi.Output[builtins.str]:
1098
1094
  """
1099
1095
  Disk space that service is currently using
1100
1096
  """
@@ -1102,7 +1098,7 @@ class Thanos(pulumi.CustomResource):
1102
1098
 
1103
1099
  @property
1104
1100
  @pulumi.getter(name="maintenanceWindowDow")
1105
- def maintenance_window_dow(self) -> pulumi.Output[Optional[str]]:
1101
+ def maintenance_window_dow(self) -> pulumi.Output[Optional[builtins.str]]:
1106
1102
  """
1107
1103
  Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1108
1104
  """
@@ -1110,7 +1106,7 @@ class Thanos(pulumi.CustomResource):
1110
1106
 
1111
1107
  @property
1112
1108
  @pulumi.getter(name="maintenanceWindowTime")
1113
- def maintenance_window_time(self) -> pulumi.Output[Optional[str]]:
1109
+ def maintenance_window_time(self) -> pulumi.Output[Optional[builtins.str]]:
1114
1110
  """
1115
1111
  Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
1116
1112
  """
@@ -1118,7 +1114,7 @@ class Thanos(pulumi.CustomResource):
1118
1114
 
1119
1115
  @property
1120
1116
  @pulumi.getter
1121
- def plan(self) -> pulumi.Output[str]:
1117
+ def plan(self) -> pulumi.Output[builtins.str]:
1122
1118
  """
1123
1119
  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).
1124
1120
  """
@@ -1126,7 +1122,7 @@ class Thanos(pulumi.CustomResource):
1126
1122
 
1127
1123
  @property
1128
1124
  @pulumi.getter
1129
- def project(self) -> pulumi.Output[str]:
1125
+ def project(self) -> pulumi.Output[builtins.str]:
1130
1126
  """
1131
1127
  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.
1132
1128
  """
@@ -1134,7 +1130,7 @@ class Thanos(pulumi.CustomResource):
1134
1130
 
1135
1131
  @property
1136
1132
  @pulumi.getter(name="projectVpcId")
1137
- def project_vpc_id(self) -> pulumi.Output[str]:
1133
+ def project_vpc_id(self) -> pulumi.Output[builtins.str]:
1138
1134
  """
1139
1135
  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.
1140
1136
  """
@@ -1142,7 +1138,7 @@ class Thanos(pulumi.CustomResource):
1142
1138
 
1143
1139
  @property
1144
1140
  @pulumi.getter(name="serviceHost")
1145
- def service_host(self) -> pulumi.Output[str]:
1141
+ def service_host(self) -> pulumi.Output[builtins.str]:
1146
1142
  """
1147
1143
  The hostname of the service.
1148
1144
  """
@@ -1158,7 +1154,7 @@ class Thanos(pulumi.CustomResource):
1158
1154
 
1159
1155
  @property
1160
1156
  @pulumi.getter(name="serviceName")
1161
- def service_name(self) -> pulumi.Output[str]:
1157
+ def service_name(self) -> pulumi.Output[builtins.str]:
1162
1158
  """
1163
1159
  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.
1164
1160
  """
@@ -1166,7 +1162,7 @@ class Thanos(pulumi.CustomResource):
1166
1162
 
1167
1163
  @property
1168
1164
  @pulumi.getter(name="servicePassword")
1169
- def service_password(self) -> pulumi.Output[str]:
1165
+ def service_password(self) -> pulumi.Output[builtins.str]:
1170
1166
  """
1171
1167
  Password used for connecting to the service, if applicable
1172
1168
  """
@@ -1174,7 +1170,7 @@ class Thanos(pulumi.CustomResource):
1174
1170
 
1175
1171
  @property
1176
1172
  @pulumi.getter(name="servicePort")
1177
- def service_port(self) -> pulumi.Output[int]:
1173
+ def service_port(self) -> pulumi.Output[builtins.int]:
1178
1174
  """
1179
1175
  The port of the service
1180
1176
  """
@@ -1182,7 +1178,7 @@ class Thanos(pulumi.CustomResource):
1182
1178
 
1183
1179
  @property
1184
1180
  @pulumi.getter(name="serviceType")
1185
- def service_type(self) -> pulumi.Output[str]:
1181
+ def service_type(self) -> pulumi.Output[builtins.str]:
1186
1182
  """
1187
1183
  Aiven internal service type code
1188
1184
  """
@@ -1190,7 +1186,7 @@ class Thanos(pulumi.CustomResource):
1190
1186
 
1191
1187
  @property
1192
1188
  @pulumi.getter(name="serviceUri")
1193
- def service_uri(self) -> pulumi.Output[str]:
1189
+ def service_uri(self) -> pulumi.Output[builtins.str]:
1194
1190
  """
1195
1191
  URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
1196
1192
  """
@@ -1198,7 +1194,7 @@ class Thanos(pulumi.CustomResource):
1198
1194
 
1199
1195
  @property
1200
1196
  @pulumi.getter(name="serviceUsername")
1201
- def service_username(self) -> pulumi.Output[str]:
1197
+ def service_username(self) -> pulumi.Output[builtins.str]:
1202
1198
  """
1203
1199
  Username used for connecting to the service, if applicable
1204
1200
  """
@@ -1206,15 +1202,12 @@ class Thanos(pulumi.CustomResource):
1206
1202
 
1207
1203
  @property
1208
1204
  @pulumi.getter
1209
- def state(self) -> pulumi.Output[str]:
1210
- """
1211
- Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1212
- """
1205
+ def state(self) -> pulumi.Output[builtins.str]:
1213
1206
  return pulumi.get(self, "state")
1214
1207
 
1215
1208
  @property
1216
1209
  @pulumi.getter(name="staticIps")
1217
- def static_ips(self) -> pulumi.Output[Optional[Sequence[str]]]:
1210
+ def static_ips(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
1218
1211
  """
1219
1212
  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
1220
1213
  """
@@ -1238,7 +1231,7 @@ class Thanos(pulumi.CustomResource):
1238
1231
 
1239
1232
  @property
1240
1233
  @pulumi.getter(name="terminationProtection")
1241
- def termination_protection(self) -> pulumi.Output[Optional[bool]]:
1234
+ def termination_protection(self) -> pulumi.Output[Optional[builtins.bool]]:
1242
1235
  """
1243
1236
  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.
1244
1237
  """