pulumi-aiven 6.13.0a1711027602__py3-none-any.whl → 6.14.0__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 (136) hide show
  1. pulumi_aiven/__init__.py +28 -0
  2. pulumi_aiven/_inputs.py +2623 -1138
  3. pulumi_aiven/account.py +8 -8
  4. pulumi_aiven/account_authentication.py +8 -4
  5. pulumi_aiven/account_team.py +6 -6
  6. pulumi_aiven/account_team_member.py +27 -31
  7. pulumi_aiven/account_team_project.py +12 -12
  8. pulumi_aiven/aws_privatelink.py +39 -43
  9. pulumi_aiven/aws_vpc_peering_connection.py +62 -56
  10. pulumi_aiven/azure_privatelink.py +49 -53
  11. pulumi_aiven/azure_privatelink_connection_approval.py +131 -33
  12. pulumi_aiven/azure_vpc_peering_connection.py +76 -72
  13. pulumi_aiven/billing_group.py +18 -18
  14. pulumi_aiven/cassandra.py +25 -57
  15. pulumi_aiven/cassandra_user.py +25 -29
  16. pulumi_aiven/clickhouse.py +25 -57
  17. pulumi_aiven/clickhouse_database.py +31 -33
  18. pulumi_aiven/clickhouse_grant.py +56 -58
  19. pulumi_aiven/clickhouse_role.py +23 -27
  20. pulumi_aiven/clickhouse_user.py +25 -29
  21. pulumi_aiven/connection_pool.py +38 -42
  22. pulumi_aiven/dragonfly.py +1205 -0
  23. pulumi_aiven/flink.py +32 -36
  24. pulumi_aiven/flink_application.py +22 -24
  25. pulumi_aiven/flink_application_deployment.py +28 -28
  26. pulumi_aiven/flink_application_version.py +96 -14
  27. pulumi_aiven/gcp_privatelink.py +40 -40
  28. pulumi_aiven/gcp_privatelink_connection_approval.py +47 -47
  29. pulumi_aiven/gcp_vpc_peering_connection.py +39 -43
  30. pulumi_aiven/get_account.py +0 -4
  31. pulumi_aiven/get_account_team_member.py +9 -9
  32. pulumi_aiven/get_aws_privatelink.py +15 -19
  33. pulumi_aiven/get_aws_vpc_peering_connection.py +33 -27
  34. pulumi_aiven/get_azure_privatelink.py +17 -21
  35. pulumi_aiven/get_azure_vpc_peering_connection.py +50 -22
  36. pulumi_aiven/get_billing_group.py +2 -2
  37. pulumi_aiven/get_cassanda.py +7 -24
  38. pulumi_aiven/get_cassandra.py +7 -24
  39. pulumi_aiven/get_cassandra_user.py +13 -17
  40. pulumi_aiven/get_clickhouse.py +7 -24
  41. pulumi_aiven/get_clickhouse_database.py +13 -17
  42. pulumi_aiven/get_clickhouse_user.py +13 -17
  43. pulumi_aiven/get_connection_pool.py +14 -18
  44. pulumi_aiven/get_dragonfly.py +450 -0
  45. pulumi_aiven/get_flink.py +6 -10
  46. pulumi_aiven/get_flink_application.py +8 -12
  47. pulumi_aiven/get_flink_application_version.py +8 -12
  48. pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -22
  49. pulumi_aiven/get_grafana.py +7 -24
  50. pulumi_aiven/get_kafka.py +13 -17
  51. pulumi_aiven/get_kafka_acl.py +19 -23
  52. pulumi_aiven/get_kafka_connect.py +7 -24
  53. pulumi_aiven/get_kafka_connector.py +13 -17
  54. pulumi_aiven/get_kafka_mirror_maker.py +7 -24
  55. pulumi_aiven/get_kafka_schema.py +13 -17
  56. pulumi_aiven/get_kafka_schema_configuration.py +11 -15
  57. pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
  58. pulumi_aiven/get_kafka_topic.py +19 -23
  59. pulumi_aiven/get_kafka_user.py +13 -17
  60. pulumi_aiven/get_m3_aggregator.py +7 -24
  61. pulumi_aiven/get_m3_db.py +7 -24
  62. pulumi_aiven/get_m3db_user.py +13 -17
  63. pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
  64. pulumi_aiven/get_my_sql.py +7 -24
  65. pulumi_aiven/get_mysql_database.py +13 -17
  66. pulumi_aiven/get_mysql_user.py +13 -17
  67. pulumi_aiven/get_open_search.py +6 -10
  68. pulumi_aiven/get_open_search_acl_config.py +10 -14
  69. pulumi_aiven/get_open_search_acl_rule.py +16 -20
  70. pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
  71. pulumi_aiven/get_opensearch_user.py +13 -17
  72. pulumi_aiven/get_organization.py +8 -12
  73. pulumi_aiven/get_organization_user_group.py +29 -9
  74. pulumi_aiven/get_organizational_unit.py +9 -9
  75. pulumi_aiven/get_pg.py +6 -10
  76. pulumi_aiven/get_pg_database.py +15 -19
  77. pulumi_aiven/get_pg_user.py +13 -17
  78. pulumi_aiven/get_project.py +17 -21
  79. pulumi_aiven/get_project_user.py +9 -13
  80. pulumi_aiven/get_project_vpc.py +11 -17
  81. pulumi_aiven/get_redis.py +7 -24
  82. pulumi_aiven/get_redis_user.py +17 -21
  83. pulumi_aiven/get_service_component.py +4 -8
  84. pulumi_aiven/get_service_integration.py +75 -37
  85. pulumi_aiven/get_service_integration_endpoint.py +3 -7
  86. pulumi_aiven/get_transit_gateway_vpc_attachment.py +11 -15
  87. pulumi_aiven/grafana.py +82 -267
  88. pulumi_aiven/influx_db.py +28 -28
  89. pulumi_aiven/influxdb_database.py +35 -35
  90. pulumi_aiven/influxdb_user.py +42 -42
  91. pulumi_aiven/kafka.py +50 -54
  92. pulumi_aiven/kafka_acl.py +41 -45
  93. pulumi_aiven/kafka_connect.py +80 -267
  94. pulumi_aiven/kafka_connector.py +33 -37
  95. pulumi_aiven/kafka_mirror_maker.py +80 -267
  96. pulumi_aiven/kafka_schema.py +51 -51
  97. pulumi_aiven/kafka_schema_configuration.py +20 -24
  98. pulumi_aiven/kafka_schema_registry_acl.py +75 -35
  99. pulumi_aiven/kafka_topic.py +91 -53
  100. pulumi_aiven/kafka_user.py +25 -29
  101. pulumi_aiven/m3_aggregator.py +80 -267
  102. pulumi_aiven/m3_db.py +80 -267
  103. pulumi_aiven/m3db_user.py +23 -27
  104. pulumi_aiven/mirror_maker_replication_flow.py +58 -60
  105. pulumi_aiven/my_sql.py +80 -267
  106. pulumi_aiven/mysql_database.py +27 -31
  107. pulumi_aiven/mysql_user.py +25 -29
  108. pulumi_aiven/open_search.py +27 -31
  109. pulumi_aiven/open_search_acl_config.py +28 -36
  110. pulumi_aiven/open_search_acl_rule.py +50 -54
  111. pulumi_aiven/opensearch_security_plugin_config.py +64 -16
  112. pulumi_aiven/opensearch_user.py +25 -29
  113. pulumi_aiven/organization.py +10 -14
  114. pulumi_aiven/organization_group_project.py +336 -0
  115. pulumi_aiven/organization_user.py +16 -34
  116. pulumi_aiven/organization_user_group.py +59 -23
  117. pulumi_aiven/organization_user_group_member.py +350 -0
  118. pulumi_aiven/organizational_unit.py +36 -36
  119. pulumi_aiven/outputs.py +3539 -1136
  120. pulumi_aiven/pg.py +30 -30
  121. pulumi_aiven/pg_database.py +41 -45
  122. pulumi_aiven/pg_user.py +25 -29
  123. pulumi_aiven/project.py +91 -69
  124. pulumi_aiven/project_user.py +24 -28
  125. pulumi_aiven/project_vpc.py +49 -25
  126. pulumi_aiven/redis.py +80 -267
  127. pulumi_aiven/redis_user.py +53 -57
  128. pulumi_aiven/service_integration.py +249 -65
  129. pulumi_aiven/service_integration_endpoint.py +7 -7
  130. pulumi_aiven/static_ip.py +14 -14
  131. pulumi_aiven/transit_gateway_vpc_attachment.py +25 -29
  132. {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/METADATA +1 -1
  133. pulumi_aiven-6.14.0.dist-info/RECORD +150 -0
  134. pulumi_aiven-6.13.0a1711027602.dist-info/RECORD +0 -146
  135. {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/WHEEL +0 -0
  136. {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/top_level.txt +0 -0
@@ -33,42 +33,21 @@ class M3AggregatorArgs:
33
33
  termination_protection: Optional[pulumi.Input[bool]] = None):
34
34
  """
35
35
  The set of arguments for constructing a M3Aggregator 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.
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 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 seem from the [Aiven pricing page](https://aiven.io/pricing).
37
+ :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.
38
+ :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.
39
+ :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
40
+ :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).
41
+ :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.
56
42
  :param pulumi.Input['M3AggregatorM3aggregatorUserConfigArgs'] m3aggregator_user_config: M3aggregator user configurable settings
57
43
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
58
44
  :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.
45
+ :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
46
  :param pulumi.Input[Sequence[pulumi.Input['M3AggregatorServiceIntegrationArgs']]] 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
47
+ :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
48
  :param pulumi.Input[Sequence[pulumi.Input['M3AggregatorTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
67
- :param pulumi.Input[Sequence[pulumi.Input['M3AggregatorTechEmailArgs']]] 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.
49
+ :param pulumi.Input[Sequence[pulumi.Input['M3AggregatorTechEmailArgs']]] 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.
50
+ :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
51
  """
73
52
  pulumi.set(__self__, "plan", plan)
74
53
  pulumi.set(__self__, "project", project)
@@ -105,12 +84,7 @@ class M3AggregatorArgs:
105
84
  @pulumi.getter
106
85
  def plan(self) -> pulumi.Input[str]:
107
86
  """
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).
87
+ 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 seem from the [Aiven pricing page](https://aiven.io/pricing).
114
88
  """
115
89
  return pulumi.get(self, "plan")
116
90
 
@@ -122,8 +96,7 @@ class M3AggregatorArgs:
122
96
  @pulumi.getter
123
97
  def project(self) -> pulumi.Input[str]:
124
98
  """
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.
99
+ 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
100
  """
128
101
  return pulumi.get(self, "project")
129
102
 
@@ -135,8 +108,7 @@ class M3AggregatorArgs:
135
108
  @pulumi.getter(name="serviceName")
136
109
  def service_name(self) -> pulumi.Input[str]:
137
110
  """
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.
111
+ 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
112
  """
141
113
  return pulumi.get(self, "service_name")
142
114
 
@@ -148,8 +120,7 @@ class M3AggregatorArgs:
148
120
  @pulumi.getter(name="additionalDiskSpace")
149
121
  def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
150
122
  """
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.
123
+ Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
153
124
  """
154
125
  return pulumi.get(self, "additional_disk_space")
155
126
 
@@ -161,12 +132,7 @@ class M3AggregatorArgs:
161
132
  @pulumi.getter(name="cloudName")
162
133
  def cloud_name(self) -> Optional[pulumi.Input[str]]:
163
134
  """
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).
135
+ 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
136
  """
171
137
  return pulumi.get(self, "cloud_name")
172
138
 
@@ -178,8 +144,7 @@ class M3AggregatorArgs:
178
144
  @pulumi.getter(name="diskSpace")
179
145
  def disk_space(self) -> Optional[pulumi.Input[str]]:
180
146
  """
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.
147
+ 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
148
  """
184
149
  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
150
  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.""")
@@ -230,10 +195,7 @@ class M3AggregatorArgs:
230
195
  @pulumi.getter(name="projectVpcId")
231
196
  def project_vpc_id(self) -> Optional[pulumi.Input[str]]:
232
197
  """
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.
198
+ 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
199
  """
238
200
  return pulumi.get(self, "project_vpc_id")
239
201
 
@@ -257,8 +219,7 @@ class M3AggregatorArgs:
257
219
  @pulumi.getter(name="staticIps")
258
220
  def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
259
221
  """
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
222
+ 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
223
  """
263
224
  return pulumi.get(self, "static_ips")
264
225
 
@@ -282,8 +243,7 @@ class M3AggregatorArgs:
282
243
  @pulumi.getter(name="techEmails")
283
244
  def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['M3AggregatorTechEmailArgs']]]]:
284
245
  """
285
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service
286
- instability.
246
+ 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
247
  """
288
248
  return pulumi.get(self, "tech_emails")
289
249
 
@@ -295,9 +255,7 @@ class M3AggregatorArgs:
295
255
  @pulumi.getter(name="terminationProtection")
296
256
  def termination_protection(self) -> Optional[pulumi.Input[bool]]:
297
257
  """
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.
258
+ 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
259
  """
302
260
  return pulumi.get(self, "termination_protection")
303
261
 
@@ -318,7 +276,6 @@ class _M3AggregatorState:
318
276
  disk_space_step: Optional[pulumi.Input[str]] = None,
319
277
  disk_space_used: Optional[pulumi.Input[str]] = None,
320
278
  m3aggregator_user_config: Optional[pulumi.Input['M3AggregatorM3aggregatorUserConfigArgs']] = None,
321
- m3aggregators: Optional[pulumi.Input[Sequence[pulumi.Input['M3AggregatorM3aggregatorArgs']]]] = None,
322
279
  maintenance_window_dow: Optional[pulumi.Input[str]] = None,
323
280
  maintenance_window_time: Optional[pulumi.Input[str]] = None,
324
281
  plan: Optional[pulumi.Input[str]] = None,
@@ -339,57 +296,33 @@ class _M3AggregatorState:
339
296
  termination_protection: Optional[pulumi.Input[bool]] = None):
340
297
  """
341
298
  Input properties used for looking up and filtering M3Aggregator 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).
299
+ :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
300
+ :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
301
  :param pulumi.Input[Sequence[pulumi.Input['M3AggregatorComponentArgs']]] 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.
302
+ :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
303
  :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.
304
+ :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`
305
+ :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
306
  :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
359
307
  :param pulumi.Input['M3AggregatorM3aggregatorUserConfigArgs'] m3aggregator_user_config: M3aggregator user configurable settings
360
- :param pulumi.Input[Sequence[pulumi.Input['M3AggregatorM3aggregatorArgs']]] m3aggregators: M3 aggregator specific server provided values
361
308
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
362
309
  :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.
310
+ :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 seem from the [Aiven pricing page](https://aiven.io/pricing).
311
+ :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.
312
+ :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
313
  :param pulumi.Input[str] service_host: The hostname of the service.
376
314
  :param pulumi.Input[Sequence[pulumi.Input['M3AggregatorServiceIntegrationArgs']]] 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.
315
+ :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
316
  :param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
380
317
  :param pulumi.Input[int] service_port: The port of the service
381
318
  :param pulumi.Input[str] service_type: Aiven internal service type code
382
319
  :param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
383
320
  :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
384
321
  :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
322
+ :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
323
  :param pulumi.Input[Sequence[pulumi.Input['M3AggregatorTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
388
- :param pulumi.Input[Sequence[pulumi.Input['M3AggregatorTechEmailArgs']]] 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.
324
+ :param pulumi.Input[Sequence[pulumi.Input['M3AggregatorTechEmailArgs']]] 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.
325
+ :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
326
  """
394
327
  if additional_disk_space is not None:
395
328
  pulumi.set(__self__, "additional_disk_space", additional_disk_space)
@@ -412,8 +345,6 @@ class _M3AggregatorState:
412
345
  pulumi.set(__self__, "disk_space_used", disk_space_used)
413
346
  if m3aggregator_user_config is not None:
414
347
  pulumi.set(__self__, "m3aggregator_user_config", m3aggregator_user_config)
415
- if m3aggregators is not None:
416
- pulumi.set(__self__, "m3aggregators", m3aggregators)
417
348
  if maintenance_window_dow is not None:
418
349
  pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
419
350
  if maintenance_window_time is not None:
@@ -455,8 +386,7 @@ class _M3AggregatorState:
455
386
  @pulumi.getter(name="additionalDiskSpace")
456
387
  def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
457
388
  """
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.
389
+ Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
460
390
  """
461
391
  return pulumi.get(self, "additional_disk_space")
462
392
 
@@ -468,12 +398,7 @@ class _M3AggregatorState:
468
398
  @pulumi.getter(name="cloudName")
469
399
  def cloud_name(self) -> Optional[pulumi.Input[str]]:
470
400
  """
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).
401
+ 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
402
  """
478
403
  return pulumi.get(self, "cloud_name")
479
404
 
@@ -497,8 +422,7 @@ class _M3AggregatorState:
497
422
  @pulumi.getter(name="diskSpace")
498
423
  def disk_space(self) -> Optional[pulumi.Input[str]]:
499
424
  """
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.
425
+ 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
426
  """
503
427
  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
428
  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.""")
@@ -525,8 +449,7 @@ class _M3AggregatorState:
525
449
  @pulumi.getter(name="diskSpaceDefault")
526
450
  def disk_space_default(self) -> Optional[pulumi.Input[str]]:
527
451
  """
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`
452
+ 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
453
  """
531
454
  return pulumi.get(self, "disk_space_default")
532
455
 
@@ -538,8 +461,7 @@ class _M3AggregatorState:
538
461
  @pulumi.getter(name="diskSpaceStep")
539
462
  def disk_space_step(self) -> Optional[pulumi.Input[str]]:
540
463
  """
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.
464
+ 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
465
  """
544
466
  return pulumi.get(self, "disk_space_step")
545
467
 
@@ -571,18 +493,6 @@ class _M3AggregatorState:
571
493
  def m3aggregator_user_config(self, value: Optional[pulumi.Input['M3AggregatorM3aggregatorUserConfigArgs']]):
572
494
  pulumi.set(self, "m3aggregator_user_config", value)
573
495
 
574
- @property
575
- @pulumi.getter
576
- def m3aggregators(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['M3AggregatorM3aggregatorArgs']]]]:
577
- """
578
- M3 aggregator specific server provided values
579
- """
580
- return pulumi.get(self, "m3aggregators")
581
-
582
- @m3aggregators.setter
583
- def m3aggregators(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['M3AggregatorM3aggregatorArgs']]]]):
584
- pulumi.set(self, "m3aggregators", value)
585
-
586
496
  @property
587
497
  @pulumi.getter(name="maintenanceWindowDow")
588
498
  def maintenance_window_dow(self) -> Optional[pulumi.Input[str]]:
@@ -611,12 +521,7 @@ class _M3AggregatorState:
611
521
  @pulumi.getter
612
522
  def plan(self) -> Optional[pulumi.Input[str]]:
613
523
  """
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).
524
+ 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 seem from the [Aiven pricing page](https://aiven.io/pricing).
620
525
  """
621
526
  return pulumi.get(self, "plan")
622
527
 
@@ -628,8 +533,7 @@ class _M3AggregatorState:
628
533
  @pulumi.getter
629
534
  def project(self) -> Optional[pulumi.Input[str]]:
630
535
  """
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.
536
+ 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
537
  """
634
538
  return pulumi.get(self, "project")
635
539
 
@@ -641,10 +545,7 @@ class _M3AggregatorState:
641
545
  @pulumi.getter(name="projectVpcId")
642
546
  def project_vpc_id(self) -> Optional[pulumi.Input[str]]:
643
547
  """
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.
548
+ 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
549
  """
649
550
  return pulumi.get(self, "project_vpc_id")
650
551
 
@@ -680,8 +581,7 @@ class _M3AggregatorState:
680
581
  @pulumi.getter(name="serviceName")
681
582
  def service_name(self) -> Optional[pulumi.Input[str]]:
682
583
  """
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.
584
+ 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
585
  """
686
586
  return pulumi.get(self, "service_name")
687
587
 
@@ -765,8 +665,7 @@ class _M3AggregatorState:
765
665
  @pulumi.getter(name="staticIps")
766
666
  def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
767
667
  """
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
668
+ 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
669
  """
771
670
  return pulumi.get(self, "static_ips")
772
671
 
@@ -790,8 +689,7 @@ class _M3AggregatorState:
790
689
  @pulumi.getter(name="techEmails")
791
690
  def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['M3AggregatorTechEmailArgs']]]]:
792
691
  """
793
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service
794
- instability.
692
+ 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
693
  """
796
694
  return pulumi.get(self, "tech_emails")
797
695
 
@@ -803,9 +701,7 @@ class _M3AggregatorState:
803
701
  @pulumi.getter(name="terminationProtection")
804
702
  def termination_protection(self) -> Optional[pulumi.Input[bool]]:
805
703
  """
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.
704
+ 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
705
  """
810
706
  return pulumi.get(self, "termination_protection")
811
707
 
@@ -840,13 +736,12 @@ class M3Aggregator(pulumi.CustomResource):
840
736
 
841
737
  ## Example Usage
842
738
 
843
- <!--Start PulumiCodeChooser -->
844
739
  ```python
845
740
  import pulumi
846
741
  import pulumi_aiven as aiven
847
742
 
848
743
  m3a = aiven.M3Aggregator("m3a",
849
- project=data["aiven_project"]["foo"]["project"],
744
+ project=foo["project"],
850
745
  cloud_name="google-europe-west1",
851
746
  plan="business-8",
852
747
  service_name="my-m3a",
@@ -856,7 +751,6 @@ class M3Aggregator(pulumi.CustomResource):
856
751
  m3aggregator_version="0.15",
857
752
  ))
858
753
  ```
859
- <!--End PulumiCodeChooser -->
860
754
 
861
755
  ## Import
862
756
 
@@ -866,42 +760,21 @@ class M3Aggregator(pulumi.CustomResource):
866
760
 
867
761
  :param str resource_name: The name of the resource.
868
762
  :param pulumi.ResourceOptions opts: Options for the resource.
869
- :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
870
- reducing will result in the service rebalancing.
871
- :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
872
- created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
873
- provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
874
- are documented on each Cloud provider's own support articles, like [here for
875
- Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
876
- AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
877
- :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
878
- will result in the service rebalancing.
763
+ :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
764
+ :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).
765
+ :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.
879
766
  :param pulumi.Input[pulumi.InputType['M3AggregatorM3aggregatorUserConfigArgs']] m3aggregator_user_config: M3aggregator user configurable settings
880
767
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
881
768
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
882
- :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
883
- are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
884
- store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
885
- `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
886
- other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
887
- options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
888
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
889
- reference. This property cannot be changed, doing so forces recreation of the resource.
890
- :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
891
- value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
892
- as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
893
- servers so the operation can take significant amount of time to complete if the service has a lot of data.
769
+ :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 seem from the [Aiven pricing page](https://aiven.io/pricing).
770
+ :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.
771
+ :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.
894
772
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3AggregatorServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
895
- :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
896
- service so name should be picked based on intended service usage rather than current attributes.
897
- :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
898
- static ip resource is in the 'assigned' state it cannot be unbound from the node again
773
+ :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.
774
+ :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
899
775
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3AggregatorTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
900
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3AggregatorTechEmailArgs']]]] tech_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service
901
- instability.
902
- :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
903
- unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
904
- much of the content can at least be restored from backup in case accidental deletion is done.
776
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3AggregatorTechEmailArgs']]]] 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.
777
+ :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.
905
778
  """
906
779
  ...
907
780
  @overload
@@ -914,13 +787,12 @@ class M3Aggregator(pulumi.CustomResource):
914
787
 
915
788
  ## Example Usage
916
789
 
917
- <!--Start PulumiCodeChooser -->
918
790
  ```python
919
791
  import pulumi
920
792
  import pulumi_aiven as aiven
921
793
 
922
794
  m3a = aiven.M3Aggregator("m3a",
923
- project=data["aiven_project"]["foo"]["project"],
795
+ project=foo["project"],
924
796
  cloud_name="google-europe-west1",
925
797
  plan="business-8",
926
798
  service_name="my-m3a",
@@ -930,7 +802,6 @@ class M3Aggregator(pulumi.CustomResource):
930
802
  m3aggregator_version="0.15",
931
803
  ))
932
804
  ```
933
- <!--End PulumiCodeChooser -->
934
805
 
935
806
  ## Import
936
807
 
@@ -1003,7 +874,6 @@ class M3Aggregator(pulumi.CustomResource):
1003
874
  __props__.__dict__["disk_space_default"] = None
1004
875
  __props__.__dict__["disk_space_step"] = None
1005
876
  __props__.__dict__["disk_space_used"] = None
1006
- __props__.__dict__["m3aggregators"] = None
1007
877
  __props__.__dict__["service_host"] = None
1008
878
  __props__.__dict__["service_password"] = None
1009
879
  __props__.__dict__["service_port"] = None
@@ -1032,7 +902,6 @@ class M3Aggregator(pulumi.CustomResource):
1032
902
  disk_space_step: Optional[pulumi.Input[str]] = None,
1033
903
  disk_space_used: Optional[pulumi.Input[str]] = None,
1034
904
  m3aggregator_user_config: Optional[pulumi.Input[pulumi.InputType['M3AggregatorM3aggregatorUserConfigArgs']]] = None,
1035
- m3aggregators: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3AggregatorM3aggregatorArgs']]]]] = None,
1036
905
  maintenance_window_dow: Optional[pulumi.Input[str]] = None,
1037
906
  maintenance_window_time: Optional[pulumi.Input[str]] = None,
1038
907
  plan: Optional[pulumi.Input[str]] = None,
@@ -1058,57 +927,33 @@ class M3Aggregator(pulumi.CustomResource):
1058
927
  :param str resource_name: The unique name of the resulting resource.
1059
928
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1060
929
  :param pulumi.ResourceOptions opts: Options for the resource.
1061
- :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
1062
- reducing will result in the service rebalancing.
1063
- :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
1064
- created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
1065
- provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
1066
- are documented on each Cloud provider's own support articles, like [here for
1067
- Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
1068
- AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
930
+ :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
931
+ :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).
1069
932
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3AggregatorComponentArgs']]]] components: Service component information objects
1070
- :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
1071
- will result in the service rebalancing.
933
+ :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.
1072
934
  :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.
1073
- :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.
1074
- Its also the minimum value for `disk_space`
1075
- :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
1076
- project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
935
+ :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`
936
+ :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.
1077
937
  :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
1078
938
  :param pulumi.Input[pulumi.InputType['M3AggregatorM3aggregatorUserConfigArgs']] m3aggregator_user_config: M3aggregator user configurable settings
1079
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3AggregatorM3aggregatorArgs']]]] m3aggregators: M3 aggregator specific server provided values
1080
939
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1081
940
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
1082
- :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
1083
- are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
1084
- store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
1085
- `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
1086
- other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
1087
- options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
1088
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
1089
- reference. This property cannot be changed, doing so forces recreation of the resource.
1090
- :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
1091
- value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
1092
- as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
1093
- servers so the operation can take significant amount of time to complete if the service has a lot of data.
941
+ :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 seem from the [Aiven pricing page](https://aiven.io/pricing).
942
+ :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.
943
+ :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.
1094
944
  :param pulumi.Input[str] service_host: The hostname of the service.
1095
945
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3AggregatorServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
1096
- :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
1097
- service so name should be picked based on intended service usage rather than current attributes.
946
+ :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.
1098
947
  :param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
1099
948
  :param pulumi.Input[int] service_port: The port of the service
1100
949
  :param pulumi.Input[str] service_type: Aiven internal service type code
1101
950
  :param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
1102
951
  :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
1103
952
  :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1104
- :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
1105
- static ip resource is in the 'assigned' state it cannot be unbound from the node again
953
+ :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
1106
954
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3AggregatorTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
1107
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3AggregatorTechEmailArgs']]]] tech_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service
1108
- instability.
1109
- :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
1110
- unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
1111
- much of the content can at least be restored from backup in case accidental deletion is done.
955
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['M3AggregatorTechEmailArgs']]]] 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.
956
+ :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.
1112
957
  """
1113
958
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1114
959
 
@@ -1123,7 +968,6 @@ class M3Aggregator(pulumi.CustomResource):
1123
968
  __props__.__dict__["disk_space_step"] = disk_space_step
1124
969
  __props__.__dict__["disk_space_used"] = disk_space_used
1125
970
  __props__.__dict__["m3aggregator_user_config"] = m3aggregator_user_config
1126
- __props__.__dict__["m3aggregators"] = m3aggregators
1127
971
  __props__.__dict__["maintenance_window_dow"] = maintenance_window_dow
1128
972
  __props__.__dict__["maintenance_window_time"] = maintenance_window_time
1129
973
  __props__.__dict__["plan"] = plan
@@ -1148,8 +992,7 @@ class M3Aggregator(pulumi.CustomResource):
1148
992
  @pulumi.getter(name="additionalDiskSpace")
1149
993
  def additional_disk_space(self) -> pulumi.Output[Optional[str]]:
1150
994
  """
1151
- Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
1152
- reducing will result in the service rebalancing.
995
+ Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1153
996
  """
1154
997
  return pulumi.get(self, "additional_disk_space")
1155
998
 
@@ -1157,12 +1000,7 @@ class M3Aggregator(pulumi.CustomResource):
1157
1000
  @pulumi.getter(name="cloudName")
1158
1001
  def cloud_name(self) -> pulumi.Output[Optional[str]]:
1159
1002
  """
1160
- Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
1161
- created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
1162
- provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
1163
- are documented on each Cloud provider's own support articles, like [here for
1164
- Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
1165
- AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
1003
+ 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).
1166
1004
  """
1167
1005
  return pulumi.get(self, "cloud_name")
1168
1006
 
@@ -1178,8 +1016,7 @@ class M3Aggregator(pulumi.CustomResource):
1178
1016
  @pulumi.getter(name="diskSpace")
1179
1017
  def disk_space(self) -> pulumi.Output[Optional[str]]:
1180
1018
  """
1181
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
1182
- will result in the service rebalancing.
1019
+ Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1183
1020
  """
1184
1021
  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)
1185
1022
  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.""")
@@ -1198,8 +1035,7 @@ class M3Aggregator(pulumi.CustomResource):
1198
1035
  @pulumi.getter(name="diskSpaceDefault")
1199
1036
  def disk_space_default(self) -> pulumi.Output[str]:
1200
1037
  """
1201
- The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
1202
- Its also the minimum value for `disk_space`
1038
+ 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`
1203
1039
  """
1204
1040
  return pulumi.get(self, "disk_space_default")
1205
1041
 
@@ -1207,8 +1043,7 @@ class M3Aggregator(pulumi.CustomResource):
1207
1043
  @pulumi.getter(name="diskSpaceStep")
1208
1044
  def disk_space_step(self) -> pulumi.Output[str]:
1209
1045
  """
1210
- The default disk space step of the service, possible values depend on the service type, the cloud provider and the
1211
- project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
1046
+ 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.
1212
1047
  """
1213
1048
  return pulumi.get(self, "disk_space_step")
1214
1049
 
@@ -1228,14 +1063,6 @@ class M3Aggregator(pulumi.CustomResource):
1228
1063
  """
1229
1064
  return pulumi.get(self, "m3aggregator_user_config")
1230
1065
 
1231
- @property
1232
- @pulumi.getter
1233
- def m3aggregators(self) -> pulumi.Output[Sequence['outputs.M3AggregatorM3aggregator']]:
1234
- """
1235
- M3 aggregator specific server provided values
1236
- """
1237
- return pulumi.get(self, "m3aggregators")
1238
-
1239
1066
  @property
1240
1067
  @pulumi.getter(name="maintenanceWindowDow")
1241
1068
  def maintenance_window_dow(self) -> pulumi.Output[Optional[str]]:
@@ -1256,12 +1083,7 @@ class M3Aggregator(pulumi.CustomResource):
1256
1083
  @pulumi.getter
1257
1084
  def plan(self) -> pulumi.Output[str]:
1258
1085
  """
1259
- Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
1260
- are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
1261
- store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
1262
- `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
1263
- other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
1264
- options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
1086
+ 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 seem from the [Aiven pricing page](https://aiven.io/pricing).
1265
1087
  """
1266
1088
  return pulumi.get(self, "plan")
1267
1089
 
@@ -1269,8 +1091,7 @@ class M3Aggregator(pulumi.CustomResource):
1269
1091
  @pulumi.getter
1270
1092
  def project(self) -> pulumi.Output[str]:
1271
1093
  """
1272
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
1273
- reference. This property cannot be changed, doing so forces recreation of the resource.
1094
+ 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.
1274
1095
  """
1275
1096
  return pulumi.get(self, "project")
1276
1097
 
@@ -1278,10 +1099,7 @@ class M3Aggregator(pulumi.CustomResource):
1278
1099
  @pulumi.getter(name="projectVpcId")
1279
1100
  def project_vpc_id(self) -> pulumi.Output[Optional[str]]:
1280
1101
  """
1281
- 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
1282
- value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
1283
- as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
1284
- servers so the operation can take significant amount of time to complete if the service has a lot of data.
1102
+ 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.
1285
1103
  """
1286
1104
  return pulumi.get(self, "project_vpc_id")
1287
1105
 
@@ -1305,8 +1123,7 @@ class M3Aggregator(pulumi.CustomResource):
1305
1123
  @pulumi.getter(name="serviceName")
1306
1124
  def service_name(self) -> pulumi.Output[str]:
1307
1125
  """
1308
- Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
1309
- service so name should be picked based on intended service usage rather than current attributes.
1126
+ 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.
1310
1127
  """
1311
1128
  return pulumi.get(self, "service_name")
1312
1129
 
@@ -1362,8 +1179,7 @@ class M3Aggregator(pulumi.CustomResource):
1362
1179
  @pulumi.getter(name="staticIps")
1363
1180
  def static_ips(self) -> pulumi.Output[Optional[Sequence[str]]]:
1364
1181
  """
1365
- Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
1366
- static ip resource is in the 'assigned' state it cannot be unbound from the node again
1182
+ 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
1367
1183
  """
1368
1184
  return pulumi.get(self, "static_ips")
1369
1185
 
@@ -1379,8 +1195,7 @@ class M3Aggregator(pulumi.CustomResource):
1379
1195
  @pulumi.getter(name="techEmails")
1380
1196
  def tech_emails(self) -> pulumi.Output[Optional[Sequence['outputs.M3AggregatorTechEmail']]]:
1381
1197
  """
1382
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service
1383
- instability.
1198
+ 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.
1384
1199
  """
1385
1200
  return pulumi.get(self, "tech_emails")
1386
1201
 
@@ -1388,9 +1203,7 @@ class M3Aggregator(pulumi.CustomResource):
1388
1203
  @pulumi.getter(name="terminationProtection")
1389
1204
  def termination_protection(self) -> pulumi.Output[Optional[bool]]:
1390
1205
  """
1391
- Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
1392
- unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
1393
- much of the content can at least be restored from backup in case accidental deletion is done.
1206
+ 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.
1394
1207
  """
1395
1208
  return pulumi.get(self, "termination_protection")
1396
1209