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
pulumi_aiven/grafana.py CHANGED
@@ -33,42 +33,21 @@ class GrafanaArgs:
33
33
  termination_protection: Optional[pulumi.Input[bool]] = None):
34
34
  """
35
35
  The set of arguments for constructing a Grafana 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] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
45
- reducing will result in the service rebalancing.
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
47
- created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
48
- provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
49
- are documented on each Cloud provider's own support articles, like [here for
50
- Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
51
- AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
52
- :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
53
- 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] 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.
39
+ :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).
40
+ :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.
54
41
  :param pulumi.Input['GrafanaGrafanaUserConfigArgs'] grafana_user_config: Grafana user configurable settings
55
42
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
56
43
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
57
- :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
58
- value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
59
- as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
60
- servers so the operation can take significant amount of time to complete if the service has a lot of data.
44
+ :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.
61
45
  :param pulumi.Input[Sequence[pulumi.Input['GrafanaServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
62
- :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
63
- service so name should be picked based on intended service usage rather than current attributes.
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
46
+ :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.
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['GrafanaTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
67
- :param pulumi.Input[Sequence[pulumi.Input['GrafanaTechEmailArgs']]] 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['GrafanaTechEmailArgs']]] 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)
@@ -106,12 +85,7 @@ class GrafanaArgs:
106
85
  @pulumi.getter
107
86
  def plan(self) -> pulumi.Input[str]:
108
87
  """
109
- Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
110
- are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
111
- store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
112
- `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
113
- other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
114
- options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
88
+ 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).
115
89
  """
116
90
  return pulumi.get(self, "plan")
117
91
 
@@ -123,8 +97,7 @@ class GrafanaArgs:
123
97
  @pulumi.getter
124
98
  def project(self) -> pulumi.Input[str]:
125
99
  """
126
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
127
- reference. This property cannot be changed, doing so forces recreation of the resource.
100
+ 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.
128
101
  """
129
102
  return pulumi.get(self, "project")
130
103
 
@@ -136,8 +109,7 @@ class GrafanaArgs:
136
109
  @pulumi.getter(name="additionalDiskSpace")
137
110
  def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
138
111
  """
139
- Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
140
- reducing will result in the service rebalancing.
112
+ Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
141
113
  """
142
114
  return pulumi.get(self, "additional_disk_space")
143
115
 
@@ -149,12 +121,7 @@ class GrafanaArgs:
149
121
  @pulumi.getter(name="cloudName")
150
122
  def cloud_name(self) -> Optional[pulumi.Input[str]]:
151
123
  """
152
- Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
153
- created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
154
- provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
155
- are documented on each Cloud provider's own support articles, like [here for
156
- Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
157
- AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
124
+ 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).
158
125
  """
159
126
  return pulumi.get(self, "cloud_name")
160
127
 
@@ -166,8 +133,7 @@ class GrafanaArgs:
166
133
  @pulumi.getter(name="diskSpace")
167
134
  def disk_space(self) -> Optional[pulumi.Input[str]]:
168
135
  """
169
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
170
- will result in the service rebalancing.
136
+ Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
171
137
  """
172
138
  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)
173
139
  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.""")
@@ -218,10 +184,7 @@ class GrafanaArgs:
218
184
  @pulumi.getter(name="projectVpcId")
219
185
  def project_vpc_id(self) -> Optional[pulumi.Input[str]]:
220
186
  """
221
- 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
222
- value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
223
- as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
224
- servers so the operation can take significant amount of time to complete if the service has a lot of data.
187
+ 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.
225
188
  """
226
189
  return pulumi.get(self, "project_vpc_id")
227
190
 
@@ -245,8 +208,7 @@ class GrafanaArgs:
245
208
  @pulumi.getter(name="serviceName")
246
209
  def service_name(self) -> Optional[pulumi.Input[str]]:
247
210
  """
248
- Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
249
- service so name should be picked based on intended service usage rather than current attributes.
211
+ 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.
250
212
  """
251
213
  return pulumi.get(self, "service_name")
252
214
 
@@ -258,8 +220,7 @@ class GrafanaArgs:
258
220
  @pulumi.getter(name="staticIps")
259
221
  def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
260
222
  """
261
- Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
262
- static ip resource is in the 'assigned' state it cannot be unbound from the node again
223
+ 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
263
224
  """
264
225
  return pulumi.get(self, "static_ips")
265
226
 
@@ -283,8 +244,7 @@ class GrafanaArgs:
283
244
  @pulumi.getter(name="techEmails")
284
245
  def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GrafanaTechEmailArgs']]]]:
285
246
  """
286
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service
287
- instability.
247
+ 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.
288
248
  """
289
249
  return pulumi.get(self, "tech_emails")
290
250
 
@@ -296,9 +256,7 @@ class GrafanaArgs:
296
256
  @pulumi.getter(name="terminationProtection")
297
257
  def termination_protection(self) -> Optional[pulumi.Input[bool]]:
298
258
  """
299
- Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
300
- unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
301
- much of the content can at least be restored from backup in case accidental deletion is done.
259
+ 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.
302
260
  """
303
261
  return pulumi.get(self, "termination_protection")
304
262
 
@@ -319,7 +277,6 @@ class _GrafanaState:
319
277
  disk_space_step: Optional[pulumi.Input[str]] = None,
320
278
  disk_space_used: Optional[pulumi.Input[str]] = None,
321
279
  grafana_user_config: Optional[pulumi.Input['GrafanaGrafanaUserConfigArgs']] = None,
322
- grafanas: Optional[pulumi.Input[Sequence[pulumi.Input['GrafanaGrafanaArgs']]]] = None,
323
280
  maintenance_window_dow: Optional[pulumi.Input[str]] = None,
324
281
  maintenance_window_time: Optional[pulumi.Input[str]] = None,
325
282
  plan: Optional[pulumi.Input[str]] = None,
@@ -340,57 +297,33 @@ class _GrafanaState:
340
297
  termination_protection: Optional[pulumi.Input[bool]] = None):
341
298
  """
342
299
  Input properties used for looking up and filtering Grafana resources.
343
- :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
344
- reducing will result in the service rebalancing.
345
- :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
346
- created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
347
- provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
348
- are documented on each Cloud provider's own support articles, like [here for
349
- Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
350
- AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
300
+ :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.
301
+ :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).
351
302
  :param pulumi.Input[Sequence[pulumi.Input['GrafanaComponentArgs']]] components: Service component information objects
352
- :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
353
- will result in the service rebalancing.
303
+ :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.
354
304
  :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.
355
- :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.
356
- Its also the minimum value for `disk_space`
357
- :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
358
- project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
305
+ :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`
306
+ :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.
359
307
  :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
360
308
  :param pulumi.Input['GrafanaGrafanaUserConfigArgs'] grafana_user_config: Grafana user configurable settings
361
- :param pulumi.Input[Sequence[pulumi.Input['GrafanaGrafanaArgs']]] grafanas: Grafana server provided values
362
309
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
363
310
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
364
- :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
365
- are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
366
- store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
367
- `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
368
- other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
369
- options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
370
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
371
- reference. This property cannot be changed, doing so forces recreation of the resource.
372
- :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
373
- value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
374
- as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
375
- servers so the operation can take significant amount of time to complete if the service has a lot of data.
311
+ :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).
312
+ :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.
313
+ :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.
376
314
  :param pulumi.Input[str] service_host: The hostname of the service.
377
315
  :param pulumi.Input[Sequence[pulumi.Input['GrafanaServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
378
- :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
379
- service so name should be picked based on intended service usage rather than current attributes.
316
+ :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.
380
317
  :param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
381
318
  :param pulumi.Input[int] service_port: The port of the service
382
319
  :param pulumi.Input[str] service_type: Aiven internal service type code
383
320
  :param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
384
321
  :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
385
322
  :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
386
- :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
387
- static ip resource is in the 'assigned' state it cannot be unbound from the node again
323
+ :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
388
324
  :param pulumi.Input[Sequence[pulumi.Input['GrafanaTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
389
- :param pulumi.Input[Sequence[pulumi.Input['GrafanaTechEmailArgs']]] tech_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service
390
- instability.
391
- :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
392
- unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
393
- much of the content can at least be restored from backup in case accidental deletion is done.
325
+ :param pulumi.Input[Sequence[pulumi.Input['GrafanaTechEmailArgs']]] 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.
326
+ :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.
394
327
  """
395
328
  if additional_disk_space is not None:
396
329
  pulumi.set(__self__, "additional_disk_space", additional_disk_space)
@@ -413,8 +346,6 @@ class _GrafanaState:
413
346
  pulumi.set(__self__, "disk_space_used", disk_space_used)
414
347
  if grafana_user_config is not None:
415
348
  pulumi.set(__self__, "grafana_user_config", grafana_user_config)
416
- if grafanas is not None:
417
- pulumi.set(__self__, "grafanas", grafanas)
418
349
  if maintenance_window_dow is not None:
419
350
  pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
420
351
  if maintenance_window_time is not None:
@@ -456,8 +387,7 @@ class _GrafanaState:
456
387
  @pulumi.getter(name="additionalDiskSpace")
457
388
  def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
458
389
  """
459
- Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
460
- reducing will result in the service rebalancing.
390
+ Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
461
391
  """
462
392
  return pulumi.get(self, "additional_disk_space")
463
393
 
@@ -469,12 +399,7 @@ class _GrafanaState:
469
399
  @pulumi.getter(name="cloudName")
470
400
  def cloud_name(self) -> Optional[pulumi.Input[str]]:
471
401
  """
472
- Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
473
- created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
474
- provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
475
- are documented on each Cloud provider's own support articles, like [here for
476
- Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
477
- AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
402
+ 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).
478
403
  """
479
404
  return pulumi.get(self, "cloud_name")
480
405
 
@@ -498,8 +423,7 @@ class _GrafanaState:
498
423
  @pulumi.getter(name="diskSpace")
499
424
  def disk_space(self) -> Optional[pulumi.Input[str]]:
500
425
  """
501
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
502
- will result in the service rebalancing.
426
+ Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
503
427
  """
504
428
  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)
505
429
  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.""")
@@ -526,8 +450,7 @@ class _GrafanaState:
526
450
  @pulumi.getter(name="diskSpaceDefault")
527
451
  def disk_space_default(self) -> Optional[pulumi.Input[str]]:
528
452
  """
529
- The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
530
- Its also the minimum value for `disk_space`
453
+ 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`
531
454
  """
532
455
  return pulumi.get(self, "disk_space_default")
533
456
 
@@ -539,8 +462,7 @@ class _GrafanaState:
539
462
  @pulumi.getter(name="diskSpaceStep")
540
463
  def disk_space_step(self) -> Optional[pulumi.Input[str]]:
541
464
  """
542
- The default disk space step of the service, possible values depend on the service type, the cloud provider and the
543
- project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
465
+ 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.
544
466
  """
545
467
  return pulumi.get(self, "disk_space_step")
546
468
 
@@ -572,18 +494,6 @@ class _GrafanaState:
572
494
  def grafana_user_config(self, value: Optional[pulumi.Input['GrafanaGrafanaUserConfigArgs']]):
573
495
  pulumi.set(self, "grafana_user_config", value)
574
496
 
575
- @property
576
- @pulumi.getter
577
- def grafanas(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GrafanaGrafanaArgs']]]]:
578
- """
579
- Grafana server provided values
580
- """
581
- return pulumi.get(self, "grafanas")
582
-
583
- @grafanas.setter
584
- def grafanas(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['GrafanaGrafanaArgs']]]]):
585
- pulumi.set(self, "grafanas", value)
586
-
587
497
  @property
588
498
  @pulumi.getter(name="maintenanceWindowDow")
589
499
  def maintenance_window_dow(self) -> Optional[pulumi.Input[str]]:
@@ -612,12 +522,7 @@ class _GrafanaState:
612
522
  @pulumi.getter
613
523
  def plan(self) -> Optional[pulumi.Input[str]]:
614
524
  """
615
- Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
616
- are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
617
- store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
618
- `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
619
- other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
620
- options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
525
+ 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).
621
526
  """
622
527
  return pulumi.get(self, "plan")
623
528
 
@@ -629,8 +534,7 @@ class _GrafanaState:
629
534
  @pulumi.getter
630
535
  def project(self) -> Optional[pulumi.Input[str]]:
631
536
  """
632
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
633
- reference. This property cannot be changed, doing so forces recreation of the resource.
537
+ 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.
634
538
  """
635
539
  return pulumi.get(self, "project")
636
540
 
@@ -642,10 +546,7 @@ class _GrafanaState:
642
546
  @pulumi.getter(name="projectVpcId")
643
547
  def project_vpc_id(self) -> Optional[pulumi.Input[str]]:
644
548
  """
645
- 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
646
- value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
647
- as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
648
- servers so the operation can take significant amount of time to complete if the service has a lot of data.
549
+ 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.
649
550
  """
650
551
  return pulumi.get(self, "project_vpc_id")
651
552
 
@@ -681,8 +582,7 @@ class _GrafanaState:
681
582
  @pulumi.getter(name="serviceName")
682
583
  def service_name(self) -> Optional[pulumi.Input[str]]:
683
584
  """
684
- Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
685
- service so name should be picked based on intended service usage rather than current attributes.
585
+ 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.
686
586
  """
687
587
  return pulumi.get(self, "service_name")
688
588
 
@@ -766,8 +666,7 @@ class _GrafanaState:
766
666
  @pulumi.getter(name="staticIps")
767
667
  def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
768
668
  """
769
- Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
770
- static ip resource is in the 'assigned' state it cannot be unbound from the node again
669
+ 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
771
670
  """
772
671
  return pulumi.get(self, "static_ips")
773
672
 
@@ -791,8 +690,7 @@ class _GrafanaState:
791
690
  @pulumi.getter(name="techEmails")
792
691
  def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GrafanaTechEmailArgs']]]]:
793
692
  """
794
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service
795
- instability.
693
+ 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.
796
694
  """
797
695
  return pulumi.get(self, "tech_emails")
798
696
 
@@ -804,9 +702,7 @@ class _GrafanaState:
804
702
  @pulumi.getter(name="terminationProtection")
805
703
  def termination_protection(self) -> Optional[pulumi.Input[bool]]:
806
704
  """
807
- Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
808
- unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
809
- much of the content can at least be restored from backup in case accidental deletion is done.
705
+ 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.
810
706
  """
811
707
  return pulumi.get(self, "termination_protection")
812
708
 
@@ -841,15 +737,15 @@ class Grafana(pulumi.CustomResource):
841
737
 
842
738
  ## Example Usage
843
739
 
844
- <!--Start PulumiCodeChooser -->
845
740
  ```python
846
741
  import pulumi
847
742
  import pulumi_aiven as aiven
848
743
 
849
744
  gr1 = aiven.Grafana("gr1",
850
- project=data["aiven_project"]["ps1"]["project"],
745
+ project=ps1["project"],
851
746
  cloud_name="google-europe-west1",
852
747
  plan="startup-1",
748
+ service_name="my-gr1",
853
749
  maintenance_window_dow="monday",
854
750
  maintenance_window_time="10:00:00",
855
751
  grafana_user_config=aiven.GrafanaGrafanaUserConfigArgs(
@@ -859,7 +755,6 @@ class Grafana(pulumi.CustomResource):
859
755
  ),
860
756
  ))
861
757
  ```
862
- <!--End PulumiCodeChooser -->
863
758
 
864
759
  ## Import
865
760
 
@@ -869,42 +764,21 @@ class Grafana(pulumi.CustomResource):
869
764
 
870
765
  :param str resource_name: The name of the resource.
871
766
  :param pulumi.ResourceOptions opts: Options for the resource.
872
- :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
873
- reducing will result in the service rebalancing.
874
- :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
875
- created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
876
- provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
877
- are documented on each Cloud provider's own support articles, like [here for
878
- Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
879
- AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
880
- :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
881
- will result in the service rebalancing.
767
+ :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.
768
+ :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).
769
+ :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.
882
770
  :param pulumi.Input[pulumi.InputType['GrafanaGrafanaUserConfigArgs']] grafana_user_config: Grafana user configurable settings
883
771
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
884
772
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
885
- :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
886
- are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
887
- store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
888
- `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
889
- other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
890
- options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
891
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
892
- reference. This property cannot be changed, doing so forces recreation of the resource.
893
- :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
894
- value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
895
- as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
896
- servers so the operation can take significant amount of time to complete if the service has a lot of data.
773
+ :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).
774
+ :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.
775
+ :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.
897
776
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GrafanaServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
898
- :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
899
- service so name should be picked based on intended service usage rather than current attributes.
900
- :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
901
- static ip resource is in the 'assigned' state it cannot be unbound from the node again
777
+ :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.
778
+ :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
902
779
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GrafanaTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
903
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GrafanaTechEmailArgs']]]] tech_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service
904
- instability.
905
- :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
906
- unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
907
- much of the content can at least be restored from backup in case accidental deletion is done.
780
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GrafanaTechEmailArgs']]]] 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.
781
+ :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.
908
782
  """
909
783
  ...
910
784
  @overload
@@ -917,15 +791,15 @@ class Grafana(pulumi.CustomResource):
917
791
 
918
792
  ## Example Usage
919
793
 
920
- <!--Start PulumiCodeChooser -->
921
794
  ```python
922
795
  import pulumi
923
796
  import pulumi_aiven as aiven
924
797
 
925
798
  gr1 = aiven.Grafana("gr1",
926
- project=data["aiven_project"]["ps1"]["project"],
799
+ project=ps1["project"],
927
800
  cloud_name="google-europe-west1",
928
801
  plan="startup-1",
802
+ service_name="my-gr1",
929
803
  maintenance_window_dow="monday",
930
804
  maintenance_window_time="10:00:00",
931
805
  grafana_user_config=aiven.GrafanaGrafanaUserConfigArgs(
@@ -935,7 +809,6 @@ class Grafana(pulumi.CustomResource):
935
809
  ),
936
810
  ))
937
811
  ```
938
- <!--End PulumiCodeChooser -->
939
812
 
940
813
  ## Import
941
814
 
@@ -1006,7 +879,6 @@ class Grafana(pulumi.CustomResource):
1006
879
  __props__.__dict__["disk_space_default"] = None
1007
880
  __props__.__dict__["disk_space_step"] = None
1008
881
  __props__.__dict__["disk_space_used"] = None
1009
- __props__.__dict__["grafanas"] = None
1010
882
  __props__.__dict__["service_host"] = None
1011
883
  __props__.__dict__["service_password"] = None
1012
884
  __props__.__dict__["service_port"] = None
@@ -1035,7 +907,6 @@ class Grafana(pulumi.CustomResource):
1035
907
  disk_space_step: Optional[pulumi.Input[str]] = None,
1036
908
  disk_space_used: Optional[pulumi.Input[str]] = None,
1037
909
  grafana_user_config: Optional[pulumi.Input[pulumi.InputType['GrafanaGrafanaUserConfigArgs']]] = None,
1038
- grafanas: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GrafanaGrafanaArgs']]]]] = None,
1039
910
  maintenance_window_dow: Optional[pulumi.Input[str]] = None,
1040
911
  maintenance_window_time: Optional[pulumi.Input[str]] = None,
1041
912
  plan: Optional[pulumi.Input[str]] = None,
@@ -1061,57 +932,33 @@ class Grafana(pulumi.CustomResource):
1061
932
  :param str resource_name: The unique name of the resulting resource.
1062
933
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1063
934
  :param pulumi.ResourceOptions opts: Options for the resource.
1064
- :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
1065
- reducing will result in the service rebalancing.
1066
- :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
1067
- created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
1068
- provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
1069
- are documented on each Cloud provider's own support articles, like [here for
1070
- Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
1071
- AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
935
+ :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.
936
+ :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).
1072
937
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GrafanaComponentArgs']]]] components: Service component information objects
1073
- :param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
1074
- will result in the service rebalancing.
938
+ :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.
1075
939
  :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.
1076
- :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.
1077
- Its also the minimum value for `disk_space`
1078
- :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
1079
- project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
940
+ :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`
941
+ :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.
1080
942
  :param pulumi.Input[str] disk_space_used: Disk space that service is currently using
1081
943
  :param pulumi.Input[pulumi.InputType['GrafanaGrafanaUserConfigArgs']] grafana_user_config: Grafana user configurable settings
1082
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GrafanaGrafanaArgs']]]] grafanas: Grafana server provided values
1083
944
  :param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1084
945
  :param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
1085
- :param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
1086
- are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
1087
- store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
1088
- `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
1089
- other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
1090
- options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
1091
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
1092
- reference. This property cannot be changed, doing so forces recreation of the resource.
1093
- :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
1094
- value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
1095
- as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
1096
- servers so the operation can take significant amount of time to complete if the service has a lot of data.
946
+ :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).
947
+ :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.
948
+ :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.
1097
949
  :param pulumi.Input[str] service_host: The hostname of the service.
1098
950
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GrafanaServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
1099
- :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
1100
- service so name should be picked based on intended service usage rather than current attributes.
951
+ :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.
1101
952
  :param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
1102
953
  :param pulumi.Input[int] service_port: The port of the service
1103
954
  :param pulumi.Input[str] service_type: Aiven internal service type code
1104
955
  :param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
1105
956
  :param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
1106
957
  :param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
1107
- :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
1108
- static ip resource is in the 'assigned' state it cannot be unbound from the node again
958
+ :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
1109
959
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GrafanaTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
1110
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GrafanaTechEmailArgs']]]] tech_emails: Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service
1111
- instability.
1112
- :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
1113
- unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
1114
- much of the content can at least be restored from backup in case accidental deletion is done.
960
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GrafanaTechEmailArgs']]]] 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.
961
+ :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.
1115
962
  """
1116
963
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1117
964
 
@@ -1126,7 +973,6 @@ class Grafana(pulumi.CustomResource):
1126
973
  __props__.__dict__["disk_space_step"] = disk_space_step
1127
974
  __props__.__dict__["disk_space_used"] = disk_space_used
1128
975
  __props__.__dict__["grafana_user_config"] = grafana_user_config
1129
- __props__.__dict__["grafanas"] = grafanas
1130
976
  __props__.__dict__["maintenance_window_dow"] = maintenance_window_dow
1131
977
  __props__.__dict__["maintenance_window_time"] = maintenance_window_time
1132
978
  __props__.__dict__["plan"] = plan
@@ -1151,8 +997,7 @@ class Grafana(pulumi.CustomResource):
1151
997
  @pulumi.getter(name="additionalDiskSpace")
1152
998
  def additional_disk_space(self) -> pulumi.Output[Optional[str]]:
1153
999
  """
1154
- Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
1155
- reducing will result in the service rebalancing.
1000
+ Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1156
1001
  """
1157
1002
  return pulumi.get(self, "additional_disk_space")
1158
1003
 
@@ -1160,12 +1005,7 @@ class Grafana(pulumi.CustomResource):
1160
1005
  @pulumi.getter(name="cloudName")
1161
1006
  def cloud_name(self) -> pulumi.Output[Optional[str]]:
1162
1007
  """
1163
- Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
1164
- created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
1165
- provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
1166
- are documented on each Cloud provider's own support articles, like [here for
1167
- Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
1168
- AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
1008
+ 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).
1169
1009
  """
1170
1010
  return pulumi.get(self, "cloud_name")
1171
1011
 
@@ -1181,8 +1021,7 @@ class Grafana(pulumi.CustomResource):
1181
1021
  @pulumi.getter(name="diskSpace")
1182
1022
  def disk_space(self) -> pulumi.Output[Optional[str]]:
1183
1023
  """
1184
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
1185
- will result in the service rebalancing.
1024
+ Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1186
1025
  """
1187
1026
  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)
1188
1027
  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.""")
@@ -1201,8 +1040,7 @@ class Grafana(pulumi.CustomResource):
1201
1040
  @pulumi.getter(name="diskSpaceDefault")
1202
1041
  def disk_space_default(self) -> pulumi.Output[str]:
1203
1042
  """
1204
- The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
1205
- Its also the minimum value for `disk_space`
1043
+ 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`
1206
1044
  """
1207
1045
  return pulumi.get(self, "disk_space_default")
1208
1046
 
@@ -1210,8 +1048,7 @@ class Grafana(pulumi.CustomResource):
1210
1048
  @pulumi.getter(name="diskSpaceStep")
1211
1049
  def disk_space_step(self) -> pulumi.Output[str]:
1212
1050
  """
1213
- The default disk space step of the service, possible values depend on the service type, the cloud provider and the
1214
- project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
1051
+ 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.
1215
1052
  """
1216
1053
  return pulumi.get(self, "disk_space_step")
1217
1054
 
@@ -1231,14 +1068,6 @@ class Grafana(pulumi.CustomResource):
1231
1068
  """
1232
1069
  return pulumi.get(self, "grafana_user_config")
1233
1070
 
1234
- @property
1235
- @pulumi.getter
1236
- def grafanas(self) -> pulumi.Output[Sequence['outputs.GrafanaGrafana']]:
1237
- """
1238
- Grafana server provided values
1239
- """
1240
- return pulumi.get(self, "grafanas")
1241
-
1242
1071
  @property
1243
1072
  @pulumi.getter(name="maintenanceWindowDow")
1244
1073
  def maintenance_window_dow(self) -> pulumi.Output[Optional[str]]:
@@ -1259,12 +1088,7 @@ class Grafana(pulumi.CustomResource):
1259
1088
  @pulumi.getter
1260
1089
  def plan(self) -> pulumi.Output[str]:
1261
1090
  """
1262
- Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
1263
- are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
1264
- store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
1265
- `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
1266
- other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
1267
- options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
1091
+ 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).
1268
1092
  """
1269
1093
  return pulumi.get(self, "plan")
1270
1094
 
@@ -1272,8 +1096,7 @@ class Grafana(pulumi.CustomResource):
1272
1096
  @pulumi.getter
1273
1097
  def project(self) -> pulumi.Output[str]:
1274
1098
  """
1275
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
1276
- reference. This property cannot be changed, doing so forces recreation of the resource.
1099
+ 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.
1277
1100
  """
1278
1101
  return pulumi.get(self, "project")
1279
1102
 
@@ -1281,10 +1104,7 @@ class Grafana(pulumi.CustomResource):
1281
1104
  @pulumi.getter(name="projectVpcId")
1282
1105
  def project_vpc_id(self) -> pulumi.Output[Optional[str]]:
1283
1106
  """
1284
- 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
1285
- value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
1286
- as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
1287
- servers so the operation can take significant amount of time to complete if the service has a lot of data.
1107
+ 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.
1288
1108
  """
1289
1109
  return pulumi.get(self, "project_vpc_id")
1290
1110
 
@@ -1308,8 +1128,7 @@ class Grafana(pulumi.CustomResource):
1308
1128
  @pulumi.getter(name="serviceName")
1309
1129
  def service_name(self) -> pulumi.Output[str]:
1310
1130
  """
1311
- Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
1312
- service so name should be picked based on intended service usage rather than current attributes.
1131
+ 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.
1313
1132
  """
1314
1133
  return pulumi.get(self, "service_name")
1315
1134
 
@@ -1365,8 +1184,7 @@ class Grafana(pulumi.CustomResource):
1365
1184
  @pulumi.getter(name="staticIps")
1366
1185
  def static_ips(self) -> pulumi.Output[Optional[Sequence[str]]]:
1367
1186
  """
1368
- Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
1369
- static ip resource is in the 'assigned' state it cannot be unbound from the node again
1187
+ 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
1370
1188
  """
1371
1189
  return pulumi.get(self, "static_ips")
1372
1190
 
@@ -1382,8 +1200,7 @@ class Grafana(pulumi.CustomResource):
1382
1200
  @pulumi.getter(name="techEmails")
1383
1201
  def tech_emails(self) -> pulumi.Output[Optional[Sequence['outputs.GrafanaTechEmail']]]:
1384
1202
  """
1385
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service
1386
- instability.
1203
+ 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.
1387
1204
  """
1388
1205
  return pulumi.get(self, "tech_emails")
1389
1206
 
@@ -1391,9 +1208,7 @@ class Grafana(pulumi.CustomResource):
1391
1208
  @pulumi.getter(name="terminationProtection")
1392
1209
  def termination_protection(self) -> pulumi.Output[Optional[bool]]:
1393
1210
  """
1394
- Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
1395
- unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
1396
- much of the content can at least be restored from backup in case accidental deletion is done.
1211
+ 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.
1397
1212
  """
1398
1213
  return pulumi.get(self, "termination_protection")
1399
1214