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/cassandra.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,40 +22,40 @@ __all__ = ['CassandraArgs', 'Cassandra']
21
22
  @pulumi.input_type
22
23
  class CassandraArgs:
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,
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,
28
29
  cassandra: Optional[pulumi.Input['CassandraCassandraArgs']] = None,
29
30
  cassandra_user_config: Optional[pulumi.Input['CassandraCassandraUserConfigArgs']] = None,
30
- cloud_name: Optional[pulumi.Input[str]] = None,
31
- disk_space: Optional[pulumi.Input[str]] = None,
32
- maintenance_window_dow: Optional[pulumi.Input[str]] = None,
33
- maintenance_window_time: Optional[pulumi.Input[str]] = None,
34
- project_vpc_id: Optional[pulumi.Input[str]] = None,
31
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
32
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
33
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
34
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
35
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
35
36
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input['CassandraServiceIntegrationArgs']]]] = None,
36
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
37
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
37
38
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['CassandraTagArgs']]]] = None,
38
39
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input['CassandraTechEmailArgs']]]] = None,
39
- termination_protection: Optional[pulumi.Input[bool]] = None):
40
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None):
40
41
  """
41
42
  The set of arguments for constructing a Cassandra 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.
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.
46
47
  :param pulumi.Input['CassandraCassandraArgs'] cassandra: Values provided by the Cassandra server.
47
48
  :param pulumi.Input['CassandraCassandraUserConfigArgs'] cassandra_user_config: Cassandra user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
48
- :param pulumi.Input[str] 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.
49
- :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.
50
- :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
51
- :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
52
- :param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
49
+ :param pulumi.Input[builtins.str] 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.
50
+ :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.
51
+ :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
52
+ :param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
53
+ :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.
53
54
  :param pulumi.Input[Sequence[pulumi.Input['CassandraServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
54
- :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
55
+ :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
55
56
  :param pulumi.Input[Sequence[pulumi.Input['CassandraTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
56
57
  :param pulumi.Input[Sequence[pulumi.Input['CassandraTechEmailArgs']]] 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.
57
- :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.
58
+ :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.
58
59
  """
59
60
  pulumi.set(__self__, "plan", plan)
60
61
  pulumi.set(__self__, "project", project)
@@ -91,50 +92,50 @@ class CassandraArgs:
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
@@ -163,63 +164,63 @@ class CassandraArgs:
163
164
 
164
165
  @property
165
166
  @pulumi.getter(name="cloudName")
166
- def cloud_name(self) -> Optional[pulumi.Input[str]]:
167
+ def cloud_name(self) -> Optional[pulumi.Input[builtins.str]]:
167
168
  """
168
169
  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.
169
170
  """
170
171
  return pulumi.get(self, "cloud_name")
171
172
 
172
173
  @cloud_name.setter
173
- def cloud_name(self, value: Optional[pulumi.Input[str]]):
174
+ def cloud_name(self, value: Optional[pulumi.Input[builtins.str]]):
174
175
  pulumi.set(self, "cloud_name", value)
175
176
 
176
177
  @property
177
178
  @pulumi.getter(name="diskSpace")
178
179
  @_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.""")
179
- def disk_space(self) -> Optional[pulumi.Input[str]]:
180
+ def disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
180
181
  """
181
182
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
182
183
  """
183
184
  return pulumi.get(self, "disk_space")
184
185
 
185
186
  @disk_space.setter
186
- def disk_space(self, value: Optional[pulumi.Input[str]]):
187
+ def disk_space(self, value: Optional[pulumi.Input[builtins.str]]):
187
188
  pulumi.set(self, "disk_space", value)
188
189
 
189
190
  @property
190
191
  @pulumi.getter(name="maintenanceWindowDow")
191
- def maintenance_window_dow(self) -> Optional[pulumi.Input[str]]:
192
+ def maintenance_window_dow(self) -> Optional[pulumi.Input[builtins.str]]:
192
193
  """
193
194
  Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
194
195
  """
195
196
  return pulumi.get(self, "maintenance_window_dow")
196
197
 
197
198
  @maintenance_window_dow.setter
198
- def maintenance_window_dow(self, value: Optional[pulumi.Input[str]]):
199
+ def maintenance_window_dow(self, value: Optional[pulumi.Input[builtins.str]]):
199
200
  pulumi.set(self, "maintenance_window_dow", value)
200
201
 
201
202
  @property
202
203
  @pulumi.getter(name="maintenanceWindowTime")
203
- def maintenance_window_time(self) -> Optional[pulumi.Input[str]]:
204
+ def maintenance_window_time(self) -> Optional[pulumi.Input[builtins.str]]:
204
205
  """
205
206
  Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
206
207
  """
207
208
  return pulumi.get(self, "maintenance_window_time")
208
209
 
209
210
  @maintenance_window_time.setter
210
- def maintenance_window_time(self, value: Optional[pulumi.Input[str]]):
211
+ def maintenance_window_time(self, value: Optional[pulumi.Input[builtins.str]]):
211
212
  pulumi.set(self, "maintenance_window_time", value)
212
213
 
213
214
  @property
214
215
  @pulumi.getter(name="projectVpcId")
215
- def project_vpc_id(self) -> Optional[pulumi.Input[str]]:
216
+ def project_vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
216
217
  """
217
218
  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.
218
219
  """
219
220
  return pulumi.get(self, "project_vpc_id")
220
221
 
221
222
  @project_vpc_id.setter
222
- def project_vpc_id(self, value: Optional[pulumi.Input[str]]):
223
+ def project_vpc_id(self, value: Optional[pulumi.Input[builtins.str]]):
223
224
  pulumi.set(self, "project_vpc_id", value)
224
225
 
225
226
  @property
@@ -236,14 +237,14 @@ class CassandraArgs:
236
237
 
237
238
  @property
238
239
  @pulumi.getter(name="staticIps")
239
- def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
240
+ def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
240
241
  """
241
242
  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
242
243
  """
243
244
  return pulumi.get(self, "static_ips")
244
245
 
245
246
  @static_ips.setter
246
- def static_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
247
+ def static_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
247
248
  pulumi.set(self, "static_ips", value)
248
249
 
249
250
  @property
@@ -272,78 +273,77 @@ class CassandraArgs:
272
273
 
273
274
  @property
274
275
  @pulumi.getter(name="terminationProtection")
275
- def termination_protection(self) -> Optional[pulumi.Input[bool]]:
276
+ def termination_protection(self) -> Optional[pulumi.Input[builtins.bool]]:
276
277
  """
277
278
  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.
278
279
  """
279
280
  return pulumi.get(self, "termination_protection")
280
281
 
281
282
  @termination_protection.setter
282
- def termination_protection(self, value: Optional[pulumi.Input[bool]]):
283
+ def termination_protection(self, value: Optional[pulumi.Input[builtins.bool]]):
283
284
  pulumi.set(self, "termination_protection", value)
284
285
 
285
286
 
286
287
  @pulumi.input_type
287
288
  class _CassandraState:
288
289
  def __init__(__self__, *,
289
- additional_disk_space: Optional[pulumi.Input[str]] = None,
290
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
290
291
  cassandra: Optional[pulumi.Input['CassandraCassandraArgs']] = None,
291
292
  cassandra_user_config: Optional[pulumi.Input['CassandraCassandraUserConfigArgs']] = None,
292
- cloud_name: Optional[pulumi.Input[str]] = None,
293
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
293
294
  components: Optional[pulumi.Input[Sequence[pulumi.Input['CassandraComponentArgs']]]] = None,
294
- disk_space: Optional[pulumi.Input[str]] = None,
295
- disk_space_cap: Optional[pulumi.Input[str]] = None,
296
- disk_space_default: Optional[pulumi.Input[str]] = None,
297
- disk_space_step: Optional[pulumi.Input[str]] = None,
298
- disk_space_used: Optional[pulumi.Input[str]] = None,
299
- maintenance_window_dow: Optional[pulumi.Input[str]] = None,
300
- maintenance_window_time: Optional[pulumi.Input[str]] = None,
301
- plan: Optional[pulumi.Input[str]] = None,
302
- project: Optional[pulumi.Input[str]] = None,
303
- project_vpc_id: Optional[pulumi.Input[str]] = None,
304
- service_host: Optional[pulumi.Input[str]] = None,
295
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
296
+ disk_space_cap: Optional[pulumi.Input[builtins.str]] = None,
297
+ disk_space_default: Optional[pulumi.Input[builtins.str]] = None,
298
+ disk_space_step: Optional[pulumi.Input[builtins.str]] = None,
299
+ disk_space_used: Optional[pulumi.Input[builtins.str]] = None,
300
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
301
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
302
+ plan: Optional[pulumi.Input[builtins.str]] = None,
303
+ project: Optional[pulumi.Input[builtins.str]] = None,
304
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
305
+ service_host: Optional[pulumi.Input[builtins.str]] = None,
305
306
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input['CassandraServiceIntegrationArgs']]]] = None,
306
- service_name: Optional[pulumi.Input[str]] = None,
307
- service_password: Optional[pulumi.Input[str]] = None,
308
- service_port: Optional[pulumi.Input[int]] = None,
309
- service_type: Optional[pulumi.Input[str]] = None,
310
- service_uri: Optional[pulumi.Input[str]] = None,
311
- service_username: Optional[pulumi.Input[str]] = None,
312
- state: Optional[pulumi.Input[str]] = None,
313
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
307
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
308
+ service_password: Optional[pulumi.Input[builtins.str]] = None,
309
+ service_port: Optional[pulumi.Input[builtins.int]] = None,
310
+ service_type: Optional[pulumi.Input[builtins.str]] = None,
311
+ service_uri: Optional[pulumi.Input[builtins.str]] = None,
312
+ service_username: Optional[pulumi.Input[builtins.str]] = None,
313
+ state: Optional[pulumi.Input[builtins.str]] = None,
314
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
314
315
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['CassandraTagArgs']]]] = None,
315
316
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input['CassandraTechEmailArgs']]]] = None,
316
- termination_protection: Optional[pulumi.Input[bool]] = None):
317
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None):
317
318
  """
318
319
  Input properties used for looking up and filtering Cassandra 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[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.
320
321
  :param pulumi.Input['CassandraCassandraArgs'] cassandra: Values provided by the Cassandra server.
321
322
  :param pulumi.Input['CassandraCassandraUserConfigArgs'] cassandra_user_config: Cassandra user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
322
- :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.
323
+ :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.
323
324
  :param pulumi.Input[Sequence[pulumi.Input['CassandraComponentArgs']]] components: Service component information objects
324
- :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.
325
- :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.
326
- :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`
327
- :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.
328
- :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
329
- :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
330
- :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
331
- :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).
332
- :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.
333
- :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.
334
- :param pulumi.Input[str] service_host: The hostname of the service.
325
+ :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.
326
+ :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.
327
+ :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`
328
+ :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.
329
+ :param pulumi.Input[builtins.str] disk_space_used: Disk space that service is currently using
330
+ :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
331
+ :param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
332
+ :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).
333
+ :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.
334
+ :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.
335
+ :param pulumi.Input[builtins.str] service_host: The hostname of the service.
335
336
  :param pulumi.Input[Sequence[pulumi.Input['CassandraServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
336
- :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.
337
- :param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
338
- :param pulumi.Input[int] service_port: The port of the service
339
- :param pulumi.Input[str] service_type: Aiven internal service type code
340
- :param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
341
- :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
342
- :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
343
- :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
337
+ :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.
338
+ :param pulumi.Input[builtins.str] service_password: Password used for connecting to the service, if applicable
339
+ :param pulumi.Input[builtins.int] service_port: The port of the service
340
+ :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
341
+ :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
342
+ :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
343
+ :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
344
344
  :param pulumi.Input[Sequence[pulumi.Input['CassandraTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
345
345
  :param pulumi.Input[Sequence[pulumi.Input['CassandraTechEmailArgs']]] 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.
346
- :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.
346
+ :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.
347
347
  """
348
348
  if additional_disk_space is not None:
349
349
  pulumi.set(__self__, "additional_disk_space", additional_disk_space)
@@ -410,14 +410,14 @@ class _CassandraState:
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
@@ -446,14 +446,14 @@ class _CassandraState:
446
446
 
447
447
  @property
448
448
  @pulumi.getter(name="cloudName")
449
- def cloud_name(self) -> Optional[pulumi.Input[str]]:
449
+ def cloud_name(self) -> Optional[pulumi.Input[builtins.str]]:
450
450
  """
451
451
  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.
452
452
  """
453
453
  return pulumi.get(self, "cloud_name")
454
454
 
455
455
  @cloud_name.setter
456
- def cloud_name(self, value: Optional[pulumi.Input[str]]):
456
+ def cloud_name(self, value: Optional[pulumi.Input[builtins.str]]):
457
457
  pulumi.set(self, "cloud_name", value)
458
458
 
459
459
  @property
@@ -471,135 +471,135 @@ class _CassandraState:
471
471
  @property
472
472
  @pulumi.getter(name="diskSpace")
473
473
  @_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.""")
474
- def disk_space(self) -> Optional[pulumi.Input[str]]:
474
+ def disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
475
475
  """
476
476
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
477
477
  """
478
478
  return pulumi.get(self, "disk_space")
479
479
 
480
480
  @disk_space.setter
481
- def disk_space(self, value: Optional[pulumi.Input[str]]):
481
+ def disk_space(self, value: Optional[pulumi.Input[builtins.str]]):
482
482
  pulumi.set(self, "disk_space", value)
483
483
 
484
484
  @property
485
485
  @pulumi.getter(name="diskSpaceCap")
486
- def disk_space_cap(self) -> Optional[pulumi.Input[str]]:
486
+ def disk_space_cap(self) -> Optional[pulumi.Input[builtins.str]]:
487
487
  """
488
488
  The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
489
489
  """
490
490
  return pulumi.get(self, "disk_space_cap")
491
491
 
492
492
  @disk_space_cap.setter
493
- def disk_space_cap(self, value: Optional[pulumi.Input[str]]):
493
+ def disk_space_cap(self, value: Optional[pulumi.Input[builtins.str]]):
494
494
  pulumi.set(self, "disk_space_cap", value)
495
495
 
496
496
  @property
497
497
  @pulumi.getter(name="diskSpaceDefault")
498
- def disk_space_default(self) -> Optional[pulumi.Input[str]]:
498
+ def disk_space_default(self) -> Optional[pulumi.Input[builtins.str]]:
499
499
  """
500
500
  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`
501
501
  """
502
502
  return pulumi.get(self, "disk_space_default")
503
503
 
504
504
  @disk_space_default.setter
505
- def disk_space_default(self, value: Optional[pulumi.Input[str]]):
505
+ def disk_space_default(self, value: Optional[pulumi.Input[builtins.str]]):
506
506
  pulumi.set(self, "disk_space_default", value)
507
507
 
508
508
  @property
509
509
  @pulumi.getter(name="diskSpaceStep")
510
- def disk_space_step(self) -> Optional[pulumi.Input[str]]:
510
+ def disk_space_step(self) -> Optional[pulumi.Input[builtins.str]]:
511
511
  """
512
512
  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.
513
513
  """
514
514
  return pulumi.get(self, "disk_space_step")
515
515
 
516
516
  @disk_space_step.setter
517
- def disk_space_step(self, value: Optional[pulumi.Input[str]]):
517
+ def disk_space_step(self, value: Optional[pulumi.Input[builtins.str]]):
518
518
  pulumi.set(self, "disk_space_step", value)
519
519
 
520
520
  @property
521
521
  @pulumi.getter(name="diskSpaceUsed")
522
522
  @_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.""")
523
- def disk_space_used(self) -> Optional[pulumi.Input[str]]:
523
+ def disk_space_used(self) -> Optional[pulumi.Input[builtins.str]]:
524
524
  """
525
525
  Disk space that service is currently using
526
526
  """
527
527
  return pulumi.get(self, "disk_space_used")
528
528
 
529
529
  @disk_space_used.setter
530
- def disk_space_used(self, value: Optional[pulumi.Input[str]]):
530
+ def disk_space_used(self, value: Optional[pulumi.Input[builtins.str]]):
531
531
  pulumi.set(self, "disk_space_used", value)
532
532
 
533
533
  @property
534
534
  @pulumi.getter(name="maintenanceWindowDow")
535
- def maintenance_window_dow(self) -> Optional[pulumi.Input[str]]:
535
+ def maintenance_window_dow(self) -> Optional[pulumi.Input[builtins.str]]:
536
536
  """
537
537
  Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
538
538
  """
539
539
  return pulumi.get(self, "maintenance_window_dow")
540
540
 
541
541
  @maintenance_window_dow.setter
542
- def maintenance_window_dow(self, value: Optional[pulumi.Input[str]]):
542
+ def maintenance_window_dow(self, value: Optional[pulumi.Input[builtins.str]]):
543
543
  pulumi.set(self, "maintenance_window_dow", value)
544
544
 
545
545
  @property
546
546
  @pulumi.getter(name="maintenanceWindowTime")
547
- def maintenance_window_time(self) -> Optional[pulumi.Input[str]]:
547
+ def maintenance_window_time(self) -> Optional[pulumi.Input[builtins.str]]:
548
548
  """
549
549
  Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
550
550
  """
551
551
  return pulumi.get(self, "maintenance_window_time")
552
552
 
553
553
  @maintenance_window_time.setter
554
- def maintenance_window_time(self, value: Optional[pulumi.Input[str]]):
554
+ def maintenance_window_time(self, value: Optional[pulumi.Input[builtins.str]]):
555
555
  pulumi.set(self, "maintenance_window_time", value)
556
556
 
557
557
  @property
558
558
  @pulumi.getter
559
- def plan(self) -> Optional[pulumi.Input[str]]:
559
+ def plan(self) -> Optional[pulumi.Input[builtins.str]]:
560
560
  """
561
561
  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).
562
562
  """
563
563
  return pulumi.get(self, "plan")
564
564
 
565
565
  @plan.setter
566
- def plan(self, value: Optional[pulumi.Input[str]]):
566
+ def plan(self, value: Optional[pulumi.Input[builtins.str]]):
567
567
  pulumi.set(self, "plan", value)
568
568
 
569
569
  @property
570
570
  @pulumi.getter
571
- def project(self) -> Optional[pulumi.Input[str]]:
571
+ def project(self) -> Optional[pulumi.Input[builtins.str]]:
572
572
  """
573
573
  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.
574
574
  """
575
575
  return pulumi.get(self, "project")
576
576
 
577
577
  @project.setter
578
- def project(self, value: Optional[pulumi.Input[str]]):
578
+ def project(self, value: Optional[pulumi.Input[builtins.str]]):
579
579
  pulumi.set(self, "project", value)
580
580
 
581
581
  @property
582
582
  @pulumi.getter(name="projectVpcId")
583
- def project_vpc_id(self) -> Optional[pulumi.Input[str]]:
583
+ def project_vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
584
584
  """
585
585
  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.
586
586
  """
587
587
  return pulumi.get(self, "project_vpc_id")
588
588
 
589
589
  @project_vpc_id.setter
590
- def project_vpc_id(self, value: Optional[pulumi.Input[str]]):
590
+ def project_vpc_id(self, value: Optional[pulumi.Input[builtins.str]]):
591
591
  pulumi.set(self, "project_vpc_id", value)
592
592
 
593
593
  @property
594
594
  @pulumi.getter(name="serviceHost")
595
- def service_host(self) -> Optional[pulumi.Input[str]]:
595
+ def service_host(self) -> Optional[pulumi.Input[builtins.str]]:
596
596
  """
597
597
  The hostname of the service.
598
598
  """
599
599
  return pulumi.get(self, "service_host")
600
600
 
601
601
  @service_host.setter
602
- def service_host(self, value: Optional[pulumi.Input[str]]):
602
+ def service_host(self, value: Optional[pulumi.Input[builtins.str]]):
603
603
  pulumi.set(self, "service_host", value)
604
604
 
605
605
  @property
@@ -616,98 +616,95 @@ class _CassandraState:
616
616
 
617
617
  @property
618
618
  @pulumi.getter(name="serviceName")
619
- def service_name(self) -> Optional[pulumi.Input[str]]:
619
+ def service_name(self) -> Optional[pulumi.Input[builtins.str]]:
620
620
  """
621
621
  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.
622
622
  """
623
623
  return pulumi.get(self, "service_name")
624
624
 
625
625
  @service_name.setter
626
- def service_name(self, value: Optional[pulumi.Input[str]]):
626
+ def service_name(self, value: Optional[pulumi.Input[builtins.str]]):
627
627
  pulumi.set(self, "service_name", value)
628
628
 
629
629
  @property
630
630
  @pulumi.getter(name="servicePassword")
631
- def service_password(self) -> Optional[pulumi.Input[str]]:
631
+ def service_password(self) -> Optional[pulumi.Input[builtins.str]]:
632
632
  """
633
633
  Password used for connecting to the service, if applicable
634
634
  """
635
635
  return pulumi.get(self, "service_password")
636
636
 
637
637
  @service_password.setter
638
- def service_password(self, value: Optional[pulumi.Input[str]]):
638
+ def service_password(self, value: Optional[pulumi.Input[builtins.str]]):
639
639
  pulumi.set(self, "service_password", value)
640
640
 
641
641
  @property
642
642
  @pulumi.getter(name="servicePort")
643
- def service_port(self) -> Optional[pulumi.Input[int]]:
643
+ def service_port(self) -> Optional[pulumi.Input[builtins.int]]:
644
644
  """
645
645
  The port of the service
646
646
  """
647
647
  return pulumi.get(self, "service_port")
648
648
 
649
649
  @service_port.setter
650
- def service_port(self, value: Optional[pulumi.Input[int]]):
650
+ def service_port(self, value: Optional[pulumi.Input[builtins.int]]):
651
651
  pulumi.set(self, "service_port", value)
652
652
 
653
653
  @property
654
654
  @pulumi.getter(name="serviceType")
655
- def service_type(self) -> Optional[pulumi.Input[str]]:
655
+ def service_type(self) -> Optional[pulumi.Input[builtins.str]]:
656
656
  """
657
657
  Aiven internal service type code
658
658
  """
659
659
  return pulumi.get(self, "service_type")
660
660
 
661
661
  @service_type.setter
662
- def service_type(self, value: Optional[pulumi.Input[str]]):
662
+ def service_type(self, value: Optional[pulumi.Input[builtins.str]]):
663
663
  pulumi.set(self, "service_type", value)
664
664
 
665
665
  @property
666
666
  @pulumi.getter(name="serviceUri")
667
- def service_uri(self) -> Optional[pulumi.Input[str]]:
667
+ def service_uri(self) -> Optional[pulumi.Input[builtins.str]]:
668
668
  """
669
669
  URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
670
670
  """
671
671
  return pulumi.get(self, "service_uri")
672
672
 
673
673
  @service_uri.setter
674
- def service_uri(self, value: Optional[pulumi.Input[str]]):
674
+ def service_uri(self, value: Optional[pulumi.Input[builtins.str]]):
675
675
  pulumi.set(self, "service_uri", value)
676
676
 
677
677
  @property
678
678
  @pulumi.getter(name="serviceUsername")
679
- def service_username(self) -> Optional[pulumi.Input[str]]:
679
+ def service_username(self) -> Optional[pulumi.Input[builtins.str]]:
680
680
  """
681
681
  Username used for connecting to the service, if applicable
682
682
  """
683
683
  return pulumi.get(self, "service_username")
684
684
 
685
685
  @service_username.setter
686
- def service_username(self, value: Optional[pulumi.Input[str]]):
686
+ def service_username(self, value: Optional[pulumi.Input[builtins.str]]):
687
687
  pulumi.set(self, "service_username", value)
688
688
 
689
689
  @property
690
690
  @pulumi.getter
691
- def state(self) -> Optional[pulumi.Input[str]]:
692
- """
693
- Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
694
- """
691
+ def state(self) -> Optional[pulumi.Input[builtins.str]]:
695
692
  return pulumi.get(self, "state")
696
693
 
697
694
  @state.setter
698
- def state(self, value: Optional[pulumi.Input[str]]):
695
+ def state(self, value: Optional[pulumi.Input[builtins.str]]):
699
696
  pulumi.set(self, "state", value)
700
697
 
701
698
  @property
702
699
  @pulumi.getter(name="staticIps")
703
- def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
700
+ def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
704
701
  """
705
702
  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
706
703
  """
707
704
  return pulumi.get(self, "static_ips")
708
705
 
709
706
  @static_ips.setter
710
- def static_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
707
+ def static_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
711
708
  pulumi.set(self, "static_ips", value)
712
709
 
713
710
  @property
@@ -736,14 +733,14 @@ class _CassandraState:
736
733
 
737
734
  @property
738
735
  @pulumi.getter(name="terminationProtection")
739
- def termination_protection(self) -> Optional[pulumi.Input[bool]]:
736
+ def termination_protection(self) -> Optional[pulumi.Input[builtins.bool]]:
740
737
  """
741
738
  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.
742
739
  """
743
740
  return pulumi.get(self, "termination_protection")
744
741
 
745
742
  @termination_protection.setter
746
- def termination_protection(self, value: Optional[pulumi.Input[bool]]):
743
+ def termination_protection(self, value: Optional[pulumi.Input[builtins.bool]]):
747
744
  pulumi.set(self, "termination_protection", value)
748
745
 
749
746
 
@@ -752,22 +749,22 @@ class Cassandra(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,
752
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
756
753
  cassandra: Optional[pulumi.Input[Union['CassandraCassandraArgs', 'CassandraCassandraArgsDict']]] = None,
757
754
  cassandra_user_config: Optional[pulumi.Input[Union['CassandraCassandraUserConfigArgs', 'CassandraCassandraUserConfigArgsDict']]] = None,
758
- cloud_name: Optional[pulumi.Input[str]] = None,
759
- disk_space: Optional[pulumi.Input[str]] = None,
760
- maintenance_window_dow: Optional[pulumi.Input[str]] = None,
761
- maintenance_window_time: Optional[pulumi.Input[str]] = None,
762
- plan: Optional[pulumi.Input[str]] = None,
763
- project: Optional[pulumi.Input[str]] = None,
764
- project_vpc_id: Optional[pulumi.Input[str]] = None,
755
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
756
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
757
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
758
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
759
+ plan: Optional[pulumi.Input[builtins.str]] = None,
760
+ project: Optional[pulumi.Input[builtins.str]] = None,
761
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
765
762
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraServiceIntegrationArgs', 'CassandraServiceIntegrationArgsDict']]]]] = None,
766
- service_name: Optional[pulumi.Input[str]] = None,
767
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
763
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
764
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
768
765
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraTagArgs', 'CassandraTagArgsDict']]]]] = None,
769
766
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraTechEmailArgs', 'CassandraTechEmailArgsDict']]]]] = None,
770
- termination_protection: Optional[pulumi.Input[bool]] = None,
767
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None,
771
768
  __props__=None):
772
769
  """
773
770
  Creates and manages an [Aiven for Apache Cassandra®](https://aiven.io/docs/products/cassandra) service.
@@ -808,22 +805,22 @@ class Cassandra(pulumi.CustomResource):
808
805
 
809
806
  :param str resource_name: The name of the resource.
810
807
  :param pulumi.ResourceOptions opts: Options for the resource.
811
- :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.
808
+ :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.
812
809
  :param pulumi.Input[Union['CassandraCassandraArgs', 'CassandraCassandraArgsDict']] cassandra: Values provided by the Cassandra server.
813
810
  :param pulumi.Input[Union['CassandraCassandraUserConfigArgs', 'CassandraCassandraUserConfigArgsDict']] cassandra_user_config: Cassandra user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
814
- :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.
815
- :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.
816
- :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
817
- :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
818
- :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).
819
- :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.
820
- :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.
811
+ :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.
812
+ :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.
813
+ :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
814
+ :param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
815
+ :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).
816
+ :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.
817
+ :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.
821
818
  :param pulumi.Input[Sequence[pulumi.Input[Union['CassandraServiceIntegrationArgs', 'CassandraServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
822
- :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.
823
- :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
819
+ :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.
820
+ :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
824
821
  :param pulumi.Input[Sequence[pulumi.Input[Union['CassandraTagArgs', 'CassandraTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
825
822
  :param pulumi.Input[Sequence[pulumi.Input[Union['CassandraTechEmailArgs', 'CassandraTechEmailArgsDict']]]] 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.
826
- :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.
823
+ :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.
827
824
  """
828
825
  ...
829
826
  @overload
@@ -883,22 +880,22 @@ class Cassandra(pulumi.CustomResource):
883
880
  def _internal_init(__self__,
884
881
  resource_name: str,
885
882
  opts: Optional[pulumi.ResourceOptions] = None,
886
- additional_disk_space: Optional[pulumi.Input[str]] = None,
883
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
887
884
  cassandra: Optional[pulumi.Input[Union['CassandraCassandraArgs', 'CassandraCassandraArgsDict']]] = None,
888
885
  cassandra_user_config: Optional[pulumi.Input[Union['CassandraCassandraUserConfigArgs', 'CassandraCassandraUserConfigArgsDict']]] = None,
889
- cloud_name: Optional[pulumi.Input[str]] = None,
890
- disk_space: Optional[pulumi.Input[str]] = None,
891
- maintenance_window_dow: Optional[pulumi.Input[str]] = None,
892
- maintenance_window_time: Optional[pulumi.Input[str]] = None,
893
- plan: Optional[pulumi.Input[str]] = None,
894
- project: Optional[pulumi.Input[str]] = None,
895
- project_vpc_id: Optional[pulumi.Input[str]] = None,
886
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
887
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
888
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
889
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
890
+ plan: Optional[pulumi.Input[builtins.str]] = None,
891
+ project: Optional[pulumi.Input[builtins.str]] = None,
892
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
896
893
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraServiceIntegrationArgs', 'CassandraServiceIntegrationArgsDict']]]]] = None,
897
- service_name: Optional[pulumi.Input[str]] = None,
898
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
894
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
895
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
899
896
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraTagArgs', 'CassandraTagArgsDict']]]]] = None,
900
897
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraTechEmailArgs', 'CassandraTechEmailArgsDict']]]]] = None,
901
- termination_protection: Optional[pulumi.Input[bool]] = None,
898
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None,
902
899
  __props__=None):
903
900
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
904
901
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -954,34 +951,34 @@ class Cassandra(pulumi.CustomResource):
954
951
  def get(resource_name: str,
955
952
  id: pulumi.Input[str],
956
953
  opts: Optional[pulumi.ResourceOptions] = None,
957
- additional_disk_space: Optional[pulumi.Input[str]] = None,
954
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
958
955
  cassandra: Optional[pulumi.Input[Union['CassandraCassandraArgs', 'CassandraCassandraArgsDict']]] = None,
959
956
  cassandra_user_config: Optional[pulumi.Input[Union['CassandraCassandraUserConfigArgs', 'CassandraCassandraUserConfigArgsDict']]] = None,
960
- cloud_name: Optional[pulumi.Input[str]] = None,
957
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
961
958
  components: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraComponentArgs', 'CassandraComponentArgsDict']]]]] = None,
962
- disk_space: Optional[pulumi.Input[str]] = None,
963
- disk_space_cap: Optional[pulumi.Input[str]] = None,
964
- disk_space_default: Optional[pulumi.Input[str]] = None,
965
- disk_space_step: Optional[pulumi.Input[str]] = None,
966
- disk_space_used: Optional[pulumi.Input[str]] = None,
967
- maintenance_window_dow: Optional[pulumi.Input[str]] = None,
968
- maintenance_window_time: Optional[pulumi.Input[str]] = None,
969
- plan: Optional[pulumi.Input[str]] = None,
970
- project: Optional[pulumi.Input[str]] = None,
971
- project_vpc_id: Optional[pulumi.Input[str]] = None,
972
- service_host: Optional[pulumi.Input[str]] = None,
959
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
960
+ disk_space_cap: Optional[pulumi.Input[builtins.str]] = None,
961
+ disk_space_default: Optional[pulumi.Input[builtins.str]] = None,
962
+ disk_space_step: Optional[pulumi.Input[builtins.str]] = None,
963
+ disk_space_used: Optional[pulumi.Input[builtins.str]] = None,
964
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
965
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
966
+ plan: Optional[pulumi.Input[builtins.str]] = None,
967
+ project: Optional[pulumi.Input[builtins.str]] = None,
968
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
969
+ service_host: Optional[pulumi.Input[builtins.str]] = None,
973
970
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraServiceIntegrationArgs', 'CassandraServiceIntegrationArgsDict']]]]] = None,
974
- service_name: Optional[pulumi.Input[str]] = None,
975
- service_password: Optional[pulumi.Input[str]] = None,
976
- service_port: Optional[pulumi.Input[int]] = None,
977
- service_type: Optional[pulumi.Input[str]] = None,
978
- service_uri: Optional[pulumi.Input[str]] = None,
979
- service_username: Optional[pulumi.Input[str]] = None,
980
- state: Optional[pulumi.Input[str]] = None,
981
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
971
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
972
+ service_password: Optional[pulumi.Input[builtins.str]] = None,
973
+ service_port: Optional[pulumi.Input[builtins.int]] = None,
974
+ service_type: Optional[pulumi.Input[builtins.str]] = None,
975
+ service_uri: Optional[pulumi.Input[builtins.str]] = None,
976
+ service_username: Optional[pulumi.Input[builtins.str]] = None,
977
+ state: Optional[pulumi.Input[builtins.str]] = None,
978
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
982
979
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraTagArgs', 'CassandraTagArgsDict']]]]] = None,
983
980
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['CassandraTechEmailArgs', 'CassandraTechEmailArgsDict']]]]] = None,
984
- termination_protection: Optional[pulumi.Input[bool]] = None) -> 'Cassandra':
981
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None) -> 'Cassandra':
985
982
  """
986
983
  Get an existing Cassandra resource's state with the given name, id, and optional extra
987
984
  properties used to qualify the lookup.
@@ -989,34 +986,33 @@ class Cassandra(pulumi.CustomResource):
989
986
  :param str resource_name: The unique name of the resulting resource.
990
987
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
991
988
  :param pulumi.ResourceOptions opts: Options for the resource.
992
- :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.
989
+ :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.
993
990
  :param pulumi.Input[Union['CassandraCassandraArgs', 'CassandraCassandraArgsDict']] cassandra: Values provided by the Cassandra server.
994
991
  :param pulumi.Input[Union['CassandraCassandraUserConfigArgs', 'CassandraCassandraUserConfigArgsDict']] cassandra_user_config: Cassandra user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
995
- :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.
992
+ :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.
996
993
  :param pulumi.Input[Sequence[pulumi.Input[Union['CassandraComponentArgs', 'CassandraComponentArgsDict']]]] components: Service component information objects
997
- :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.
998
- :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.
999
- :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`
1000
- :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.
1001
- :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
1002
- :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1003
- :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
1004
- :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).
1005
- :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.
1006
- :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.
1007
- :param pulumi.Input[str] service_host: The hostname of the service.
994
+ :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.
995
+ :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.
996
+ :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`
997
+ :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.
998
+ :param pulumi.Input[builtins.str] disk_space_used: Disk space that service is currently using
999
+ :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1000
+ :param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
1001
+ :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).
1002
+ :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.
1003
+ :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.
1004
+ :param pulumi.Input[builtins.str] service_host: The hostname of the service.
1008
1005
  :param pulumi.Input[Sequence[pulumi.Input[Union['CassandraServiceIntegrationArgs', 'CassandraServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
1009
- :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.
1010
- :param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
1011
- :param pulumi.Input[int] service_port: The port of the service
1012
- :param pulumi.Input[str] service_type: Aiven internal service type code
1013
- :param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
1014
- :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
1015
- :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1016
- :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
1006
+ :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.
1007
+ :param pulumi.Input[builtins.str] service_password: Password used for connecting to the service, if applicable
1008
+ :param pulumi.Input[builtins.int] service_port: The port of the service
1009
+ :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
1010
+ :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
1011
+ :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
1012
+ :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
1017
1013
  :param pulumi.Input[Sequence[pulumi.Input[Union['CassandraTagArgs', 'CassandraTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
1018
1014
  :param pulumi.Input[Sequence[pulumi.Input[Union['CassandraTechEmailArgs', 'CassandraTechEmailArgsDict']]]] 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.
1019
- :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.
1015
+ :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.
1020
1016
  """
1021
1017
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1022
1018
 
@@ -1054,9 +1050,9 @@ class Cassandra(pulumi.CustomResource):
1054
1050
 
1055
1051
  @property
1056
1052
  @pulumi.getter(name="additionalDiskSpace")
1057
- def additional_disk_space(self) -> pulumi.Output[str]:
1053
+ def additional_disk_space(self) -> pulumi.Output[builtins.str]:
1058
1054
  """
1059
- 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.
1055
+ 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.
1060
1056
  """
1061
1057
  return pulumi.get(self, "additional_disk_space")
1062
1058
 
@@ -1078,7 +1074,7 @@ class Cassandra(pulumi.CustomResource):
1078
1074
 
1079
1075
  @property
1080
1076
  @pulumi.getter(name="cloudName")
1081
- def cloud_name(self) -> pulumi.Output[Optional[str]]:
1077
+ def cloud_name(self) -> pulumi.Output[Optional[builtins.str]]:
1082
1078
  """
1083
1079
  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.
1084
1080
  """
@@ -1095,7 +1091,7 @@ class Cassandra(pulumi.CustomResource):
1095
1091
  @property
1096
1092
  @pulumi.getter(name="diskSpace")
1097
1093
  @_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.""")
1098
- def disk_space(self) -> pulumi.Output[Optional[str]]:
1094
+ def disk_space(self) -> pulumi.Output[Optional[builtins.str]]:
1099
1095
  """
1100
1096
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1101
1097
  """
@@ -1103,7 +1099,7 @@ class Cassandra(pulumi.CustomResource):
1103
1099
 
1104
1100
  @property
1105
1101
  @pulumi.getter(name="diskSpaceCap")
1106
- def disk_space_cap(self) -> pulumi.Output[str]:
1102
+ def disk_space_cap(self) -> pulumi.Output[builtins.str]:
1107
1103
  """
1108
1104
  The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
1109
1105
  """
@@ -1111,7 +1107,7 @@ class Cassandra(pulumi.CustomResource):
1111
1107
 
1112
1108
  @property
1113
1109
  @pulumi.getter(name="diskSpaceDefault")
1114
- def disk_space_default(self) -> pulumi.Output[str]:
1110
+ def disk_space_default(self) -> pulumi.Output[builtins.str]:
1115
1111
  """
1116
1112
  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`
1117
1113
  """
@@ -1119,7 +1115,7 @@ class Cassandra(pulumi.CustomResource):
1119
1115
 
1120
1116
  @property
1121
1117
  @pulumi.getter(name="diskSpaceStep")
1122
- def disk_space_step(self) -> pulumi.Output[str]:
1118
+ def disk_space_step(self) -> pulumi.Output[builtins.str]:
1123
1119
  """
1124
1120
  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.
1125
1121
  """
@@ -1128,7 +1124,7 @@ class Cassandra(pulumi.CustomResource):
1128
1124
  @property
1129
1125
  @pulumi.getter(name="diskSpaceUsed")
1130
1126
  @_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.""")
1131
- def disk_space_used(self) -> pulumi.Output[str]:
1127
+ def disk_space_used(self) -> pulumi.Output[builtins.str]:
1132
1128
  """
1133
1129
  Disk space that service is currently using
1134
1130
  """
@@ -1136,7 +1132,7 @@ class Cassandra(pulumi.CustomResource):
1136
1132
 
1137
1133
  @property
1138
1134
  @pulumi.getter(name="maintenanceWindowDow")
1139
- def maintenance_window_dow(self) -> pulumi.Output[Optional[str]]:
1135
+ def maintenance_window_dow(self) -> pulumi.Output[Optional[builtins.str]]:
1140
1136
  """
1141
1137
  Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1142
1138
  """
@@ -1144,7 +1140,7 @@ class Cassandra(pulumi.CustomResource):
1144
1140
 
1145
1141
  @property
1146
1142
  @pulumi.getter(name="maintenanceWindowTime")
1147
- def maintenance_window_time(self) -> pulumi.Output[Optional[str]]:
1143
+ def maintenance_window_time(self) -> pulumi.Output[Optional[builtins.str]]:
1148
1144
  """
1149
1145
  Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
1150
1146
  """
@@ -1152,7 +1148,7 @@ class Cassandra(pulumi.CustomResource):
1152
1148
 
1153
1149
  @property
1154
1150
  @pulumi.getter
1155
- def plan(self) -> pulumi.Output[str]:
1151
+ def plan(self) -> pulumi.Output[builtins.str]:
1156
1152
  """
1157
1153
  Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
1158
1154
  """
@@ -1160,7 +1156,7 @@ class Cassandra(pulumi.CustomResource):
1160
1156
 
1161
1157
  @property
1162
1158
  @pulumi.getter
1163
- def project(self) -> pulumi.Output[str]:
1159
+ def project(self) -> pulumi.Output[builtins.str]:
1164
1160
  """
1165
1161
  The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
1166
1162
  """
@@ -1168,7 +1164,7 @@ class Cassandra(pulumi.CustomResource):
1168
1164
 
1169
1165
  @property
1170
1166
  @pulumi.getter(name="projectVpcId")
1171
- def project_vpc_id(self) -> pulumi.Output[str]:
1167
+ def project_vpc_id(self) -> pulumi.Output[builtins.str]:
1172
1168
  """
1173
1169
  Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
1174
1170
  """
@@ -1176,7 +1172,7 @@ class Cassandra(pulumi.CustomResource):
1176
1172
 
1177
1173
  @property
1178
1174
  @pulumi.getter(name="serviceHost")
1179
- def service_host(self) -> pulumi.Output[str]:
1175
+ def service_host(self) -> pulumi.Output[builtins.str]:
1180
1176
  """
1181
1177
  The hostname of the service.
1182
1178
  """
@@ -1192,7 +1188,7 @@ class Cassandra(pulumi.CustomResource):
1192
1188
 
1193
1189
  @property
1194
1190
  @pulumi.getter(name="serviceName")
1195
- def service_name(self) -> pulumi.Output[str]:
1191
+ def service_name(self) -> pulumi.Output[builtins.str]:
1196
1192
  """
1197
1193
  Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
1198
1194
  """
@@ -1200,7 +1196,7 @@ class Cassandra(pulumi.CustomResource):
1200
1196
 
1201
1197
  @property
1202
1198
  @pulumi.getter(name="servicePassword")
1203
- def service_password(self) -> pulumi.Output[str]:
1199
+ def service_password(self) -> pulumi.Output[builtins.str]:
1204
1200
  """
1205
1201
  Password used for connecting to the service, if applicable
1206
1202
  """
@@ -1208,7 +1204,7 @@ class Cassandra(pulumi.CustomResource):
1208
1204
 
1209
1205
  @property
1210
1206
  @pulumi.getter(name="servicePort")
1211
- def service_port(self) -> pulumi.Output[int]:
1207
+ def service_port(self) -> pulumi.Output[builtins.int]:
1212
1208
  """
1213
1209
  The port of the service
1214
1210
  """
@@ -1216,7 +1212,7 @@ class Cassandra(pulumi.CustomResource):
1216
1212
 
1217
1213
  @property
1218
1214
  @pulumi.getter(name="serviceType")
1219
- def service_type(self) -> pulumi.Output[str]:
1215
+ def service_type(self) -> pulumi.Output[builtins.str]:
1220
1216
  """
1221
1217
  Aiven internal service type code
1222
1218
  """
@@ -1224,7 +1220,7 @@ class Cassandra(pulumi.CustomResource):
1224
1220
 
1225
1221
  @property
1226
1222
  @pulumi.getter(name="serviceUri")
1227
- def service_uri(self) -> pulumi.Output[str]:
1223
+ def service_uri(self) -> pulumi.Output[builtins.str]:
1228
1224
  """
1229
1225
  URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
1230
1226
  """
@@ -1232,7 +1228,7 @@ class Cassandra(pulumi.CustomResource):
1232
1228
 
1233
1229
  @property
1234
1230
  @pulumi.getter(name="serviceUsername")
1235
- def service_username(self) -> pulumi.Output[str]:
1231
+ def service_username(self) -> pulumi.Output[builtins.str]:
1236
1232
  """
1237
1233
  Username used for connecting to the service, if applicable
1238
1234
  """
@@ -1240,15 +1236,12 @@ class Cassandra(pulumi.CustomResource):
1240
1236
 
1241
1237
  @property
1242
1238
  @pulumi.getter
1243
- def state(self) -> pulumi.Output[str]:
1244
- """
1245
- Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1246
- """
1239
+ def state(self) -> pulumi.Output[builtins.str]:
1247
1240
  return pulumi.get(self, "state")
1248
1241
 
1249
1242
  @property
1250
1243
  @pulumi.getter(name="staticIps")
1251
- def static_ips(self) -> pulumi.Output[Optional[Sequence[str]]]:
1244
+ def static_ips(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
1252
1245
  """
1253
1246
  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
1254
1247
  """
@@ -1272,7 +1265,7 @@ class Cassandra(pulumi.CustomResource):
1272
1265
 
1273
1266
  @property
1274
1267
  @pulumi.getter(name="terminationProtection")
1275
- def termination_protection(self) -> pulumi.Output[Optional[bool]]:
1268
+ def termination_protection(self) -> pulumi.Output[Optional[builtins.bool]]:
1276
1269
  """
1277
1270
  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.
1278
1271
  """