pulumi-aiven 6.43.0a1756184863__py3-none-any.whl → 6.43.0a1756506060__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/influx_db.py +85 -275
- pulumi_aiven/influxdb_database.py +14 -28
- pulumi_aiven/influxdb_user.py +21 -42
- pulumi_aiven/pulumi-plugin.json +1 -1
- {pulumi_aiven-6.43.0a1756184863.dist-info → pulumi_aiven-6.43.0a1756506060.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.43.0a1756184863.dist-info → pulumi_aiven-6.43.0a1756506060.dist-info}/RECORD +8 -8
- {pulumi_aiven-6.43.0a1756184863.dist-info → pulumi_aiven-6.43.0a1756506060.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.43.0a1756184863.dist-info → pulumi_aiven-6.43.0a1756506060.dist-info}/top_level.txt +0 -0
pulumi_aiven/influx_db.py
CHANGED
|
@@ -39,48 +39,22 @@ class InfluxDbArgs:
|
|
|
39
39
|
termination_protection: Optional[pulumi.Input[_builtins.bool]] = None):
|
|
40
40
|
"""
|
|
41
41
|
The set of arguments for constructing a InfluxDb resource.
|
|
42
|
-
:param pulumi.Input[_builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
:param pulumi.Input[
|
|
49
|
-
reference. Changing this property forces recreation of the resource.
|
|
50
|
-
:param pulumi.Input[_builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
51
|
-
service so name should be picked based on intended service usage rather than current attributes.
|
|
52
|
-
:param pulumi.Input[_builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your
|
|
53
|
-
service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
|
|
54
|
-
service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler
|
|
55
|
-
integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without
|
|
56
|
-
causing any changes.
|
|
57
|
-
:param pulumi.Input[_builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
|
|
58
|
-
`google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
|
|
59
|
-
per project and service. Changing this value [migrates the service to another cloud provider or
|
|
60
|
-
region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and
|
|
61
|
-
includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases
|
|
62
|
-
may have a brief interruption during DNS propagation.
|
|
63
|
-
:param pulumi.Input[_builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
64
|
-
will result in the service rebalancing.
|
|
65
|
-
:param pulumi.Input['InfluxDbInfluxdbUserConfigArgs'] influxdb_user_config: Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default.
|
|
66
|
-
Options that you add cannot be removed later
|
|
42
|
+
:param pulumi.Input[_builtins.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[_builtins.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[_builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
45
|
+
:param pulumi.Input[_builtins.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 without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
|
|
46
|
+
:param pulumi.Input[_builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
|
|
47
|
+
:param pulumi.Input[_builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
48
|
+
:param pulumi.Input['InfluxDbInfluxdbUserConfigArgs'] influxdb_user_config: Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
67
49
|
:param pulumi.Input[Sequence[pulumi.Input['InfluxDbInfluxdbArgs']]] influxdbs: InfluxDB server provided values
|
|
68
50
|
:param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
69
51
|
:param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
70
|
-
:param pulumi.Input[_builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set,
|
|
71
|
-
the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and
|
|
72
|
-
region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers
|
|
73
|
-
migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of
|
|
74
|
-
data.
|
|
52
|
+
:param pulumi.Input[_builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. 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. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
75
53
|
:param pulumi.Input[Sequence[pulumi.Input['InfluxDbServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
76
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
|
|
77
|
-
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
54
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.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
|
|
78
55
|
:param pulumi.Input[Sequence[pulumi.Input['InfluxDbTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
79
|
-
:param pulumi.Input[Sequence[pulumi.Input['InfluxDbTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
|
|
80
|
-
|
|
81
|
-
:param pulumi.Input[_builtins.bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
|
|
82
|
-
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
83
|
-
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
56
|
+
:param pulumi.Input[Sequence[pulumi.Input['InfluxDbTechEmailArgs']]] 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[_builtins.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.
|
|
84
58
|
"""
|
|
85
59
|
pulumi.set(__self__, "plan", plan)
|
|
86
60
|
pulumi.set(__self__, "project", project)
|
|
@@ -119,12 +93,7 @@ class InfluxDbArgs:
|
|
|
119
93
|
@pulumi.getter
|
|
120
94
|
def plan(self) -> pulumi.Input[_builtins.str]:
|
|
121
95
|
"""
|
|
122
|
-
Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
|
|
123
|
-
are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
|
|
124
|
-
store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
|
|
125
|
-
`hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
|
|
126
|
-
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
127
|
-
options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
96
|
+
Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
128
97
|
"""
|
|
129
98
|
return pulumi.get(self, "plan")
|
|
130
99
|
|
|
@@ -136,8 +105,7 @@ class InfluxDbArgs:
|
|
|
136
105
|
@pulumi.getter
|
|
137
106
|
def project(self) -> pulumi.Input[_builtins.str]:
|
|
138
107
|
"""
|
|
139
|
-
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
140
|
-
reference. Changing this property forces recreation of the resource.
|
|
108
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
141
109
|
"""
|
|
142
110
|
return pulumi.get(self, "project")
|
|
143
111
|
|
|
@@ -149,8 +117,7 @@ class InfluxDbArgs:
|
|
|
149
117
|
@pulumi.getter(name="serviceName")
|
|
150
118
|
def service_name(self) -> pulumi.Input[_builtins.str]:
|
|
151
119
|
"""
|
|
152
|
-
Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
153
|
-
service so name should be picked based on intended service usage rather than current attributes.
|
|
120
|
+
Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
154
121
|
"""
|
|
155
122
|
return pulumi.get(self, "service_name")
|
|
156
123
|
|
|
@@ -162,11 +129,7 @@ class InfluxDbArgs:
|
|
|
162
129
|
@pulumi.getter(name="additionalDiskSpace")
|
|
163
130
|
def additional_disk_space(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
164
131
|
"""
|
|
165
|
-
Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30
|
|
166
|
-
service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
|
|
167
|
-
service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler
|
|
168
|
-
integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without
|
|
169
|
-
causing any changes.
|
|
132
|
+
Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
|
|
170
133
|
"""
|
|
171
134
|
return pulumi.get(self, "additional_disk_space")
|
|
172
135
|
|
|
@@ -178,12 +141,7 @@ class InfluxDbArgs:
|
|
|
178
141
|
@pulumi.getter(name="cloudName")
|
|
179
142
|
def cloud_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
180
143
|
"""
|
|
181
|
-
The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
|
|
182
|
-
`google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
|
|
183
|
-
per project and service. Changing this value [migrates the service to another cloud provider or
|
|
184
|
-
region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and
|
|
185
|
-
includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases
|
|
186
|
-
may have a brief interruption during DNS propagation.
|
|
144
|
+
The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
|
|
187
145
|
"""
|
|
188
146
|
return pulumi.get(self, "cloud_name")
|
|
189
147
|
|
|
@@ -196,8 +154,7 @@ class InfluxDbArgs:
|
|
|
196
154
|
@_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
197
155
|
def disk_space(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
198
156
|
"""
|
|
199
|
-
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
200
|
-
will result in the service rebalancing.
|
|
157
|
+
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
201
158
|
"""
|
|
202
159
|
return pulumi.get(self, "disk_space")
|
|
203
160
|
|
|
@@ -209,8 +166,7 @@ class InfluxDbArgs:
|
|
|
209
166
|
@pulumi.getter(name="influxdbUserConfig")
|
|
210
167
|
def influxdb_user_config(self) -> Optional[pulumi.Input['InfluxDbInfluxdbUserConfigArgs']]:
|
|
211
168
|
"""
|
|
212
|
-
Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default.
|
|
213
|
-
Options that you add cannot be removed later
|
|
169
|
+
Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
214
170
|
"""
|
|
215
171
|
return pulumi.get(self, "influxdb_user_config")
|
|
216
172
|
|
|
@@ -258,11 +214,7 @@ class InfluxDbArgs:
|
|
|
258
214
|
@pulumi.getter(name="projectVpcId")
|
|
259
215
|
def project_vpc_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
260
216
|
"""
|
|
261
|
-
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set,
|
|
262
|
-
the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and
|
|
263
|
-
region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers
|
|
264
|
-
migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of
|
|
265
|
-
data.
|
|
217
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. 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. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
266
218
|
"""
|
|
267
219
|
return pulumi.get(self, "project_vpc_id")
|
|
268
220
|
|
|
@@ -286,8 +238,7 @@ class InfluxDbArgs:
|
|
|
286
238
|
@pulumi.getter(name="staticIps")
|
|
287
239
|
def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
288
240
|
"""
|
|
289
|
-
Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
|
|
290
|
-
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
241
|
+
Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
291
242
|
"""
|
|
292
243
|
return pulumi.get(self, "static_ips")
|
|
293
244
|
|
|
@@ -311,8 +262,7 @@ class InfluxDbArgs:
|
|
|
311
262
|
@pulumi.getter(name="techEmails")
|
|
312
263
|
def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InfluxDbTechEmailArgs']]]]:
|
|
313
264
|
"""
|
|
314
|
-
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
|
|
315
|
-
important alerts and updates about this service. You can also set email contacts at the project level.
|
|
265
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
316
266
|
"""
|
|
317
267
|
return pulumi.get(self, "tech_emails")
|
|
318
268
|
|
|
@@ -324,9 +274,7 @@ class InfluxDbArgs:
|
|
|
324
274
|
@pulumi.getter(name="terminationProtection")
|
|
325
275
|
def termination_protection(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
326
276
|
"""
|
|
327
|
-
Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
|
|
328
|
-
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
329
|
-
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
277
|
+
Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
330
278
|
"""
|
|
331
279
|
return pulumi.get(self, "termination_protection")
|
|
332
280
|
|
|
@@ -368,61 +316,33 @@ class _InfluxDbState:
|
|
|
368
316
|
termination_protection: Optional[pulumi.Input[_builtins.bool]] = None):
|
|
369
317
|
"""
|
|
370
318
|
Input properties used for looking up and filtering InfluxDb resources.
|
|
371
|
-
:param pulumi.Input[_builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30
|
|
372
|
-
|
|
373
|
-
service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler
|
|
374
|
-
integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without
|
|
375
|
-
causing any changes.
|
|
376
|
-
:param pulumi.Input[_builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
|
|
377
|
-
`google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
|
|
378
|
-
per project and service. Changing this value [migrates the service to another cloud provider or
|
|
379
|
-
region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and
|
|
380
|
-
includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases
|
|
381
|
-
may have a brief interruption during DNS propagation.
|
|
319
|
+
:param pulumi.Input[_builtins.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 without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
|
|
320
|
+
:param pulumi.Input[_builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
|
|
382
321
|
:param pulumi.Input[Sequence[pulumi.Input['InfluxDbComponentArgs']]] components: Service component information objects
|
|
383
|
-
:param pulumi.Input[_builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
384
|
-
will result in the service rebalancing.
|
|
322
|
+
:param pulumi.Input[_builtins.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.
|
|
385
323
|
:param pulumi.Input[_builtins.str] disk_space_cap: The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
386
|
-
:param pulumi.Input[_builtins.str] disk_space_default: The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
387
|
-
|
|
388
|
-
:param pulumi.Input[_builtins.str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the
|
|
389
|
-
project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
324
|
+
:param pulumi.Input[_builtins.str] disk_space_default: The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
|
|
325
|
+
:param pulumi.Input[_builtins.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.
|
|
390
326
|
:param pulumi.Input[_builtins.str] disk_space_used: Disk space that service is currently using
|
|
391
|
-
:param pulumi.Input['InfluxDbInfluxdbUserConfigArgs'] influxdb_user_config: Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default.
|
|
392
|
-
Options that you add cannot be removed later
|
|
327
|
+
:param pulumi.Input['InfluxDbInfluxdbUserConfigArgs'] influxdb_user_config: Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
393
328
|
:param pulumi.Input[Sequence[pulumi.Input['InfluxDbInfluxdbArgs']]] influxdbs: InfluxDB server provided values
|
|
394
329
|
:param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
395
330
|
:param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
396
|
-
:param pulumi.Input[_builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
`hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
|
|
400
|
-
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
401
|
-
options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
402
|
-
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
403
|
-
reference. Changing this property forces recreation of the resource.
|
|
404
|
-
:param pulumi.Input[_builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set,
|
|
405
|
-
the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and
|
|
406
|
-
region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers
|
|
407
|
-
migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of
|
|
408
|
-
data.
|
|
331
|
+
:param pulumi.Input[_builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
332
|
+
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
333
|
+
:param pulumi.Input[_builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. 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. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
409
334
|
:param pulumi.Input[_builtins.str] service_host: The hostname of the service.
|
|
410
335
|
:param pulumi.Input[Sequence[pulumi.Input['InfluxDbServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
411
|
-
:param pulumi.Input[_builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
412
|
-
service so name should be picked based on intended service usage rather than current attributes.
|
|
336
|
+
:param pulumi.Input[_builtins.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.
|
|
413
337
|
:param pulumi.Input[_builtins.str] service_password: Password used for connecting to the service, if applicable
|
|
414
338
|
:param pulumi.Input[_builtins.int] service_port: The port of the service
|
|
415
339
|
:param pulumi.Input[_builtins.str] service_type: Aiven internal service type code
|
|
416
340
|
:param pulumi.Input[_builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
417
341
|
:param pulumi.Input[_builtins.str] service_username: Username used for connecting to the service, if applicable
|
|
418
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
|
|
419
|
-
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
342
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.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
|
|
420
343
|
:param pulumi.Input[Sequence[pulumi.Input['InfluxDbTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
421
|
-
:param pulumi.Input[Sequence[pulumi.Input['InfluxDbTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
|
|
422
|
-
|
|
423
|
-
:param pulumi.Input[_builtins.bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
|
|
424
|
-
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
425
|
-
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
344
|
+
:param pulumi.Input[Sequence[pulumi.Input['InfluxDbTechEmailArgs']]] 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.
|
|
345
|
+
:param pulumi.Input[_builtins.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.
|
|
426
346
|
"""
|
|
427
347
|
if additional_disk_space is not None:
|
|
428
348
|
pulumi.set(__self__, "additional_disk_space", additional_disk_space)
|
|
@@ -491,11 +411,7 @@ class _InfluxDbState:
|
|
|
491
411
|
@pulumi.getter(name="additionalDiskSpace")
|
|
492
412
|
def additional_disk_space(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
493
413
|
"""
|
|
494
|
-
Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30
|
|
495
|
-
service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
|
|
496
|
-
service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler
|
|
497
|
-
integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without
|
|
498
|
-
causing any changes.
|
|
414
|
+
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 without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
|
|
499
415
|
"""
|
|
500
416
|
return pulumi.get(self, "additional_disk_space")
|
|
501
417
|
|
|
@@ -507,12 +423,7 @@ class _InfluxDbState:
|
|
|
507
423
|
@pulumi.getter(name="cloudName")
|
|
508
424
|
def cloud_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
509
425
|
"""
|
|
510
|
-
The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
|
|
511
|
-
`google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
|
|
512
|
-
per project and service. Changing this value [migrates the service to another cloud provider or
|
|
513
|
-
region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and
|
|
514
|
-
includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases
|
|
515
|
-
may have a brief interruption during DNS propagation.
|
|
426
|
+
The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
|
|
516
427
|
"""
|
|
517
428
|
return pulumi.get(self, "cloud_name")
|
|
518
429
|
|
|
@@ -537,8 +448,7 @@ class _InfluxDbState:
|
|
|
537
448
|
@_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.""")
|
|
538
449
|
def disk_space(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
539
450
|
"""
|
|
540
|
-
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
541
|
-
will result in the service rebalancing.
|
|
451
|
+
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
542
452
|
"""
|
|
543
453
|
return pulumi.get(self, "disk_space")
|
|
544
454
|
|
|
@@ -562,8 +472,7 @@ class _InfluxDbState:
|
|
|
562
472
|
@pulumi.getter(name="diskSpaceDefault")
|
|
563
473
|
def disk_space_default(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
564
474
|
"""
|
|
565
|
-
The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
566
|
-
Its also the minimum value for `disk_space`
|
|
475
|
+
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`
|
|
567
476
|
"""
|
|
568
477
|
return pulumi.get(self, "disk_space_default")
|
|
569
478
|
|
|
@@ -575,8 +484,7 @@ class _InfluxDbState:
|
|
|
575
484
|
@pulumi.getter(name="diskSpaceStep")
|
|
576
485
|
def disk_space_step(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
577
486
|
"""
|
|
578
|
-
The default disk space step of the service, possible values depend on the service type, the cloud provider and the
|
|
579
|
-
project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
487
|
+
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.
|
|
580
488
|
"""
|
|
581
489
|
return pulumi.get(self, "disk_space_step")
|
|
582
490
|
|
|
@@ -601,8 +509,7 @@ class _InfluxDbState:
|
|
|
601
509
|
@pulumi.getter(name="influxdbUserConfig")
|
|
602
510
|
def influxdb_user_config(self) -> Optional[pulumi.Input['InfluxDbInfluxdbUserConfigArgs']]:
|
|
603
511
|
"""
|
|
604
|
-
Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default.
|
|
605
|
-
Options that you add cannot be removed later
|
|
512
|
+
Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
606
513
|
"""
|
|
607
514
|
return pulumi.get(self, "influxdb_user_config")
|
|
608
515
|
|
|
@@ -650,12 +557,7 @@ class _InfluxDbState:
|
|
|
650
557
|
@pulumi.getter
|
|
651
558
|
def plan(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
652
559
|
"""
|
|
653
|
-
Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
|
|
654
|
-
are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
|
|
655
|
-
store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
|
|
656
|
-
`hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
|
|
657
|
-
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
658
|
-
options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
560
|
+
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).
|
|
659
561
|
"""
|
|
660
562
|
return pulumi.get(self, "plan")
|
|
661
563
|
|
|
@@ -667,8 +569,7 @@ class _InfluxDbState:
|
|
|
667
569
|
@pulumi.getter
|
|
668
570
|
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
669
571
|
"""
|
|
670
|
-
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
671
|
-
reference. Changing this property forces recreation of the resource.
|
|
572
|
+
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.
|
|
672
573
|
"""
|
|
673
574
|
return pulumi.get(self, "project")
|
|
674
575
|
|
|
@@ -680,11 +581,7 @@ class _InfluxDbState:
|
|
|
680
581
|
@pulumi.getter(name="projectVpcId")
|
|
681
582
|
def project_vpc_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
682
583
|
"""
|
|
683
|
-
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set,
|
|
684
|
-
the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and
|
|
685
|
-
region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers
|
|
686
|
-
migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of
|
|
687
|
-
data.
|
|
584
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. 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. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
688
585
|
"""
|
|
689
586
|
return pulumi.get(self, "project_vpc_id")
|
|
690
587
|
|
|
@@ -720,8 +617,7 @@ class _InfluxDbState:
|
|
|
720
617
|
@pulumi.getter(name="serviceName")
|
|
721
618
|
def service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
722
619
|
"""
|
|
723
|
-
Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
724
|
-
service so name should be picked based on intended service usage rather than current attributes.
|
|
620
|
+
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.
|
|
725
621
|
"""
|
|
726
622
|
return pulumi.get(self, "service_name")
|
|
727
623
|
|
|
@@ -802,8 +698,7 @@ class _InfluxDbState:
|
|
|
802
698
|
@pulumi.getter(name="staticIps")
|
|
803
699
|
def static_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
804
700
|
"""
|
|
805
|
-
Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
|
|
806
|
-
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
701
|
+
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
|
|
807
702
|
"""
|
|
808
703
|
return pulumi.get(self, "static_ips")
|
|
809
704
|
|
|
@@ -827,8 +722,7 @@ class _InfluxDbState:
|
|
|
827
722
|
@pulumi.getter(name="techEmails")
|
|
828
723
|
def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InfluxDbTechEmailArgs']]]]:
|
|
829
724
|
"""
|
|
830
|
-
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
|
|
831
|
-
important alerts and updates about this service. You can also set email contacts at the project level.
|
|
725
|
+
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.
|
|
832
726
|
"""
|
|
833
727
|
return pulumi.get(self, "tech_emails")
|
|
834
728
|
|
|
@@ -840,9 +734,7 @@ class _InfluxDbState:
|
|
|
840
734
|
@pulumi.getter(name="terminationProtection")
|
|
841
735
|
def termination_protection(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
842
736
|
"""
|
|
843
|
-
Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
|
|
844
|
-
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
845
|
-
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
737
|
+
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.
|
|
846
738
|
"""
|
|
847
739
|
return pulumi.get(self, "termination_protection")
|
|
848
740
|
|
|
@@ -878,48 +770,22 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
878
770
|
Create a InfluxDb resource with the given unique name, props, and options.
|
|
879
771
|
:param str resource_name: The name of the resource.
|
|
880
772
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
881
|
-
:param pulumi.Input[_builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
causing any changes.
|
|
886
|
-
:param pulumi.Input[_builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
|
|
887
|
-
`google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
|
|
888
|
-
per project and service. Changing this value [migrates the service to another cloud provider or
|
|
889
|
-
region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and
|
|
890
|
-
includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases
|
|
891
|
-
may have a brief interruption during DNS propagation.
|
|
892
|
-
:param pulumi.Input[_builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
893
|
-
will result in the service rebalancing.
|
|
894
|
-
:param pulumi.Input[Union['InfluxDbInfluxdbUserConfigArgs', 'InfluxDbInfluxdbUserConfigArgsDict']] influxdb_user_config: Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default.
|
|
895
|
-
Options that you add cannot be removed later
|
|
773
|
+
:param pulumi.Input[_builtins.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 without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
|
|
774
|
+
:param pulumi.Input[_builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
|
|
775
|
+
:param pulumi.Input[_builtins.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.
|
|
776
|
+
:param pulumi.Input[Union['InfluxDbInfluxdbUserConfigArgs', 'InfluxDbInfluxdbUserConfigArgsDict']] influxdb_user_config: Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
896
777
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbInfluxdbArgs', 'InfluxDbInfluxdbArgsDict']]]] influxdbs: InfluxDB server provided values
|
|
897
778
|
:param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
898
779
|
:param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
899
|
-
:param pulumi.Input[_builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
`hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
|
|
903
|
-
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
904
|
-
options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
905
|
-
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
906
|
-
reference. Changing this property forces recreation of the resource.
|
|
907
|
-
:param pulumi.Input[_builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set,
|
|
908
|
-
the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and
|
|
909
|
-
region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers
|
|
910
|
-
migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of
|
|
911
|
-
data.
|
|
780
|
+
:param pulumi.Input[_builtins.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).
|
|
781
|
+
:param pulumi.Input[_builtins.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.
|
|
782
|
+
:param pulumi.Input[_builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. 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. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
912
783
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbServiceIntegrationArgs', 'InfluxDbServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
913
|
-
:param pulumi.Input[_builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
914
|
-
|
|
915
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
|
|
916
|
-
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
784
|
+
:param pulumi.Input[_builtins.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.
|
|
785
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.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
|
|
917
786
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTagArgs', 'InfluxDbTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
918
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTechEmailArgs', 'InfluxDbTechEmailArgsDict']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
|
|
919
|
-
|
|
920
|
-
:param pulumi.Input[_builtins.bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
|
|
921
|
-
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
922
|
-
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
787
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTechEmailArgs', 'InfluxDbTechEmailArgsDict']]]] 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.
|
|
788
|
+
:param pulumi.Input[_builtins.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.
|
|
923
789
|
"""
|
|
924
790
|
...
|
|
925
791
|
@overload
|
|
@@ -1050,61 +916,33 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1050
916
|
:param str resource_name: The unique name of the resulting resource.
|
|
1051
917
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
1052
918
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1053
|
-
:param pulumi.Input[_builtins.str] additional_disk_space: Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30
|
|
1054
|
-
|
|
1055
|
-
service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler
|
|
1056
|
-
integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without
|
|
1057
|
-
causing any changes.
|
|
1058
|
-
:param pulumi.Input[_builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
|
|
1059
|
-
`google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
|
|
1060
|
-
per project and service. Changing this value [migrates the service to another cloud provider or
|
|
1061
|
-
region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and
|
|
1062
|
-
includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases
|
|
1063
|
-
may have a brief interruption during DNS propagation.
|
|
919
|
+
:param pulumi.Input[_builtins.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 without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
|
|
920
|
+
:param pulumi.Input[_builtins.str] cloud_name: The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
|
|
1064
921
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbComponentArgs', 'InfluxDbComponentArgsDict']]]] components: Service component information objects
|
|
1065
|
-
:param pulumi.Input[_builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
1066
|
-
will result in the service rebalancing.
|
|
922
|
+
:param pulumi.Input[_builtins.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.
|
|
1067
923
|
:param pulumi.Input[_builtins.str] disk_space_cap: The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
1068
|
-
:param pulumi.Input[_builtins.str] disk_space_default: The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
1069
|
-
|
|
1070
|
-
:param pulumi.Input[_builtins.str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the
|
|
1071
|
-
project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
924
|
+
:param pulumi.Input[_builtins.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`
|
|
925
|
+
:param pulumi.Input[_builtins.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.
|
|
1072
926
|
:param pulumi.Input[_builtins.str] disk_space_used: Disk space that service is currently using
|
|
1073
|
-
:param pulumi.Input[Union['InfluxDbInfluxdbUserConfigArgs', 'InfluxDbInfluxdbUserConfigArgsDict']] influxdb_user_config: Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default.
|
|
1074
|
-
Options that you add cannot be removed later
|
|
927
|
+
:param pulumi.Input[Union['InfluxDbInfluxdbUserConfigArgs', 'InfluxDbInfluxdbUserConfigArgsDict']] influxdb_user_config: Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
1075
928
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbInfluxdbArgs', 'InfluxDbInfluxdbArgsDict']]]] influxdbs: InfluxDB server provided values
|
|
1076
929
|
:param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
1077
930
|
:param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
1078
|
-
:param pulumi.Input[_builtins.str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
`hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
|
|
1082
|
-
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
1083
|
-
options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1084
|
-
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1085
|
-
reference. Changing this property forces recreation of the resource.
|
|
1086
|
-
:param pulumi.Input[_builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set,
|
|
1087
|
-
the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and
|
|
1088
|
-
region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers
|
|
1089
|
-
migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of
|
|
1090
|
-
data.
|
|
931
|
+
:param pulumi.Input[_builtins.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).
|
|
932
|
+
:param pulumi.Input[_builtins.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.
|
|
933
|
+
:param pulumi.Input[_builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. 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. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
1091
934
|
:param pulumi.Input[_builtins.str] service_host: The hostname of the service.
|
|
1092
935
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbServiceIntegrationArgs', 'InfluxDbServiceIntegrationArgsDict']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
1093
|
-
:param pulumi.Input[_builtins.str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
1094
|
-
service so name should be picked based on intended service usage rather than current attributes.
|
|
936
|
+
:param pulumi.Input[_builtins.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.
|
|
1095
937
|
:param pulumi.Input[_builtins.str] service_password: Password used for connecting to the service, if applicable
|
|
1096
938
|
:param pulumi.Input[_builtins.int] service_port: The port of the service
|
|
1097
939
|
:param pulumi.Input[_builtins.str] service_type: Aiven internal service type code
|
|
1098
940
|
:param pulumi.Input[_builtins.str] service_uri: URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
1099
941
|
:param pulumi.Input[_builtins.str] service_username: Username used for connecting to the service, if applicable
|
|
1100
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
|
|
1101
|
-
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
942
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.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
|
|
1102
943
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTagArgs', 'InfluxDbTagArgsDict']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
1103
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTechEmailArgs', 'InfluxDbTechEmailArgsDict']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
|
|
1104
|
-
|
|
1105
|
-
:param pulumi.Input[_builtins.bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
|
|
1106
|
-
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
1107
|
-
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
944
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['InfluxDbTechEmailArgs', 'InfluxDbTechEmailArgsDict']]]] 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.
|
|
945
|
+
:param pulumi.Input[_builtins.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.
|
|
1108
946
|
"""
|
|
1109
947
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
1110
948
|
|
|
@@ -1144,11 +982,7 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1144
982
|
@pulumi.getter(name="additionalDiskSpace")
|
|
1145
983
|
def additional_disk_space(self) -> pulumi.Output[_builtins.str]:
|
|
1146
984
|
"""
|
|
1147
|
-
Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30
|
|
1148
|
-
service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the
|
|
1149
|
-
service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler
|
|
1150
|
-
integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without
|
|
1151
|
-
causing any changes.
|
|
985
|
+
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 without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
|
|
1152
986
|
"""
|
|
1153
987
|
return pulumi.get(self, "additional_disk_space")
|
|
1154
988
|
|
|
@@ -1156,12 +990,7 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1156
990
|
@pulumi.getter(name="cloudName")
|
|
1157
991
|
def cloud_name(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1158
992
|
"""
|
|
1159
|
-
The cloud provider and region the service is hosted in. The format is `provider-region`, for example:
|
|
1160
|
-
`google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ
|
|
1161
|
-
per project and service. Changing this value [migrates the service to another cloud provider or
|
|
1162
|
-
region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and
|
|
1163
|
-
includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases
|
|
1164
|
-
may have a brief interruption during DNS propagation.
|
|
993
|
+
The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
|
|
1165
994
|
"""
|
|
1166
995
|
return pulumi.get(self, "cloud_name")
|
|
1167
996
|
|
|
@@ -1178,8 +1007,7 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1178
1007
|
@_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.""")
|
|
1179
1008
|
def disk_space(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1180
1009
|
"""
|
|
1181
|
-
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
|
|
1182
|
-
will result in the service rebalancing.
|
|
1010
|
+
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
1183
1011
|
"""
|
|
1184
1012
|
return pulumi.get(self, "disk_space")
|
|
1185
1013
|
|
|
@@ -1195,8 +1023,7 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1195
1023
|
@pulumi.getter(name="diskSpaceDefault")
|
|
1196
1024
|
def disk_space_default(self) -> pulumi.Output[_builtins.str]:
|
|
1197
1025
|
"""
|
|
1198
|
-
The default disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
1199
|
-
Its also the minimum value for `disk_space`
|
|
1026
|
+
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`
|
|
1200
1027
|
"""
|
|
1201
1028
|
return pulumi.get(self, "disk_space_default")
|
|
1202
1029
|
|
|
@@ -1204,8 +1031,7 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1204
1031
|
@pulumi.getter(name="diskSpaceStep")
|
|
1205
1032
|
def disk_space_step(self) -> pulumi.Output[_builtins.str]:
|
|
1206
1033
|
"""
|
|
1207
|
-
The default disk space step of the service, possible values depend on the service type, the cloud provider and the
|
|
1208
|
-
project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
1034
|
+
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.
|
|
1209
1035
|
"""
|
|
1210
1036
|
return pulumi.get(self, "disk_space_step")
|
|
1211
1037
|
|
|
@@ -1222,8 +1048,7 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1222
1048
|
@pulumi.getter(name="influxdbUserConfig")
|
|
1223
1049
|
def influxdb_user_config(self) -> pulumi.Output[Optional['outputs.InfluxDbInfluxdbUserConfig']]:
|
|
1224
1050
|
"""
|
|
1225
|
-
Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default.
|
|
1226
|
-
Options that you add cannot be removed later
|
|
1051
|
+
Influxdb user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
|
|
1227
1052
|
"""
|
|
1228
1053
|
return pulumi.get(self, "influxdb_user_config")
|
|
1229
1054
|
|
|
@@ -1255,12 +1080,7 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1255
1080
|
@pulumi.getter
|
|
1256
1081
|
def plan(self) -> pulumi.Output[_builtins.str]:
|
|
1257
1082
|
"""
|
|
1258
|
-
Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there
|
|
1259
|
-
are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to
|
|
1260
|
-
store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are
|
|
1261
|
-
`hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also
|
|
1262
|
-
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
1263
|
-
options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1083
|
+
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).
|
|
1264
1084
|
"""
|
|
1265
1085
|
return pulumi.get(self, "plan")
|
|
1266
1086
|
|
|
@@ -1268,8 +1088,7 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1268
1088
|
@pulumi.getter
|
|
1269
1089
|
def project(self) -> pulumi.Output[_builtins.str]:
|
|
1270
1090
|
"""
|
|
1271
|
-
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1272
|
-
reference. Changing this property forces recreation of the resource.
|
|
1091
|
+
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.
|
|
1273
1092
|
"""
|
|
1274
1093
|
return pulumi.get(self, "project")
|
|
1275
1094
|
|
|
@@ -1277,11 +1096,7 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1277
1096
|
@pulumi.getter(name="projectVpcId")
|
|
1278
1097
|
def project_vpc_id(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1279
1098
|
"""
|
|
1280
|
-
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set,
|
|
1281
|
-
the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and
|
|
1282
|
-
region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers
|
|
1283
|
-
migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of
|
|
1284
|
-
data.
|
|
1099
|
+
Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. 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. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
|
|
1285
1100
|
"""
|
|
1286
1101
|
return pulumi.get(self, "project_vpc_id")
|
|
1287
1102
|
|
|
@@ -1305,8 +1120,7 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1305
1120
|
@pulumi.getter(name="serviceName")
|
|
1306
1121
|
def service_name(self) -> pulumi.Output[_builtins.str]:
|
|
1307
1122
|
"""
|
|
1308
|
-
Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
1309
|
-
service so name should be picked based on intended service usage rather than current attributes.
|
|
1123
|
+
Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
1310
1124
|
"""
|
|
1311
1125
|
return pulumi.get(self, "service_name")
|
|
1312
1126
|
|
|
@@ -1359,8 +1173,7 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1359
1173
|
@pulumi.getter(name="staticIps")
|
|
1360
1174
|
def static_ips(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
|
|
1361
1175
|
"""
|
|
1362
|
-
Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a
|
|
1363
|
-
static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
1176
|
+
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
|
|
1364
1177
|
"""
|
|
1365
1178
|
return pulumi.get(self, "static_ips")
|
|
1366
1179
|
|
|
@@ -1376,8 +1189,7 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1376
1189
|
@pulumi.getter(name="techEmails")
|
|
1377
1190
|
def tech_emails(self) -> pulumi.Output[Optional[Sequence['outputs.InfluxDbTechEmail']]]:
|
|
1378
1191
|
"""
|
|
1379
|
-
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive
|
|
1380
|
-
important alerts and updates about this service. You can also set email contacts at the project level.
|
|
1192
|
+
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.
|
|
1381
1193
|
"""
|
|
1382
1194
|
return pulumi.get(self, "tech_emails")
|
|
1383
1195
|
|
|
@@ -1385,9 +1197,7 @@ class InfluxDb(pulumi.CustomResource):
|
|
|
1385
1197
|
@pulumi.getter(name="terminationProtection")
|
|
1386
1198
|
def termination_protection(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
1387
1199
|
"""
|
|
1388
|
-
Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent
|
|
1389
|
-
unintentional service deletion. This does not shield against deleting databases or topics but for services with backups
|
|
1390
|
-
much of the content can at least be restored from backup in case accidental deletion is done.
|
|
1200
|
+
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.
|
|
1391
1201
|
"""
|
|
1392
1202
|
return pulumi.get(self, "termination_protection")
|
|
1393
1203
|
|
|
@@ -26,10 +26,8 @@ class InfluxdbDatabaseArgs:
|
|
|
26
26
|
"""
|
|
27
27
|
The set of arguments for constructing a InfluxdbDatabase resource.
|
|
28
28
|
:param pulumi.Input[_builtins.str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
29
|
-
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
30
|
-
|
|
31
|
-
:param pulumi.Input[_builtins.str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
32
|
-
reference. Changing this property forces recreation of the resource.
|
|
29
|
+
:param pulumi.Input[_builtins.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.
|
|
30
|
+
:param pulumi.Input[_builtins.str] service_name: The name of the service that 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.
|
|
33
31
|
"""
|
|
34
32
|
pulumi.set(__self__, "database_name", database_name)
|
|
35
33
|
pulumi.set(__self__, "project", project)
|
|
@@ -53,8 +51,7 @@ class InfluxdbDatabaseArgs:
|
|
|
53
51
|
@pulumi.getter
|
|
54
52
|
def project(self) -> pulumi.Input[_builtins.str]:
|
|
55
53
|
"""
|
|
56
|
-
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
57
|
-
reference. Changing this property forces recreation of the resource.
|
|
54
|
+
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.
|
|
58
55
|
"""
|
|
59
56
|
return pulumi.get(self, "project")
|
|
60
57
|
|
|
@@ -66,8 +63,7 @@ class InfluxdbDatabaseArgs:
|
|
|
66
63
|
@pulumi.getter(name="serviceName")
|
|
67
64
|
def service_name(self) -> pulumi.Input[_builtins.str]:
|
|
68
65
|
"""
|
|
69
|
-
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
70
|
-
reference. Changing this property forces recreation of the resource.
|
|
66
|
+
The name of the service that 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.
|
|
71
67
|
"""
|
|
72
68
|
return pulumi.get(self, "service_name")
|
|
73
69
|
|
|
@@ -95,10 +91,8 @@ class _InfluxdbDatabaseState:
|
|
|
95
91
|
"""
|
|
96
92
|
Input properties used for looking up and filtering InfluxdbDatabase resources.
|
|
97
93
|
:param pulumi.Input[_builtins.str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
98
|
-
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
99
|
-
|
|
100
|
-
:param pulumi.Input[_builtins.str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
101
|
-
reference. Changing this property forces recreation of the resource.
|
|
94
|
+
:param pulumi.Input[_builtins.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.
|
|
95
|
+
:param pulumi.Input[_builtins.str] service_name: The name of the service that 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.
|
|
102
96
|
"""
|
|
103
97
|
if database_name is not None:
|
|
104
98
|
pulumi.set(__self__, "database_name", database_name)
|
|
@@ -125,8 +119,7 @@ class _InfluxdbDatabaseState:
|
|
|
125
119
|
@pulumi.getter
|
|
126
120
|
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
127
121
|
"""
|
|
128
|
-
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
129
|
-
reference. Changing this property forces recreation of the resource.
|
|
122
|
+
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.
|
|
130
123
|
"""
|
|
131
124
|
return pulumi.get(self, "project")
|
|
132
125
|
|
|
@@ -138,8 +131,7 @@ class _InfluxdbDatabaseState:
|
|
|
138
131
|
@pulumi.getter(name="serviceName")
|
|
139
132
|
def service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
140
133
|
"""
|
|
141
|
-
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
142
|
-
reference. Changing this property forces recreation of the resource.
|
|
134
|
+
The name of the service that 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.
|
|
143
135
|
"""
|
|
144
136
|
return pulumi.get(self, "service_name")
|
|
145
137
|
|
|
@@ -173,10 +165,8 @@ class InfluxdbDatabase(pulumi.CustomResource):
|
|
|
173
165
|
:param str resource_name: The name of the resource.
|
|
174
166
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
175
167
|
:param pulumi.Input[_builtins.str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
176
|
-
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
177
|
-
|
|
178
|
-
:param pulumi.Input[_builtins.str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
179
|
-
reference. Changing this property forces recreation of the resource.
|
|
168
|
+
:param pulumi.Input[_builtins.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.
|
|
169
|
+
:param pulumi.Input[_builtins.str] service_name: The name of the service that 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.
|
|
180
170
|
"""
|
|
181
171
|
...
|
|
182
172
|
@overload
|
|
@@ -246,10 +236,8 @@ class InfluxdbDatabase(pulumi.CustomResource):
|
|
|
246
236
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
247
237
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
248
238
|
:param pulumi.Input[_builtins.str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
249
|
-
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
250
|
-
|
|
251
|
-
:param pulumi.Input[_builtins.str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
252
|
-
reference. Changing this property forces recreation of the resource.
|
|
239
|
+
:param pulumi.Input[_builtins.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.
|
|
240
|
+
:param pulumi.Input[_builtins.str] service_name: The name of the service that 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.
|
|
253
241
|
"""
|
|
254
242
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
255
243
|
|
|
@@ -273,8 +261,7 @@ class InfluxdbDatabase(pulumi.CustomResource):
|
|
|
273
261
|
@pulumi.getter
|
|
274
262
|
def project(self) -> pulumi.Output[_builtins.str]:
|
|
275
263
|
"""
|
|
276
|
-
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
277
|
-
reference. Changing this property forces recreation of the resource.
|
|
264
|
+
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.
|
|
278
265
|
"""
|
|
279
266
|
return pulumi.get(self, "project")
|
|
280
267
|
|
|
@@ -282,8 +269,7 @@ class InfluxdbDatabase(pulumi.CustomResource):
|
|
|
282
269
|
@pulumi.getter(name="serviceName")
|
|
283
270
|
def service_name(self) -> pulumi.Output[_builtins.str]:
|
|
284
271
|
"""
|
|
285
|
-
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
286
|
-
reference. Changing this property forces recreation of the resource.
|
|
272
|
+
The name of the service that 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.
|
|
287
273
|
"""
|
|
288
274
|
return pulumi.get(self, "service_name")
|
|
289
275
|
|
pulumi_aiven/influxdb_user.py
CHANGED
|
@@ -25,12 +25,9 @@ class InfluxdbUserArgs:
|
|
|
25
25
|
password: Optional[pulumi.Input[_builtins.str]] = None):
|
|
26
26
|
"""
|
|
27
27
|
The set of arguments for constructing a InfluxdbUser resource.
|
|
28
|
-
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
29
|
-
|
|
30
|
-
:param pulumi.Input[_builtins.str]
|
|
31
|
-
reference. Changing this property forces recreation of the resource.
|
|
32
|
-
:param pulumi.Input[_builtins.str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
33
|
-
Changing this property forces recreation of the resource.
|
|
28
|
+
:param pulumi.Input[_builtins.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.
|
|
29
|
+
:param pulumi.Input[_builtins.str] service_name: The name of the service that 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.
|
|
30
|
+
:param pulumi.Input[_builtins.str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
34
31
|
:param pulumi.Input[_builtins.str] password: The password of the InfluxDB User.
|
|
35
32
|
"""
|
|
36
33
|
pulumi.set(__self__, "project", project)
|
|
@@ -43,8 +40,7 @@ class InfluxdbUserArgs:
|
|
|
43
40
|
@pulumi.getter
|
|
44
41
|
def project(self) -> pulumi.Input[_builtins.str]:
|
|
45
42
|
"""
|
|
46
|
-
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
47
|
-
reference. Changing this property forces recreation of the resource.
|
|
43
|
+
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.
|
|
48
44
|
"""
|
|
49
45
|
return pulumi.get(self, "project")
|
|
50
46
|
|
|
@@ -56,8 +52,7 @@ class InfluxdbUserArgs:
|
|
|
56
52
|
@pulumi.getter(name="serviceName")
|
|
57
53
|
def service_name(self) -> pulumi.Input[_builtins.str]:
|
|
58
54
|
"""
|
|
59
|
-
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
60
|
-
reference. Changing this property forces recreation of the resource.
|
|
55
|
+
The name of the service that 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.
|
|
61
56
|
"""
|
|
62
57
|
return pulumi.get(self, "service_name")
|
|
63
58
|
|
|
@@ -69,8 +64,7 @@ class InfluxdbUserArgs:
|
|
|
69
64
|
@pulumi.getter
|
|
70
65
|
def username(self) -> pulumi.Input[_builtins.str]:
|
|
71
66
|
"""
|
|
72
|
-
The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
73
|
-
Changing this property forces recreation of the resource.
|
|
67
|
+
The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
74
68
|
"""
|
|
75
69
|
return pulumi.get(self, "username")
|
|
76
70
|
|
|
@@ -106,13 +100,10 @@ class _InfluxdbUserState:
|
|
|
106
100
|
:param pulumi.Input[_builtins.str] access_cert: Access certificate for the user if applicable for the service in question
|
|
107
101
|
:param pulumi.Input[_builtins.str] access_key: Access certificate key for the user if applicable for the service in question
|
|
108
102
|
:param pulumi.Input[_builtins.str] password: The password of the InfluxDB User.
|
|
109
|
-
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
110
|
-
|
|
111
|
-
:param pulumi.Input[_builtins.str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
112
|
-
reference. Changing this property forces recreation of the resource.
|
|
103
|
+
:param pulumi.Input[_builtins.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.
|
|
104
|
+
:param pulumi.Input[_builtins.str] service_name: The name of the service that 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.
|
|
113
105
|
:param pulumi.Input[_builtins.str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
114
|
-
:param pulumi.Input[_builtins.str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
115
|
-
Changing this property forces recreation of the resource.
|
|
106
|
+
:param pulumi.Input[_builtins.str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
116
107
|
"""
|
|
117
108
|
if access_cert is not None:
|
|
118
109
|
pulumi.set(__self__, "access_cert", access_cert)
|
|
@@ -169,8 +160,7 @@ class _InfluxdbUserState:
|
|
|
169
160
|
@pulumi.getter
|
|
170
161
|
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
171
162
|
"""
|
|
172
|
-
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
173
|
-
reference. Changing this property forces recreation of the resource.
|
|
163
|
+
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.
|
|
174
164
|
"""
|
|
175
165
|
return pulumi.get(self, "project")
|
|
176
166
|
|
|
@@ -182,8 +172,7 @@ class _InfluxdbUserState:
|
|
|
182
172
|
@pulumi.getter(name="serviceName")
|
|
183
173
|
def service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
184
174
|
"""
|
|
185
|
-
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
186
|
-
reference. Changing this property forces recreation of the resource.
|
|
175
|
+
The name of the service that 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.
|
|
187
176
|
"""
|
|
188
177
|
return pulumi.get(self, "service_name")
|
|
189
178
|
|
|
@@ -207,8 +196,7 @@ class _InfluxdbUserState:
|
|
|
207
196
|
@pulumi.getter
|
|
208
197
|
def username(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
209
198
|
"""
|
|
210
|
-
The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
211
|
-
Changing this property forces recreation of the resource.
|
|
199
|
+
The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
212
200
|
"""
|
|
213
201
|
return pulumi.get(self, "username")
|
|
214
202
|
|
|
@@ -233,12 +221,9 @@ class InfluxdbUser(pulumi.CustomResource):
|
|
|
233
221
|
:param str resource_name: The name of the resource.
|
|
234
222
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
235
223
|
:param pulumi.Input[_builtins.str] password: The password of the InfluxDB User.
|
|
236
|
-
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
237
|
-
|
|
238
|
-
:param pulumi.Input[_builtins.str]
|
|
239
|
-
reference. Changing this property forces recreation of the resource.
|
|
240
|
-
:param pulumi.Input[_builtins.str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
241
|
-
Changing this property forces recreation of the resource.
|
|
224
|
+
:param pulumi.Input[_builtins.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.
|
|
225
|
+
:param pulumi.Input[_builtins.str] service_name: The name of the service that 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.
|
|
226
|
+
:param pulumi.Input[_builtins.str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
242
227
|
"""
|
|
243
228
|
...
|
|
244
229
|
@overload
|
|
@@ -318,13 +303,10 @@ class InfluxdbUser(pulumi.CustomResource):
|
|
|
318
303
|
:param pulumi.Input[_builtins.str] access_cert: Access certificate for the user if applicable for the service in question
|
|
319
304
|
:param pulumi.Input[_builtins.str] access_key: Access certificate key for the user if applicable for the service in question
|
|
320
305
|
:param pulumi.Input[_builtins.str] password: The password of the InfluxDB User.
|
|
321
|
-
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
322
|
-
|
|
323
|
-
:param pulumi.Input[_builtins.str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
324
|
-
reference. Changing this property forces recreation of the resource.
|
|
306
|
+
:param pulumi.Input[_builtins.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.
|
|
307
|
+
:param pulumi.Input[_builtins.str] service_name: The name of the service that 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.
|
|
325
308
|
:param pulumi.Input[_builtins.str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
326
|
-
:param pulumi.Input[_builtins.str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
327
|
-
Changing this property forces recreation of the resource.
|
|
309
|
+
:param pulumi.Input[_builtins.str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
328
310
|
"""
|
|
329
311
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
330
312
|
|
|
@@ -367,8 +349,7 @@ class InfluxdbUser(pulumi.CustomResource):
|
|
|
367
349
|
@pulumi.getter
|
|
368
350
|
def project(self) -> pulumi.Output[_builtins.str]:
|
|
369
351
|
"""
|
|
370
|
-
The name of 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.
|
|
352
|
+
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.
|
|
372
353
|
"""
|
|
373
354
|
return pulumi.get(self, "project")
|
|
374
355
|
|
|
@@ -376,8 +357,7 @@ class InfluxdbUser(pulumi.CustomResource):
|
|
|
376
357
|
@pulumi.getter(name="serviceName")
|
|
377
358
|
def service_name(self) -> pulumi.Output[_builtins.str]:
|
|
378
359
|
"""
|
|
379
|
-
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
380
|
-
reference. Changing this property forces recreation of the resource.
|
|
360
|
+
The name of the service that 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.
|
|
381
361
|
"""
|
|
382
362
|
return pulumi.get(self, "service_name")
|
|
383
363
|
|
|
@@ -393,8 +373,7 @@ class InfluxdbUser(pulumi.CustomResource):
|
|
|
393
373
|
@pulumi.getter
|
|
394
374
|
def username(self) -> pulumi.Output[_builtins.str]:
|
|
395
375
|
"""
|
|
396
|
-
The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
397
|
-
Changing this property forces recreation of the resource.
|
|
376
|
+
The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
398
377
|
"""
|
|
399
378
|
return pulumi.get(self, "username")
|
|
400
379
|
|
pulumi_aiven/pulumi-plugin.json
CHANGED
{pulumi_aiven-6.43.0a1756184863.dist-info → pulumi_aiven-6.43.0a1756506060.dist-info}/RECORD
RENAMED
|
@@ -121,9 +121,9 @@ pulumi_aiven/get_valkey.py,sha256=SqCiGKEvsQIYOJU6VpOVu5fE9rRUypvJpOO4CzL_AXM,25
|
|
|
121
121
|
pulumi_aiven/get_valkey_user.py,sha256=O0jzR3kEUAUIilws_RPQuEUebs8EDggXyooBsjU1Taw,11230
|
|
122
122
|
pulumi_aiven/governance_access.py,sha256=LcBaKWHK43aeDgV1t7Zyi-kElRXuIYjfpi9XMxn0pHU,22106
|
|
123
123
|
pulumi_aiven/grafana.py,sha256=dwFOFsDUsvxCWJ5ThhoA3HejtNwhkLnGvwNlNUZ6hFA,86381
|
|
124
|
-
pulumi_aiven/influx_db.py,sha256=
|
|
125
|
-
pulumi_aiven/influxdb_database.py,sha256=
|
|
126
|
-
pulumi_aiven/influxdb_user.py,sha256=
|
|
124
|
+
pulumi_aiven/influx_db.py,sha256=jQL4ny9HijDhw30wd7Vbh5kM8gIoo0HV4daqpjdXbDA,85413
|
|
125
|
+
pulumi_aiven/influxdb_database.py,sha256=dS8uHoLwr9hqBEyWVBZtH3kckono-0uk3lZv8s20DX0,14753
|
|
126
|
+
pulumi_aiven/influxdb_user.py,sha256=WB6TVPGkgjzcq_LYrdnqSnQsxSTDt_AkRTR7XfSlOPM,19157
|
|
127
127
|
pulumi_aiven/kafka.py,sha256=TDnwGEgiYr383Ur25PtdxOIITBCM5cEVBuILJ_Sfx4Q,92697
|
|
128
128
|
pulumi_aiven/kafka_acl.py,sha256=G3rez3l1PYAvhmV7e6STO3IjnYNY4XT-5vkdVuupTFo,20271
|
|
129
129
|
pulumi_aiven/kafka_connect.py,sha256=1GST6tCQ1JaOHM46IcnIMWgMurCrXqrZCN29JlXT1aI,88198
|
|
@@ -169,7 +169,7 @@ pulumi_aiven/project.py,sha256=2iqhzvr8leXVfa47BmqewT8hoddvjlfwh55849O6WCA,47468
|
|
|
169
169
|
pulumi_aiven/project_user.py,sha256=Kl-7NStrCsGCiI8LnuUl4hlVrKB5JIjQLrT7frKpEcg,19704
|
|
170
170
|
pulumi_aiven/project_vpc.py,sha256=BtB9ZIrVAMbvOZIpsQqIivzg8cQ1t4wdP8UoYILoeNg,14737
|
|
171
171
|
pulumi_aiven/provider.py,sha256=Z8C3vpulfAmh7ESvj_-fJ9cd2BepMA7oCU6owN1oT5w,6077
|
|
172
|
-
pulumi_aiven/pulumi-plugin.json,sha256=
|
|
172
|
+
pulumi_aiven/pulumi-plugin.json,sha256=5-0tCwZHoBAgS2CX9yHiUJoG68_61Q6NxFM57Z2Geco,82
|
|
173
173
|
pulumi_aiven/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
174
174
|
pulumi_aiven/redis.py,sha256=vIf3-O1WRXWBs-NELNbktCbOWuKKDKHhBkVDgyr_tXc,87525
|
|
175
175
|
pulumi_aiven/redis_user.py,sha256=2myrgydUlFcvvXVLMtWFoo8tOIOgsO-J0o_LMqCkGkI,32621
|
|
@@ -183,7 +183,7 @@ pulumi_aiven/valkey_user.py,sha256=rI3e1E8Gg5EWXnddVYokv0e5dyWGamNIPARiH0juDyY,3
|
|
|
183
183
|
pulumi_aiven/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
|
|
184
184
|
pulumi_aiven/config/__init__.pyi,sha256=MjHthPCTAY_6CgDmTSbRcQpaY6ZjslJjur3zVBMoSK0,638
|
|
185
185
|
pulumi_aiven/config/vars.py,sha256=k42XGzgghSpauy0KGMIVVze1etgqJWBCx1_QvRj1XQ4,841
|
|
186
|
-
pulumi_aiven-6.43.
|
|
187
|
-
pulumi_aiven-6.43.
|
|
188
|
-
pulumi_aiven-6.43.
|
|
189
|
-
pulumi_aiven-6.43.
|
|
186
|
+
pulumi_aiven-6.43.0a1756506060.dist-info/METADATA,sha256=vUoGLQAOSku1P1bZL6G4U-77Xr3rUV9e1X4i437-Bq0,2598
|
|
187
|
+
pulumi_aiven-6.43.0a1756506060.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
188
|
+
pulumi_aiven-6.43.0a1756506060.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
|
|
189
|
+
pulumi_aiven-6.43.0a1756506060.dist-info/RECORD,,
|
|
File without changes
|
{pulumi_aiven-6.43.0a1756184863.dist-info → pulumi_aiven-6.43.0a1756506060.dist-info}/top_level.txt
RENAMED
|
File without changes
|