pulumi-aiven 6.13.0a1709702245__py3-none-any.whl → 6.31.0a1736831339__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 (168) hide show
  1. pulumi_aiven/__init__.py +127 -0
  2. pulumi_aiven/_inputs.py +32826 -13922
  3. pulumi_aiven/_utilities.py +41 -5
  4. pulumi_aiven/account.py +34 -43
  5. pulumi_aiven/account_authentication.py +24 -9
  6. pulumi_aiven/account_team.py +37 -12
  7. pulumi_aiven/account_team_member.py +48 -35
  8. pulumi_aiven/account_team_project.py +42 -25
  9. pulumi_aiven/alloydbomni.py +1335 -0
  10. pulumi_aiven/alloydbomni_database.py +347 -0
  11. pulumi_aiven/alloydbomni_user.py +433 -0
  12. pulumi_aiven/aws_privatelink.py +44 -39
  13. pulumi_aiven/aws_vpc_peering_connection.py +72 -57
  14. pulumi_aiven/azure_privatelink.py +54 -49
  15. pulumi_aiven/azure_privatelink_connection_approval.py +136 -33
  16. pulumi_aiven/azure_vpc_peering_connection.py +86 -73
  17. pulumi_aiven/billing_group.py +33 -30
  18. pulumi_aiven/cassandra.py +145 -122
  19. pulumi_aiven/cassandra_user.py +59 -54
  20. pulumi_aiven/clickhouse.py +133 -110
  21. pulumi_aiven/clickhouse_database.py +58 -58
  22. pulumi_aiven/clickhouse_grant.py +135 -130
  23. pulumi_aiven/clickhouse_role.py +36 -45
  24. pulumi_aiven/clickhouse_user.py +50 -45
  25. pulumi_aiven/config/__init__.pyi +5 -0
  26. pulumi_aiven/config/vars.py +5 -0
  27. pulumi_aiven/connection_pool.py +67 -62
  28. pulumi_aiven/dragonfly.py +1256 -0
  29. pulumi_aiven/flink.py +104 -100
  30. pulumi_aiven/flink_application.py +58 -51
  31. pulumi_aiven/flink_application_deployment.py +178 -73
  32. pulumi_aiven/flink_application_version.py +179 -96
  33. pulumi_aiven/gcp_privatelink.py +69 -42
  34. pulumi_aiven/gcp_privatelink_connection_approval.py +78 -49
  35. pulumi_aiven/gcp_vpc_peering_connection.py +49 -44
  36. pulumi_aiven/get_account.py +20 -5
  37. pulumi_aiven/get_account_authentication.py +31 -5
  38. pulumi_aiven/get_account_team.py +18 -5
  39. pulumi_aiven/get_account_team_member.py +29 -14
  40. pulumi_aiven/get_account_team_project.py +19 -6
  41. pulumi_aiven/get_alloydbomni.py +499 -0
  42. pulumi_aiven/get_alloydbomni_database.py +168 -0
  43. pulumi_aiven/get_alloydbomni_user.py +210 -0
  44. pulumi_aiven/get_aws_privatelink.py +33 -20
  45. pulumi_aiven/get_aws_vpc_peering_connection.py +56 -29
  46. pulumi_aiven/get_azure_privatelink.py +37 -22
  47. pulumi_aiven/get_azure_vpc_peering_connection.py +77 -28
  48. pulumi_aiven/get_billing_group.py +31 -8
  49. pulumi_aiven/get_cassanda.py +55 -19
  50. pulumi_aiven/get_cassandra.py +55 -19
  51. pulumi_aiven/get_cassandra_user.py +42 -26
  52. pulumi_aiven/get_clickhouse.py +55 -19
  53. pulumi_aiven/get_clickhouse_database.py +35 -22
  54. pulumi_aiven/get_clickhouse_user.py +40 -25
  55. pulumi_aiven/get_connection_pool.py +43 -26
  56. pulumi_aiven/get_dragonfly.py +499 -0
  57. pulumi_aiven/get_external_identity.py +160 -0
  58. pulumi_aiven/get_flink.py +55 -19
  59. pulumi_aiven/get_flink_application.py +44 -27
  60. pulumi_aiven/get_flink_application_version.py +55 -33
  61. pulumi_aiven/get_gcp_privatelink.py +63 -7
  62. pulumi_aiven/get_gcp_vpc_peering_connection.py +39 -24
  63. pulumi_aiven/get_grafana.py +55 -19
  64. pulumi_aiven/get_influx_db.py +41 -5
  65. pulumi_aiven/get_influxdb_database.py +18 -5
  66. pulumi_aiven/get_influxdb_user.py +21 -5
  67. pulumi_aiven/get_kafka.py +59 -21
  68. pulumi_aiven/get_kafka_acl.py +50 -33
  69. pulumi_aiven/get_kafka_connect.py +54 -32
  70. pulumi_aiven/get_kafka_connector.py +44 -24
  71. pulumi_aiven/get_kafka_mirror_maker.py +50 -28
  72. pulumi_aiven/get_kafka_schema.py +35 -19
  73. pulumi_aiven/get_kafka_schema_configuration.py +32 -17
  74. pulumi_aiven/get_kafka_schema_registry_acl.py +37 -20
  75. pulumi_aiven/get_kafka_topic.py +70 -25
  76. pulumi_aiven/get_kafka_user.py +42 -26
  77. pulumi_aiven/get_m3_aggregator.py +51 -15
  78. pulumi_aiven/get_m3_db.py +55 -19
  79. pulumi_aiven/get_m3db_user.py +38 -24
  80. pulumi_aiven/get_mirror_maker_replication_flow.py +86 -21
  81. pulumi_aiven/get_my_sql.py +50 -14
  82. pulumi_aiven/get_mysql_database.py +31 -18
  83. pulumi_aiven/get_mysql_user.py +36 -19
  84. pulumi_aiven/get_open_search.py +50 -14
  85. pulumi_aiven/get_open_search_acl_config.py +27 -15
  86. pulumi_aiven/get_open_search_acl_rule.py +37 -21
  87. pulumi_aiven/get_opensearch_security_plugin_config.py +29 -15
  88. pulumi_aiven/get_opensearch_user.py +32 -18
  89. pulumi_aiven/get_organization.py +25 -13
  90. pulumi_aiven/get_organization_application_user.py +176 -0
  91. pulumi_aiven/get_organization_user.py +18 -5
  92. pulumi_aiven/get_organization_user_group.py +48 -14
  93. pulumi_aiven/get_organization_user_list.py +121 -0
  94. pulumi_aiven/get_organizational_unit.py +26 -14
  95. pulumi_aiven/get_pg.py +55 -19
  96. pulumi_aiven/get_pg_database.py +39 -24
  97. pulumi_aiven/get_pg_user.py +44 -27
  98. pulumi_aiven/get_project.py +43 -22
  99. pulumi_aiven/get_project_user.py +27 -15
  100. pulumi_aiven/get_project_vpc.py +31 -19
  101. pulumi_aiven/get_redis.py +50 -14
  102. pulumi_aiven/get_redis_user.py +40 -22
  103. pulumi_aiven/get_service_component.py +40 -18
  104. pulumi_aiven/get_service_integration.py +163 -49
  105. pulumi_aiven/get_service_integration_endpoint.py +128 -33
  106. pulumi_aiven/get_thanos.py +499 -0
  107. pulumi_aiven/get_transit_gateway_vpc_attachment.py +35 -18
  108. pulumi_aiven/get_valkey.py +499 -0
  109. pulumi_aiven/get_valkey_user.py +218 -0
  110. pulumi_aiven/grafana.py +188 -318
  111. pulumi_aiven/influx_db.py +127 -90
  112. pulumi_aiven/influxdb_database.py +40 -55
  113. pulumi_aiven/influxdb_user.py +47 -42
  114. pulumi_aiven/kafka.py +157 -140
  115. pulumi_aiven/kafka_acl.py +64 -53
  116. pulumi_aiven/kafka_connect.py +201 -328
  117. pulumi_aiven/kafka_connector.py +67 -56
  118. pulumi_aiven/kafka_mirror_maker.py +139 -318
  119. pulumi_aiven/kafka_native_acl.py +588 -0
  120. pulumi_aiven/kafka_schema.py +65 -56
  121. pulumi_aiven/kafka_schema_configuration.py +25 -20
  122. pulumi_aiven/kafka_schema_registry_acl.py +80 -35
  123. pulumi_aiven/kafka_topic.py +184 -65
  124. pulumi_aiven/kafka_user.py +59 -54
  125. pulumi_aiven/m3_aggregator.py +176 -308
  126. pulumi_aiven/m3_db.py +190 -322
  127. pulumi_aiven/m3db_user.py +51 -46
  128. pulumi_aiven/mirror_maker_replication_flow.py +217 -53
  129. pulumi_aiven/my_sql.py +190 -322
  130. pulumi_aiven/mysql_database.py +32 -47
  131. pulumi_aiven/mysql_user.py +37 -32
  132. pulumi_aiven/open_search.py +128 -105
  133. pulumi_aiven/open_search_acl_config.py +33 -32
  134. pulumi_aiven/open_search_acl_rule.py +55 -50
  135. pulumi_aiven/opensearch_security_plugin_config.py +69 -16
  136. pulumi_aiven/opensearch_user.py +30 -25
  137. pulumi_aiven/organization.py +18 -13
  138. pulumi_aiven/organization_application_user.py +345 -0
  139. pulumi_aiven/organization_application_user_token.py +711 -0
  140. pulumi_aiven/organization_group_project.py +349 -0
  141. pulumi_aiven/organization_permission.py +421 -0
  142. pulumi_aiven/organization_user.py +25 -46
  143. pulumi_aiven/organization_user_group.py +64 -23
  144. pulumi_aiven/organization_user_group_member.py +359 -0
  145. pulumi_aiven/organizational_unit.py +41 -32
  146. pulumi_aiven/outputs.py +38509 -21612
  147. pulumi_aiven/pg.py +92 -88
  148. pulumi_aiven/pg_database.py +52 -67
  149. pulumi_aiven/pg_user.py +80 -61
  150. pulumi_aiven/project.py +111 -102
  151. pulumi_aiven/project_user.py +44 -31
  152. pulumi_aiven/project_vpc.py +58 -29
  153. pulumi_aiven/provider.py +5 -0
  154. pulumi_aiven/pulumi-plugin.json +2 -1
  155. pulumi_aiven/redis.py +163 -295
  156. pulumi_aiven/redis_user.py +58 -53
  157. pulumi_aiven/service_integration.py +511 -161
  158. pulumi_aiven/service_integration_endpoint.py +466 -158
  159. pulumi_aiven/static_ip.py +21 -16
  160. pulumi_aiven/thanos.py +1262 -0
  161. pulumi_aiven/transit_gateway_vpc_attachment.py +44 -54
  162. pulumi_aiven/valkey.py +1256 -0
  163. pulumi_aiven/valkey_user.py +606 -0
  164. {pulumi_aiven-6.13.0a1709702245.dist-info → pulumi_aiven-6.31.0a1736831339.dist-info}/METADATA +7 -6
  165. pulumi_aiven-6.31.0a1736831339.dist-info/RECORD +169 -0
  166. {pulumi_aiven-6.13.0a1709702245.dist-info → pulumi_aiven-6.31.0a1736831339.dist-info}/WHEEL +1 -1
  167. pulumi_aiven-6.13.0a1709702245.dist-info/RECORD +0 -146
  168. {pulumi_aiven-6.13.0a1709702245.dist-info → pulumi_aiven-6.31.0a1736831339.dist-info}/top_level.txt +0 -0
pulumi_aiven/m3_db.py CHANGED
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
  from . import outputs
12
17
  from ._inputs import *
@@ -22,6 +27,7 @@ class M3DbArgs:
22
27
  additional_disk_space: Optional[pulumi.Input[str]] = None,
23
28
  cloud_name: Optional[pulumi.Input[str]] = None,
24
29
  disk_space: Optional[pulumi.Input[str]] = None,
30
+ m3db: Optional[pulumi.Input['M3DbM3dbArgs']] = None,
25
31
  m3db_user_config: Optional[pulumi.Input['M3DbM3dbUserConfigArgs']] = None,
26
32
  maintenance_window_dow: Optional[pulumi.Input[str]] = None,
27
33
  maintenance_window_time: Optional[pulumi.Input[str]] = None,
@@ -33,42 +39,22 @@ class M3DbArgs:
33
39
  termination_protection: Optional[pulumi.Input[bool]] = None):
34
40
  """
35
41
  The set of arguments for constructing a M3Db resource.
36
- :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
37
- are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
38
- store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
39
- `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
40
- other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
41
- options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
42
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
43
- reference. This property cannot be changed, doing so forces recreation of the resource.
44
- :param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
45
- service so name should be picked based on intended service usage rather than current attributes.
46
- :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
47
- reducing will result in the service rebalancing.
48
- :param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
49
- created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
50
- provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
51
- are documented on each Cloud provider's own support articles, like [here for
52
- Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
53
- AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
54
- :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
55
- will result in the service rebalancing.
56
- :param pulumi.Input['M3DbM3dbUserConfigArgs'] m3db_user_config: M3db user configurable settings
42
+ :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
43
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
44
+ :param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
45
+ :param pulumi.Input[str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
46
+ :param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
47
+ :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
48
+ :param pulumi.Input['M3DbM3dbArgs'] m3db: Values provided by the M3DB server.
49
+ :param pulumi.Input['M3DbM3dbUserConfigArgs'] m3db_user_config: M3db user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
57
50
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
58
51
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
59
- :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
60
- value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
61
- as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
62
- servers so the operation can take significant amount of time to complete if the service has a lot of data.
52
+ :param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
63
53
  :param pulumi.Input[Sequence[pulumi.Input['M3DbServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
64
- :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
65
- static ip resource is in the 'assigned' state it cannot be unbound from the node again
54
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
66
55
  :param pulumi.Input[Sequence[pulumi.Input['M3DbTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
67
- :param pulumi.Input[Sequence[pulumi.Input['M3DbTechEmailArgs']]] tech_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service
68
- instability.
69
- :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
70
- unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
71
- much of the content can at least be restored from backup in case accidental deletion is done.
56
+ :param pulumi.Input[Sequence[pulumi.Input['M3DbTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
57
+ :param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
72
58
  """
73
59
  pulumi.set(__self__, "plan", plan)
74
60
  pulumi.set(__self__, "project", project)
@@ -82,6 +68,8 @@ class M3DbArgs:
82
68
  pulumi.log.warn("""disk_space is 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.""")
83
69
  if disk_space is not None:
84
70
  pulumi.set(__self__, "disk_space", disk_space)
71
+ if m3db is not None:
72
+ pulumi.set(__self__, "m3db", m3db)
85
73
  if m3db_user_config is not None:
86
74
  pulumi.set(__self__, "m3db_user_config", m3db_user_config)
87
75
  if maintenance_window_dow is not None:
@@ -105,12 +93,7 @@ class M3DbArgs:
105
93
  @pulumi.getter
106
94
  def plan(self) -> pulumi.Input[str]:
107
95
  """
108
- Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
109
- are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
110
- store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
111
- `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
112
- other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
113
- options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
96
+ Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
114
97
  """
115
98
  return pulumi.get(self, "plan")
116
99
 
@@ -122,8 +105,7 @@ class M3DbArgs:
122
105
  @pulumi.getter
123
106
  def project(self) -> pulumi.Input[str]:
124
107
  """
125
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
126
- reference. This property cannot be changed, doing so forces recreation of the resource.
108
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
127
109
  """
128
110
  return pulumi.get(self, "project")
129
111
 
@@ -135,8 +117,7 @@ class M3DbArgs:
135
117
  @pulumi.getter(name="serviceName")
136
118
  def service_name(self) -> pulumi.Input[str]:
137
119
  """
138
- Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
139
- service so name should be picked based on intended service usage rather than current attributes.
120
+ Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
140
121
  """
141
122
  return pulumi.get(self, "service_name")
142
123
 
@@ -148,8 +129,7 @@ class M3DbArgs:
148
129
  @pulumi.getter(name="additionalDiskSpace")
149
130
  def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
150
131
  """
151
- Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
152
- reducing will result in the service rebalancing.
132
+ Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
153
133
  """
154
134
  return pulumi.get(self, "additional_disk_space")
155
135
 
@@ -161,12 +141,7 @@ class M3DbArgs:
161
141
  @pulumi.getter(name="cloudName")
162
142
  def cloud_name(self) -> Optional[pulumi.Input[str]]:
163
143
  """
164
- Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
165
- created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
166
- provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
167
- are documented on each Cloud provider's own support articles, like [here for
168
- Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
169
- AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
144
+ Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
170
145
  """
171
146
  return pulumi.get(self, "cloud_name")
172
147
 
@@ -176,25 +151,34 @@ class M3DbArgs:
176
151
 
177
152
  @property
178
153
  @pulumi.getter(name="diskSpace")
154
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
179
155
  def disk_space(self) -> Optional[pulumi.Input[str]]:
180
156
  """
181
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
182
- will result in the service rebalancing.
157
+ Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
183
158
  """
184
- warnings.warn("""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.""", DeprecationWarning)
185
- pulumi.log.warn("""disk_space is 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.""")
186
-
187
159
  return pulumi.get(self, "disk_space")
188
160
 
189
161
  @disk_space.setter
190
162
  def disk_space(self, value: Optional[pulumi.Input[str]]):
191
163
  pulumi.set(self, "disk_space", value)
192
164
 
165
+ @property
166
+ @pulumi.getter
167
+ def m3db(self) -> Optional[pulumi.Input['M3DbM3dbArgs']]:
168
+ """
169
+ Values provided by the M3DB server.
170
+ """
171
+ return pulumi.get(self, "m3db")
172
+
173
+ @m3db.setter
174
+ def m3db(self, value: Optional[pulumi.Input['M3DbM3dbArgs']]):
175
+ pulumi.set(self, "m3db", value)
176
+
193
177
  @property
194
178
  @pulumi.getter(name="m3dbUserConfig")
195
179
  def m3db_user_config(self) -> Optional[pulumi.Input['M3DbM3dbUserConfigArgs']]:
196
180
  """
197
- M3db user configurable settings
181
+ M3db user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
198
182
  """
199
183
  return pulumi.get(self, "m3db_user_config")
200
184
 
@@ -230,10 +214,7 @@ class M3DbArgs:
230
214
  @pulumi.getter(name="projectVpcId")
231
215
  def project_vpc_id(self) -> Optional[pulumi.Input[str]]:
232
216
  """
233
- 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
234
- value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
235
- as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
236
- servers so the operation can take significant amount of time to complete if the service has a lot of data.
217
+ Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
237
218
  """
238
219
  return pulumi.get(self, "project_vpc_id")
239
220
 
@@ -257,8 +238,7 @@ class M3DbArgs:
257
238
  @pulumi.getter(name="staticIps")
258
239
  def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
259
240
  """
260
- Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
261
- static ip resource is in the 'assigned' state it cannot be unbound from the node again
241
+ Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
262
242
  """
263
243
  return pulumi.get(self, "static_ips")
264
244
 
@@ -282,8 +262,7 @@ class M3DbArgs:
282
262
  @pulumi.getter(name="techEmails")
283
263
  def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['M3DbTechEmailArgs']]]]:
284
264
  """
285
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service
286
- instability.
265
+ The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
287
266
  """
288
267
  return pulumi.get(self, "tech_emails")
289
268
 
@@ -295,9 +274,7 @@ class M3DbArgs:
295
274
  @pulumi.getter(name="terminationProtection")
296
275
  def termination_protection(self) -> Optional[pulumi.Input[bool]]:
297
276
  """
298
- Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
299
- unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
300
- much of the content can at least be restored from backup in case accidental deletion is done.
277
+ Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
301
278
  """
302
279
  return pulumi.get(self, "termination_protection")
303
280
 
@@ -317,8 +294,8 @@ class _M3DbState:
317
294
  disk_space_default: Optional[pulumi.Input[str]] = None,
318
295
  disk_space_step: Optional[pulumi.Input[str]] = None,
319
296
  disk_space_used: Optional[pulumi.Input[str]] = None,
297
+ m3db: Optional[pulumi.Input['M3DbM3dbArgs']] = None,
320
298
  m3db_user_config: Optional[pulumi.Input['M3DbM3dbUserConfigArgs']] = None,
321
- m3dbs: Optional[pulumi.Input[Sequence[pulumi.Input['M3DbM3dbArgs']]]] = None,
322
299
  maintenance_window_dow: Optional[pulumi.Input[str]] = None,
323
300
  maintenance_window_time: Optional[pulumi.Input[str]] = None,
324
301
  plan: Optional[pulumi.Input[str]] = None,
@@ -339,57 +316,34 @@ class _M3DbState:
339
316
  termination_protection: Optional[pulumi.Input[bool]] = None):
340
317
  """
341
318
  Input properties used for looking up and filtering M3Db resources.
342
- :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
343
- reducing will result in the service rebalancing.
344
- :param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
345
- created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
346
- provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
347
- are documented on each Cloud provider's own support articles, like [here for
348
- Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
349
- AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
319
+ :param pulumi.Input[str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
320
+ :param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
350
321
  :param pulumi.Input[Sequence[pulumi.Input['M3DbComponentArgs']]] components: Service component information objects
351
- :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
352
- will result in the service rebalancing.
322
+ :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
353
323
  :param pulumi.Input[str] disk_space_cap: The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
354
- :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.
355
- Its also the minimum value for `disk_space`
356
- :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
357
- project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
324
+ :param pulumi.Input[str] disk_space_default: The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
325
+ :param pulumi.Input[str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
358
326
  :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
359
- :param pulumi.Input['M3DbM3dbUserConfigArgs'] m3db_user_config: M3db user configurable settings
360
- :param pulumi.Input[Sequence[pulumi.Input['M3DbM3dbArgs']]] m3dbs: M3 specific server provided values
327
+ :param pulumi.Input['M3DbM3dbArgs'] m3db: Values provided by the M3DB server.
328
+ :param pulumi.Input['M3DbM3dbUserConfigArgs'] m3db_user_config: M3db user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
361
329
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
362
330
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
363
- :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
364
- are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
365
- store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
366
- `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
367
- other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
368
- options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
369
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
370
- reference. This property cannot be changed, doing so forces recreation of the resource.
371
- :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
372
- value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
373
- as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
374
- servers so the operation can take significant amount of time to complete if the service has a lot of data.
331
+ :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
332
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
333
+ :param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
375
334
  :param pulumi.Input[str] service_host: The hostname of the service.
376
335
  :param pulumi.Input[Sequence[pulumi.Input['M3DbServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
377
- :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
378
- service so name should be picked based on intended service usage rather than current attributes.
336
+ :param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
379
337
  :param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
380
338
  :param pulumi.Input[int] service_port: The port of the service
381
339
  :param pulumi.Input[str] service_type: Aiven internal service type code
382
340
  :param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
383
341
  :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
384
342
  :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
385
- :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
386
- static ip resource is in the 'assigned' state it cannot be unbound from the node again
343
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
387
344
  :param pulumi.Input[Sequence[pulumi.Input['M3DbTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
388
- :param pulumi.Input[Sequence[pulumi.Input['M3DbTechEmailArgs']]] tech_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service
389
- instability.
390
- :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
391
- unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
392
- much of the content can at least be restored from backup in case accidental deletion is done.
345
+ :param pulumi.Input[Sequence[pulumi.Input['M3DbTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
346
+ :param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
393
347
  """
394
348
  if additional_disk_space is not None:
395
349
  pulumi.set(__self__, "additional_disk_space", additional_disk_space)
@@ -408,12 +362,15 @@ class _M3DbState:
408
362
  pulumi.set(__self__, "disk_space_default", disk_space_default)
409
363
  if disk_space_step is not None:
410
364
  pulumi.set(__self__, "disk_space_step", disk_space_step)
365
+ if disk_space_used is not None:
366
+ warnings.warn("""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.""", DeprecationWarning)
367
+ pulumi.log.warn("""disk_space_used is 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.""")
411
368
  if disk_space_used is not None:
412
369
  pulumi.set(__self__, "disk_space_used", disk_space_used)
370
+ if m3db is not None:
371
+ pulumi.set(__self__, "m3db", m3db)
413
372
  if m3db_user_config is not None:
414
373
  pulumi.set(__self__, "m3db_user_config", m3db_user_config)
415
- if m3dbs is not None:
416
- pulumi.set(__self__, "m3dbs", m3dbs)
417
374
  if maintenance_window_dow is not None:
418
375
  pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
419
376
  if maintenance_window_time is not None:
@@ -455,8 +412,7 @@ class _M3DbState:
455
412
  @pulumi.getter(name="additionalDiskSpace")
456
413
  def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
457
414
  """
458
- Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
459
- reducing will result in the service rebalancing.
415
+ Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
460
416
  """
461
417
  return pulumi.get(self, "additional_disk_space")
462
418
 
@@ -468,12 +424,7 @@ class _M3DbState:
468
424
  @pulumi.getter(name="cloudName")
469
425
  def cloud_name(self) -> Optional[pulumi.Input[str]]:
470
426
  """
471
- Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
472
- created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
473
- provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
474
- are documented on each Cloud provider's own support articles, like [here for
475
- Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
476
- AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
427
+ Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
477
428
  """
478
429
  return pulumi.get(self, "cloud_name")
479
430
 
@@ -495,14 +446,11 @@ class _M3DbState:
495
446
 
496
447
  @property
497
448
  @pulumi.getter(name="diskSpace")
449
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
498
450
  def disk_space(self) -> Optional[pulumi.Input[str]]:
499
451
  """
500
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
501
- will result in the service rebalancing.
452
+ Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
502
453
  """
503
- warnings.warn("""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.""", DeprecationWarning)
504
- pulumi.log.warn("""disk_space is 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.""")
505
-
506
454
  return pulumi.get(self, "disk_space")
507
455
 
508
456
  @disk_space.setter
@@ -525,8 +473,7 @@ class _M3DbState:
525
473
  @pulumi.getter(name="diskSpaceDefault")
526
474
  def disk_space_default(self) -> Optional[pulumi.Input[str]]:
527
475
  """
528
- The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
529
- Its also the minimum value for `disk_space`
476
+ The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
530
477
  """
531
478
  return pulumi.get(self, "disk_space_default")
532
479
 
@@ -538,8 +485,7 @@ class _M3DbState:
538
485
  @pulumi.getter(name="diskSpaceStep")
539
486
  def disk_space_step(self) -> Optional[pulumi.Input[str]]:
540
487
  """
541
- The default disk space step of the service, possible values depend on the service type, the cloud provider and the
542
- project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
488
+ The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
543
489
  """
544
490
  return pulumi.get(self, "disk_space_step")
545
491
 
@@ -549,6 +495,7 @@ class _M3DbState:
549
495
 
550
496
  @property
551
497
  @pulumi.getter(name="diskSpaceUsed")
498
+ @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
552
499
  def disk_space_used(self) -> Optional[pulumi.Input[str]]:
553
500
  """
554
501
  Disk space that service is currently using
@@ -559,11 +506,23 @@ class _M3DbState:
559
506
  def disk_space_used(self, value: Optional[pulumi.Input[str]]):
560
507
  pulumi.set(self, "disk_space_used", value)
561
508
 
509
+ @property
510
+ @pulumi.getter
511
+ def m3db(self) -> Optional[pulumi.Input['M3DbM3dbArgs']]:
512
+ """
513
+ Values provided by the M3DB server.
514
+ """
515
+ return pulumi.get(self, "m3db")
516
+
517
+ @m3db.setter
518
+ def m3db(self, value: Optional[pulumi.Input['M3DbM3dbArgs']]):
519
+ pulumi.set(self, "m3db", value)
520
+
562
521
  @property
563
522
  @pulumi.getter(name="m3dbUserConfig")
564
523
  def m3db_user_config(self) -> Optional[pulumi.Input['M3DbM3dbUserConfigArgs']]:
565
524
  """
566
- M3db user configurable settings
525
+ M3db user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
567
526
  """
568
527
  return pulumi.get(self, "m3db_user_config")
569
528
 
@@ -571,18 +530,6 @@ class _M3DbState:
571
530
  def m3db_user_config(self, value: Optional[pulumi.Input['M3DbM3dbUserConfigArgs']]):
572
531
  pulumi.set(self, "m3db_user_config", value)
573
532
 
574
- @property
575
- @pulumi.getter
576
- def m3dbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['M3DbM3dbArgs']]]]:
577
- """
578
- M3 specific server provided values
579
- """
580
- return pulumi.get(self, "m3dbs")
581
-
582
- @m3dbs.setter
583
- def m3dbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['M3DbM3dbArgs']]]]):
584
- pulumi.set(self, "m3dbs", value)
585
-
586
533
  @property
587
534
  @pulumi.getter(name="maintenanceWindowDow")
588
535
  def maintenance_window_dow(self) -> Optional[pulumi.Input[str]]:
@@ -611,12 +558,7 @@ class _M3DbState:
611
558
  @pulumi.getter
612
559
  def plan(self) -> Optional[pulumi.Input[str]]:
613
560
  """
614
- Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
615
- are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
616
- store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
617
- `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
618
- other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
619
- options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
561
+ Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
620
562
  """
621
563
  return pulumi.get(self, "plan")
622
564
 
@@ -628,8 +570,7 @@ class _M3DbState:
628
570
  @pulumi.getter
629
571
  def project(self) -> Optional[pulumi.Input[str]]:
630
572
  """
631
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
632
- reference. This property cannot be changed, doing so forces recreation of the resource.
573
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
633
574
  """
634
575
  return pulumi.get(self, "project")
635
576
 
@@ -641,10 +582,7 @@ class _M3DbState:
641
582
  @pulumi.getter(name="projectVpcId")
642
583
  def project_vpc_id(self) -> Optional[pulumi.Input[str]]:
643
584
  """
644
- 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
645
- value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
646
- as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
647
- servers so the operation can take significant amount of time to complete if the service has a lot of data.
585
+ Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
648
586
  """
649
587
  return pulumi.get(self, "project_vpc_id")
650
588
 
@@ -680,8 +618,7 @@ class _M3DbState:
680
618
  @pulumi.getter(name="serviceName")
681
619
  def service_name(self) -> Optional[pulumi.Input[str]]:
682
620
  """
683
- Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
684
- service so name should be picked based on intended service usage rather than current attributes.
621
+ Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
685
622
  """
686
623
  return pulumi.get(self, "service_name")
687
624
 
@@ -765,8 +702,7 @@ class _M3DbState:
765
702
  @pulumi.getter(name="staticIps")
766
703
  def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
767
704
  """
768
- Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
769
- static ip resource is in the 'assigned' state it cannot be unbound from the node again
705
+ Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
770
706
  """
771
707
  return pulumi.get(self, "static_ips")
772
708
 
@@ -790,8 +726,7 @@ class _M3DbState:
790
726
  @pulumi.getter(name="techEmails")
791
727
  def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['M3DbTechEmailArgs']]]]:
792
728
  """
793
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service
794
- instability.
729
+ The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
795
730
  """
796
731
  return pulumi.get(self, "tech_emails")
797
732
 
@@ -803,9 +738,7 @@ class _M3DbState:
803
738
  @pulumi.getter(name="terminationProtection")
804
739
  def termination_protection(self) -> Optional[pulumi.Input[bool]]:
805
740
  """
806
- Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
807
- unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
808
- much of the content can at least be restored from backup in case accidental deletion is done.
741
+ Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
809
742
  """
810
743
  return pulumi.get(self, "termination_protection")
811
744
 
@@ -822,21 +755,22 @@ class M3Db(pulumi.CustomResource):
822
755
  additional_disk_space: Optional[pulumi.Input[str]] = None,
823
756
  cloud_name: Optional[pulumi.Input[str]] = None,
824
757
  disk_space: Optional[pulumi.Input[str]] = None,
825
- m3db_user_config: Optional[pulumi.Input[pulumi.InputType['M3DbM3dbUserConfigArgs']]] = None,
758
+ m3db: Optional[pulumi.Input[Union['M3DbM3dbArgs', 'M3DbM3dbArgsDict']]] = None,
759
+ m3db_user_config: Optional[pulumi.Input[Union['M3DbM3dbUserConfigArgs', 'M3DbM3dbUserConfigArgsDict']]] = None,
826
760
  maintenance_window_dow: Optional[pulumi.Input[str]] = None,
827
761
  maintenance_window_time: Optional[pulumi.Input[str]] = None,
828
762
  plan: Optional[pulumi.Input[str]] = None,
829
763
  project: Optional[pulumi.Input[str]] = None,
830
764
  project_vpc_id: Optional[pulumi.Input[str]] = None,
831
- service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbServiceIntegrationArgs']]]]] = None,
765
+ service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['M3DbServiceIntegrationArgs', 'M3DbServiceIntegrationArgsDict']]]]] = None,
832
766
  service_name: Optional[pulumi.Input[str]] = None,
833
767
  static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
834
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbTagArgs']]]]] = None,
835
- tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbTechEmailArgs']]]]] = None,
768
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['M3DbTagArgs', 'M3DbTagArgsDict']]]]] = None,
769
+ tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['M3DbTechEmailArgs', 'M3DbTechEmailArgsDict']]]]] = None,
836
770
  termination_protection: Optional[pulumi.Input[bool]] = None,
837
771
  __props__=None):
838
772
  """
839
- The M3 DB resource allows the creation and management of Aiven M3 services.
773
+ Creates and manages an [Aiven for M3DB](https://aiven.io/docs/products/m3db) service.
840
774
 
841
775
  ## Example Usage
842
776
 
@@ -844,66 +778,46 @@ class M3Db(pulumi.CustomResource):
844
778
  import pulumi
845
779
  import pulumi_aiven as aiven
846
780
 
847
- m3 = aiven.M3Db("m3",
848
- project=data["aiven_project"]["foo"]["project"],
781
+ example_m3db = aiven.M3Db("example_m3db",
782
+ project=example_project["project"],
849
783
  cloud_name="google-europe-west1",
850
784
  plan="business-8",
851
- service_name="my-m3db",
785
+ service_name="example-m3db-service",
852
786
  maintenance_window_dow="monday",
853
787
  maintenance_window_time="10:00:00",
854
- m3db_user_config=aiven.M3DbM3dbUserConfigArgs(
855
- m3db_version="1.1",
856
- namespaces=[aiven.M3DbM3dbUserConfigNamespaceArgs(
857
- name="my_ns1",
858
- type="unaggregated",
859
- )],
860
- ))
788
+ m3db_user_config={
789
+ "m3db_version": "1.1",
790
+ "namespaces": [{
791
+ "name": "example-namespace",
792
+ "type": "unaggregated",
793
+ }],
794
+ })
861
795
  ```
862
796
 
863
797
  ## Import
864
798
 
865
799
  ```sh
866
- $ pulumi import aiven:index/m3Db:M3Db m3 project/service_name
800
+ $ pulumi import aiven:index/m3Db:M3Db example_m3db PROJECT/SERVICE_NAME
867
801
  ```
868
802
 
869
803
  :param str resource_name: The name of the resource.
870
804
  :param pulumi.ResourceOptions opts: Options for the resource.
871
- :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
872
- reducing will result in the service rebalancing.
873
- :param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
874
- created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
875
- provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
876
- are documented on each Cloud provider's own support articles, like [here for
877
- Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
878
- AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
879
- :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
880
- will result in the service rebalancing.
881
- :param pulumi.Input[pulumi.InputType['M3DbM3dbUserConfigArgs']] m3db_user_config: M3db user configurable settings
805
+ :param pulumi.Input[str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
806
+ :param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
807
+ :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
808
+ :param pulumi.Input[Union['M3DbM3dbArgs', 'M3DbM3dbArgsDict']] m3db: Values provided by the M3DB server.
809
+ :param pulumi.Input[Union['M3DbM3dbUserConfigArgs', 'M3DbM3dbUserConfigArgsDict']] m3db_user_config: M3db user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
882
810
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
883
811
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
884
- :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
885
- are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
886
- store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
887
- `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
888
- other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
889
- options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
890
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
891
- reference. This property cannot be changed, doing so forces recreation of the resource.
892
- :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
893
- value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
894
- as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
895
- servers so the operation can take significant amount of time to complete if the service has a lot of data.
896
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
897
- :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
898
- service so name should be picked based on intended service usage rather than current attributes.
899
- :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
900
- static ip resource is in the 'assigned' state it cannot be unbound from the node again
901
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
902
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbTechEmailArgs']]]] tech_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service
903
- instability.
904
- :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
905
- unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
906
- much of the content can at least be restored from backup in case accidental deletion is done.
812
+ :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
813
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
814
+ :param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
815
+ :param pulumi.Input[Sequence[pulumi.Input[Union['M3DbServiceIntegrationArgs', 'M3DbServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
816
+ :param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
817
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
818
+ :param pulumi.Input[Sequence[pulumi.Input[Union['M3DbTagArgs', 'M3DbTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
819
+ :param pulumi.Input[Sequence[pulumi.Input[Union['M3DbTechEmailArgs', 'M3DbTechEmailArgsDict']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
820
+ :param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
907
821
  """
908
822
  ...
909
823
  @overload
@@ -912,7 +826,7 @@ class M3Db(pulumi.CustomResource):
912
826
  args: M3DbArgs,
913
827
  opts: Optional[pulumi.ResourceOptions] = None):
914
828
  """
915
- The M3 DB resource allows the creation and management of Aiven M3 services.
829
+ Creates and manages an [Aiven for M3DB](https://aiven.io/docs/products/m3db) service.
916
830
 
917
831
  ## Example Usage
918
832
 
@@ -920,26 +834,26 @@ class M3Db(pulumi.CustomResource):
920
834
  import pulumi
921
835
  import pulumi_aiven as aiven
922
836
 
923
- m3 = aiven.M3Db("m3",
924
- project=data["aiven_project"]["foo"]["project"],
837
+ example_m3db = aiven.M3Db("example_m3db",
838
+ project=example_project["project"],
925
839
  cloud_name="google-europe-west1",
926
840
  plan="business-8",
927
- service_name="my-m3db",
841
+ service_name="example-m3db-service",
928
842
  maintenance_window_dow="monday",
929
843
  maintenance_window_time="10:00:00",
930
- m3db_user_config=aiven.M3DbM3dbUserConfigArgs(
931
- m3db_version="1.1",
932
- namespaces=[aiven.M3DbM3dbUserConfigNamespaceArgs(
933
- name="my_ns1",
934
- type="unaggregated",
935
- )],
936
- ))
844
+ m3db_user_config={
845
+ "m3db_version": "1.1",
846
+ "namespaces": [{
847
+ "name": "example-namespace",
848
+ "type": "unaggregated",
849
+ }],
850
+ })
937
851
  ```
938
852
 
939
853
  ## Import
940
854
 
941
855
  ```sh
942
- $ pulumi import aiven:index/m3Db:M3Db m3 project/service_name
856
+ $ pulumi import aiven:index/m3Db:M3Db example_m3db PROJECT/SERVICE_NAME
943
857
  ```
944
858
 
945
859
  :param str resource_name: The name of the resource.
@@ -960,17 +874,18 @@ class M3Db(pulumi.CustomResource):
960
874
  additional_disk_space: Optional[pulumi.Input[str]] = None,
961
875
  cloud_name: Optional[pulumi.Input[str]] = None,
962
876
  disk_space: Optional[pulumi.Input[str]] = None,
963
- m3db_user_config: Optional[pulumi.Input[pulumi.InputType['M3DbM3dbUserConfigArgs']]] = None,
877
+ m3db: Optional[pulumi.Input[Union['M3DbM3dbArgs', 'M3DbM3dbArgsDict']]] = None,
878
+ m3db_user_config: Optional[pulumi.Input[Union['M3DbM3dbUserConfigArgs', 'M3DbM3dbUserConfigArgsDict']]] = None,
964
879
  maintenance_window_dow: Optional[pulumi.Input[str]] = None,
965
880
  maintenance_window_time: Optional[pulumi.Input[str]] = None,
966
881
  plan: Optional[pulumi.Input[str]] = None,
967
882
  project: Optional[pulumi.Input[str]] = None,
968
883
  project_vpc_id: Optional[pulumi.Input[str]] = None,
969
- service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbServiceIntegrationArgs']]]]] = None,
884
+ service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['M3DbServiceIntegrationArgs', 'M3DbServiceIntegrationArgsDict']]]]] = None,
970
885
  service_name: Optional[pulumi.Input[str]] = None,
971
886
  static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
972
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbTagArgs']]]]] = None,
973
- tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbTechEmailArgs']]]]] = None,
887
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['M3DbTagArgs', 'M3DbTagArgsDict']]]]] = None,
888
+ tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['M3DbTechEmailArgs', 'M3DbTechEmailArgsDict']]]]] = None,
974
889
  termination_protection: Optional[pulumi.Input[bool]] = None,
975
890
  __props__=None):
976
891
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -984,6 +899,7 @@ class M3Db(pulumi.CustomResource):
984
899
  __props__.__dict__["additional_disk_space"] = additional_disk_space
985
900
  __props__.__dict__["cloud_name"] = cloud_name
986
901
  __props__.__dict__["disk_space"] = disk_space
902
+ __props__.__dict__["m3db"] = None if m3db is None else pulumi.Output.secret(m3db)
987
903
  __props__.__dict__["m3db_user_config"] = m3db_user_config
988
904
  __props__.__dict__["maintenance_window_dow"] = maintenance_window_dow
989
905
  __props__.__dict__["maintenance_window_time"] = maintenance_window_time
@@ -1007,7 +923,6 @@ class M3Db(pulumi.CustomResource):
1007
923
  __props__.__dict__["disk_space_default"] = None
1008
924
  __props__.__dict__["disk_space_step"] = None
1009
925
  __props__.__dict__["disk_space_used"] = None
1010
- __props__.__dict__["m3dbs"] = None
1011
926
  __props__.__dict__["service_host"] = None
1012
927
  __props__.__dict__["service_password"] = None
1013
928
  __props__.__dict__["service_port"] = None
@@ -1015,7 +930,7 @@ class M3Db(pulumi.CustomResource):
1015
930
  __props__.__dict__["service_uri"] = None
1016
931
  __props__.__dict__["service_username"] = None
1017
932
  __props__.__dict__["state"] = None
1018
- secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["servicePassword", "serviceUri"])
933
+ secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["m3db", "servicePassword", "serviceUri"])
1019
934
  opts = pulumi.ResourceOptions.merge(opts, secret_opts)
1020
935
  super(M3Db, __self__).__init__(
1021
936
  'aiven:index/m3Db:M3Db',
@@ -1029,21 +944,21 @@ class M3Db(pulumi.CustomResource):
1029
944
  opts: Optional[pulumi.ResourceOptions] = None,
1030
945
  additional_disk_space: Optional[pulumi.Input[str]] = None,
1031
946
  cloud_name: Optional[pulumi.Input[str]] = None,
1032
- components: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbComponentArgs']]]]] = None,
947
+ components: Optional[pulumi.Input[Sequence[pulumi.Input[Union['M3DbComponentArgs', 'M3DbComponentArgsDict']]]]] = None,
1033
948
  disk_space: Optional[pulumi.Input[str]] = None,
1034
949
  disk_space_cap: Optional[pulumi.Input[str]] = None,
1035
950
  disk_space_default: Optional[pulumi.Input[str]] = None,
1036
951
  disk_space_step: Optional[pulumi.Input[str]] = None,
1037
952
  disk_space_used: Optional[pulumi.Input[str]] = None,
1038
- m3db_user_config: Optional[pulumi.Input[pulumi.InputType['M3DbM3dbUserConfigArgs']]] = None,
1039
- m3dbs: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbM3dbArgs']]]]] = None,
953
+ m3db: Optional[pulumi.Input[Union['M3DbM3dbArgs', 'M3DbM3dbArgsDict']]] = None,
954
+ m3db_user_config: Optional[pulumi.Input[Union['M3DbM3dbUserConfigArgs', 'M3DbM3dbUserConfigArgsDict']]] = None,
1040
955
  maintenance_window_dow: Optional[pulumi.Input[str]] = None,
1041
956
  maintenance_window_time: Optional[pulumi.Input[str]] = None,
1042
957
  plan: Optional[pulumi.Input[str]] = None,
1043
958
  project: Optional[pulumi.Input[str]] = None,
1044
959
  project_vpc_id: Optional[pulumi.Input[str]] = None,
1045
960
  service_host: Optional[pulumi.Input[str]] = None,
1046
- service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbServiceIntegrationArgs']]]]] = None,
961
+ service_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['M3DbServiceIntegrationArgs', 'M3DbServiceIntegrationArgsDict']]]]] = None,
1047
962
  service_name: Optional[pulumi.Input[str]] = None,
1048
963
  service_password: Optional[pulumi.Input[str]] = None,
1049
964
  service_port: Optional[pulumi.Input[int]] = None,
@@ -1052,8 +967,8 @@ class M3Db(pulumi.CustomResource):
1052
967
  service_username: Optional[pulumi.Input[str]] = None,
1053
968
  state: Optional[pulumi.Input[str]] = None,
1054
969
  static_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1055
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbTagArgs']]]]] = None,
1056
- tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbTechEmailArgs']]]]] = None,
970
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['M3DbTagArgs', 'M3DbTagArgsDict']]]]] = None,
971
+ tech_emails: Optional[pulumi.Input[Sequence[pulumi.Input[Union['M3DbTechEmailArgs', 'M3DbTechEmailArgsDict']]]]] = None,
1057
972
  termination_protection: Optional[pulumi.Input[bool]] = None) -> 'M3Db':
1058
973
  """
1059
974
  Get an existing M3Db resource's state with the given name, id, and optional extra
@@ -1062,57 +977,34 @@ class M3Db(pulumi.CustomResource):
1062
977
  :param str resource_name: The unique name of the resulting resource.
1063
978
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1064
979
  :param pulumi.ResourceOptions opts: Options for the resource.
1065
- :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
1066
- reducing will result in the service rebalancing.
1067
- :param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
1068
- created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
1069
- provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
1070
- are documented on each Cloud provider's own support articles, like [here for
1071
- Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
1072
- AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
1073
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbComponentArgs']]]] components: Service component information objects
1074
- :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
1075
- will result in the service rebalancing.
980
+ :param pulumi.Input[str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
981
+ :param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
982
+ :param pulumi.Input[Sequence[pulumi.Input[Union['M3DbComponentArgs', 'M3DbComponentArgsDict']]]] components: Service component information objects
983
+ :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1076
984
  :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.
1077
- :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.
1078
- Its also the minimum value for `disk_space`
1079
- :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
1080
- project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
985
+ :param pulumi.Input[str] disk_space_default: The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
986
+ :param pulumi.Input[str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
1081
987
  :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
1082
- :param pulumi.Input[pulumi.InputType['M3DbM3dbUserConfigArgs']] m3db_user_config: M3db user configurable settings
1083
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbM3dbArgs']]]] m3dbs: M3 specific server provided values
988
+ :param pulumi.Input[Union['M3DbM3dbArgs', 'M3DbM3dbArgsDict']] m3db: Values provided by the M3DB server.
989
+ :param pulumi.Input[Union['M3DbM3dbUserConfigArgs', 'M3DbM3dbUserConfigArgsDict']] m3db_user_config: M3db user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1084
990
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1085
991
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
1086
- :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
1087
- are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
1088
- store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
1089
- `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
1090
- other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
1091
- options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
1092
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
1093
- reference. This property cannot be changed, doing so forces recreation of the resource.
1094
- :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
1095
- value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
1096
- as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
1097
- servers so the operation can take significant amount of time to complete if the service has a lot of data.
992
+ :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
993
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
994
+ :param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
1098
995
  :param pulumi.Input[str] service_host: The hostname of the service.
1099
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
1100
- :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
1101
- service so name should be picked based on intended service usage rather than current attributes.
996
+ :param pulumi.Input[Sequence[pulumi.Input[Union['M3DbServiceIntegrationArgs', 'M3DbServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
997
+ :param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
1102
998
  :param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
1103
999
  :param pulumi.Input[int] service_port: The port of the service
1104
1000
  :param pulumi.Input[str] service_type: Aiven internal service type code
1105
1001
  :param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
1106
1002
  :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
1107
1003
  :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1108
- :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
1109
- static ip resource is in the 'assigned' state it cannot be unbound from the node again
1110
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
1111
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3DbTechEmailArgs']]]] tech_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service
1112
- instability.
1113
- :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
1114
- unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
1115
- much of the content can at least be restored from backup in case accidental deletion is done.
1004
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
1005
+ :param pulumi.Input[Sequence[pulumi.Input[Union['M3DbTagArgs', 'M3DbTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
1006
+ :param pulumi.Input[Sequence[pulumi.Input[Union['M3DbTechEmailArgs', 'M3DbTechEmailArgsDict']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
1007
+ :param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
1116
1008
  """
1117
1009
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1118
1010
 
@@ -1126,8 +1018,8 @@ class M3Db(pulumi.CustomResource):
1126
1018
  __props__.__dict__["disk_space_default"] = disk_space_default
1127
1019
  __props__.__dict__["disk_space_step"] = disk_space_step
1128
1020
  __props__.__dict__["disk_space_used"] = disk_space_used
1021
+ __props__.__dict__["m3db"] = m3db
1129
1022
  __props__.__dict__["m3db_user_config"] = m3db_user_config
1130
- __props__.__dict__["m3dbs"] = m3dbs
1131
1023
  __props__.__dict__["maintenance_window_dow"] = maintenance_window_dow
1132
1024
  __props__.__dict__["maintenance_window_time"] = maintenance_window_time
1133
1025
  __props__.__dict__["plan"] = plan
@@ -1150,10 +1042,9 @@ class M3Db(pulumi.CustomResource):
1150
1042
 
1151
1043
  @property
1152
1044
  @pulumi.getter(name="additionalDiskSpace")
1153
- def additional_disk_space(self) -> pulumi.Output[Optional[str]]:
1045
+ def additional_disk_space(self) -> pulumi.Output[str]:
1154
1046
  """
1155
- Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
1156
- reducing will result in the service rebalancing.
1047
+ Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
1157
1048
  """
1158
1049
  return pulumi.get(self, "additional_disk_space")
1159
1050
 
@@ -1161,12 +1052,7 @@ class M3Db(pulumi.CustomResource):
1161
1052
  @pulumi.getter(name="cloudName")
1162
1053
  def cloud_name(self) -> pulumi.Output[Optional[str]]:
1163
1054
  """
1164
- Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
1165
- created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
1166
- provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
1167
- are documented on each Cloud provider's own support articles, like [here for
1168
- Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
1169
- AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
1055
+ Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
1170
1056
  """
1171
1057
  return pulumi.get(self, "cloud_name")
1172
1058
 
@@ -1180,14 +1066,11 @@ class M3Db(pulumi.CustomResource):
1180
1066
 
1181
1067
  @property
1182
1068
  @pulumi.getter(name="diskSpace")
1069
+ @_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.""")
1183
1070
  def disk_space(self) -> pulumi.Output[Optional[str]]:
1184
1071
  """
1185
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
1186
- will result in the service rebalancing.
1072
+ Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1187
1073
  """
1188
- warnings.warn("""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.""", DeprecationWarning)
1189
- pulumi.log.warn("""disk_space is 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.""")
1190
-
1191
1074
  return pulumi.get(self, "disk_space")
1192
1075
 
1193
1076
  @property
@@ -1202,8 +1085,7 @@ class M3Db(pulumi.CustomResource):
1202
1085
  @pulumi.getter(name="diskSpaceDefault")
1203
1086
  def disk_space_default(self) -> pulumi.Output[str]:
1204
1087
  """
1205
- The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
1206
- Its also the minimum value for `disk_space`
1088
+ The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
1207
1089
  """
1208
1090
  return pulumi.get(self, "disk_space_default")
1209
1091
 
@@ -1211,13 +1093,13 @@ class M3Db(pulumi.CustomResource):
1211
1093
  @pulumi.getter(name="diskSpaceStep")
1212
1094
  def disk_space_step(self) -> pulumi.Output[str]:
1213
1095
  """
1214
- The default disk space step of the service, possible values depend on the service type, the cloud provider and the
1215
- project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
1096
+ The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
1216
1097
  """
1217
1098
  return pulumi.get(self, "disk_space_step")
1218
1099
 
1219
1100
  @property
1220
1101
  @pulumi.getter(name="diskSpaceUsed")
1102
+ @_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.""")
1221
1103
  def disk_space_used(self) -> pulumi.Output[str]:
1222
1104
  """
1223
1105
  Disk space that service is currently using
@@ -1225,20 +1107,20 @@ class M3Db(pulumi.CustomResource):
1225
1107
  return pulumi.get(self, "disk_space_used")
1226
1108
 
1227
1109
  @property
1228
- @pulumi.getter(name="m3dbUserConfig")
1229
- def m3db_user_config(self) -> pulumi.Output[Optional['outputs.M3DbM3dbUserConfig']]:
1110
+ @pulumi.getter
1111
+ def m3db(self) -> pulumi.Output['outputs.M3DbM3db']:
1230
1112
  """
1231
- M3db user configurable settings
1113
+ Values provided by the M3DB server.
1232
1114
  """
1233
- return pulumi.get(self, "m3db_user_config")
1115
+ return pulumi.get(self, "m3db")
1234
1116
 
1235
1117
  @property
1236
- @pulumi.getter
1237
- def m3dbs(self) -> pulumi.Output[Sequence['outputs.M3DbM3db']]:
1118
+ @pulumi.getter(name="m3dbUserConfig")
1119
+ def m3db_user_config(self) -> pulumi.Output[Optional['outputs.M3DbM3dbUserConfig']]:
1238
1120
  """
1239
- M3 specific server provided values
1121
+ M3db user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1240
1122
  """
1241
- return pulumi.get(self, "m3dbs")
1123
+ return pulumi.get(self, "m3db_user_config")
1242
1124
 
1243
1125
  @property
1244
1126
  @pulumi.getter(name="maintenanceWindowDow")
@@ -1260,12 +1142,7 @@ class M3Db(pulumi.CustomResource):
1260
1142
  @pulumi.getter
1261
1143
  def plan(self) -> pulumi.Output[str]:
1262
1144
  """
1263
- Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
1264
- are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
1265
- store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
1266
- `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
1267
- other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
1268
- options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
1145
+ Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
1269
1146
  """
1270
1147
  return pulumi.get(self, "plan")
1271
1148
 
@@ -1273,19 +1150,15 @@ class M3Db(pulumi.CustomResource):
1273
1150
  @pulumi.getter
1274
1151
  def project(self) -> pulumi.Output[str]:
1275
1152
  """
1276
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
1277
- reference. This property cannot be changed, doing so forces recreation of the resource.
1153
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
1278
1154
  """
1279
1155
  return pulumi.get(self, "project")
1280
1156
 
1281
1157
  @property
1282
1158
  @pulumi.getter(name="projectVpcId")
1283
- def project_vpc_id(self) -> pulumi.Output[Optional[str]]:
1159
+ def project_vpc_id(self) -> pulumi.Output[str]:
1284
1160
  """
1285
- 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
1286
- value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
1287
- as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
1288
- servers so the operation can take significant amount of time to complete if the service has a lot of data.
1161
+ Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
1289
1162
  """
1290
1163
  return pulumi.get(self, "project_vpc_id")
1291
1164
 
@@ -1299,7 +1172,7 @@ class M3Db(pulumi.CustomResource):
1299
1172
 
1300
1173
  @property
1301
1174
  @pulumi.getter(name="serviceIntegrations")
1302
- def service_integrations(self) -> pulumi.Output[Optional[Sequence['outputs.M3DbServiceIntegration']]]:
1175
+ def service_integrations(self) -> pulumi.Output[Sequence['outputs.M3DbServiceIntegration']]:
1303
1176
  """
1304
1177
  Service integrations to specify when creating a service. Not applied after initial service creation
1305
1178
  """
@@ -1309,8 +1182,7 @@ class M3Db(pulumi.CustomResource):
1309
1182
  @pulumi.getter(name="serviceName")
1310
1183
  def service_name(self) -> pulumi.Output[str]:
1311
1184
  """
1312
- Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
1313
- service so name should be picked based on intended service usage rather than current attributes.
1185
+ Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
1314
1186
  """
1315
1187
  return pulumi.get(self, "service_name")
1316
1188
 
@@ -1366,8 +1238,7 @@ class M3Db(pulumi.CustomResource):
1366
1238
  @pulumi.getter(name="staticIps")
1367
1239
  def static_ips(self) -> pulumi.Output[Optional[Sequence[str]]]:
1368
1240
  """
1369
- Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
1370
- static ip resource is in the 'assigned' state it cannot be unbound from the node again
1241
+ Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
1371
1242
  """
1372
1243
  return pulumi.get(self, "static_ips")
1373
1244
 
@@ -1383,8 +1254,7 @@ class M3Db(pulumi.CustomResource):
1383
1254
  @pulumi.getter(name="techEmails")
1384
1255
  def tech_emails(self) -> pulumi.Output[Optional[Sequence['outputs.M3DbTechEmail']]]:
1385
1256
  """
1386
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service
1387
- instability.
1257
+ The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
1388
1258
  """
1389
1259
  return pulumi.get(self, "tech_emails")
1390
1260
 
@@ -1392,9 +1262,7 @@ class M3Db(pulumi.CustomResource):
1392
1262
  @pulumi.getter(name="terminationProtection")
1393
1263
  def termination_protection(self) -> pulumi.Output[Optional[bool]]:
1394
1264
  """
1395
- Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
1396
- unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
1397
- much of the content can at least be restored from backup in case accidental deletion is done.
1265
+ Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
1398
1266
  """
1399
1267
  return pulumi.get(self, "termination_protection")
1400
1268