pulumi-aiven 6.14.0a1714562227__py3-none-any.whl → 6.15.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +19 -0
- pulumi_aiven/_inputs.py +232 -150
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team_member.py +2 -2
- pulumi_aiven/aws_privatelink.py +14 -14
- pulumi_aiven/azure_privatelink.py +14 -14
- pulumi_aiven/azure_privatelink_connection_approval.py +14 -14
- pulumi_aiven/billing_group.py +18 -16
- pulumi_aiven/cassandra.py +16 -44
- pulumi_aiven/cassandra_user.py +16 -16
- pulumi_aiven/clickhouse.py +16 -44
- pulumi_aiven/clickhouse_database.py +16 -43
- pulumi_aiven/clickhouse_grant.py +14 -14
- pulumi_aiven/clickhouse_role.py +18 -18
- pulumi_aiven/clickhouse_user.py +14 -14
- pulumi_aiven/connection_pool.py +16 -16
- pulumi_aiven/dragonfly.py +124 -263
- pulumi_aiven/flink.py +16 -16
- pulumi_aiven/flink_application.py +16 -16
- pulumi_aiven/flink_application_deployment.py +21 -21
- pulumi_aiven/flink_application_version.py +14 -14
- pulumi_aiven/gcp_privatelink.py +21 -21
- pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
- pulumi_aiven/gcp_vpc_peering_connection.py +2 -2
- pulumi_aiven/get_aws_privatelink.py +6 -6
- pulumi_aiven/get_azure_privatelink.py +6 -6
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +5 -18
- pulumi_aiven/get_cassandra.py +5 -18
- pulumi_aiven/get_cassandra_user.py +6 -6
- pulumi_aiven/get_clickhouse.py +5 -18
- pulumi_aiven/get_clickhouse_database.py +6 -6
- pulumi_aiven/get_clickhouse_user.py +6 -6
- pulumi_aiven/get_connection_pool.py +6 -6
- pulumi_aiven/get_dragonfly.py +27 -20
- pulumi_aiven/get_flink.py +4 -4
- pulumi_aiven/get_flink_application.py +6 -6
- pulumi_aiven/get_flink_application_version.py +6 -6
- pulumi_aiven/get_grafana.py +5 -18
- pulumi_aiven/get_kafka.py +13 -13
- pulumi_aiven/get_kafka_acl.py +6 -6
- pulumi_aiven/get_kafka_connect.py +5 -18
- pulumi_aiven/get_kafka_connector.py +6 -6
- pulumi_aiven/get_kafka_mirror_maker.py +5 -18
- pulumi_aiven/get_kafka_schema.py +6 -6
- pulumi_aiven/get_kafka_schema_configuration.py +6 -6
- pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
- pulumi_aiven/get_kafka_topic.py +16 -16
- pulumi_aiven/get_kafka_user.py +6 -6
- pulumi_aiven/get_m3_aggregator.py +5 -18
- pulumi_aiven/get_m3_db.py +5 -18
- pulumi_aiven/get_m3db_user.py +6 -6
- pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
- pulumi_aiven/get_my_sql.py +5 -18
- pulumi_aiven/get_mysql_database.py +6 -6
- pulumi_aiven/get_mysql_user.py +6 -6
- pulumi_aiven/get_open_search.py +4 -4
- pulumi_aiven/get_open_search_acl_config.py +6 -6
- pulumi_aiven/get_open_search_acl_rule.py +6 -6
- pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
- pulumi_aiven/get_opensearch_user.py +6 -6
- pulumi_aiven/get_organization_application_user.py +156 -0
- pulumi_aiven/get_pg.py +4 -4
- pulumi_aiven/get_pg_database.py +6 -6
- pulumi_aiven/get_pg_user.py +6 -6
- pulumi_aiven/get_project.py +17 -17
- pulumi_aiven/get_project_user.py +7 -7
- pulumi_aiven/get_redis.py +5 -18
- pulumi_aiven/get_redis_user.py +6 -6
- pulumi_aiven/get_service_integration.py +19 -29
- pulumi_aiven/grafana.py +78 -261
- pulumi_aiven/influx_db.py +21 -21
- pulumi_aiven/influxdb_database.py +21 -41
- pulumi_aiven/influxdb_user.py +21 -21
- pulumi_aiven/kafka.py +43 -43
- pulumi_aiven/kafka_acl.py +16 -16
- pulumi_aiven/kafka_connect.py +78 -261
- pulumi_aiven/kafka_connector.py +14 -14
- pulumi_aiven/kafka_mirror_maker.py +78 -261
- pulumi_aiven/kafka_schema.py +14 -14
- pulumi_aiven/kafka_schema_configuration.py +16 -16
- pulumi_aiven/kafka_schema_registry_acl.py +54 -14
- pulumi_aiven/kafka_topic.py +40 -60
- pulumi_aiven/kafka_user.py +16 -16
- pulumi_aiven/m3_aggregator.py +78 -261
- pulumi_aiven/m3_db.py +78 -261
- pulumi_aiven/m3db_user.py +14 -14
- pulumi_aiven/mirror_maker_replication_flow.py +14 -14
- pulumi_aiven/my_sql.py +78 -261
- pulumi_aiven/mysql_database.py +16 -36
- pulumi_aiven/mysql_user.py +16 -16
- pulumi_aiven/open_search.py +14 -14
- pulumi_aiven/open_search_acl_config.py +16 -20
- pulumi_aiven/open_search_acl_rule.py +16 -16
- pulumi_aiven/opensearch_security_plugin_config.py +16 -16
- pulumi_aiven/opensearch_user.py +16 -16
- pulumi_aiven/organization_application_user.py +323 -0
- pulumi_aiven/organization_application_user_token.py +742 -0
- pulumi_aiven/organization_group_project.py +20 -6
- pulumi_aiven/organization_user.py +2 -20
- pulumi_aiven/outputs.py +259 -266
- pulumi_aiven/pg.py +16 -16
- pulumi_aiven/pg_database.py +16 -36
- pulumi_aiven/pg_user.py +16 -16
- pulumi_aiven/project.py +71 -71
- pulumi_aiven/project_user.py +22 -22
- pulumi_aiven/project_vpc.py +7 -7
- pulumi_aiven/redis.py +78 -261
- pulumi_aiven/redis_user.py +16 -16
- pulumi_aiven/service_integration.py +54 -54
- pulumi_aiven/static_ip.py +7 -7
- pulumi_aiven/transit_gateway_vpc_attachment.py +2 -2
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.15.0.dist-info/RECORD +153 -0
- pulumi_aiven-6.14.0a1714562227.dist-info/RECORD +0 -150
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/grafana.py
CHANGED
|
@@ -33,42 +33,21 @@ class GrafanaArgs:
|
|
|
33
33
|
termination_protection: Optional[pulumi.Input[bool]] = None):
|
|
34
34
|
"""
|
|
35
35
|
The set of arguments for constructing a Grafana resource.
|
|
36
|
-
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
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. Changing this property forces recreation of the resource.
|
|
44
|
-
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
45
|
-
reducing will result in the service rebalancing.
|
|
46
|
-
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
|
|
47
|
-
created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
|
|
48
|
-
provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
|
|
49
|
-
are documented on each Cloud provider's own support articles, like [here for
|
|
50
|
-
Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
|
|
51
|
-
AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
52
|
-
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
53
|
-
will result in the service rebalancing.
|
|
36
|
+
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
37
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
38
|
+
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
39
|
+
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
40
|
+
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
54
41
|
:param pulumi.Input['GrafanaGrafanaUserConfigArgs'] grafana_user_config: Grafana user configurable settings
|
|
55
42
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
56
43
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
57
|
-
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
58
|
-
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
59
|
-
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
60
|
-
servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
44
|
+
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
61
45
|
:param pulumi.Input[Sequence[pulumi.Input['GrafanaServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
62
|
-
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
63
|
-
|
|
64
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
|
|
65
|
-
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
46
|
+
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
47
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
66
48
|
:param pulumi.Input[Sequence[pulumi.Input['GrafanaTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
67
|
-
:param pulumi.Input[Sequence[pulumi.Input['GrafanaTechEmailArgs']]] tech_emails:
|
|
68
|
-
|
|
69
|
-
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
|
|
70
|
-
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
71
|
-
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
49
|
+
:param pulumi.Input[Sequence[pulumi.Input['GrafanaTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
50
|
+
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
72
51
|
"""
|
|
73
52
|
pulumi.set(__self__, "plan", plan)
|
|
74
53
|
pulumi.set(__self__, "project", project)
|
|
@@ -106,12 +85,7 @@ class GrafanaArgs:
|
|
|
106
85
|
@pulumi.getter
|
|
107
86
|
def plan(self) -> pulumi.Input[str]:
|
|
108
87
|
"""
|
|
109
|
-
Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
|
|
110
|
-
are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
|
|
111
|
-
store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
|
|
112
|
-
`hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
|
|
113
|
-
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
114
|
-
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
88
|
+
Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
115
89
|
"""
|
|
116
90
|
return pulumi.get(self, "plan")
|
|
117
91
|
|
|
@@ -123,8 +97,7 @@ class GrafanaArgs:
|
|
|
123
97
|
@pulumi.getter
|
|
124
98
|
def project(self) -> pulumi.Input[str]:
|
|
125
99
|
"""
|
|
126
|
-
|
|
127
|
-
reference. Changing this property forces recreation of the resource.
|
|
100
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
128
101
|
"""
|
|
129
102
|
return pulumi.get(self, "project")
|
|
130
103
|
|
|
@@ -136,8 +109,7 @@ class GrafanaArgs:
|
|
|
136
109
|
@pulumi.getter(name="additionalDiskSpace")
|
|
137
110
|
def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
|
|
138
111
|
"""
|
|
139
|
-
Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
140
|
-
reducing will result in the service rebalancing.
|
|
112
|
+
Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
141
113
|
"""
|
|
142
114
|
return pulumi.get(self, "additional_disk_space")
|
|
143
115
|
|
|
@@ -149,12 +121,7 @@ class GrafanaArgs:
|
|
|
149
121
|
@pulumi.getter(name="cloudName")
|
|
150
122
|
def cloud_name(self) -> Optional[pulumi.Input[str]]:
|
|
151
123
|
"""
|
|
152
|
-
Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
|
|
153
|
-
created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
|
|
154
|
-
provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
|
|
155
|
-
are documented on each Cloud provider's own support articles, like [here for
|
|
156
|
-
Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
|
|
157
|
-
AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
124
|
+
Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
158
125
|
"""
|
|
159
126
|
return pulumi.get(self, "cloud_name")
|
|
160
127
|
|
|
@@ -166,8 +133,7 @@ class GrafanaArgs:
|
|
|
166
133
|
@pulumi.getter(name="diskSpace")
|
|
167
134
|
def disk_space(self) -> Optional[pulumi.Input[str]]:
|
|
168
135
|
"""
|
|
169
|
-
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
170
|
-
will result in the service rebalancing.
|
|
136
|
+
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
171
137
|
"""
|
|
172
138
|
warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
|
|
173
139
|
pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
@@ -218,10 +184,7 @@ class GrafanaArgs:
|
|
|
218
184
|
@pulumi.getter(name="projectVpcId")
|
|
219
185
|
def project_vpc_id(self) -> Optional[pulumi.Input[str]]:
|
|
220
186
|
"""
|
|
221
|
-
Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
222
|
-
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
223
|
-
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
224
|
-
servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
187
|
+
Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
225
188
|
"""
|
|
226
189
|
return pulumi.get(self, "project_vpc_id")
|
|
227
190
|
|
|
@@ -245,8 +208,7 @@ class GrafanaArgs:
|
|
|
245
208
|
@pulumi.getter(name="serviceName")
|
|
246
209
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
247
210
|
"""
|
|
248
|
-
Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
249
|
-
service so name should be picked based on intended service usage rather than current attributes.
|
|
211
|
+
Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
250
212
|
"""
|
|
251
213
|
return pulumi.get(self, "service_name")
|
|
252
214
|
|
|
@@ -258,8 +220,7 @@ class GrafanaArgs:
|
|
|
258
220
|
@pulumi.getter(name="staticIps")
|
|
259
221
|
def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
260
222
|
"""
|
|
261
|
-
Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
|
|
262
|
-
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
223
|
+
Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
263
224
|
"""
|
|
264
225
|
return pulumi.get(self, "static_ips")
|
|
265
226
|
|
|
@@ -283,8 +244,7 @@ class GrafanaArgs:
|
|
|
283
244
|
@pulumi.getter(name="techEmails")
|
|
284
245
|
def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GrafanaTechEmailArgs']]]]:
|
|
285
246
|
"""
|
|
286
|
-
|
|
287
|
-
instability.
|
|
247
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
288
248
|
"""
|
|
289
249
|
return pulumi.get(self, "tech_emails")
|
|
290
250
|
|
|
@@ -296,9 +256,7 @@ class GrafanaArgs:
|
|
|
296
256
|
@pulumi.getter(name="terminationProtection")
|
|
297
257
|
def termination_protection(self) -> Optional[pulumi.Input[bool]]:
|
|
298
258
|
"""
|
|
299
|
-
Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
|
|
300
|
-
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
301
|
-
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
259
|
+
Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
302
260
|
"""
|
|
303
261
|
return pulumi.get(self, "termination_protection")
|
|
304
262
|
|
|
@@ -319,7 +277,6 @@ class _GrafanaState:
|
|
|
319
277
|
disk_space_step: Optional[pulumi.Input[str]] = None,
|
|
320
278
|
disk_space_used: Optional[pulumi.Input[str]] = None,
|
|
321
279
|
grafana_user_config: Optional[pulumi.Input['GrafanaGrafanaUserConfigArgs']] = None,
|
|
322
|
-
grafanas: Optional[pulumi.Input[Sequence[pulumi.Input['GrafanaGrafanaArgs']]]] = None,
|
|
323
280
|
maintenance_window_dow: Optional[pulumi.Input[str]] = None,
|
|
324
281
|
maintenance_window_time: Optional[pulumi.Input[str]] = None,
|
|
325
282
|
plan: Optional[pulumi.Input[str]] = None,
|
|
@@ -340,57 +297,33 @@ class _GrafanaState:
|
|
|
340
297
|
termination_protection: Optional[pulumi.Input[bool]] = None):
|
|
341
298
|
"""
|
|
342
299
|
Input properties used for looking up and filtering Grafana resources.
|
|
343
|
-
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
344
|
-
|
|
345
|
-
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
|
|
346
|
-
created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
|
|
347
|
-
provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
|
|
348
|
-
are documented on each Cloud provider's own support articles, like [here for
|
|
349
|
-
Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
|
|
350
|
-
AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
300
|
+
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
301
|
+
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
351
302
|
:param pulumi.Input[Sequence[pulumi.Input['GrafanaComponentArgs']]] components: Service component information objects
|
|
352
|
-
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
353
|
-
will result in the service rebalancing.
|
|
303
|
+
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
354
304
|
:param pulumi.Input[str] disk_space_cap: The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
355
|
-
:param pulumi.Input[str] disk_space_default: The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
356
|
-
|
|
357
|
-
:param pulumi.Input[str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the
|
|
358
|
-
project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
305
|
+
:param pulumi.Input[str] disk_space_default: The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
|
|
306
|
+
:param pulumi.Input[str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
359
307
|
:param pulumi.Input[str] disk_space_used: Disk space that service is currently using
|
|
360
308
|
:param pulumi.Input['GrafanaGrafanaUserConfigArgs'] grafana_user_config: Grafana user configurable settings
|
|
361
|
-
:param pulumi.Input[Sequence[pulumi.Input['GrafanaGrafanaArgs']]] grafanas: Grafana server provided values
|
|
362
309
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
363
310
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
364
|
-
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
|
|
365
|
-
|
|
366
|
-
|
|
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. Changing this property forces recreation of the resource.
|
|
372
|
-
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
373
|
-
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
374
|
-
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
375
|
-
servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
311
|
+
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
312
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
313
|
+
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
376
314
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
377
315
|
:param pulumi.Input[Sequence[pulumi.Input['GrafanaServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
378
|
-
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
379
|
-
service so name should be picked based on intended service usage rather than current attributes.
|
|
316
|
+
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
380
317
|
:param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
|
|
381
318
|
:param pulumi.Input[int] service_port: The port of the service
|
|
382
319
|
:param pulumi.Input[str] service_type: Aiven internal service type code
|
|
383
320
|
:param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
384
321
|
:param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
|
|
385
322
|
:param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
386
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
|
|
387
|
-
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
323
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
388
324
|
:param pulumi.Input[Sequence[pulumi.Input['GrafanaTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
389
|
-
:param pulumi.Input[Sequence[pulumi.Input['GrafanaTechEmailArgs']]] tech_emails:
|
|
390
|
-
|
|
391
|
-
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
|
|
392
|
-
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
393
|
-
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
325
|
+
:param pulumi.Input[Sequence[pulumi.Input['GrafanaTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
326
|
+
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
394
327
|
"""
|
|
395
328
|
if additional_disk_space is not None:
|
|
396
329
|
pulumi.set(__self__, "additional_disk_space", additional_disk_space)
|
|
@@ -413,8 +346,6 @@ class _GrafanaState:
|
|
|
413
346
|
pulumi.set(__self__, "disk_space_used", disk_space_used)
|
|
414
347
|
if grafana_user_config is not None:
|
|
415
348
|
pulumi.set(__self__, "grafana_user_config", grafana_user_config)
|
|
416
|
-
if grafanas is not None:
|
|
417
|
-
pulumi.set(__self__, "grafanas", grafanas)
|
|
418
349
|
if maintenance_window_dow is not None:
|
|
419
350
|
pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
|
|
420
351
|
if maintenance_window_time is not None:
|
|
@@ -456,8 +387,7 @@ class _GrafanaState:
|
|
|
456
387
|
@pulumi.getter(name="additionalDiskSpace")
|
|
457
388
|
def additional_disk_space(self) -> Optional[pulumi.Input[str]]:
|
|
458
389
|
"""
|
|
459
|
-
Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
460
|
-
reducing will result in the service rebalancing.
|
|
390
|
+
Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
461
391
|
"""
|
|
462
392
|
return pulumi.get(self, "additional_disk_space")
|
|
463
393
|
|
|
@@ -469,12 +399,7 @@ class _GrafanaState:
|
|
|
469
399
|
@pulumi.getter(name="cloudName")
|
|
470
400
|
def cloud_name(self) -> Optional[pulumi.Input[str]]:
|
|
471
401
|
"""
|
|
472
|
-
Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
|
|
473
|
-
created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
|
|
474
|
-
provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
|
|
475
|
-
are documented on each Cloud provider's own support articles, like [here for
|
|
476
|
-
Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
|
|
477
|
-
AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
402
|
+
Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
478
403
|
"""
|
|
479
404
|
return pulumi.get(self, "cloud_name")
|
|
480
405
|
|
|
@@ -498,8 +423,7 @@ class _GrafanaState:
|
|
|
498
423
|
@pulumi.getter(name="diskSpace")
|
|
499
424
|
def disk_space(self) -> Optional[pulumi.Input[str]]:
|
|
500
425
|
"""
|
|
501
|
-
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
502
|
-
will result in the service rebalancing.
|
|
426
|
+
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
503
427
|
"""
|
|
504
428
|
warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
|
|
505
429
|
pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
@@ -526,8 +450,7 @@ class _GrafanaState:
|
|
|
526
450
|
@pulumi.getter(name="diskSpaceDefault")
|
|
527
451
|
def disk_space_default(self) -> Optional[pulumi.Input[str]]:
|
|
528
452
|
"""
|
|
529
|
-
The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
530
|
-
Its also the minimum value for `disk_space`
|
|
453
|
+
The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
|
|
531
454
|
"""
|
|
532
455
|
return pulumi.get(self, "disk_space_default")
|
|
533
456
|
|
|
@@ -539,8 +462,7 @@ class _GrafanaState:
|
|
|
539
462
|
@pulumi.getter(name="diskSpaceStep")
|
|
540
463
|
def disk_space_step(self) -> Optional[pulumi.Input[str]]:
|
|
541
464
|
"""
|
|
542
|
-
The default disk space step of the service, possible values depend on the service type, the cloud provider and the
|
|
543
|
-
project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
465
|
+
The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
544
466
|
"""
|
|
545
467
|
return pulumi.get(self, "disk_space_step")
|
|
546
468
|
|
|
@@ -572,18 +494,6 @@ class _GrafanaState:
|
|
|
572
494
|
def grafana_user_config(self, value: Optional[pulumi.Input['GrafanaGrafanaUserConfigArgs']]):
|
|
573
495
|
pulumi.set(self, "grafana_user_config", value)
|
|
574
496
|
|
|
575
|
-
@property
|
|
576
|
-
@pulumi.getter
|
|
577
|
-
def grafanas(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GrafanaGrafanaArgs']]]]:
|
|
578
|
-
"""
|
|
579
|
-
Grafana server provided values
|
|
580
|
-
"""
|
|
581
|
-
return pulumi.get(self, "grafanas")
|
|
582
|
-
|
|
583
|
-
@grafanas.setter
|
|
584
|
-
def grafanas(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['GrafanaGrafanaArgs']]]]):
|
|
585
|
-
pulumi.set(self, "grafanas", value)
|
|
586
|
-
|
|
587
497
|
@property
|
|
588
498
|
@pulumi.getter(name="maintenanceWindowDow")
|
|
589
499
|
def maintenance_window_dow(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -612,12 +522,7 @@ class _GrafanaState:
|
|
|
612
522
|
@pulumi.getter
|
|
613
523
|
def plan(self) -> Optional[pulumi.Input[str]]:
|
|
614
524
|
"""
|
|
615
|
-
Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
|
|
616
|
-
are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
|
|
617
|
-
store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
|
|
618
|
-
`hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
|
|
619
|
-
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
620
|
-
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
525
|
+
Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
621
526
|
"""
|
|
622
527
|
return pulumi.get(self, "plan")
|
|
623
528
|
|
|
@@ -629,8 +534,7 @@ class _GrafanaState:
|
|
|
629
534
|
@pulumi.getter
|
|
630
535
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
631
536
|
"""
|
|
632
|
-
|
|
633
|
-
reference. Changing this property forces recreation of the resource.
|
|
537
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
634
538
|
"""
|
|
635
539
|
return pulumi.get(self, "project")
|
|
636
540
|
|
|
@@ -642,10 +546,7 @@ class _GrafanaState:
|
|
|
642
546
|
@pulumi.getter(name="projectVpcId")
|
|
643
547
|
def project_vpc_id(self) -> Optional[pulumi.Input[str]]:
|
|
644
548
|
"""
|
|
645
|
-
Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
646
|
-
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
647
|
-
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
648
|
-
servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
549
|
+
Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
649
550
|
"""
|
|
650
551
|
return pulumi.get(self, "project_vpc_id")
|
|
651
552
|
|
|
@@ -681,8 +582,7 @@ class _GrafanaState:
|
|
|
681
582
|
@pulumi.getter(name="serviceName")
|
|
682
583
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
683
584
|
"""
|
|
684
|
-
Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
685
|
-
service so name should be picked based on intended service usage rather than current attributes.
|
|
585
|
+
Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
686
586
|
"""
|
|
687
587
|
return pulumi.get(self, "service_name")
|
|
688
588
|
|
|
@@ -766,8 +666,7 @@ class _GrafanaState:
|
|
|
766
666
|
@pulumi.getter(name="staticIps")
|
|
767
667
|
def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
768
668
|
"""
|
|
769
|
-
Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
|
|
770
|
-
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
669
|
+
Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
771
670
|
"""
|
|
772
671
|
return pulumi.get(self, "static_ips")
|
|
773
672
|
|
|
@@ -791,8 +690,7 @@ class _GrafanaState:
|
|
|
791
690
|
@pulumi.getter(name="techEmails")
|
|
792
691
|
def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GrafanaTechEmailArgs']]]]:
|
|
793
692
|
"""
|
|
794
|
-
|
|
795
|
-
instability.
|
|
693
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
796
694
|
"""
|
|
797
695
|
return pulumi.get(self, "tech_emails")
|
|
798
696
|
|
|
@@ -804,9 +702,7 @@ class _GrafanaState:
|
|
|
804
702
|
@pulumi.getter(name="terminationProtection")
|
|
805
703
|
def termination_protection(self) -> Optional[pulumi.Input[bool]]:
|
|
806
704
|
"""
|
|
807
|
-
Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
|
|
808
|
-
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
809
|
-
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
705
|
+
Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
810
706
|
"""
|
|
811
707
|
return pulumi.get(self, "termination_protection")
|
|
812
708
|
|
|
@@ -868,42 +764,21 @@ class Grafana(pulumi.CustomResource):
|
|
|
868
764
|
|
|
869
765
|
:param str resource_name: The name of the resource.
|
|
870
766
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
871
|
-
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
872
|
-
|
|
873
|
-
:param pulumi.Input[str]
|
|
874
|
-
created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
|
|
875
|
-
provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
|
|
876
|
-
are documented on each Cloud provider's own support articles, like [here for
|
|
877
|
-
Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
|
|
878
|
-
AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
879
|
-
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
880
|
-
will result in the service rebalancing.
|
|
767
|
+
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
768
|
+
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
769
|
+
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
881
770
|
:param pulumi.Input[pulumi.InputType['GrafanaGrafanaUserConfigArgs']] grafana_user_config: Grafana user configurable settings
|
|
882
771
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
883
772
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
884
|
-
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
`hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
|
|
888
|
-
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
889
|
-
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
890
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
891
|
-
reference. Changing this property forces recreation of the resource.
|
|
892
|
-
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
893
|
-
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
894
|
-
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
895
|
-
servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
773
|
+
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
774
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
775
|
+
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
896
776
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GrafanaServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
897
|
-
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
898
|
-
|
|
899
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
|
|
900
|
-
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
777
|
+
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
778
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
901
779
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GrafanaTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
902
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GrafanaTechEmailArgs']]]] tech_emails:
|
|
903
|
-
|
|
904
|
-
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
|
|
905
|
-
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
906
|
-
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
780
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GrafanaTechEmailArgs']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
781
|
+
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
907
782
|
"""
|
|
908
783
|
...
|
|
909
784
|
@overload
|
|
@@ -1004,7 +879,6 @@ class Grafana(pulumi.CustomResource):
|
|
|
1004
879
|
__props__.__dict__["disk_space_default"] = None
|
|
1005
880
|
__props__.__dict__["disk_space_step"] = None
|
|
1006
881
|
__props__.__dict__["disk_space_used"] = None
|
|
1007
|
-
__props__.__dict__["grafanas"] = None
|
|
1008
882
|
__props__.__dict__["service_host"] = None
|
|
1009
883
|
__props__.__dict__["service_password"] = None
|
|
1010
884
|
__props__.__dict__["service_port"] = None
|
|
@@ -1033,7 +907,6 @@ class Grafana(pulumi.CustomResource):
|
|
|
1033
907
|
disk_space_step: Optional[pulumi.Input[str]] = None,
|
|
1034
908
|
disk_space_used: Optional[pulumi.Input[str]] = None,
|
|
1035
909
|
grafana_user_config: Optional[pulumi.Input[pulumi.InputType['GrafanaGrafanaUserConfigArgs']]] = None,
|
|
1036
|
-
grafanas: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GrafanaGrafanaArgs']]]]] = None,
|
|
1037
910
|
maintenance_window_dow: Optional[pulumi.Input[str]] = None,
|
|
1038
911
|
maintenance_window_time: Optional[pulumi.Input[str]] = None,
|
|
1039
912
|
plan: Optional[pulumi.Input[str]] = None,
|
|
@@ -1059,57 +932,33 @@ class Grafana(pulumi.CustomResource):
|
|
|
1059
932
|
:param str resource_name: The unique name of the resulting resource.
|
|
1060
933
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
1061
934
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1062
|
-
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
1063
|
-
|
|
1064
|
-
: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
|
|
1065
|
-
created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
|
|
1066
|
-
provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
|
|
1067
|
-
are documented on each Cloud provider's own support articles, like [here for
|
|
1068
|
-
Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
|
|
1069
|
-
AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
935
|
+
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
936
|
+
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
1070
937
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GrafanaComponentArgs']]]] components: Service component information objects
|
|
1071
|
-
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
1072
|
-
will result in the service rebalancing.
|
|
938
|
+
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
1073
939
|
:param pulumi.Input[str] disk_space_cap: The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
1074
|
-
: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.
|
|
1075
|
-
|
|
1076
|
-
: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
|
|
1077
|
-
project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
940
|
+
:param pulumi.Input[str] disk_space_default: The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
|
|
941
|
+
:param pulumi.Input[str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
1078
942
|
:param pulumi.Input[str] disk_space_used: Disk space that service is currently using
|
|
1079
943
|
:param pulumi.Input[pulumi.InputType['GrafanaGrafanaUserConfigArgs']] grafana_user_config: Grafana user configurable settings
|
|
1080
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GrafanaGrafanaArgs']]]] grafanas: Grafana server provided values
|
|
1081
944
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
1082
945
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
1083
|
-
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
`hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
|
|
1087
|
-
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
1088
|
-
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1089
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1090
|
-
reference. Changing this property forces recreation of the resource.
|
|
1091
|
-
: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
|
|
1092
|
-
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
1093
|
-
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
1094
|
-
servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
946
|
+
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
947
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
948
|
+
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
1095
949
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
1096
950
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GrafanaServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
1097
|
-
: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
|
|
1098
|
-
service so name should be picked based on intended service usage rather than current attributes.
|
|
951
|
+
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
1099
952
|
:param pulumi.Input[str] service_password: Password used for connecting to the service, if applicable
|
|
1100
953
|
:param pulumi.Input[int] service_port: The port of the service
|
|
1101
954
|
:param pulumi.Input[str] service_type: Aiven internal service type code
|
|
1102
955
|
:param pulumi.Input[str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
1103
956
|
:param pulumi.Input[str] service_username: Username used for connecting to the service, if applicable
|
|
1104
957
|
:param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
1105
|
-
: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
|
|
1106
|
-
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
958
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
1107
959
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GrafanaTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
1108
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GrafanaTechEmailArgs']]]] tech_emails:
|
|
1109
|
-
|
|
1110
|
-
: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
|
|
1111
|
-
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
1112
|
-
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
960
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['GrafanaTechEmailArgs']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
961
|
+
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
1113
962
|
"""
|
|
1114
963
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
1115
964
|
|
|
@@ -1124,7 +973,6 @@ class Grafana(pulumi.CustomResource):
|
|
|
1124
973
|
__props__.__dict__["disk_space_step"] = disk_space_step
|
|
1125
974
|
__props__.__dict__["disk_space_used"] = disk_space_used
|
|
1126
975
|
__props__.__dict__["grafana_user_config"] = grafana_user_config
|
|
1127
|
-
__props__.__dict__["grafanas"] = grafanas
|
|
1128
976
|
__props__.__dict__["maintenance_window_dow"] = maintenance_window_dow
|
|
1129
977
|
__props__.__dict__["maintenance_window_time"] = maintenance_window_time
|
|
1130
978
|
__props__.__dict__["plan"] = plan
|
|
@@ -1149,8 +997,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
1149
997
|
@pulumi.getter(name="additionalDiskSpace")
|
|
1150
998
|
def additional_disk_space(self) -> pulumi.Output[Optional[str]]:
|
|
1151
999
|
"""
|
|
1152
|
-
Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
1153
|
-
reducing will result in the service rebalancing.
|
|
1000
|
+
Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
1154
1001
|
"""
|
|
1155
1002
|
return pulumi.get(self, "additional_disk_space")
|
|
1156
1003
|
|
|
@@ -1158,12 +1005,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
1158
1005
|
@pulumi.getter(name="cloudName")
|
|
1159
1006
|
def cloud_name(self) -> pulumi.Output[Optional[str]]:
|
|
1160
1007
|
"""
|
|
1161
|
-
Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is
|
|
1162
|
-
created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud
|
|
1163
|
-
provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These
|
|
1164
|
-
are documented on each Cloud provider's own support articles, like [here for
|
|
1165
|
-
Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for
|
|
1166
|
-
AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
1008
|
+
Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
1167
1009
|
"""
|
|
1168
1010
|
return pulumi.get(self, "cloud_name")
|
|
1169
1011
|
|
|
@@ -1179,8 +1021,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
1179
1021
|
@pulumi.getter(name="diskSpace")
|
|
1180
1022
|
def disk_space(self) -> pulumi.Output[Optional[str]]:
|
|
1181
1023
|
"""
|
|
1182
|
-
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
1183
|
-
will result in the service rebalancing.
|
|
1024
|
+
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
1184
1025
|
"""
|
|
1185
1026
|
warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
|
|
1186
1027
|
pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
@@ -1199,8 +1040,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
1199
1040
|
@pulumi.getter(name="diskSpaceDefault")
|
|
1200
1041
|
def disk_space_default(self) -> pulumi.Output[str]:
|
|
1201
1042
|
"""
|
|
1202
|
-
The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
1203
|
-
Its also the minimum value for `disk_space`
|
|
1043
|
+
The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
|
|
1204
1044
|
"""
|
|
1205
1045
|
return pulumi.get(self, "disk_space_default")
|
|
1206
1046
|
|
|
@@ -1208,8 +1048,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
1208
1048
|
@pulumi.getter(name="diskSpaceStep")
|
|
1209
1049
|
def disk_space_step(self) -> pulumi.Output[str]:
|
|
1210
1050
|
"""
|
|
1211
|
-
The default disk space step of the service, possible values depend on the service type, the cloud provider and the
|
|
1212
|
-
project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
1051
|
+
The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
1213
1052
|
"""
|
|
1214
1053
|
return pulumi.get(self, "disk_space_step")
|
|
1215
1054
|
|
|
@@ -1229,14 +1068,6 @@ class Grafana(pulumi.CustomResource):
|
|
|
1229
1068
|
"""
|
|
1230
1069
|
return pulumi.get(self, "grafana_user_config")
|
|
1231
1070
|
|
|
1232
|
-
@property
|
|
1233
|
-
@pulumi.getter
|
|
1234
|
-
def grafanas(self) -> pulumi.Output[Sequence['outputs.GrafanaGrafana']]:
|
|
1235
|
-
"""
|
|
1236
|
-
Grafana server provided values
|
|
1237
|
-
"""
|
|
1238
|
-
return pulumi.get(self, "grafanas")
|
|
1239
|
-
|
|
1240
1071
|
@property
|
|
1241
1072
|
@pulumi.getter(name="maintenanceWindowDow")
|
|
1242
1073
|
def maintenance_window_dow(self) -> pulumi.Output[Optional[str]]:
|
|
@@ -1257,12 +1088,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
1257
1088
|
@pulumi.getter
|
|
1258
1089
|
def plan(self) -> pulumi.Output[str]:
|
|
1259
1090
|
"""
|
|
1260
|
-
Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
|
|
1261
|
-
are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
|
|
1262
|
-
store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
|
|
1263
|
-
`hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
|
|
1264
|
-
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
1265
|
-
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1091
|
+
Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1266
1092
|
"""
|
|
1267
1093
|
return pulumi.get(self, "plan")
|
|
1268
1094
|
|
|
@@ -1270,8 +1096,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
1270
1096
|
@pulumi.getter
|
|
1271
1097
|
def project(self) -> pulumi.Output[str]:
|
|
1272
1098
|
"""
|
|
1273
|
-
|
|
1274
|
-
reference. Changing this property forces recreation of the resource.
|
|
1099
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
1275
1100
|
"""
|
|
1276
1101
|
return pulumi.get(self, "project")
|
|
1277
1102
|
|
|
@@ -1279,10 +1104,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
1279
1104
|
@pulumi.getter(name="projectVpcId")
|
|
1280
1105
|
def project_vpc_id(self) -> pulumi.Output[Optional[str]]:
|
|
1281
1106
|
"""
|
|
1282
|
-
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
|
|
1283
|
-
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
1284
|
-
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
1285
|
-
servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
1107
|
+
Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
1286
1108
|
"""
|
|
1287
1109
|
return pulumi.get(self, "project_vpc_id")
|
|
1288
1110
|
|
|
@@ -1306,8 +1128,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
1306
1128
|
@pulumi.getter(name="serviceName")
|
|
1307
1129
|
def service_name(self) -> pulumi.Output[str]:
|
|
1308
1130
|
"""
|
|
1309
|
-
Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
1310
|
-
service so name should be picked based on intended service usage rather than current attributes.
|
|
1131
|
+
Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
1311
1132
|
"""
|
|
1312
1133
|
return pulumi.get(self, "service_name")
|
|
1313
1134
|
|
|
@@ -1363,8 +1184,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
1363
1184
|
@pulumi.getter(name="staticIps")
|
|
1364
1185
|
def static_ips(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
1365
1186
|
"""
|
|
1366
|
-
Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
|
|
1367
|
-
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
1187
|
+
Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
1368
1188
|
"""
|
|
1369
1189
|
return pulumi.get(self, "static_ips")
|
|
1370
1190
|
|
|
@@ -1380,8 +1200,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
1380
1200
|
@pulumi.getter(name="techEmails")
|
|
1381
1201
|
def tech_emails(self) -> pulumi.Output[Optional[Sequence['outputs.GrafanaTechEmail']]]:
|
|
1382
1202
|
"""
|
|
1383
|
-
|
|
1384
|
-
instability.
|
|
1203
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
1385
1204
|
"""
|
|
1386
1205
|
return pulumi.get(self, "tech_emails")
|
|
1387
1206
|
|
|
@@ -1389,9 +1208,7 @@ class Grafana(pulumi.CustomResource):
|
|
|
1389
1208
|
@pulumi.getter(name="terminationProtection")
|
|
1390
1209
|
def termination_protection(self) -> pulumi.Output[Optional[bool]]:
|
|
1391
1210
|
"""
|
|
1392
|
-
Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
|
|
1393
|
-
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
1394
|
-
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
1211
|
+
Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
1395
1212
|
"""
|
|
1396
1213
|
return pulumi.get(self, "termination_protection")
|
|
1397
1214
|
|