pulumi-aiven 6.13.0a1710156545__py3-none-any.whl → 6.31.0a1736849214__py3-none-any.whl

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

Potentially problematic release.


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

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