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

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

Potentially problematic release.


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

Files changed (182) hide show
  1. pulumi_aiven/__init__.py +1 -0
  2. pulumi_aiven/_inputs.py +8278 -8277
  3. pulumi_aiven/account.py +71 -70
  4. pulumi_aiven/account_authentication.py +204 -203
  5. pulumi_aiven/account_team.py +50 -49
  6. pulumi_aiven/account_team_member.py +64 -63
  7. pulumi_aiven/account_team_project.py +57 -56
  8. pulumi_aiven/alloydbomni.py +246 -245
  9. pulumi_aiven/alloydbomni_database.py +71 -70
  10. pulumi_aiven/alloydbomni_user.py +92 -91
  11. pulumi_aiven/aws_org_vpc_peering_connection.py +92 -91
  12. pulumi_aiven/aws_privatelink.py +57 -56
  13. pulumi_aiven/aws_vpc_peering_connection.py +78 -77
  14. pulumi_aiven/azure_org_vpc_peering_connection.py +113 -112
  15. pulumi_aiven/azure_privatelink.py +71 -70
  16. pulumi_aiven/azure_privatelink_connection_approval.py +57 -56
  17. pulumi_aiven/azure_vpc_peering_connection.py +106 -105
  18. pulumi_aiven/billing_group.py +211 -210
  19. pulumi_aiven/cassandra.py +232 -231
  20. pulumi_aiven/cassandra_user.py +78 -77
  21. pulumi_aiven/clickhouse.py +232 -231
  22. pulumi_aiven/clickhouse_database.py +53 -52
  23. pulumi_aiven/clickhouse_grant.py +57 -56
  24. pulumi_aiven/clickhouse_role.py +43 -42
  25. pulumi_aiven/clickhouse_user.py +64 -63
  26. pulumi_aiven/config/__init__.py +1 -0
  27. pulumi_aiven/config/__init__.pyi +1 -0
  28. pulumi_aiven/config/vars.py +1 -0
  29. pulumi_aiven/connection_pool.py +106 -105
  30. pulumi_aiven/dragonfly.py +232 -231
  31. pulumi_aiven/flink.py +232 -231
  32. pulumi_aiven/flink_application.py +78 -77
  33. pulumi_aiven/flink_application_deployment.py +113 -112
  34. pulumi_aiven/flink_application_version.py +85 -84
  35. pulumi_aiven/flink_jar_application.py +78 -77
  36. pulumi_aiven/flink_jar_application_deployment.py +176 -175
  37. pulumi_aiven/flink_jar_application_version.py +92 -91
  38. pulumi_aiven/gcp_org_vpc_peering_connection.py +71 -70
  39. pulumi_aiven/gcp_privatelink.py +50 -49
  40. pulumi_aiven/gcp_privatelink_connection_approval.py +64 -63
  41. pulumi_aiven/gcp_vpc_peering_connection.py +64 -63
  42. pulumi_aiven/get_account.py +14 -13
  43. pulumi_aiven/get_account_authentication.py +27 -26
  44. pulumi_aiven/get_account_team.py +15 -14
  45. pulumi_aiven/get_account_team_member.py +20 -19
  46. pulumi_aiven/get_account_team_project.py +18 -17
  47. pulumi_aiven/get_alloydbomni.py +33 -32
  48. pulumi_aiven/get_alloydbomni_database.py +19 -18
  49. pulumi_aiven/get_alloydbomni_user.py +22 -21
  50. pulumi_aiven/get_aws_org_vpc_peering_connection.py +30 -29
  51. pulumi_aiven/get_aws_privatelink.py +15 -14
  52. pulumi_aiven/get_aws_vpc_peering_connection.py +25 -24
  53. pulumi_aiven/get_azure_org_vpc_peering_connection.py +31 -30
  54. pulumi_aiven/get_azure_privatelink.py +17 -16
  55. pulumi_aiven/get_azure_vpc_peering_connection.py +35 -34
  56. pulumi_aiven/get_billing_group.py +22 -21
  57. pulumi_aiven/get_cassanda.py +32 -31
  58. pulumi_aiven/get_cassandra.py +32 -31
  59. pulumi_aiven/get_cassandra_user.py +21 -20
  60. pulumi_aiven/get_clickhouse.py +32 -31
  61. pulumi_aiven/get_clickhouse_database.py +18 -17
  62. pulumi_aiven/get_clickhouse_user.py +20 -19
  63. pulumi_aiven/get_connection_pool.py +22 -21
  64. pulumi_aiven/get_dragonfly.py +32 -31
  65. pulumi_aiven/get_external_identity.py +22 -21
  66. pulumi_aiven/get_flink.py +32 -31
  67. pulumi_aiven/get_flink_application.py +22 -21
  68. pulumi_aiven/get_flink_application_version.py +26 -25
  69. pulumi_aiven/get_gcp_org_vpc_peering_connection.py +24 -23
  70. pulumi_aiven/get_gcp_privatelink.py +15 -14
  71. pulumi_aiven/get_gcp_vpc_peering_connection.py +20 -19
  72. pulumi_aiven/get_grafana.py +32 -31
  73. pulumi_aiven/get_influx_db.py +28 -27
  74. pulumi_aiven/get_influxdb_database.py +12 -11
  75. pulumi_aiven/get_influxdb_user.py +15 -14
  76. pulumi_aiven/get_kafka.py +34 -33
  77. pulumi_aiven/get_kafka_acl.py +28 -27
  78. pulumi_aiven/get_kafka_connect.py +32 -31
  79. pulumi_aiven/get_kafka_connector.py +24 -23
  80. pulumi_aiven/get_kafka_mirror_maker.py +32 -31
  81. pulumi_aiven/get_kafka_schema.py +21 -20
  82. pulumi_aiven/get_kafka_schema_configuration.py +17 -16
  83. pulumi_aiven/get_kafka_schema_registry_acl.py +28 -27
  84. pulumi_aiven/get_kafka_topic.py +22 -21
  85. pulumi_aiven/get_kafka_user.py +21 -20
  86. pulumi_aiven/get_m3_aggregator.py +32 -31
  87. pulumi_aiven/get_m3_db.py +32 -31
  88. pulumi_aiven/get_m3db_user.py +19 -18
  89. pulumi_aiven/get_mirror_maker_replication_flow.py +34 -33
  90. pulumi_aiven/get_my_sql.py +32 -31
  91. pulumi_aiven/get_mysql_database.py +18 -17
  92. pulumi_aiven/get_mysql_user.py +22 -21
  93. pulumi_aiven/get_open_search.py +32 -31
  94. pulumi_aiven/get_open_search_acl_config.py +14 -13
  95. pulumi_aiven/get_open_search_acl_rule.py +27 -26
  96. pulumi_aiven/get_opensearch_security_plugin_config.py +16 -15
  97. pulumi_aiven/get_opensearch_user.py +19 -18
  98. pulumi_aiven/get_organization.py +14 -13
  99. pulumi_aiven/get_organization_application_user.py +15 -14
  100. pulumi_aiven/get_organization_project.py +15 -14
  101. pulumi_aiven/get_organization_user.py +18 -17
  102. pulumi_aiven/get_organization_user_group.py +16 -15
  103. pulumi_aiven/get_organization_user_list.py +11 -10
  104. pulumi_aiven/get_organization_vpc.py +17 -16
  105. pulumi_aiven/get_organizational_unit.py +11 -10
  106. pulumi_aiven/get_pg.py +32 -31
  107. pulumi_aiven/get_pg_database.py +20 -19
  108. pulumi_aiven/get_pg_user.py +22 -21
  109. pulumi_aiven/get_project.py +19 -18
  110. pulumi_aiven/get_project_user.py +14 -13
  111. pulumi_aiven/get_project_vpc.py +19 -18
  112. pulumi_aiven/get_redis.py +32 -31
  113. pulumi_aiven/get_redis_user.py +23 -22
  114. pulumi_aiven/get_service_component.py +39 -38
  115. pulumi_aiven/get_service_integration.py +27 -26
  116. pulumi_aiven/get_service_integration_endpoint.py +14 -13
  117. pulumi_aiven/get_thanos.py +32 -31
  118. pulumi_aiven/get_transit_gateway_vpc_attachment.py +22 -21
  119. pulumi_aiven/get_valkey.py +32 -31
  120. pulumi_aiven/get_valkey_user.py +23 -22
  121. pulumi_aiven/grafana.py +232 -231
  122. pulumi_aiven/influx_db.py +232 -231
  123. pulumi_aiven/influxdb_database.py +53 -52
  124. pulumi_aiven/influxdb_user.py +78 -77
  125. pulumi_aiven/kafka.py +260 -259
  126. pulumi_aiven/kafka_acl.py +78 -77
  127. pulumi_aiven/kafka_connect.py +232 -231
  128. pulumi_aiven/kafka_connector.py +99 -98
  129. pulumi_aiven/kafka_mirror_maker.py +232 -231
  130. pulumi_aiven/kafka_native_acl.py +127 -126
  131. pulumi_aiven/kafka_quota.py +99 -98
  132. pulumi_aiven/kafka_schema.py +92 -91
  133. pulumi_aiven/kafka_schema_configuration.py +43 -42
  134. pulumi_aiven/kafka_schema_registry_acl.py +78 -77
  135. pulumi_aiven/kafka_topic.py +109 -108
  136. pulumi_aiven/kafka_user.py +78 -77
  137. pulumi_aiven/m3_aggregator.py +232 -231
  138. pulumi_aiven/m3_db.py +232 -231
  139. pulumi_aiven/m3db_user.py +64 -63
  140. pulumi_aiven/mirror_maker_replication_flow.py +225 -224
  141. pulumi_aiven/my_sql.py +232 -231
  142. pulumi_aiven/mysql_database.py +53 -52
  143. pulumi_aiven/mysql_user.py +92 -91
  144. pulumi_aiven/open_search.py +232 -231
  145. pulumi_aiven/open_search_acl_config.py +57 -56
  146. pulumi_aiven/open_search_acl_rule.py +75 -74
  147. pulumi_aiven/opensearch_security_plugin_config.py +64 -63
  148. pulumi_aiven/opensearch_user.py +64 -63
  149. pulumi_aiven/organization.py +36 -35
  150. pulumi_aiven/organization_application_user.py +57 -56
  151. pulumi_aiven/organization_application_user_token.py +169 -168
  152. pulumi_aiven/organization_group_project.py +43 -42
  153. pulumi_aiven/organization_permission.py +43 -42
  154. pulumi_aiven/organization_project.py +71 -70
  155. pulumi_aiven/organization_user.py +57 -56
  156. pulumi_aiven/organization_user_group.py +64 -63
  157. pulumi_aiven/organization_user_group_member.py +50 -49
  158. pulumi_aiven/organization_vpc.py +71 -70
  159. pulumi_aiven/organizational_unit.py +50 -49
  160. pulumi_aiven/outputs.py +9982 -9981
  161. pulumi_aiven/pg.py +232 -231
  162. pulumi_aiven/pg_database.py +81 -80
  163. pulumi_aiven/pg_user.py +92 -91
  164. pulumi_aiven/project.py +155 -154
  165. pulumi_aiven/project_user.py +50 -49
  166. pulumi_aiven/project_vpc.py +50 -49
  167. pulumi_aiven/provider.py +9 -8
  168. pulumi_aiven/pulumi-plugin.json +1 -1
  169. pulumi_aiven/redis.py +232 -231
  170. pulumi_aiven/redis_user.py +120 -119
  171. pulumi_aiven/service_integration.py +120 -119
  172. pulumi_aiven/service_integration_endpoint.py +50 -49
  173. pulumi_aiven/static_ip.py +57 -56
  174. pulumi_aiven/thanos.py +232 -231
  175. pulumi_aiven/transit_gateway_vpc_attachment.py +92 -91
  176. pulumi_aiven/valkey.py +232 -231
  177. pulumi_aiven/valkey_user.py +120 -119
  178. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744182902.dist-info}/METADATA +1 -1
  179. pulumi_aiven-6.37.0a1744182902.dist-info/RECORD +183 -0
  180. pulumi_aiven-6.37.0a1743570488.dist-info/RECORD +0 -183
  181. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744182902.dist-info}/WHEEL +0 -0
  182. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744182902.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -21,42 +22,42 @@ __all__ = ['AlloydbomniArgs', 'Alloydbomni']
21
22
  @pulumi.input_type
22
23
  class AlloydbomniArgs:
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
  alloydbomni: Optional[pulumi.Input['AlloydbomniAlloydbomniArgs']] = None,
29
30
  alloydbomni_user_config: Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigArgs']] = 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,
35
- service_account_credentials: 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,
36
+ service_account_credentials: Optional[pulumi.Input[builtins.str]] = None,
36
37
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input['AlloydbomniServiceIntegrationArgs']]]] = None,
37
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
38
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
38
39
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['AlloydbomniTagArgs']]]] = None,
39
40
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input['AlloydbomniTechEmailArgs']]]] = None,
40
- termination_protection: Optional[pulumi.Input[bool]] = None):
41
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None):
41
42
  """
42
43
  The set of arguments for constructing a Alloydbomni resource.
43
- :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).
44
- :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.
45
- :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.
46
- :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.
44
+ :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).
45
+ :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.
46
+ :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.
47
+ :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
47
48
  :param pulumi.Input['AlloydbomniAlloydbomniArgs'] alloydbomni: Values provided by the AlloyDB Omni server.
48
49
  :param pulumi.Input['AlloydbomniAlloydbomniUserConfigArgs'] alloydbomni_user_config: Alloydbomni user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
49
- :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.
50
- :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.
51
- :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
52
- :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
53
- :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.
54
- :param pulumi.Input[str] service_account_credentials: Your [Google service account key](https://cloud.google.com/iam/docs/service-account-creds#key-types) in JSON format.
50
+ :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.
51
+ :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.
52
+ :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
53
+ :param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
54
+ :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.
55
+ :param pulumi.Input[builtins.str] service_account_credentials: Your [Google service account key](https://cloud.google.com/iam/docs/service-account-creds#key-types) in JSON format.
55
56
  :param pulumi.Input[Sequence[pulumi.Input['AlloydbomniServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
56
- :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
57
+ :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
57
58
  :param pulumi.Input[Sequence[pulumi.Input['AlloydbomniTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
58
59
  :param pulumi.Input[Sequence[pulumi.Input['AlloydbomniTechEmailArgs']]] 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.
59
- :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.
60
+ :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.
60
61
  """
61
62
  pulumi.set(__self__, "plan", plan)
62
63
  pulumi.set(__self__, "project", project)
@@ -95,50 +96,50 @@ class AlloydbomniArgs:
95
96
 
96
97
  @property
97
98
  @pulumi.getter
98
- def plan(self) -> pulumi.Input[str]:
99
+ def plan(self) -> pulumi.Input[builtins.str]:
99
100
  """
100
101
  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).
101
102
  """
102
103
  return pulumi.get(self, "plan")
103
104
 
104
105
  @plan.setter
105
- def plan(self, value: pulumi.Input[str]):
106
+ def plan(self, value: pulumi.Input[builtins.str]):
106
107
  pulumi.set(self, "plan", value)
107
108
 
108
109
  @property
109
110
  @pulumi.getter
110
- def project(self) -> pulumi.Input[str]:
111
+ def project(self) -> pulumi.Input[builtins.str]:
111
112
  """
112
113
  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.
113
114
  """
114
115
  return pulumi.get(self, "project")
115
116
 
116
117
  @project.setter
117
- def project(self, value: pulumi.Input[str]):
118
+ def project(self, value: pulumi.Input[builtins.str]):
118
119
  pulumi.set(self, "project", value)
119
120
 
120
121
  @property
121
122
  @pulumi.getter(name="serviceName")
122
- def service_name(self) -> pulumi.Input[str]:
123
+ def service_name(self) -> pulumi.Input[builtins.str]:
123
124
  """
124
125
  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.
125
126
  """
126
127
  return pulumi.get(self, "service_name")
127
128
 
128
129
  @service_name.setter
129
- def service_name(self, value: pulumi.Input[str]):
130
+ def service_name(self, value: pulumi.Input[builtins.str]):
130
131
  pulumi.set(self, "service_name", value)
131
132
 
132
133
  @property
133
134
  @pulumi.getter(name="additionalDiskSpace")
134
- def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
135
+ def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
135
136
  """
136
137
  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.
137
138
  """
138
139
  return pulumi.get(self, "additional_disk_space")
139
140
 
140
141
  @additional_disk_space.setter
141
- def additional_disk_space(self, value: Optional[pulumi.Input[str]]):
142
+ def additional_disk_space(self, value: Optional[pulumi.Input[builtins.str]]):
142
143
  pulumi.set(self, "additional_disk_space", value)
143
144
 
144
145
  @property
@@ -167,75 +168,75 @@ class AlloydbomniArgs:
167
168
 
168
169
  @property
169
170
  @pulumi.getter(name="cloudName")
170
- def cloud_name(self) -> Optional[pulumi.Input[str]]:
171
+ def cloud_name(self) -> Optional[pulumi.Input[builtins.str]]:
171
172
  """
172
173
  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.
173
174
  """
174
175
  return pulumi.get(self, "cloud_name")
175
176
 
176
177
  @cloud_name.setter
177
- def cloud_name(self, value: Optional[pulumi.Input[str]]):
178
+ def cloud_name(self, value: Optional[pulumi.Input[builtins.str]]):
178
179
  pulumi.set(self, "cloud_name", value)
179
180
 
180
181
  @property
181
182
  @pulumi.getter(name="diskSpace")
182
183
  @_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.""")
183
- def disk_space(self) -> Optional[pulumi.Input[str]]:
184
+ def disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
184
185
  """
185
186
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
186
187
  """
187
188
  return pulumi.get(self, "disk_space")
188
189
 
189
190
  @disk_space.setter
190
- def disk_space(self, value: Optional[pulumi.Input[str]]):
191
+ def disk_space(self, value: Optional[pulumi.Input[builtins.str]]):
191
192
  pulumi.set(self, "disk_space", value)
192
193
 
193
194
  @property
194
195
  @pulumi.getter(name="maintenanceWindowDow")
195
- def maintenance_window_dow(self) -> Optional[pulumi.Input[str]]:
196
+ def maintenance_window_dow(self) -> Optional[pulumi.Input[builtins.str]]:
196
197
  """
197
198
  Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
198
199
  """
199
200
  return pulumi.get(self, "maintenance_window_dow")
200
201
 
201
202
  @maintenance_window_dow.setter
202
- def maintenance_window_dow(self, value: Optional[pulumi.Input[str]]):
203
+ def maintenance_window_dow(self, value: Optional[pulumi.Input[builtins.str]]):
203
204
  pulumi.set(self, "maintenance_window_dow", value)
204
205
 
205
206
  @property
206
207
  @pulumi.getter(name="maintenanceWindowTime")
207
- def maintenance_window_time(self) -> Optional[pulumi.Input[str]]:
208
+ def maintenance_window_time(self) -> Optional[pulumi.Input[builtins.str]]:
208
209
  """
209
210
  Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
210
211
  """
211
212
  return pulumi.get(self, "maintenance_window_time")
212
213
 
213
214
  @maintenance_window_time.setter
214
- def maintenance_window_time(self, value: Optional[pulumi.Input[str]]):
215
+ def maintenance_window_time(self, value: Optional[pulumi.Input[builtins.str]]):
215
216
  pulumi.set(self, "maintenance_window_time", value)
216
217
 
217
218
  @property
218
219
  @pulumi.getter(name="projectVpcId")
219
- def project_vpc_id(self) -> Optional[pulumi.Input[str]]:
220
+ def project_vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
220
221
  """
221
222
  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.
222
223
  """
223
224
  return pulumi.get(self, "project_vpc_id")
224
225
 
225
226
  @project_vpc_id.setter
226
- def project_vpc_id(self, value: Optional[pulumi.Input[str]]):
227
+ def project_vpc_id(self, value: Optional[pulumi.Input[builtins.str]]):
227
228
  pulumi.set(self, "project_vpc_id", value)
228
229
 
229
230
  @property
230
231
  @pulumi.getter(name="serviceAccountCredentials")
231
- def service_account_credentials(self) -> Optional[pulumi.Input[str]]:
232
+ def service_account_credentials(self) -> Optional[pulumi.Input[builtins.str]]:
232
233
  """
233
234
  Your [Google service account key](https://cloud.google.com/iam/docs/service-account-creds#key-types) in JSON format.
234
235
  """
235
236
  return pulumi.get(self, "service_account_credentials")
236
237
 
237
238
  @service_account_credentials.setter
238
- def service_account_credentials(self, value: Optional[pulumi.Input[str]]):
239
+ def service_account_credentials(self, value: Optional[pulumi.Input[builtins.str]]):
239
240
  pulumi.set(self, "service_account_credentials", value)
240
241
 
241
242
  @property
@@ -252,14 +253,14 @@ class AlloydbomniArgs:
252
253
 
253
254
  @property
254
255
  @pulumi.getter(name="staticIps")
255
- def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
256
+ def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
256
257
  """
257
258
  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
258
259
  """
259
260
  return pulumi.get(self, "static_ips")
260
261
 
261
262
  @static_ips.setter
262
- def static_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
263
+ def static_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
263
264
  pulumi.set(self, "static_ips", value)
264
265
 
265
266
  @property
@@ -288,80 +289,80 @@ class AlloydbomniArgs:
288
289
 
289
290
  @property
290
291
  @pulumi.getter(name="terminationProtection")
291
- def termination_protection(self) -> Optional[pulumi.Input[bool]]:
292
+ def termination_protection(self) -> Optional[pulumi.Input[builtins.bool]]:
292
293
  """
293
294
  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.
294
295
  """
295
296
  return pulumi.get(self, "termination_protection")
296
297
 
297
298
  @termination_protection.setter
298
- def termination_protection(self, value: Optional[pulumi.Input[bool]]):
299
+ def termination_protection(self, value: Optional[pulumi.Input[builtins.bool]]):
299
300
  pulumi.set(self, "termination_protection", value)
300
301
 
301
302
 
302
303
  @pulumi.input_type
303
304
  class _AlloydbomniState:
304
305
  def __init__(__self__, *,
305
- additional_disk_space: Optional[pulumi.Input[str]] = None,
306
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
306
307
  alloydbomni: Optional[pulumi.Input['AlloydbomniAlloydbomniArgs']] = None,
307
308
  alloydbomni_user_config: Optional[pulumi.Input['AlloydbomniAlloydbomniUserConfigArgs']] = None,
308
- cloud_name: Optional[pulumi.Input[str]] = None,
309
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
309
310
  components: Optional[pulumi.Input[Sequence[pulumi.Input['AlloydbomniComponentArgs']]]] = None,
310
- disk_space: Optional[pulumi.Input[str]] = None,
311
- disk_space_cap: Optional[pulumi.Input[str]] = None,
312
- disk_space_default: Optional[pulumi.Input[str]] = None,
313
- disk_space_step: Optional[pulumi.Input[str]] = None,
314
- disk_space_used: Optional[pulumi.Input[str]] = None,
315
- maintenance_window_dow: Optional[pulumi.Input[str]] = None,
316
- maintenance_window_time: Optional[pulumi.Input[str]] = None,
317
- plan: Optional[pulumi.Input[str]] = None,
318
- project: Optional[pulumi.Input[str]] = None,
319
- project_vpc_id: Optional[pulumi.Input[str]] = None,
320
- service_account_credentials: Optional[pulumi.Input[str]] = None,
321
- service_host: Optional[pulumi.Input[str]] = None,
311
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
312
+ disk_space_cap: Optional[pulumi.Input[builtins.str]] = None,
313
+ disk_space_default: Optional[pulumi.Input[builtins.str]] = None,
314
+ disk_space_step: Optional[pulumi.Input[builtins.str]] = None,
315
+ disk_space_used: Optional[pulumi.Input[builtins.str]] = None,
316
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
317
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
318
+ plan: Optional[pulumi.Input[builtins.str]] = None,
319
+ project: Optional[pulumi.Input[builtins.str]] = None,
320
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
321
+ service_account_credentials: Optional[pulumi.Input[builtins.str]] = None,
322
+ service_host: Optional[pulumi.Input[builtins.str]] = None,
322
323
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input['AlloydbomniServiceIntegrationArgs']]]] = None,
323
- service_name: Optional[pulumi.Input[str]] = None,
324
- service_password: Optional[pulumi.Input[str]] = None,
325
- service_port: Optional[pulumi.Input[int]] = None,
326
- service_type: Optional[pulumi.Input[str]] = None,
327
- service_uri: Optional[pulumi.Input[str]] = None,
328
- service_username: Optional[pulumi.Input[str]] = None,
329
- state: Optional[pulumi.Input[str]] = None,
330
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
324
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
325
+ service_password: Optional[pulumi.Input[builtins.str]] = None,
326
+ service_port: Optional[pulumi.Input[builtins.int]] = None,
327
+ service_type: Optional[pulumi.Input[builtins.str]] = None,
328
+ service_uri: Optional[pulumi.Input[builtins.str]] = None,
329
+ service_username: Optional[pulumi.Input[builtins.str]] = None,
330
+ state: Optional[pulumi.Input[builtins.str]] = None,
331
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
331
332
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['AlloydbomniTagArgs']]]] = None,
332
333
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input['AlloydbomniTechEmailArgs']]]] = None,
333
- termination_protection: Optional[pulumi.Input[bool]] = None):
334
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None):
334
335
  """
335
336
  Input properties used for looking up and filtering Alloydbomni resources.
336
- :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.
337
+ :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
337
338
  :param pulumi.Input['AlloydbomniAlloydbomniArgs'] alloydbomni: Values provided by the AlloyDB Omni server.
338
339
  :param pulumi.Input['AlloydbomniAlloydbomniUserConfigArgs'] alloydbomni_user_config: Alloydbomni user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
339
- :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.
340
+ :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.
340
341
  :param pulumi.Input[Sequence[pulumi.Input['AlloydbomniComponentArgs']]] components: Service component information objects
341
- :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.
342
- :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.
343
- :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`
344
- :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.
345
- :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
346
- :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
347
- :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
348
- :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).
349
- :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.
350
- :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.
351
- :param pulumi.Input[str] service_account_credentials: Your [Google service account key](https://cloud.google.com/iam/docs/service-account-creds#key-types) in JSON format.
352
- :param pulumi.Input[str] service_host: The hostname of the service.
342
+ :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.
343
+ :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.
344
+ :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`
345
+ :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.
346
+ :param pulumi.Input[builtins.str] disk_space_used: Disk space that service is currently using
347
+ :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
348
+ :param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
349
+ :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).
350
+ :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.
351
+ :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.
352
+ :param pulumi.Input[builtins.str] service_account_credentials: Your [Google service account key](https://cloud.google.com/iam/docs/service-account-creds#key-types) in JSON format.
353
+ :param pulumi.Input[builtins.str] service_host: The hostname of the service.
353
354
  :param pulumi.Input[Sequence[pulumi.Input['AlloydbomniServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
354
- :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.
355
- :param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
356
- :param pulumi.Input[int] service_port: The port of the service
357
- :param pulumi.Input[str] service_type: Aiven internal service type code
358
- :param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
359
- :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
360
- :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
361
- :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
355
+ :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.
356
+ :param pulumi.Input[builtins.str] service_password: Password used for connecting to the service, if applicable
357
+ :param pulumi.Input[builtins.int] service_port: The port of the service
358
+ :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
359
+ :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
360
+ :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
361
+ :param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
362
+ :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
362
363
  :param pulumi.Input[Sequence[pulumi.Input['AlloydbomniTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
363
364
  :param pulumi.Input[Sequence[pulumi.Input['AlloydbomniTechEmailArgs']]] 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.
364
- :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.
365
+ :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.
365
366
  """
366
367
  if additional_disk_space is not None:
367
368
  pulumi.set(__self__, "additional_disk_space", additional_disk_space)
@@ -430,14 +431,14 @@ class _AlloydbomniState:
430
431
 
431
432
  @property
432
433
  @pulumi.getter(name="additionalDiskSpace")
433
- def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
434
+ def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
434
435
  """
435
436
  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.
436
437
  """
437
438
  return pulumi.get(self, "additional_disk_space")
438
439
 
439
440
  @additional_disk_space.setter
440
- def additional_disk_space(self, value: Optional[pulumi.Input[str]]):
441
+ def additional_disk_space(self, value: Optional[pulumi.Input[builtins.str]]):
441
442
  pulumi.set(self, "additional_disk_space", value)
442
443
 
443
444
  @property
@@ -466,14 +467,14 @@ class _AlloydbomniState:
466
467
 
467
468
  @property
468
469
  @pulumi.getter(name="cloudName")
469
- def cloud_name(self) -> Optional[pulumi.Input[str]]:
470
+ def cloud_name(self) -> Optional[pulumi.Input[builtins.str]]:
470
471
  """
471
472
  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.
472
473
  """
473
474
  return pulumi.get(self, "cloud_name")
474
475
 
475
476
  @cloud_name.setter
476
- def cloud_name(self, value: Optional[pulumi.Input[str]]):
477
+ def cloud_name(self, value: Optional[pulumi.Input[builtins.str]]):
477
478
  pulumi.set(self, "cloud_name", value)
478
479
 
479
480
  @property
@@ -491,147 +492,147 @@ class _AlloydbomniState:
491
492
  @property
492
493
  @pulumi.getter(name="diskSpace")
493
494
  @_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.""")
494
- def disk_space(self) -> Optional[pulumi.Input[str]]:
495
+ def disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
495
496
  """
496
497
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
497
498
  """
498
499
  return pulumi.get(self, "disk_space")
499
500
 
500
501
  @disk_space.setter
501
- def disk_space(self, value: Optional[pulumi.Input[str]]):
502
+ def disk_space(self, value: Optional[pulumi.Input[builtins.str]]):
502
503
  pulumi.set(self, "disk_space", value)
503
504
 
504
505
  @property
505
506
  @pulumi.getter(name="diskSpaceCap")
506
- def disk_space_cap(self) -> Optional[pulumi.Input[str]]:
507
+ def disk_space_cap(self) -> Optional[pulumi.Input[builtins.str]]:
507
508
  """
508
509
  The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
509
510
  """
510
511
  return pulumi.get(self, "disk_space_cap")
511
512
 
512
513
  @disk_space_cap.setter
513
- def disk_space_cap(self, value: Optional[pulumi.Input[str]]):
514
+ def disk_space_cap(self, value: Optional[pulumi.Input[builtins.str]]):
514
515
  pulumi.set(self, "disk_space_cap", value)
515
516
 
516
517
  @property
517
518
  @pulumi.getter(name="diskSpaceDefault")
518
- def disk_space_default(self) -> Optional[pulumi.Input[str]]:
519
+ def disk_space_default(self) -> Optional[pulumi.Input[builtins.str]]:
519
520
  """
520
521
  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`
521
522
  """
522
523
  return pulumi.get(self, "disk_space_default")
523
524
 
524
525
  @disk_space_default.setter
525
- def disk_space_default(self, value: Optional[pulumi.Input[str]]):
526
+ def disk_space_default(self, value: Optional[pulumi.Input[builtins.str]]):
526
527
  pulumi.set(self, "disk_space_default", value)
527
528
 
528
529
  @property
529
530
  @pulumi.getter(name="diskSpaceStep")
530
- def disk_space_step(self) -> Optional[pulumi.Input[str]]:
531
+ def disk_space_step(self) -> Optional[pulumi.Input[builtins.str]]:
531
532
  """
532
533
  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.
533
534
  """
534
535
  return pulumi.get(self, "disk_space_step")
535
536
 
536
537
  @disk_space_step.setter
537
- def disk_space_step(self, value: Optional[pulumi.Input[str]]):
538
+ def disk_space_step(self, value: Optional[pulumi.Input[builtins.str]]):
538
539
  pulumi.set(self, "disk_space_step", value)
539
540
 
540
541
  @property
541
542
  @pulumi.getter(name="diskSpaceUsed")
542
543
  @_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.""")
543
- def disk_space_used(self) -> Optional[pulumi.Input[str]]:
544
+ def disk_space_used(self) -> Optional[pulumi.Input[builtins.str]]:
544
545
  """
545
546
  Disk space that service is currently using
546
547
  """
547
548
  return pulumi.get(self, "disk_space_used")
548
549
 
549
550
  @disk_space_used.setter
550
- def disk_space_used(self, value: Optional[pulumi.Input[str]]):
551
+ def disk_space_used(self, value: Optional[pulumi.Input[builtins.str]]):
551
552
  pulumi.set(self, "disk_space_used", value)
552
553
 
553
554
  @property
554
555
  @pulumi.getter(name="maintenanceWindowDow")
555
- def maintenance_window_dow(self) -> Optional[pulumi.Input[str]]:
556
+ def maintenance_window_dow(self) -> Optional[pulumi.Input[builtins.str]]:
556
557
  """
557
558
  Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
558
559
  """
559
560
  return pulumi.get(self, "maintenance_window_dow")
560
561
 
561
562
  @maintenance_window_dow.setter
562
- def maintenance_window_dow(self, value: Optional[pulumi.Input[str]]):
563
+ def maintenance_window_dow(self, value: Optional[pulumi.Input[builtins.str]]):
563
564
  pulumi.set(self, "maintenance_window_dow", value)
564
565
 
565
566
  @property
566
567
  @pulumi.getter(name="maintenanceWindowTime")
567
- def maintenance_window_time(self) -> Optional[pulumi.Input[str]]:
568
+ def maintenance_window_time(self) -> Optional[pulumi.Input[builtins.str]]:
568
569
  """
569
570
  Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
570
571
  """
571
572
  return pulumi.get(self, "maintenance_window_time")
572
573
 
573
574
  @maintenance_window_time.setter
574
- def maintenance_window_time(self, value: Optional[pulumi.Input[str]]):
575
+ def maintenance_window_time(self, value: Optional[pulumi.Input[builtins.str]]):
575
576
  pulumi.set(self, "maintenance_window_time", value)
576
577
 
577
578
  @property
578
579
  @pulumi.getter
579
- def plan(self) -> Optional[pulumi.Input[str]]:
580
+ def plan(self) -> Optional[pulumi.Input[builtins.str]]:
580
581
  """
581
582
  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).
582
583
  """
583
584
  return pulumi.get(self, "plan")
584
585
 
585
586
  @plan.setter
586
- def plan(self, value: Optional[pulumi.Input[str]]):
587
+ def plan(self, value: Optional[pulumi.Input[builtins.str]]):
587
588
  pulumi.set(self, "plan", value)
588
589
 
589
590
  @property
590
591
  @pulumi.getter
591
- def project(self) -> Optional[pulumi.Input[str]]:
592
+ def project(self) -> Optional[pulumi.Input[builtins.str]]:
592
593
  """
593
594
  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.
594
595
  """
595
596
  return pulumi.get(self, "project")
596
597
 
597
598
  @project.setter
598
- def project(self, value: Optional[pulumi.Input[str]]):
599
+ def project(self, value: Optional[pulumi.Input[builtins.str]]):
599
600
  pulumi.set(self, "project", value)
600
601
 
601
602
  @property
602
603
  @pulumi.getter(name="projectVpcId")
603
- def project_vpc_id(self) -> Optional[pulumi.Input[str]]:
604
+ def project_vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
604
605
  """
605
606
  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.
606
607
  """
607
608
  return pulumi.get(self, "project_vpc_id")
608
609
 
609
610
  @project_vpc_id.setter
610
- def project_vpc_id(self, value: Optional[pulumi.Input[str]]):
611
+ def project_vpc_id(self, value: Optional[pulumi.Input[builtins.str]]):
611
612
  pulumi.set(self, "project_vpc_id", value)
612
613
 
613
614
  @property
614
615
  @pulumi.getter(name="serviceAccountCredentials")
615
- def service_account_credentials(self) -> Optional[pulumi.Input[str]]:
616
+ def service_account_credentials(self) -> Optional[pulumi.Input[builtins.str]]:
616
617
  """
617
618
  Your [Google service account key](https://cloud.google.com/iam/docs/service-account-creds#key-types) in JSON format.
618
619
  """
619
620
  return pulumi.get(self, "service_account_credentials")
620
621
 
621
622
  @service_account_credentials.setter
622
- def service_account_credentials(self, value: Optional[pulumi.Input[str]]):
623
+ def service_account_credentials(self, value: Optional[pulumi.Input[builtins.str]]):
623
624
  pulumi.set(self, "service_account_credentials", value)
624
625
 
625
626
  @property
626
627
  @pulumi.getter(name="serviceHost")
627
- def service_host(self) -> Optional[pulumi.Input[str]]:
628
+ def service_host(self) -> Optional[pulumi.Input[builtins.str]]:
628
629
  """
629
630
  The hostname of the service.
630
631
  """
631
632
  return pulumi.get(self, "service_host")
632
633
 
633
634
  @service_host.setter
634
- def service_host(self, value: Optional[pulumi.Input[str]]):
635
+ def service_host(self, value: Optional[pulumi.Input[builtins.str]]):
635
636
  pulumi.set(self, "service_host", value)
636
637
 
637
638
  @property
@@ -648,98 +649,98 @@ class _AlloydbomniState:
648
649
 
649
650
  @property
650
651
  @pulumi.getter(name="serviceName")
651
- def service_name(self) -> Optional[pulumi.Input[str]]:
652
+ def service_name(self) -> Optional[pulumi.Input[builtins.str]]:
652
653
  """
653
654
  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.
654
655
  """
655
656
  return pulumi.get(self, "service_name")
656
657
 
657
658
  @service_name.setter
658
- def service_name(self, value: Optional[pulumi.Input[str]]):
659
+ def service_name(self, value: Optional[pulumi.Input[builtins.str]]):
659
660
  pulumi.set(self, "service_name", value)
660
661
 
661
662
  @property
662
663
  @pulumi.getter(name="servicePassword")
663
- def service_password(self) -> Optional[pulumi.Input[str]]:
664
+ def service_password(self) -> Optional[pulumi.Input[builtins.str]]:
664
665
  """
665
666
  Password used for connecting to the service, if applicable
666
667
  """
667
668
  return pulumi.get(self, "service_password")
668
669
 
669
670
  @service_password.setter
670
- def service_password(self, value: Optional[pulumi.Input[str]]):
671
+ def service_password(self, value: Optional[pulumi.Input[builtins.str]]):
671
672
  pulumi.set(self, "service_password", value)
672
673
 
673
674
  @property
674
675
  @pulumi.getter(name="servicePort")
675
- def service_port(self) -> Optional[pulumi.Input[int]]:
676
+ def service_port(self) -> Optional[pulumi.Input[builtins.int]]:
676
677
  """
677
678
  The port of the service
678
679
  """
679
680
  return pulumi.get(self, "service_port")
680
681
 
681
682
  @service_port.setter
682
- def service_port(self, value: Optional[pulumi.Input[int]]):
683
+ def service_port(self, value: Optional[pulumi.Input[builtins.int]]):
683
684
  pulumi.set(self, "service_port", value)
684
685
 
685
686
  @property
686
687
  @pulumi.getter(name="serviceType")
687
- def service_type(self) -> Optional[pulumi.Input[str]]:
688
+ def service_type(self) -> Optional[pulumi.Input[builtins.str]]:
688
689
  """
689
690
  Aiven internal service type code
690
691
  """
691
692
  return pulumi.get(self, "service_type")
692
693
 
693
694
  @service_type.setter
694
- def service_type(self, value: Optional[pulumi.Input[str]]):
695
+ def service_type(self, value: Optional[pulumi.Input[builtins.str]]):
695
696
  pulumi.set(self, "service_type", value)
696
697
 
697
698
  @property
698
699
  @pulumi.getter(name="serviceUri")
699
- def service_uri(self) -> Optional[pulumi.Input[str]]:
700
+ def service_uri(self) -> Optional[pulumi.Input[builtins.str]]:
700
701
  """
701
702
  URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
702
703
  """
703
704
  return pulumi.get(self, "service_uri")
704
705
 
705
706
  @service_uri.setter
706
- def service_uri(self, value: Optional[pulumi.Input[str]]):
707
+ def service_uri(self, value: Optional[pulumi.Input[builtins.str]]):
707
708
  pulumi.set(self, "service_uri", value)
708
709
 
709
710
  @property
710
711
  @pulumi.getter(name="serviceUsername")
711
- def service_username(self) -> Optional[pulumi.Input[str]]:
712
+ def service_username(self) -> Optional[pulumi.Input[builtins.str]]:
712
713
  """
713
714
  Username used for connecting to the service, if applicable
714
715
  """
715
716
  return pulumi.get(self, "service_username")
716
717
 
717
718
  @service_username.setter
718
- def service_username(self, value: Optional[pulumi.Input[str]]):
719
+ def service_username(self, value: Optional[pulumi.Input[builtins.str]]):
719
720
  pulumi.set(self, "service_username", value)
720
721
 
721
722
  @property
722
723
  @pulumi.getter
723
- def state(self) -> Optional[pulumi.Input[str]]:
724
+ def state(self) -> Optional[pulumi.Input[builtins.str]]:
724
725
  """
725
726
  Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
726
727
  """
727
728
  return pulumi.get(self, "state")
728
729
 
729
730
  @state.setter
730
- def state(self, value: Optional[pulumi.Input[str]]):
731
+ def state(self, value: Optional[pulumi.Input[builtins.str]]):
731
732
  pulumi.set(self, "state", value)
732
733
 
733
734
  @property
734
735
  @pulumi.getter(name="staticIps")
735
- def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
736
+ def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
736
737
  """
737
738
  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
738
739
  """
739
740
  return pulumi.get(self, "static_ips")
740
741
 
741
742
  @static_ips.setter
742
- def static_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
743
+ def static_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
743
744
  pulumi.set(self, "static_ips", value)
744
745
 
745
746
  @property
@@ -768,14 +769,14 @@ class _AlloydbomniState:
768
769
 
769
770
  @property
770
771
  @pulumi.getter(name="terminationProtection")
771
- def termination_protection(self) -> Optional[pulumi.Input[bool]]:
772
+ def termination_protection(self) -> Optional[pulumi.Input[builtins.bool]]:
772
773
  """
773
774
  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.
774
775
  """
775
776
  return pulumi.get(self, "termination_protection")
776
777
 
777
778
  @termination_protection.setter
778
- def termination_protection(self, value: Optional[pulumi.Input[bool]]):
779
+ def termination_protection(self, value: Optional[pulumi.Input[builtins.bool]]):
779
780
  pulumi.set(self, "termination_protection", value)
780
781
 
781
782
 
@@ -784,23 +785,23 @@ class Alloydbomni(pulumi.CustomResource):
784
785
  def __init__(__self__,
785
786
  resource_name: str,
786
787
  opts: Optional[pulumi.ResourceOptions] = None,
787
- additional_disk_space: Optional[pulumi.Input[str]] = None,
788
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
788
789
  alloydbomni: Optional[pulumi.Input[Union['AlloydbomniAlloydbomniArgs', 'AlloydbomniAlloydbomniArgsDict']]] = None,
789
790
  alloydbomni_user_config: Optional[pulumi.Input[Union['AlloydbomniAlloydbomniUserConfigArgs', 'AlloydbomniAlloydbomniUserConfigArgsDict']]] = None,
790
- cloud_name: Optional[pulumi.Input[str]] = None,
791
- disk_space: Optional[pulumi.Input[str]] = None,
792
- maintenance_window_dow: Optional[pulumi.Input[str]] = None,
793
- maintenance_window_time: Optional[pulumi.Input[str]] = None,
794
- plan: Optional[pulumi.Input[str]] = None,
795
- project: Optional[pulumi.Input[str]] = None,
796
- project_vpc_id: Optional[pulumi.Input[str]] = None,
797
- service_account_credentials: Optional[pulumi.Input[str]] = None,
791
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
792
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
793
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
794
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
795
+ plan: Optional[pulumi.Input[builtins.str]] = None,
796
+ project: Optional[pulumi.Input[builtins.str]] = None,
797
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
798
+ service_account_credentials: Optional[pulumi.Input[builtins.str]] = None,
798
799
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AlloydbomniServiceIntegrationArgs', 'AlloydbomniServiceIntegrationArgsDict']]]]] = None,
799
- service_name: Optional[pulumi.Input[str]] = None,
800
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
800
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
801
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
801
802
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AlloydbomniTagArgs', 'AlloydbomniTagArgsDict']]]]] = None,
802
803
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AlloydbomniTechEmailArgs', 'AlloydbomniTechEmailArgsDict']]]]] = None,
803
- termination_protection: Optional[pulumi.Input[bool]] = None,
804
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None,
804
805
  __props__=None):
805
806
  """
806
807
  Creates and manages an Aiven for AlloyDB Omni service.
@@ -845,23 +846,23 @@ class Alloydbomni(pulumi.CustomResource):
845
846
 
846
847
  :param str resource_name: The name of the resource.
847
848
  :param pulumi.ResourceOptions opts: Options for the resource.
848
- :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.
849
+ :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
849
850
  :param pulumi.Input[Union['AlloydbomniAlloydbomniArgs', 'AlloydbomniAlloydbomniArgsDict']] alloydbomni: Values provided by the AlloyDB Omni server.
850
851
  :param pulumi.Input[Union['AlloydbomniAlloydbomniUserConfigArgs', 'AlloydbomniAlloydbomniUserConfigArgsDict']] alloydbomni_user_config: Alloydbomni user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
851
- :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.
852
- :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.
853
- :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
854
- :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
855
- :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).
856
- :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.
857
- :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.
858
- :param pulumi.Input[str] service_account_credentials: Your [Google service account key](https://cloud.google.com/iam/docs/service-account-creds#key-types) in JSON format.
852
+ :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.
853
+ :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.
854
+ :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
855
+ :param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
856
+ :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).
857
+ :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.
858
+ :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.
859
+ :param pulumi.Input[builtins.str] service_account_credentials: Your [Google service account key](https://cloud.google.com/iam/docs/service-account-creds#key-types) in JSON format.
859
860
  :param pulumi.Input[Sequence[pulumi.Input[Union['AlloydbomniServiceIntegrationArgs', 'AlloydbomniServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
860
- :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.
861
- :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
861
+ :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.
862
+ :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
862
863
  :param pulumi.Input[Sequence[pulumi.Input[Union['AlloydbomniTagArgs', 'AlloydbomniTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
863
864
  :param pulumi.Input[Sequence[pulumi.Input[Union['AlloydbomniTechEmailArgs', 'AlloydbomniTechEmailArgsDict']]]] 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.
864
- :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.
865
+ :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.
865
866
  """
866
867
  ...
867
868
  @overload
@@ -925,23 +926,23 @@ class Alloydbomni(pulumi.CustomResource):
925
926
  def _internal_init(__self__,
926
927
  resource_name: str,
927
928
  opts: Optional[pulumi.ResourceOptions] = None,
928
- additional_disk_space: Optional[pulumi.Input[str]] = None,
929
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
929
930
  alloydbomni: Optional[pulumi.Input[Union['AlloydbomniAlloydbomniArgs', 'AlloydbomniAlloydbomniArgsDict']]] = None,
930
931
  alloydbomni_user_config: Optional[pulumi.Input[Union['AlloydbomniAlloydbomniUserConfigArgs', 'AlloydbomniAlloydbomniUserConfigArgsDict']]] = None,
931
- cloud_name: Optional[pulumi.Input[str]] = None,
932
- disk_space: Optional[pulumi.Input[str]] = None,
933
- maintenance_window_dow: Optional[pulumi.Input[str]] = None,
934
- maintenance_window_time: Optional[pulumi.Input[str]] = None,
935
- plan: Optional[pulumi.Input[str]] = None,
936
- project: Optional[pulumi.Input[str]] = None,
937
- project_vpc_id: Optional[pulumi.Input[str]] = None,
938
- service_account_credentials: Optional[pulumi.Input[str]] = None,
932
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
933
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
934
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
935
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
936
+ plan: Optional[pulumi.Input[builtins.str]] = None,
937
+ project: Optional[pulumi.Input[builtins.str]] = None,
938
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
939
+ service_account_credentials: Optional[pulumi.Input[builtins.str]] = None,
939
940
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AlloydbomniServiceIntegrationArgs', 'AlloydbomniServiceIntegrationArgsDict']]]]] = None,
940
- service_name: Optional[pulumi.Input[str]] = None,
941
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
941
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
942
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
942
943
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AlloydbomniTagArgs', 'AlloydbomniTagArgsDict']]]]] = None,
943
944
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AlloydbomniTechEmailArgs', 'AlloydbomniTechEmailArgsDict']]]]] = None,
944
- termination_protection: Optional[pulumi.Input[bool]] = None,
945
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None,
945
946
  __props__=None):
946
947
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
947
948
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -998,35 +999,35 @@ class Alloydbomni(pulumi.CustomResource):
998
999
  def get(resource_name: str,
999
1000
  id: pulumi.Input[str],
1000
1001
  opts: Optional[pulumi.ResourceOptions] = None,
1001
- additional_disk_space: Optional[pulumi.Input[str]] = None,
1002
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
1002
1003
  alloydbomni: Optional[pulumi.Input[Union['AlloydbomniAlloydbomniArgs', 'AlloydbomniAlloydbomniArgsDict']]] = None,
1003
1004
  alloydbomni_user_config: Optional[pulumi.Input[Union['AlloydbomniAlloydbomniUserConfigArgs', 'AlloydbomniAlloydbomniUserConfigArgsDict']]] = None,
1004
- cloud_name: Optional[pulumi.Input[str]] = None,
1005
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
1005
1006
  components: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AlloydbomniComponentArgs', 'AlloydbomniComponentArgsDict']]]]] = None,
1006
- disk_space: Optional[pulumi.Input[str]] = None,
1007
- disk_space_cap: Optional[pulumi.Input[str]] = None,
1008
- disk_space_default: Optional[pulumi.Input[str]] = None,
1009
- disk_space_step: Optional[pulumi.Input[str]] = None,
1010
- disk_space_used: Optional[pulumi.Input[str]] = None,
1011
- maintenance_window_dow: Optional[pulumi.Input[str]] = None,
1012
- maintenance_window_time: Optional[pulumi.Input[str]] = None,
1013
- plan: Optional[pulumi.Input[str]] = None,
1014
- project: Optional[pulumi.Input[str]] = None,
1015
- project_vpc_id: Optional[pulumi.Input[str]] = None,
1016
- service_account_credentials: Optional[pulumi.Input[str]] = None,
1017
- service_host: Optional[pulumi.Input[str]] = None,
1007
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
1008
+ disk_space_cap: Optional[pulumi.Input[builtins.str]] = None,
1009
+ disk_space_default: Optional[pulumi.Input[builtins.str]] = None,
1010
+ disk_space_step: Optional[pulumi.Input[builtins.str]] = None,
1011
+ disk_space_used: Optional[pulumi.Input[builtins.str]] = None,
1012
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
1013
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
1014
+ plan: Optional[pulumi.Input[builtins.str]] = None,
1015
+ project: Optional[pulumi.Input[builtins.str]] = None,
1016
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
1017
+ service_account_credentials: Optional[pulumi.Input[builtins.str]] = None,
1018
+ service_host: Optional[pulumi.Input[builtins.str]] = None,
1018
1019
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AlloydbomniServiceIntegrationArgs', 'AlloydbomniServiceIntegrationArgsDict']]]]] = None,
1019
- service_name: Optional[pulumi.Input[str]] = None,
1020
- service_password: Optional[pulumi.Input[str]] = None,
1021
- service_port: Optional[pulumi.Input[int]] = None,
1022
- service_type: Optional[pulumi.Input[str]] = None,
1023
- service_uri: Optional[pulumi.Input[str]] = None,
1024
- service_username: Optional[pulumi.Input[str]] = None,
1025
- state: Optional[pulumi.Input[str]] = None,
1026
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1020
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
1021
+ service_password: Optional[pulumi.Input[builtins.str]] = None,
1022
+ service_port: Optional[pulumi.Input[builtins.int]] = None,
1023
+ service_type: Optional[pulumi.Input[builtins.str]] = None,
1024
+ service_uri: Optional[pulumi.Input[builtins.str]] = None,
1025
+ service_username: Optional[pulumi.Input[builtins.str]] = None,
1026
+ state: Optional[pulumi.Input[builtins.str]] = None,
1027
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
1027
1028
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AlloydbomniTagArgs', 'AlloydbomniTagArgsDict']]]]] = None,
1028
1029
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AlloydbomniTechEmailArgs', 'AlloydbomniTechEmailArgsDict']]]]] = None,
1029
- termination_protection: Optional[pulumi.Input[bool]] = None) -> 'Alloydbomni':
1030
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None) -> 'Alloydbomni':
1030
1031
  """
1031
1032
  Get an existing Alloydbomni resource's state with the given name, id, and optional extra
1032
1033
  properties used to qualify the lookup.
@@ -1034,35 +1035,35 @@ class Alloydbomni(pulumi.CustomResource):
1034
1035
  :param str resource_name: The unique name of the resulting resource.
1035
1036
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1036
1037
  :param pulumi.ResourceOptions opts: Options for the resource.
1037
- :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.
1038
+ :param pulumi.Input[builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
1038
1039
  :param pulumi.Input[Union['AlloydbomniAlloydbomniArgs', 'AlloydbomniAlloydbomniArgsDict']] alloydbomni: Values provided by the AlloyDB Omni server.
1039
1040
  :param pulumi.Input[Union['AlloydbomniAlloydbomniUserConfigArgs', 'AlloydbomniAlloydbomniUserConfigArgsDict']] alloydbomni_user_config: Alloydbomni user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1040
- :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.
1041
+ :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.
1041
1042
  :param pulumi.Input[Sequence[pulumi.Input[Union['AlloydbomniComponentArgs', 'AlloydbomniComponentArgsDict']]]] components: Service component information objects
1042
- :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.
1043
- :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.
1044
- :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`
1045
- :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.
1046
- :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
1047
- :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1048
- :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
1049
- :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).
1050
- :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.
1051
- :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.
1052
- :param pulumi.Input[str] service_account_credentials: Your [Google service account key](https://cloud.google.com/iam/docs/service-account-creds#key-types) in JSON format.
1053
- :param pulumi.Input[str] service_host: The hostname of the service.
1043
+ :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.
1044
+ :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.
1045
+ :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`
1046
+ :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.
1047
+ :param pulumi.Input[builtins.str] disk_space_used: Disk space that service is currently using
1048
+ :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1049
+ :param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
1050
+ :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).
1051
+ :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.
1052
+ :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.
1053
+ :param pulumi.Input[builtins.str] service_account_credentials: Your [Google service account key](https://cloud.google.com/iam/docs/service-account-creds#key-types) in JSON format.
1054
+ :param pulumi.Input[builtins.str] service_host: The hostname of the service.
1054
1055
  :param pulumi.Input[Sequence[pulumi.Input[Union['AlloydbomniServiceIntegrationArgs', 'AlloydbomniServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
1055
- :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.
1056
- :param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
1057
- :param pulumi.Input[int] service_port: The port of the service
1058
- :param pulumi.Input[str] service_type: Aiven internal service type code
1059
- :param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
1060
- :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
1061
- :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1062
- :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
1056
+ :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.
1057
+ :param pulumi.Input[builtins.str] service_password: Password used for connecting to the service, if applicable
1058
+ :param pulumi.Input[builtins.int] service_port: The port of the service
1059
+ :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
1060
+ :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
1061
+ :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
1062
+ :param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1063
+ :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
1063
1064
  :param pulumi.Input[Sequence[pulumi.Input[Union['AlloydbomniTagArgs', 'AlloydbomniTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
1064
1065
  :param pulumi.Input[Sequence[pulumi.Input[Union['AlloydbomniTechEmailArgs', 'AlloydbomniTechEmailArgsDict']]]] 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.
1065
- :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.
1066
+ :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.
1066
1067
  """
1067
1068
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1068
1069
 
@@ -1101,7 +1102,7 @@ class Alloydbomni(pulumi.CustomResource):
1101
1102
 
1102
1103
  @property
1103
1104
  @pulumi.getter(name="additionalDiskSpace")
1104
- def additional_disk_space(self) -> pulumi.Output[str]:
1105
+ def additional_disk_space(self) -> pulumi.Output[builtins.str]:
1105
1106
  """
1106
1107
  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.
1107
1108
  """
@@ -1125,7 +1126,7 @@ class Alloydbomni(pulumi.CustomResource):
1125
1126
 
1126
1127
  @property
1127
1128
  @pulumi.getter(name="cloudName")
1128
- def cloud_name(self) -> pulumi.Output[Optional[str]]:
1129
+ def cloud_name(self) -> pulumi.Output[Optional[builtins.str]]:
1129
1130
  """
1130
1131
  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.
1131
1132
  """
@@ -1142,7 +1143,7 @@ class Alloydbomni(pulumi.CustomResource):
1142
1143
  @property
1143
1144
  @pulumi.getter(name="diskSpace")
1144
1145
  @_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.""")
1145
- def disk_space(self) -> pulumi.Output[Optional[str]]:
1146
+ def disk_space(self) -> pulumi.Output[Optional[builtins.str]]:
1146
1147
  """
1147
1148
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1148
1149
  """
@@ -1150,7 +1151,7 @@ class Alloydbomni(pulumi.CustomResource):
1150
1151
 
1151
1152
  @property
1152
1153
  @pulumi.getter(name="diskSpaceCap")
1153
- def disk_space_cap(self) -> pulumi.Output[str]:
1154
+ def disk_space_cap(self) -> pulumi.Output[builtins.str]:
1154
1155
  """
1155
1156
  The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
1156
1157
  """
@@ -1158,7 +1159,7 @@ class Alloydbomni(pulumi.CustomResource):
1158
1159
 
1159
1160
  @property
1160
1161
  @pulumi.getter(name="diskSpaceDefault")
1161
- def disk_space_default(self) -> pulumi.Output[str]:
1162
+ def disk_space_default(self) -> pulumi.Output[builtins.str]:
1162
1163
  """
1163
1164
  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`
1164
1165
  """
@@ -1166,7 +1167,7 @@ class Alloydbomni(pulumi.CustomResource):
1166
1167
 
1167
1168
  @property
1168
1169
  @pulumi.getter(name="diskSpaceStep")
1169
- def disk_space_step(self) -> pulumi.Output[str]:
1170
+ def disk_space_step(self) -> pulumi.Output[builtins.str]:
1170
1171
  """
1171
1172
  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.
1172
1173
  """
@@ -1175,7 +1176,7 @@ class Alloydbomni(pulumi.CustomResource):
1175
1176
  @property
1176
1177
  @pulumi.getter(name="diskSpaceUsed")
1177
1178
  @_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.""")
1178
- def disk_space_used(self) -> pulumi.Output[str]:
1179
+ def disk_space_used(self) -> pulumi.Output[builtins.str]:
1179
1180
  """
1180
1181
  Disk space that service is currently using
1181
1182
  """
@@ -1183,7 +1184,7 @@ class Alloydbomni(pulumi.CustomResource):
1183
1184
 
1184
1185
  @property
1185
1186
  @pulumi.getter(name="maintenanceWindowDow")
1186
- def maintenance_window_dow(self) -> pulumi.Output[Optional[str]]:
1187
+ def maintenance_window_dow(self) -> pulumi.Output[Optional[builtins.str]]:
1187
1188
  """
1188
1189
  Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1189
1190
  """
@@ -1191,7 +1192,7 @@ class Alloydbomni(pulumi.CustomResource):
1191
1192
 
1192
1193
  @property
1193
1194
  @pulumi.getter(name="maintenanceWindowTime")
1194
- def maintenance_window_time(self) -> pulumi.Output[Optional[str]]:
1195
+ def maintenance_window_time(self) -> pulumi.Output[Optional[builtins.str]]:
1195
1196
  """
1196
1197
  Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
1197
1198
  """
@@ -1199,7 +1200,7 @@ class Alloydbomni(pulumi.CustomResource):
1199
1200
 
1200
1201
  @property
1201
1202
  @pulumi.getter
1202
- def plan(self) -> pulumi.Output[str]:
1203
+ def plan(self) -> pulumi.Output[builtins.str]:
1203
1204
  """
1204
1205
  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).
1205
1206
  """
@@ -1207,7 +1208,7 @@ class Alloydbomni(pulumi.CustomResource):
1207
1208
 
1208
1209
  @property
1209
1210
  @pulumi.getter
1210
- def project(self) -> pulumi.Output[str]:
1211
+ def project(self) -> pulumi.Output[builtins.str]:
1211
1212
  """
1212
1213
  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.
1213
1214
  """
@@ -1215,7 +1216,7 @@ class Alloydbomni(pulumi.CustomResource):
1215
1216
 
1216
1217
  @property
1217
1218
  @pulumi.getter(name="projectVpcId")
1218
- def project_vpc_id(self) -> pulumi.Output[str]:
1219
+ def project_vpc_id(self) -> pulumi.Output[builtins.str]:
1219
1220
  """
1220
1221
  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.
1221
1222
  """
@@ -1223,7 +1224,7 @@ class Alloydbomni(pulumi.CustomResource):
1223
1224
 
1224
1225
  @property
1225
1226
  @pulumi.getter(name="serviceAccountCredentials")
1226
- def service_account_credentials(self) -> pulumi.Output[Optional[str]]:
1227
+ def service_account_credentials(self) -> pulumi.Output[Optional[builtins.str]]:
1227
1228
  """
1228
1229
  Your [Google service account key](https://cloud.google.com/iam/docs/service-account-creds#key-types) in JSON format.
1229
1230
  """
@@ -1231,7 +1232,7 @@ class Alloydbomni(pulumi.CustomResource):
1231
1232
 
1232
1233
  @property
1233
1234
  @pulumi.getter(name="serviceHost")
1234
- def service_host(self) -> pulumi.Output[str]:
1235
+ def service_host(self) -> pulumi.Output[builtins.str]:
1235
1236
  """
1236
1237
  The hostname of the service.
1237
1238
  """
@@ -1247,7 +1248,7 @@ class Alloydbomni(pulumi.CustomResource):
1247
1248
 
1248
1249
  @property
1249
1250
  @pulumi.getter(name="serviceName")
1250
- def service_name(self) -> pulumi.Output[str]:
1251
+ def service_name(self) -> pulumi.Output[builtins.str]:
1251
1252
  """
1252
1253
  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.
1253
1254
  """
@@ -1255,7 +1256,7 @@ class Alloydbomni(pulumi.CustomResource):
1255
1256
 
1256
1257
  @property
1257
1258
  @pulumi.getter(name="servicePassword")
1258
- def service_password(self) -> pulumi.Output[str]:
1259
+ def service_password(self) -> pulumi.Output[builtins.str]:
1259
1260
  """
1260
1261
  Password used for connecting to the service, if applicable
1261
1262
  """
@@ -1263,7 +1264,7 @@ class Alloydbomni(pulumi.CustomResource):
1263
1264
 
1264
1265
  @property
1265
1266
  @pulumi.getter(name="servicePort")
1266
- def service_port(self) -> pulumi.Output[int]:
1267
+ def service_port(self) -> pulumi.Output[builtins.int]:
1267
1268
  """
1268
1269
  The port of the service
1269
1270
  """
@@ -1271,7 +1272,7 @@ class Alloydbomni(pulumi.CustomResource):
1271
1272
 
1272
1273
  @property
1273
1274
  @pulumi.getter(name="serviceType")
1274
- def service_type(self) -> pulumi.Output[str]:
1275
+ def service_type(self) -> pulumi.Output[builtins.str]:
1275
1276
  """
1276
1277
  Aiven internal service type code
1277
1278
  """
@@ -1279,7 +1280,7 @@ class Alloydbomni(pulumi.CustomResource):
1279
1280
 
1280
1281
  @property
1281
1282
  @pulumi.getter(name="serviceUri")
1282
- def service_uri(self) -> pulumi.Output[str]:
1283
+ def service_uri(self) -> pulumi.Output[builtins.str]:
1283
1284
  """
1284
1285
  URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
1285
1286
  """
@@ -1287,7 +1288,7 @@ class Alloydbomni(pulumi.CustomResource):
1287
1288
 
1288
1289
  @property
1289
1290
  @pulumi.getter(name="serviceUsername")
1290
- def service_username(self) -> pulumi.Output[str]:
1291
+ def service_username(self) -> pulumi.Output[builtins.str]:
1291
1292
  """
1292
1293
  Username used for connecting to the service, if applicable
1293
1294
  """
@@ -1295,7 +1296,7 @@ class Alloydbomni(pulumi.CustomResource):
1295
1296
 
1296
1297
  @property
1297
1298
  @pulumi.getter
1298
- def state(self) -> pulumi.Output[str]:
1299
+ def state(self) -> pulumi.Output[builtins.str]:
1299
1300
  """
1300
1301
  Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1301
1302
  """
@@ -1303,7 +1304,7 @@ class Alloydbomni(pulumi.CustomResource):
1303
1304
 
1304
1305
  @property
1305
1306
  @pulumi.getter(name="staticIps")
1306
- def static_ips(self) -> pulumi.Output[Optional[Sequence[str]]]:
1307
+ def static_ips(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
1307
1308
  """
1308
1309
  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
1309
1310
  """
@@ -1327,7 +1328,7 @@ class Alloydbomni(pulumi.CustomResource):
1327
1328
 
1328
1329
  @property
1329
1330
  @pulumi.getter(name="terminationProtection")
1330
- def termination_protection(self) -> pulumi.Output[Optional[bool]]:
1331
+ def termination_protection(self) -> pulumi.Output[Optional[builtins.bool]]:
1331
1332
  """
1332
1333
  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.
1333
1334
  """