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
pulumi_aiven/influx_db.py CHANGED
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -21,61 +22,61 @@ __all__ = ['InfluxDbArgs', 'InfluxDb']
21
22
  @pulumi.input_type
22
23
  class InfluxDbArgs:
23
24
  def __init__(__self__, *,
24
- plan: pulumi.Input[str],
25
- project: pulumi.Input[str],
26
- service_name: pulumi.Input[str],
27
- additional_disk_space: Optional[pulumi.Input[str]] = None,
28
- cloud_name: Optional[pulumi.Input[str]] = None,
29
- disk_space: Optional[pulumi.Input[str]] = None,
25
+ plan: pulumi.Input[builtins.str],
26
+ project: pulumi.Input[builtins.str],
27
+ service_name: pulumi.Input[builtins.str],
28
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
29
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
30
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
30
31
  influxdb_user_config: Optional[pulumi.Input['InfluxDbInfluxdbUserConfigArgs']] = None,
31
32
  influxdbs: Optional[pulumi.Input[Sequence[pulumi.Input['InfluxDbInfluxdbArgs']]]] = 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,
33
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
34
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
35
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
35
36
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input['InfluxDbServiceIntegrationArgs']]]] = None,
36
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
37
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
37
38
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['InfluxDbTagArgs']]]] = None,
38
39
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input['InfluxDbTechEmailArgs']]]] = None,
39
- termination_protection: Optional[pulumi.Input[bool]] = None):
40
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None):
40
41
  """
41
42
  The set of arguments for constructing a InfluxDb resource.
42
- :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
43
+ :param pulumi.Input[builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
43
44
  are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
44
45
  store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
45
46
  `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
46
47
  other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
47
48
  options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
48
- :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
49
+ :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
49
50
  reference. Changing this property forces recreation of the resource.
50
- :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
51
+ :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
51
52
  service so name should be picked based on intended service usage rather than current attributes.
52
- :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
53
+ :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
53
54
  service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
54
55
  service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
55
- :param pulumi.Input[str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
56
+ :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
56
57
  `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
57
58
  per project and service. Changing this value [migrates the service to another cloud provider or
58
59
  region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and
59
60
  includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases
60
61
  may have a brief interruption during DNS propagation.
61
- :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
62
+ :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
62
63
  will result in the service rebalancing.
63
64
  :param pulumi.Input['InfluxDbInfluxdbUserConfigArgs'] influxdb_user_config: Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default.
64
65
  Options that you add cannot be removed later
65
66
  :param pulumi.Input[Sequence[pulumi.Input['InfluxDbInfluxdbArgs']]] influxdbs: InfluxDB server provided values
66
- :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
67
- :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
68
- :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
67
+ :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
68
+ :param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
69
+ :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
69
70
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
70
71
  as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
71
72
  servers so the operation can take significant amount of time to complete if the service has a lot of data.
72
73
  :param pulumi.Input[Sequence[pulumi.Input['InfluxDbServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
73
- :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
74
+ :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
74
75
  static ip resource is in the 'assigned' state it cannot be unbound from the node again
75
76
  :param pulumi.Input[Sequence[pulumi.Input['InfluxDbTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
76
77
  :param pulumi.Input[Sequence[pulumi.Input['InfluxDbTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
77
78
  important alerts and updates about this service. You can also set email contacts at the project level.
78
- :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
79
+ :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
79
80
  unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
80
81
  much of the content can at least be restored from backup in case accidental deletion is done.
81
82
  """
@@ -114,7 +115,7 @@ class InfluxDbArgs:
114
115
 
115
116
  @property
116
117
  @pulumi.getter
117
- def plan(self) -> pulumi.Input[str]:
118
+ def plan(self) -> pulumi.Input[builtins.str]:
118
119
  """
119
120
  Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
120
121
  are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
@@ -126,12 +127,12 @@ class InfluxDbArgs:
126
127
  return pulumi.get(self, "plan")
127
128
 
128
129
  @plan.setter
129
- def plan(self, value: pulumi.Input[str]):
130
+ def plan(self, value: pulumi.Input[builtins.str]):
130
131
  pulumi.set(self, "plan", value)
131
132
 
132
133
  @property
133
134
  @pulumi.getter
134
- def project(self) -> pulumi.Input[str]:
135
+ def project(self) -> pulumi.Input[builtins.str]:
135
136
  """
136
137
  The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
137
138
  reference. Changing this property forces recreation of the resource.
@@ -139,12 +140,12 @@ class InfluxDbArgs:
139
140
  return pulumi.get(self, "project")
140
141
 
141
142
  @project.setter
142
- def project(self, value: pulumi.Input[str]):
143
+ def project(self, value: pulumi.Input[builtins.str]):
143
144
  pulumi.set(self, "project", value)
144
145
 
145
146
  @property
146
147
  @pulumi.getter(name="serviceName")
147
- def service_name(self) -> pulumi.Input[str]:
148
+ def service_name(self) -> pulumi.Input[builtins.str]:
148
149
  """
149
150
  Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
150
151
  service so name should be picked based on intended service usage rather than current attributes.
@@ -152,12 +153,12 @@ class InfluxDbArgs:
152
153
  return pulumi.get(self, "service_name")
153
154
 
154
155
  @service_name.setter
155
- def service_name(self, value: pulumi.Input[str]):
156
+ def service_name(self, value: pulumi.Input[builtins.str]):
156
157
  pulumi.set(self, "service_name", value)
157
158
 
158
159
  @property
159
160
  @pulumi.getter(name="additionalDiskSpace")
160
- def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
161
+ def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
161
162
  """
162
163
  Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your
163
164
  service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
@@ -166,12 +167,12 @@ class InfluxDbArgs:
166
167
  return pulumi.get(self, "additional_disk_space")
167
168
 
168
169
  @additional_disk_space.setter
169
- def additional_disk_space(self, value: Optional[pulumi.Input[str]]):
170
+ def additional_disk_space(self, value: Optional[pulumi.Input[builtins.str]]):
170
171
  pulumi.set(self, "additional_disk_space", value)
171
172
 
172
173
  @property
173
174
  @pulumi.getter(name="cloudName")
174
- def cloud_name(self) -> Optional[pulumi.Input[str]]:
175
+ def cloud_name(self) -> Optional[pulumi.Input[builtins.str]]:
175
176
  """
176
177
  The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
177
178
  `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
@@ -183,13 +184,13 @@ class InfluxDbArgs:
183
184
  return pulumi.get(self, "cloud_name")
184
185
 
185
186
  @cloud_name.setter
186
- def cloud_name(self, value: Optional[pulumi.Input[str]]):
187
+ def cloud_name(self, value: Optional[pulumi.Input[builtins.str]]):
187
188
  pulumi.set(self, "cloud_name", value)
188
189
 
189
190
  @property
190
191
  @pulumi.getter(name="diskSpace")
191
192
  @_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.""")
192
- def disk_space(self) -> Optional[pulumi.Input[str]]:
193
+ def disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
193
194
  """
194
195
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
195
196
  will result in the service rebalancing.
@@ -197,7 +198,7 @@ class InfluxDbArgs:
197
198
  return pulumi.get(self, "disk_space")
198
199
 
199
200
  @disk_space.setter
200
- def disk_space(self, value: Optional[pulumi.Input[str]]):
201
+ def disk_space(self, value: Optional[pulumi.Input[builtins.str]]):
201
202
  pulumi.set(self, "disk_space", value)
202
203
 
203
204
  @property
@@ -227,31 +228,31 @@ class InfluxDbArgs:
227
228
 
228
229
  @property
229
230
  @pulumi.getter(name="maintenanceWindowDow")
230
- def maintenance_window_dow(self) -> Optional[pulumi.Input[str]]:
231
+ def maintenance_window_dow(self) -> Optional[pulumi.Input[builtins.str]]:
231
232
  """
232
233
  Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
233
234
  """
234
235
  return pulumi.get(self, "maintenance_window_dow")
235
236
 
236
237
  @maintenance_window_dow.setter
237
- def maintenance_window_dow(self, value: Optional[pulumi.Input[str]]):
238
+ def maintenance_window_dow(self, value: Optional[pulumi.Input[builtins.str]]):
238
239
  pulumi.set(self, "maintenance_window_dow", value)
239
240
 
240
241
  @property
241
242
  @pulumi.getter(name="maintenanceWindowTime")
242
- def maintenance_window_time(self) -> Optional[pulumi.Input[str]]:
243
+ def maintenance_window_time(self) -> Optional[pulumi.Input[builtins.str]]:
243
244
  """
244
245
  Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
245
246
  """
246
247
  return pulumi.get(self, "maintenance_window_time")
247
248
 
248
249
  @maintenance_window_time.setter
249
- def maintenance_window_time(self, value: Optional[pulumi.Input[str]]):
250
+ def maintenance_window_time(self, value: Optional[pulumi.Input[builtins.str]]):
250
251
  pulumi.set(self, "maintenance_window_time", value)
251
252
 
252
253
  @property
253
254
  @pulumi.getter(name="projectVpcId")
254
- def project_vpc_id(self) -> Optional[pulumi.Input[str]]:
255
+ def project_vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
255
256
  """
256
257
  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
257
258
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
@@ -261,7 +262,7 @@ class InfluxDbArgs:
261
262
  return pulumi.get(self, "project_vpc_id")
262
263
 
263
264
  @project_vpc_id.setter
264
- def project_vpc_id(self, value: Optional[pulumi.Input[str]]):
265
+ def project_vpc_id(self, value: Optional[pulumi.Input[builtins.str]]):
265
266
  pulumi.set(self, "project_vpc_id", value)
266
267
 
267
268
  @property
@@ -278,7 +279,7 @@ class InfluxDbArgs:
278
279
 
279
280
  @property
280
281
  @pulumi.getter(name="staticIps")
281
- def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
282
+ def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
282
283
  """
283
284
  Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
284
285
  static ip resource is in the 'assigned' state it cannot be unbound from the node again
@@ -286,7 +287,7 @@ class InfluxDbArgs:
286
287
  return pulumi.get(self, "static_ips")
287
288
 
288
289
  @static_ips.setter
289
- def static_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
290
+ def static_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
290
291
  pulumi.set(self, "static_ips", value)
291
292
 
292
293
  @property
@@ -316,7 +317,7 @@ class InfluxDbArgs:
316
317
 
317
318
  @property
318
319
  @pulumi.getter(name="terminationProtection")
319
- def termination_protection(self) -> Optional[pulumi.Input[bool]]:
320
+ def termination_protection(self) -> Optional[pulumi.Input[builtins.bool]]:
320
321
  """
321
322
  Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
322
323
  unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
@@ -325,94 +326,94 @@ class InfluxDbArgs:
325
326
  return pulumi.get(self, "termination_protection")
326
327
 
327
328
  @termination_protection.setter
328
- def termination_protection(self, value: Optional[pulumi.Input[bool]]):
329
+ def termination_protection(self, value: Optional[pulumi.Input[builtins.bool]]):
329
330
  pulumi.set(self, "termination_protection", value)
330
331
 
331
332
 
332
333
  @pulumi.input_type
333
334
  class _InfluxDbState:
334
335
  def __init__(__self__, *,
335
- additional_disk_space: Optional[pulumi.Input[str]] = None,
336
- cloud_name: Optional[pulumi.Input[str]] = None,
336
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
337
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
337
338
  components: Optional[pulumi.Input[Sequence[pulumi.Input['InfluxDbComponentArgs']]]] = None,
338
- disk_space: Optional[pulumi.Input[str]] = None,
339
- disk_space_cap: Optional[pulumi.Input[str]] = None,
340
- disk_space_default: Optional[pulumi.Input[str]] = None,
341
- disk_space_step: Optional[pulumi.Input[str]] = None,
342
- disk_space_used: Optional[pulumi.Input[str]] = None,
339
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
340
+ disk_space_cap: Optional[pulumi.Input[builtins.str]] = None,
341
+ disk_space_default: Optional[pulumi.Input[builtins.str]] = None,
342
+ disk_space_step: Optional[pulumi.Input[builtins.str]] = None,
343
+ disk_space_used: Optional[pulumi.Input[builtins.str]] = None,
343
344
  influxdb_user_config: Optional[pulumi.Input['InfluxDbInfluxdbUserConfigArgs']] = None,
344
345
  influxdbs: Optional[pulumi.Input[Sequence[pulumi.Input['InfluxDbInfluxdbArgs']]]] = None,
345
- maintenance_window_dow: Optional[pulumi.Input[str]] = None,
346
- maintenance_window_time: Optional[pulumi.Input[str]] = None,
347
- plan: Optional[pulumi.Input[str]] = None,
348
- project: Optional[pulumi.Input[str]] = None,
349
- project_vpc_id: Optional[pulumi.Input[str]] = None,
350
- service_host: Optional[pulumi.Input[str]] = None,
346
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
347
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
348
+ plan: Optional[pulumi.Input[builtins.str]] = None,
349
+ project: Optional[pulumi.Input[builtins.str]] = None,
350
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
351
+ service_host: Optional[pulumi.Input[builtins.str]] = None,
351
352
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input['InfluxDbServiceIntegrationArgs']]]] = None,
352
- service_name: Optional[pulumi.Input[str]] = None,
353
- service_password: Optional[pulumi.Input[str]] = None,
354
- service_port: Optional[pulumi.Input[int]] = None,
355
- service_type: Optional[pulumi.Input[str]] = None,
356
- service_uri: Optional[pulumi.Input[str]] = None,
357
- service_username: Optional[pulumi.Input[str]] = None,
358
- state: Optional[pulumi.Input[str]] = None,
359
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
353
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
354
+ service_password: Optional[pulumi.Input[builtins.str]] = None,
355
+ service_port: Optional[pulumi.Input[builtins.int]] = None,
356
+ service_type: Optional[pulumi.Input[builtins.str]] = None,
357
+ service_uri: Optional[pulumi.Input[builtins.str]] = None,
358
+ service_username: Optional[pulumi.Input[builtins.str]] = None,
359
+ state: Optional[pulumi.Input[builtins.str]] = None,
360
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
360
361
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['InfluxDbTagArgs']]]] = None,
361
362
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input['InfluxDbTechEmailArgs']]]] = None,
362
- termination_protection: Optional[pulumi.Input[bool]] = None):
363
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None):
363
364
  """
364
365
  Input properties used for looking up and filtering InfluxDb resources.
365
- :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
366
+ :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
366
367
  service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
367
368
  service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
368
- :param pulumi.Input[str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
369
+ :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
369
370
  `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
370
371
  per project and service. Changing this value [migrates the service to another cloud provider or
371
372
  region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and
372
373
  includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases
373
374
  may have a brief interruption during DNS propagation.
374
375
  :param pulumi.Input[Sequence[pulumi.Input['InfluxDbComponentArgs']]] components: Service component information objects
375
- :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
376
+ :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
376
377
  will result in the service rebalancing.
377
- :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.
378
- :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.
378
+ :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.
379
+ :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.
379
380
  Its also the minimum value for `disk_space`
380
- :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
381
+ :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
381
382
  project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
382
- :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
383
+ :param pulumi.Input[builtins.str] disk_space_used: Disk space that service is currently using
383
384
  :param pulumi.Input['InfluxDbInfluxdbUserConfigArgs'] influxdb_user_config: Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default.
384
385
  Options that you add cannot be removed later
385
386
  :param pulumi.Input[Sequence[pulumi.Input['InfluxDbInfluxdbArgs']]] influxdbs: InfluxDB server provided values
386
- :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
387
- :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
388
- :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
387
+ :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
388
+ :param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
389
+ :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
389
390
  are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
390
391
  store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
391
392
  `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
392
393
  other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
393
394
  options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
394
- :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
395
+ :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
395
396
  reference. Changing this property forces recreation of the resource.
396
- :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
397
+ :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
397
398
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
398
399
  as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
399
400
  servers so the operation can take significant amount of time to complete if the service has a lot of data.
400
- :param pulumi.Input[str] service_host: The hostname of the service.
401
+ :param pulumi.Input[builtins.str] service_host: The hostname of the service.
401
402
  :param pulumi.Input[Sequence[pulumi.Input['InfluxDbServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
402
- :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
403
+ :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
403
404
  service so name should be picked based on intended service usage rather than current attributes.
404
- :param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
405
- :param pulumi.Input[int] service_port: The port of the service
406
- :param pulumi.Input[str] service_type: Aiven internal service type code
407
- :param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
408
- :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
409
- :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
410
- :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
405
+ :param pulumi.Input[builtins.str] service_password: Password used for connecting to the service, if applicable
406
+ :param pulumi.Input[builtins.int] service_port: The port of the service
407
+ :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
408
+ :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
409
+ :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
410
+ :param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
411
+ :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
411
412
  static ip resource is in the 'assigned' state it cannot be unbound from the node again
412
413
  :param pulumi.Input[Sequence[pulumi.Input['InfluxDbTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
413
414
  :param pulumi.Input[Sequence[pulumi.Input['InfluxDbTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
414
415
  important alerts and updates about this service. You can also set email contacts at the project level.
415
- :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
416
+ :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
416
417
  unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
417
418
  much of the content can at least be restored from backup in case accidental deletion is done.
418
419
  """
@@ -481,7 +482,7 @@ class _InfluxDbState:
481
482
 
482
483
  @property
483
484
  @pulumi.getter(name="additionalDiskSpace")
484
- def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
485
+ def additional_disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
485
486
  """
486
487
  Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your
487
488
  service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
@@ -490,12 +491,12 @@ class _InfluxDbState:
490
491
  return pulumi.get(self, "additional_disk_space")
491
492
 
492
493
  @additional_disk_space.setter
493
- def additional_disk_space(self, value: Optional[pulumi.Input[str]]):
494
+ def additional_disk_space(self, value: Optional[pulumi.Input[builtins.str]]):
494
495
  pulumi.set(self, "additional_disk_space", value)
495
496
 
496
497
  @property
497
498
  @pulumi.getter(name="cloudName")
498
- def cloud_name(self) -> Optional[pulumi.Input[str]]:
499
+ def cloud_name(self) -> Optional[pulumi.Input[builtins.str]]:
499
500
  """
500
501
  The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
501
502
  `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
@@ -507,7 +508,7 @@ class _InfluxDbState:
507
508
  return pulumi.get(self, "cloud_name")
508
509
 
509
510
  @cloud_name.setter
510
- def cloud_name(self, value: Optional[pulumi.Input[str]]):
511
+ def cloud_name(self, value: Optional[pulumi.Input[builtins.str]]):
511
512
  pulumi.set(self, "cloud_name", value)
512
513
 
513
514
  @property
@@ -525,7 +526,7 @@ class _InfluxDbState:
525
526
  @property
526
527
  @pulumi.getter(name="diskSpace")
527
528
  @_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.""")
528
- def disk_space(self) -> Optional[pulumi.Input[str]]:
529
+ def disk_space(self) -> Optional[pulumi.Input[builtins.str]]:
529
530
  """
530
531
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
531
532
  will result in the service rebalancing.
@@ -533,24 +534,24 @@ class _InfluxDbState:
533
534
  return pulumi.get(self, "disk_space")
534
535
 
535
536
  @disk_space.setter
536
- def disk_space(self, value: Optional[pulumi.Input[str]]):
537
+ def disk_space(self, value: Optional[pulumi.Input[builtins.str]]):
537
538
  pulumi.set(self, "disk_space", value)
538
539
 
539
540
  @property
540
541
  @pulumi.getter(name="diskSpaceCap")
541
- def disk_space_cap(self) -> Optional[pulumi.Input[str]]:
542
+ def disk_space_cap(self) -> Optional[pulumi.Input[builtins.str]]:
542
543
  """
543
544
  The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
544
545
  """
545
546
  return pulumi.get(self, "disk_space_cap")
546
547
 
547
548
  @disk_space_cap.setter
548
- def disk_space_cap(self, value: Optional[pulumi.Input[str]]):
549
+ def disk_space_cap(self, value: Optional[pulumi.Input[builtins.str]]):
549
550
  pulumi.set(self, "disk_space_cap", value)
550
551
 
551
552
  @property
552
553
  @pulumi.getter(name="diskSpaceDefault")
553
- def disk_space_default(self) -> Optional[pulumi.Input[str]]:
554
+ def disk_space_default(self) -> Optional[pulumi.Input[builtins.str]]:
554
555
  """
555
556
  The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
556
557
  Its also the minimum value for `disk_space`
@@ -558,12 +559,12 @@ class _InfluxDbState:
558
559
  return pulumi.get(self, "disk_space_default")
559
560
 
560
561
  @disk_space_default.setter
561
- def disk_space_default(self, value: Optional[pulumi.Input[str]]):
562
+ def disk_space_default(self, value: Optional[pulumi.Input[builtins.str]]):
562
563
  pulumi.set(self, "disk_space_default", value)
563
564
 
564
565
  @property
565
566
  @pulumi.getter(name="diskSpaceStep")
566
- def disk_space_step(self) -> Optional[pulumi.Input[str]]:
567
+ def disk_space_step(self) -> Optional[pulumi.Input[builtins.str]]:
567
568
  """
568
569
  The default disk space step of the service, possible values depend on the service type, the cloud provider and the
569
570
  project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
@@ -571,20 +572,20 @@ class _InfluxDbState:
571
572
  return pulumi.get(self, "disk_space_step")
572
573
 
573
574
  @disk_space_step.setter
574
- def disk_space_step(self, value: Optional[pulumi.Input[str]]):
575
+ def disk_space_step(self, value: Optional[pulumi.Input[builtins.str]]):
575
576
  pulumi.set(self, "disk_space_step", value)
576
577
 
577
578
  @property
578
579
  @pulumi.getter(name="diskSpaceUsed")
579
580
  @_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.""")
580
- def disk_space_used(self) -> Optional[pulumi.Input[str]]:
581
+ def disk_space_used(self) -> Optional[pulumi.Input[builtins.str]]:
581
582
  """
582
583
  Disk space that service is currently using
583
584
  """
584
585
  return pulumi.get(self, "disk_space_used")
585
586
 
586
587
  @disk_space_used.setter
587
- def disk_space_used(self, value: Optional[pulumi.Input[str]]):
588
+ def disk_space_used(self, value: Optional[pulumi.Input[builtins.str]]):
588
589
  pulumi.set(self, "disk_space_used", value)
589
590
 
590
591
  @property
@@ -614,31 +615,31 @@ class _InfluxDbState:
614
615
 
615
616
  @property
616
617
  @pulumi.getter(name="maintenanceWindowDow")
617
- def maintenance_window_dow(self) -> Optional[pulumi.Input[str]]:
618
+ def maintenance_window_dow(self) -> Optional[pulumi.Input[builtins.str]]:
618
619
  """
619
620
  Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
620
621
  """
621
622
  return pulumi.get(self, "maintenance_window_dow")
622
623
 
623
624
  @maintenance_window_dow.setter
624
- def maintenance_window_dow(self, value: Optional[pulumi.Input[str]]):
625
+ def maintenance_window_dow(self, value: Optional[pulumi.Input[builtins.str]]):
625
626
  pulumi.set(self, "maintenance_window_dow", value)
626
627
 
627
628
  @property
628
629
  @pulumi.getter(name="maintenanceWindowTime")
629
- def maintenance_window_time(self) -> Optional[pulumi.Input[str]]:
630
+ def maintenance_window_time(self) -> Optional[pulumi.Input[builtins.str]]:
630
631
  """
631
632
  Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
632
633
  """
633
634
  return pulumi.get(self, "maintenance_window_time")
634
635
 
635
636
  @maintenance_window_time.setter
636
- def maintenance_window_time(self, value: Optional[pulumi.Input[str]]):
637
+ def maintenance_window_time(self, value: Optional[pulumi.Input[builtins.str]]):
637
638
  pulumi.set(self, "maintenance_window_time", value)
638
639
 
639
640
  @property
640
641
  @pulumi.getter
641
- def plan(self) -> Optional[pulumi.Input[str]]:
642
+ def plan(self) -> Optional[pulumi.Input[builtins.str]]:
642
643
  """
643
644
  Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
644
645
  are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
@@ -650,12 +651,12 @@ class _InfluxDbState:
650
651
  return pulumi.get(self, "plan")
651
652
 
652
653
  @plan.setter
653
- def plan(self, value: Optional[pulumi.Input[str]]):
654
+ def plan(self, value: Optional[pulumi.Input[builtins.str]]):
654
655
  pulumi.set(self, "plan", value)
655
656
 
656
657
  @property
657
658
  @pulumi.getter
658
- def project(self) -> Optional[pulumi.Input[str]]:
659
+ def project(self) -> Optional[pulumi.Input[builtins.str]]:
659
660
  """
660
661
  The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
661
662
  reference. Changing this property forces recreation of the resource.
@@ -663,12 +664,12 @@ class _InfluxDbState:
663
664
  return pulumi.get(self, "project")
664
665
 
665
666
  @project.setter
666
- def project(self, value: Optional[pulumi.Input[str]]):
667
+ def project(self, value: Optional[pulumi.Input[builtins.str]]):
667
668
  pulumi.set(self, "project", value)
668
669
 
669
670
  @property
670
671
  @pulumi.getter(name="projectVpcId")
671
- def project_vpc_id(self) -> Optional[pulumi.Input[str]]:
672
+ def project_vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
672
673
  """
673
674
  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
674
675
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
@@ -678,19 +679,19 @@ class _InfluxDbState:
678
679
  return pulumi.get(self, "project_vpc_id")
679
680
 
680
681
  @project_vpc_id.setter
681
- def project_vpc_id(self, value: Optional[pulumi.Input[str]]):
682
+ def project_vpc_id(self, value: Optional[pulumi.Input[builtins.str]]):
682
683
  pulumi.set(self, "project_vpc_id", value)
683
684
 
684
685
  @property
685
686
  @pulumi.getter(name="serviceHost")
686
- def service_host(self) -> Optional[pulumi.Input[str]]:
687
+ def service_host(self) -> Optional[pulumi.Input[builtins.str]]:
687
688
  """
688
689
  The hostname of the service.
689
690
  """
690
691
  return pulumi.get(self, "service_host")
691
692
 
692
693
  @service_host.setter
693
- def service_host(self, value: Optional[pulumi.Input[str]]):
694
+ def service_host(self, value: Optional[pulumi.Input[builtins.str]]):
694
695
  pulumi.set(self, "service_host", value)
695
696
 
696
697
  @property
@@ -707,7 +708,7 @@ class _InfluxDbState:
707
708
 
708
709
  @property
709
710
  @pulumi.getter(name="serviceName")
710
- def service_name(self) -> Optional[pulumi.Input[str]]:
711
+ def service_name(self) -> Optional[pulumi.Input[builtins.str]]:
711
712
  """
712
713
  Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
713
714
  service so name should be picked based on intended service usage rather than current attributes.
@@ -715,84 +716,84 @@ class _InfluxDbState:
715
716
  return pulumi.get(self, "service_name")
716
717
 
717
718
  @service_name.setter
718
- def service_name(self, value: Optional[pulumi.Input[str]]):
719
+ def service_name(self, value: Optional[pulumi.Input[builtins.str]]):
719
720
  pulumi.set(self, "service_name", value)
720
721
 
721
722
  @property
722
723
  @pulumi.getter(name="servicePassword")
723
- def service_password(self) -> Optional[pulumi.Input[str]]:
724
+ def service_password(self) -> Optional[pulumi.Input[builtins.str]]:
724
725
  """
725
726
  Password used for connecting to the service, if applicable
726
727
  """
727
728
  return pulumi.get(self, "service_password")
728
729
 
729
730
  @service_password.setter
730
- def service_password(self, value: Optional[pulumi.Input[str]]):
731
+ def service_password(self, value: Optional[pulumi.Input[builtins.str]]):
731
732
  pulumi.set(self, "service_password", value)
732
733
 
733
734
  @property
734
735
  @pulumi.getter(name="servicePort")
735
- def service_port(self) -> Optional[pulumi.Input[int]]:
736
+ def service_port(self) -> Optional[pulumi.Input[builtins.int]]:
736
737
  """
737
738
  The port of the service
738
739
  """
739
740
  return pulumi.get(self, "service_port")
740
741
 
741
742
  @service_port.setter
742
- def service_port(self, value: Optional[pulumi.Input[int]]):
743
+ def service_port(self, value: Optional[pulumi.Input[builtins.int]]):
743
744
  pulumi.set(self, "service_port", value)
744
745
 
745
746
  @property
746
747
  @pulumi.getter(name="serviceType")
747
- def service_type(self) -> Optional[pulumi.Input[str]]:
748
+ def service_type(self) -> Optional[pulumi.Input[builtins.str]]:
748
749
  """
749
750
  Aiven internal service type code
750
751
  """
751
752
  return pulumi.get(self, "service_type")
752
753
 
753
754
  @service_type.setter
754
- def service_type(self, value: Optional[pulumi.Input[str]]):
755
+ def service_type(self, value: Optional[pulumi.Input[builtins.str]]):
755
756
  pulumi.set(self, "service_type", value)
756
757
 
757
758
  @property
758
759
  @pulumi.getter(name="serviceUri")
759
- def service_uri(self) -> Optional[pulumi.Input[str]]:
760
+ def service_uri(self) -> Optional[pulumi.Input[builtins.str]]:
760
761
  """
761
762
  URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
762
763
  """
763
764
  return pulumi.get(self, "service_uri")
764
765
 
765
766
  @service_uri.setter
766
- def service_uri(self, value: Optional[pulumi.Input[str]]):
767
+ def service_uri(self, value: Optional[pulumi.Input[builtins.str]]):
767
768
  pulumi.set(self, "service_uri", value)
768
769
 
769
770
  @property
770
771
  @pulumi.getter(name="serviceUsername")
771
- def service_username(self) -> Optional[pulumi.Input[str]]:
772
+ def service_username(self) -> Optional[pulumi.Input[builtins.str]]:
772
773
  """
773
774
  Username used for connecting to the service, if applicable
774
775
  """
775
776
  return pulumi.get(self, "service_username")
776
777
 
777
778
  @service_username.setter
778
- def service_username(self, value: Optional[pulumi.Input[str]]):
779
+ def service_username(self, value: Optional[pulumi.Input[builtins.str]]):
779
780
  pulumi.set(self, "service_username", value)
780
781
 
781
782
  @property
782
783
  @pulumi.getter
783
- def state(self) -> Optional[pulumi.Input[str]]:
784
+ def state(self) -> Optional[pulumi.Input[builtins.str]]:
784
785
  """
785
786
  Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
786
787
  """
787
788
  return pulumi.get(self, "state")
788
789
 
789
790
  @state.setter
790
- def state(self, value: Optional[pulumi.Input[str]]):
791
+ def state(self, value: Optional[pulumi.Input[builtins.str]]):
791
792
  pulumi.set(self, "state", value)
792
793
 
793
794
  @property
794
795
  @pulumi.getter(name="staticIps")
795
- def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
796
+ def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
796
797
  """
797
798
  Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
798
799
  static ip resource is in the 'assigned' state it cannot be unbound from the node again
@@ -800,7 +801,7 @@ class _InfluxDbState:
800
801
  return pulumi.get(self, "static_ips")
801
802
 
802
803
  @static_ips.setter
803
- def static_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
804
+ def static_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
804
805
  pulumi.set(self, "static_ips", value)
805
806
 
806
807
  @property
@@ -830,7 +831,7 @@ class _InfluxDbState:
830
831
 
831
832
  @property
832
833
  @pulumi.getter(name="terminationProtection")
833
- def termination_protection(self) -> Optional[pulumi.Input[bool]]:
834
+ def termination_protection(self) -> Optional[pulumi.Input[builtins.bool]]:
834
835
  """
835
836
  Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
836
837
  unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
@@ -839,7 +840,7 @@ class _InfluxDbState:
839
840
  return pulumi.get(self, "termination_protection")
840
841
 
841
842
  @termination_protection.setter
842
- def termination_protection(self, value: Optional[pulumi.Input[bool]]):
843
+ def termination_protection(self, value: Optional[pulumi.Input[builtins.bool]]):
843
844
  pulumi.set(self, "termination_protection", value)
844
845
 
845
846
 
@@ -848,64 +849,64 @@ class InfluxDb(pulumi.CustomResource):
848
849
  def __init__(__self__,
849
850
  resource_name: str,
850
851
  opts: Optional[pulumi.ResourceOptions] = None,
851
- additional_disk_space: Optional[pulumi.Input[str]] = None,
852
- cloud_name: Optional[pulumi.Input[str]] = None,
853
- disk_space: Optional[pulumi.Input[str]] = None,
852
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
853
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
854
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
854
855
  influxdb_user_config: Optional[pulumi.Input[Union['InfluxDbInfluxdbUserConfigArgs', 'InfluxDbInfluxdbUserConfigArgsDict']]] = None,
855
856
  influxdbs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbInfluxdbArgs', 'InfluxDbInfluxdbArgsDict']]]]] = None,
856
- maintenance_window_dow: Optional[pulumi.Input[str]] = None,
857
- maintenance_window_time: Optional[pulumi.Input[str]] = None,
858
- plan: Optional[pulumi.Input[str]] = None,
859
- project: Optional[pulumi.Input[str]] = None,
860
- project_vpc_id: Optional[pulumi.Input[str]] = None,
857
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
858
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
859
+ plan: Optional[pulumi.Input[builtins.str]] = None,
860
+ project: Optional[pulumi.Input[builtins.str]] = None,
861
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
861
862
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbServiceIntegrationArgs', 'InfluxDbServiceIntegrationArgsDict']]]]] = None,
862
- service_name: Optional[pulumi.Input[str]] = None,
863
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
863
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
864
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
864
865
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTagArgs', 'InfluxDbTagArgsDict']]]]] = None,
865
866
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTechEmailArgs', 'InfluxDbTechEmailArgsDict']]]]] = None,
866
- termination_protection: Optional[pulumi.Input[bool]] = None,
867
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None,
867
868
  __props__=None):
868
869
  """
869
870
  Create a InfluxDb resource with the given unique name, props, and options.
870
871
  :param str resource_name: The name of the resource.
871
872
  :param pulumi.ResourceOptions opts: Options for the resource.
872
- :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
873
+ :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
873
874
  service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
874
875
  service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
875
- :param pulumi.Input[str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
876
+ :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
876
877
  `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
877
878
  per project and service. Changing this value [migrates the service to another cloud provider or
878
879
  region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and
879
880
  includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases
880
881
  may have a brief interruption during DNS propagation.
881
- :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
882
+ :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
882
883
  will result in the service rebalancing.
883
884
  :param pulumi.Input[Union['InfluxDbInfluxdbUserConfigArgs', 'InfluxDbInfluxdbUserConfigArgsDict']] influxdb_user_config: Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default.
884
885
  Options that you add cannot be removed later
885
886
  :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbInfluxdbArgs', 'InfluxDbInfluxdbArgsDict']]]] influxdbs: InfluxDB server provided values
886
- :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
887
- :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
888
- :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
887
+ :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
888
+ :param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
889
+ :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
889
890
  are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
890
891
  store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
891
892
  `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
892
893
  other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
893
894
  options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
894
- :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
895
+ :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
895
896
  reference. Changing this property forces recreation of the resource.
896
- :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
897
+ :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
897
898
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
898
899
  as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
899
900
  servers so the operation can take significant amount of time to complete if the service has a lot of data.
900
901
  :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbServiceIntegrationArgs', 'InfluxDbServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
901
- :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
902
+ :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
902
903
  service so name should be picked based on intended service usage rather than current attributes.
903
- :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
904
+ :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
904
905
  static ip resource is in the 'assigned' state it cannot be unbound from the node again
905
906
  :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTagArgs', 'InfluxDbTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
906
907
  :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTechEmailArgs', 'InfluxDbTechEmailArgsDict']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
907
908
  important alerts and updates about this service. You can also set email contacts at the project level.
908
- :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
909
+ :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
909
910
  unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
910
911
  much of the content can at least be restored from backup in case accidental deletion is done.
911
912
  """
@@ -932,22 +933,22 @@ class InfluxDb(pulumi.CustomResource):
932
933
  def _internal_init(__self__,
933
934
  resource_name: str,
934
935
  opts: Optional[pulumi.ResourceOptions] = None,
935
- additional_disk_space: Optional[pulumi.Input[str]] = None,
936
- cloud_name: Optional[pulumi.Input[str]] = None,
937
- disk_space: Optional[pulumi.Input[str]] = None,
936
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
937
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
938
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
938
939
  influxdb_user_config: Optional[pulumi.Input[Union['InfluxDbInfluxdbUserConfigArgs', 'InfluxDbInfluxdbUserConfigArgsDict']]] = None,
939
940
  influxdbs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbInfluxdbArgs', 'InfluxDbInfluxdbArgsDict']]]]] = None,
940
- maintenance_window_dow: Optional[pulumi.Input[str]] = None,
941
- maintenance_window_time: Optional[pulumi.Input[str]] = None,
942
- plan: Optional[pulumi.Input[str]] = None,
943
- project: Optional[pulumi.Input[str]] = None,
944
- project_vpc_id: Optional[pulumi.Input[str]] = None,
941
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
942
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
943
+ plan: Optional[pulumi.Input[builtins.str]] = None,
944
+ project: Optional[pulumi.Input[builtins.str]] = None,
945
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
945
946
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbServiceIntegrationArgs', 'InfluxDbServiceIntegrationArgsDict']]]]] = None,
946
- service_name: Optional[pulumi.Input[str]] = None,
947
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
947
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
948
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
948
949
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTagArgs', 'InfluxDbTagArgsDict']]]]] = None,
949
950
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTechEmailArgs', 'InfluxDbTechEmailArgsDict']]]]] = None,
950
- termination_protection: Optional[pulumi.Input[bool]] = None,
951
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None,
951
952
  __props__=None):
952
953
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
953
954
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -1003,34 +1004,34 @@ class InfluxDb(pulumi.CustomResource):
1003
1004
  def get(resource_name: str,
1004
1005
  id: pulumi.Input[str],
1005
1006
  opts: Optional[pulumi.ResourceOptions] = None,
1006
- additional_disk_space: Optional[pulumi.Input[str]] = None,
1007
- cloud_name: Optional[pulumi.Input[str]] = None,
1007
+ additional_disk_space: Optional[pulumi.Input[builtins.str]] = None,
1008
+ cloud_name: Optional[pulumi.Input[builtins.str]] = None,
1008
1009
  components: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbComponentArgs', 'InfluxDbComponentArgsDict']]]]] = None,
1009
- disk_space: Optional[pulumi.Input[str]] = None,
1010
- disk_space_cap: Optional[pulumi.Input[str]] = None,
1011
- disk_space_default: Optional[pulumi.Input[str]] = None,
1012
- disk_space_step: Optional[pulumi.Input[str]] = None,
1013
- disk_space_used: Optional[pulumi.Input[str]] = None,
1010
+ disk_space: Optional[pulumi.Input[builtins.str]] = None,
1011
+ disk_space_cap: Optional[pulumi.Input[builtins.str]] = None,
1012
+ disk_space_default: Optional[pulumi.Input[builtins.str]] = None,
1013
+ disk_space_step: Optional[pulumi.Input[builtins.str]] = None,
1014
+ disk_space_used: Optional[pulumi.Input[builtins.str]] = None,
1014
1015
  influxdb_user_config: Optional[pulumi.Input[Union['InfluxDbInfluxdbUserConfigArgs', 'InfluxDbInfluxdbUserConfigArgsDict']]] = None,
1015
1016
  influxdbs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbInfluxdbArgs', 'InfluxDbInfluxdbArgsDict']]]]] = None,
1016
- maintenance_window_dow: Optional[pulumi.Input[str]] = None,
1017
- maintenance_window_time: Optional[pulumi.Input[str]] = None,
1018
- plan: Optional[pulumi.Input[str]] = None,
1019
- project: Optional[pulumi.Input[str]] = None,
1020
- project_vpc_id: Optional[pulumi.Input[str]] = None,
1021
- service_host: Optional[pulumi.Input[str]] = None,
1017
+ maintenance_window_dow: Optional[pulumi.Input[builtins.str]] = None,
1018
+ maintenance_window_time: Optional[pulumi.Input[builtins.str]] = None,
1019
+ plan: Optional[pulumi.Input[builtins.str]] = None,
1020
+ project: Optional[pulumi.Input[builtins.str]] = None,
1021
+ project_vpc_id: Optional[pulumi.Input[builtins.str]] = None,
1022
+ service_host: Optional[pulumi.Input[builtins.str]] = None,
1022
1023
  service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbServiceIntegrationArgs', 'InfluxDbServiceIntegrationArgsDict']]]]] = None,
1023
- service_name: Optional[pulumi.Input[str]] = None,
1024
- service_password: Optional[pulumi.Input[str]] = None,
1025
- service_port: Optional[pulumi.Input[int]] = None,
1026
- service_type: Optional[pulumi.Input[str]] = None,
1027
- service_uri: Optional[pulumi.Input[str]] = None,
1028
- service_username: Optional[pulumi.Input[str]] = None,
1029
- state: Optional[pulumi.Input[str]] = None,
1030
- static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1024
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
1025
+ service_password: Optional[pulumi.Input[builtins.str]] = None,
1026
+ service_port: Optional[pulumi.Input[builtins.int]] = None,
1027
+ service_type: Optional[pulumi.Input[builtins.str]] = None,
1028
+ service_uri: Optional[pulumi.Input[builtins.str]] = None,
1029
+ service_username: Optional[pulumi.Input[builtins.str]] = None,
1030
+ state: Optional[pulumi.Input[builtins.str]] = None,
1031
+ static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
1031
1032
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTagArgs', 'InfluxDbTagArgsDict']]]]] = None,
1032
1033
  tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTechEmailArgs', 'InfluxDbTechEmailArgsDict']]]]] = None,
1033
- termination_protection: Optional[pulumi.Input[bool]] = None) -> 'InfluxDb':
1034
+ termination_protection: Optional[pulumi.Input[builtins.bool]] = None) -> 'InfluxDb':
1034
1035
  """
1035
1036
  Get an existing InfluxDb resource's state with the given name, id, and optional extra
1036
1037
  properties used to qualify the lookup.
@@ -1038,57 +1039,57 @@ class InfluxDb(pulumi.CustomResource):
1038
1039
  :param str resource_name: The unique name of the resulting resource.
1039
1040
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1040
1041
  :param pulumi.ResourceOptions opts: Options for the resource.
1041
- :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
1042
+ :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
1042
1043
  service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
1043
1044
  service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
1044
- :param pulumi.Input[str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
1045
+ :param pulumi.Input[builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
1045
1046
  `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
1046
1047
  per project and service. Changing this value [migrates the service to another cloud provider or
1047
1048
  region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and
1048
1049
  includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases
1049
1050
  may have a brief interruption during DNS propagation.
1050
1051
  :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbComponentArgs', 'InfluxDbComponentArgsDict']]]] components: Service component information objects
1051
- :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
1052
+ :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
1052
1053
  will result in the service rebalancing.
1053
- :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.
1054
- :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.
1054
+ :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.
1055
+ :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.
1055
1056
  Its also the minimum value for `disk_space`
1056
- :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
1057
+ :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
1057
1058
  project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
1058
- :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
1059
+ :param pulumi.Input[builtins.str] disk_space_used: Disk space that service is currently using
1059
1060
  :param pulumi.Input[Union['InfluxDbInfluxdbUserConfigArgs', 'InfluxDbInfluxdbUserConfigArgsDict']] influxdb_user_config: Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default.
1060
1061
  Options that you add cannot be removed later
1061
1062
  :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbInfluxdbArgs', 'InfluxDbInfluxdbArgsDict']]]] influxdbs: InfluxDB server provided values
1062
- :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1063
- :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
1064
- :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
1063
+ :param pulumi.Input[builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1064
+ :param pulumi.Input[builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
1065
+ :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
1065
1066
  are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
1066
1067
  store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
1067
1068
  `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
1068
1069
  other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
1069
1070
  options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
1070
- :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
1071
+ :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
1071
1072
  reference. Changing this property forces recreation of the resource.
1072
- :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
1073
+ :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
1073
1074
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
1074
1075
  as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
1075
1076
  servers so the operation can take significant amount of time to complete if the service has a lot of data.
1076
- :param pulumi.Input[str] service_host: The hostname of the service.
1077
+ :param pulumi.Input[builtins.str] service_host: The hostname of the service.
1077
1078
  :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbServiceIntegrationArgs', 'InfluxDbServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
1078
- :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
1079
+ :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
1079
1080
  service so name should be picked based on intended service usage rather than current attributes.
1080
- :param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
1081
- :param pulumi.Input[int] service_port: The port of the service
1082
- :param pulumi.Input[str] service_type: Aiven internal service type code
1083
- :param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
1084
- :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
1085
- :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1086
- :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
1081
+ :param pulumi.Input[builtins.str] service_password: Password used for connecting to the service, if applicable
1082
+ :param pulumi.Input[builtins.int] service_port: The port of the service
1083
+ :param pulumi.Input[builtins.str] service_type: Aiven internal service type code
1084
+ :param pulumi.Input[builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
1085
+ :param pulumi.Input[builtins.str] service_username: Username used for connecting to the service, if applicable
1086
+ :param pulumi.Input[builtins.str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1087
+ :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
1087
1088
  static ip resource is in the 'assigned' state it cannot be unbound from the node again
1088
1089
  :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTagArgs', 'InfluxDbTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
1089
1090
  :param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTechEmailArgs', 'InfluxDbTechEmailArgsDict']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
1090
1091
  important alerts and updates about this service. You can also set email contacts at the project level.
1091
- :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
1092
+ :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
1092
1093
  unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
1093
1094
  much of the content can at least be restored from backup in case accidental deletion is done.
1094
1095
  """
@@ -1128,7 +1129,7 @@ class InfluxDb(pulumi.CustomResource):
1128
1129
 
1129
1130
  @property
1130
1131
  @pulumi.getter(name="additionalDiskSpace")
1131
- def additional_disk_space(self) -> pulumi.Output[str]:
1132
+ def additional_disk_space(self) -> pulumi.Output[builtins.str]:
1132
1133
  """
1133
1134
  Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your
1134
1135
  service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
@@ -1138,7 +1139,7 @@ class InfluxDb(pulumi.CustomResource):
1138
1139
 
1139
1140
  @property
1140
1141
  @pulumi.getter(name="cloudName")
1141
- def cloud_name(self) -> pulumi.Output[Optional[str]]:
1142
+ def cloud_name(self) -> pulumi.Output[Optional[builtins.str]]:
1142
1143
  """
1143
1144
  The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
1144
1145
  `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
@@ -1160,7 +1161,7 @@ class InfluxDb(pulumi.CustomResource):
1160
1161
  @property
1161
1162
  @pulumi.getter(name="diskSpace")
1162
1163
  @_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.""")
1163
- def disk_space(self) -> pulumi.Output[Optional[str]]:
1164
+ def disk_space(self) -> pulumi.Output[Optional[builtins.str]]:
1164
1165
  """
1165
1166
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
1166
1167
  will result in the service rebalancing.
@@ -1169,7 +1170,7 @@ class InfluxDb(pulumi.CustomResource):
1169
1170
 
1170
1171
  @property
1171
1172
  @pulumi.getter(name="diskSpaceCap")
1172
- def disk_space_cap(self) -> pulumi.Output[str]:
1173
+ def disk_space_cap(self) -> pulumi.Output[builtins.str]:
1173
1174
  """
1174
1175
  The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
1175
1176
  """
@@ -1177,7 +1178,7 @@ class InfluxDb(pulumi.CustomResource):
1177
1178
 
1178
1179
  @property
1179
1180
  @pulumi.getter(name="diskSpaceDefault")
1180
- def disk_space_default(self) -> pulumi.Output[str]:
1181
+ def disk_space_default(self) -> pulumi.Output[builtins.str]:
1181
1182
  """
1182
1183
  The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
1183
1184
  Its also the minimum value for `disk_space`
@@ -1186,7 +1187,7 @@ class InfluxDb(pulumi.CustomResource):
1186
1187
 
1187
1188
  @property
1188
1189
  @pulumi.getter(name="diskSpaceStep")
1189
- def disk_space_step(self) -> pulumi.Output[str]:
1190
+ def disk_space_step(self) -> pulumi.Output[builtins.str]:
1190
1191
  """
1191
1192
  The default disk space step of the service, possible values depend on the service type, the cloud provider and the
1192
1193
  project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
@@ -1196,7 +1197,7 @@ class InfluxDb(pulumi.CustomResource):
1196
1197
  @property
1197
1198
  @pulumi.getter(name="diskSpaceUsed")
1198
1199
  @_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.""")
1199
- def disk_space_used(self) -> pulumi.Output[str]:
1200
+ def disk_space_used(self) -> pulumi.Output[builtins.str]:
1200
1201
  """
1201
1202
  Disk space that service is currently using
1202
1203
  """
@@ -1221,7 +1222,7 @@ class InfluxDb(pulumi.CustomResource):
1221
1222
 
1222
1223
  @property
1223
1224
  @pulumi.getter(name="maintenanceWindowDow")
1224
- def maintenance_window_dow(self) -> pulumi.Output[Optional[str]]:
1225
+ def maintenance_window_dow(self) -> pulumi.Output[Optional[builtins.str]]:
1225
1226
  """
1226
1227
  Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1227
1228
  """
@@ -1229,7 +1230,7 @@ class InfluxDb(pulumi.CustomResource):
1229
1230
 
1230
1231
  @property
1231
1232
  @pulumi.getter(name="maintenanceWindowTime")
1232
- def maintenance_window_time(self) -> pulumi.Output[Optional[str]]:
1233
+ def maintenance_window_time(self) -> pulumi.Output[Optional[builtins.str]]:
1233
1234
  """
1234
1235
  Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
1235
1236
  """
@@ -1237,7 +1238,7 @@ class InfluxDb(pulumi.CustomResource):
1237
1238
 
1238
1239
  @property
1239
1240
  @pulumi.getter
1240
- def plan(self) -> pulumi.Output[str]:
1241
+ def plan(self) -> pulumi.Output[builtins.str]:
1241
1242
  """
1242
1243
  Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
1243
1244
  are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
@@ -1250,7 +1251,7 @@ class InfluxDb(pulumi.CustomResource):
1250
1251
 
1251
1252
  @property
1252
1253
  @pulumi.getter
1253
- def project(self) -> pulumi.Output[str]:
1254
+ def project(self) -> pulumi.Output[builtins.str]:
1254
1255
  """
1255
1256
  The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
1256
1257
  reference. Changing this property forces recreation of the resource.
@@ -1259,7 +1260,7 @@ class InfluxDb(pulumi.CustomResource):
1259
1260
 
1260
1261
  @property
1261
1262
  @pulumi.getter(name="projectVpcId")
1262
- def project_vpc_id(self) -> pulumi.Output[str]:
1263
+ def project_vpc_id(self) -> pulumi.Output[builtins.str]:
1263
1264
  """
1264
1265
  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
1265
1266
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
@@ -1270,7 +1271,7 @@ class InfluxDb(pulumi.CustomResource):
1270
1271
 
1271
1272
  @property
1272
1273
  @pulumi.getter(name="serviceHost")
1273
- def service_host(self) -> pulumi.Output[str]:
1274
+ def service_host(self) -> pulumi.Output[builtins.str]:
1274
1275
  """
1275
1276
  The hostname of the service.
1276
1277
  """
@@ -1286,7 +1287,7 @@ class InfluxDb(pulumi.CustomResource):
1286
1287
 
1287
1288
  @property
1288
1289
  @pulumi.getter(name="serviceName")
1289
- def service_name(self) -> pulumi.Output[str]:
1290
+ def service_name(self) -> pulumi.Output[builtins.str]:
1290
1291
  """
1291
1292
  Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
1292
1293
  service so name should be picked based on intended service usage rather than current attributes.
@@ -1295,7 +1296,7 @@ class InfluxDb(pulumi.CustomResource):
1295
1296
 
1296
1297
  @property
1297
1298
  @pulumi.getter(name="servicePassword")
1298
- def service_password(self) -> pulumi.Output[str]:
1299
+ def service_password(self) -> pulumi.Output[builtins.str]:
1299
1300
  """
1300
1301
  Password used for connecting to the service, if applicable
1301
1302
  """
@@ -1303,7 +1304,7 @@ class InfluxDb(pulumi.CustomResource):
1303
1304
 
1304
1305
  @property
1305
1306
  @pulumi.getter(name="servicePort")
1306
- def service_port(self) -> pulumi.Output[int]:
1307
+ def service_port(self) -> pulumi.Output[builtins.int]:
1307
1308
  """
1308
1309
  The port of the service
1309
1310
  """
@@ -1311,7 +1312,7 @@ class InfluxDb(pulumi.CustomResource):
1311
1312
 
1312
1313
  @property
1313
1314
  @pulumi.getter(name="serviceType")
1314
- def service_type(self) -> pulumi.Output[str]:
1315
+ def service_type(self) -> pulumi.Output[builtins.str]:
1315
1316
  """
1316
1317
  Aiven internal service type code
1317
1318
  """
@@ -1319,7 +1320,7 @@ class InfluxDb(pulumi.CustomResource):
1319
1320
 
1320
1321
  @property
1321
1322
  @pulumi.getter(name="serviceUri")
1322
- def service_uri(self) -> pulumi.Output[str]:
1323
+ def service_uri(self) -> pulumi.Output[builtins.str]:
1323
1324
  """
1324
1325
  URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
1325
1326
  """
@@ -1327,7 +1328,7 @@ class InfluxDb(pulumi.CustomResource):
1327
1328
 
1328
1329
  @property
1329
1330
  @pulumi.getter(name="serviceUsername")
1330
- def service_username(self) -> pulumi.Output[str]:
1331
+ def service_username(self) -> pulumi.Output[builtins.str]:
1331
1332
  """
1332
1333
  Username used for connecting to the service, if applicable
1333
1334
  """
@@ -1335,7 +1336,7 @@ class InfluxDb(pulumi.CustomResource):
1335
1336
 
1336
1337
  @property
1337
1338
  @pulumi.getter
1338
- def state(self) -> pulumi.Output[str]:
1339
+ def state(self) -> pulumi.Output[builtins.str]:
1339
1340
  """
1340
1341
  Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1341
1342
  """
@@ -1343,7 +1344,7 @@ class InfluxDb(pulumi.CustomResource):
1343
1344
 
1344
1345
  @property
1345
1346
  @pulumi.getter(name="staticIps")
1346
- def static_ips(self) -> pulumi.Output[Optional[Sequence[str]]]:
1347
+ def static_ips(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
1347
1348
  """
1348
1349
  Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
1349
1350
  static ip resource is in the 'assigned' state it cannot be unbound from the node again
@@ -1369,7 +1370,7 @@ class InfluxDb(pulumi.CustomResource):
1369
1370
 
1370
1371
  @property
1371
1372
  @pulumi.getter(name="terminationProtection")
1372
- def termination_protection(self) -> pulumi.Output[Optional[bool]]:
1373
+ def termination_protection(self) -> pulumi.Output[Optional[builtins.bool]]:
1373
1374
  """
1374
1375
  Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
1375
1376
  unintentional service deletion. This does not shield against deleting databases or topics but for services with backups