pulumi-aiven 6.12.0a1708541199__py3-none-any.whl → 6.13.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +28 -0
- pulumi_aiven/_inputs.py +2491 -944
- pulumi_aiven/account.py +40 -32
- pulumi_aiven/account_authentication.py +8 -4
- pulumi_aiven/account_team.py +6 -2
- pulumi_aiven/account_team_member.py +27 -23
- pulumi_aiven/account_team_project.py +6 -2
- pulumi_aiven/aws_privatelink.py +43 -39
- pulumi_aiven/aws_vpc_peering_connection.py +66 -52
- pulumi_aiven/azure_privatelink.py +53 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +80 -68
- pulumi_aiven/billing_group.py +6 -2
- pulumi_aiven/cassandra.py +13 -9
- pulumi_aiven/cassandra_user.py +27 -23
- pulumi_aiven/clickhouse.py +13 -9
- pulumi_aiven/clickhouse_database.py +27 -23
- pulumi_aiven/clickhouse_grant.py +46 -42
- pulumi_aiven/clickhouse_role.py +27 -23
- pulumi_aiven/clickhouse_user.py +27 -23
- pulumi_aiven/connection_pool.py +34 -30
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +13 -9
- pulumi_aiven/flink_application.py +20 -16
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +16 -16
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +41 -37
- pulumi_aiven/get_account.py +4 -0
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +19 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +37 -23
- pulumi_aiven/get_azure_privatelink.py +21 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +7 -3
- pulumi_aiven/get_cassandra.py +7 -3
- pulumi_aiven/get_cassandra_user.py +13 -9
- pulumi_aiven/get_clickhouse.py +7 -3
- pulumi_aiven/get_clickhouse_database.py +13 -9
- pulumi_aiven/get_clickhouse_user.py +13 -9
- pulumi_aiven/get_connection_pool.py +14 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +7 -3
- pulumi_aiven/get_flink_application.py +10 -6
- pulumi_aiven/get_flink_application_version.py +10 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +22 -18
- pulumi_aiven/get_grafana.py +7 -3
- pulumi_aiven/get_kafka.py +7 -3
- pulumi_aiven/get_kafka_acl.py +19 -15
- pulumi_aiven/get_kafka_connect.py +7 -3
- pulumi_aiven/get_kafka_connector.py +13 -9
- pulumi_aiven/get_kafka_mirror_maker.py +7 -3
- pulumi_aiven/get_kafka_schema.py +13 -9
- pulumi_aiven/get_kafka_schema_configuration.py +11 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +13 -9
- pulumi_aiven/get_kafka_user.py +13 -9
- pulumi_aiven/get_m3_aggregator.py +7 -3
- pulumi_aiven/get_m3_db.py +7 -3
- pulumi_aiven/get_m3db_user.py +13 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +10 -6
- pulumi_aiven/get_my_sql.py +7 -3
- pulumi_aiven/get_mysql_database.py +13 -9
- pulumi_aiven/get_mysql_user.py +13 -9
- pulumi_aiven/get_open_search.py +7 -3
- pulumi_aiven/get_open_search_acl_config.py +10 -6
- pulumi_aiven/get_open_search_acl_rule.py +16 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -6
- pulumi_aiven/get_opensearch_user.py +13 -9
- pulumi_aiven/get_organization.py +12 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +7 -3
- pulumi_aiven/get_pg_database.py +15 -11
- pulumi_aiven/get_pg_user.py +13 -9
- pulumi_aiven/get_project.py +4 -0
- pulumi_aiven/get_project_user.py +10 -6
- pulumi_aiven/get_project_vpc.py +15 -13
- pulumi_aiven/get_redis.py +7 -3
- pulumi_aiven/get_redis_user.py +17 -13
- pulumi_aiven/get_service_component.py +4 -0
- pulumi_aiven/get_service_integration.py +60 -4
- pulumi_aiven/get_service_integration_endpoint.py +5 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +13 -9
- pulumi_aiven/grafana.py +13 -9
- pulumi_aiven/influx_db.py +7 -7
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +28 -28
- pulumi_aiven/kafka.py +13 -9
- pulumi_aiven/kafka_acl.py +41 -37
- pulumi_aiven/kafka_connect.py +13 -9
- pulumi_aiven/kafka_connector.py +27 -23
- pulumi_aiven/kafka_mirror_maker.py +13 -9
- pulumi_aiven/kafka_schema.py +53 -45
- pulumi_aiven/kafka_schema_configuration.py +20 -16
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +23 -23
- pulumi_aiven/kafka_user.py +27 -23
- pulumi_aiven/m3_aggregator.py +13 -9
- pulumi_aiven/m3_db.py +13 -9
- pulumi_aiven/m3db_user.py +27 -23
- pulumi_aiven/mirror_maker_replication_flow.py +56 -50
- pulumi_aiven/my_sql.py +13 -9
- pulumi_aiven/mysql_database.py +27 -23
- pulumi_aiven/mysql_user.py +27 -23
- pulumi_aiven/open_search.py +13 -9
- pulumi_aiven/open_search_acl_config.py +20 -16
- pulumi_aiven/open_search_acl_rule.py +34 -30
- pulumi_aiven/opensearch_security_plugin_config.py +68 -16
- pulumi_aiven/opensearch_user.py +27 -23
- pulumi_aiven/organization.py +14 -10
- pulumi_aiven/organization_group_project.py +290 -0
- pulumi_aiven/organization_user.py +16 -16
- pulumi_aiven/organization_user_group.py +61 -23
- pulumi_aiven/organization_user_group_member.py +352 -0
- pulumi_aiven/organizational_unit.py +36 -32
- pulumi_aiven/outputs.py +3013 -491
- pulumi_aiven/pg.py +9 -9
- pulumi_aiven/pg_database.py +41 -37
- pulumi_aiven/pg_user.py +27 -23
- pulumi_aiven/project.py +28 -2
- pulumi_aiven/project_user.py +20 -16
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +13 -9
- pulumi_aiven/redis_user.py +55 -51
- pulumi_aiven/service_integration.py +201 -9
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +27 -23
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0.dist-info/RECORD +150 -0
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.12.0a1708541199.dist-info/RECORD +0 -146
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/cassandra_user.py
CHANGED
|
@@ -20,9 +20,9 @@ class CassandraUserArgs:
|
|
|
20
20
|
password: Optional[pulumi.Input[str]] = None):
|
|
21
21
|
"""
|
|
22
22
|
The set of arguments for constructing a CassandraUser resource.
|
|
23
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
24
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
25
|
-
:param pulumi.Input[str] username: The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference.
|
|
23
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
24
|
+
:param pulumi.Input[str] service_name: Specifies 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.
|
|
25
|
+
:param pulumi.Input[str] username: The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
26
26
|
:param pulumi.Input[str] password: The password of the Cassandra User.
|
|
27
27
|
"""
|
|
28
28
|
pulumi.set(__self__, "project", project)
|
|
@@ -35,7 +35,7 @@ class CassandraUserArgs:
|
|
|
35
35
|
@pulumi.getter
|
|
36
36
|
def project(self) -> pulumi.Input[str]:
|
|
37
37
|
"""
|
|
38
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
38
|
+
Identifies 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.
|
|
39
39
|
"""
|
|
40
40
|
return pulumi.get(self, "project")
|
|
41
41
|
|
|
@@ -47,7 +47,7 @@ class CassandraUserArgs:
|
|
|
47
47
|
@pulumi.getter(name="serviceName")
|
|
48
48
|
def service_name(self) -> pulumi.Input[str]:
|
|
49
49
|
"""
|
|
50
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
50
|
+
Specifies 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.
|
|
51
51
|
"""
|
|
52
52
|
return pulumi.get(self, "service_name")
|
|
53
53
|
|
|
@@ -59,7 +59,7 @@ class CassandraUserArgs:
|
|
|
59
59
|
@pulumi.getter
|
|
60
60
|
def username(self) -> pulumi.Input[str]:
|
|
61
61
|
"""
|
|
62
|
-
The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference.
|
|
62
|
+
The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
63
63
|
"""
|
|
64
64
|
return pulumi.get(self, "username")
|
|
65
65
|
|
|
@@ -95,10 +95,10 @@ class _CassandraUserState:
|
|
|
95
95
|
:param pulumi.Input[str] access_cert: Access certificate for the user if applicable for the service in question
|
|
96
96
|
:param pulumi.Input[str] access_key: Access certificate key for the user if applicable for the service in question
|
|
97
97
|
:param pulumi.Input[str] password: The password of the Cassandra User.
|
|
98
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
99
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
98
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
99
|
+
:param pulumi.Input[str] service_name: Specifies 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.
|
|
100
100
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
101
|
-
:param pulumi.Input[str] username: The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference.
|
|
101
|
+
:param pulumi.Input[str] username: The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
102
102
|
"""
|
|
103
103
|
if access_cert is not None:
|
|
104
104
|
pulumi.set(__self__, "access_cert", access_cert)
|
|
@@ -155,7 +155,7 @@ class _CassandraUserState:
|
|
|
155
155
|
@pulumi.getter
|
|
156
156
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
157
157
|
"""
|
|
158
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
158
|
+
Identifies 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.
|
|
159
159
|
"""
|
|
160
160
|
return pulumi.get(self, "project")
|
|
161
161
|
|
|
@@ -167,7 +167,7 @@ class _CassandraUserState:
|
|
|
167
167
|
@pulumi.getter(name="serviceName")
|
|
168
168
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
169
169
|
"""
|
|
170
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
170
|
+
Specifies 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.
|
|
171
171
|
"""
|
|
172
172
|
return pulumi.get(self, "service_name")
|
|
173
173
|
|
|
@@ -191,7 +191,7 @@ class _CassandraUserState:
|
|
|
191
191
|
@pulumi.getter
|
|
192
192
|
def username(self) -> Optional[pulumi.Input[str]]:
|
|
193
193
|
"""
|
|
194
|
-
The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference.
|
|
194
|
+
The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
195
195
|
"""
|
|
196
196
|
return pulumi.get(self, "username")
|
|
197
197
|
|
|
@@ -215,6 +215,7 @@ class CassandraUser(pulumi.CustomResource):
|
|
|
215
215
|
|
|
216
216
|
## Example Usage
|
|
217
217
|
|
|
218
|
+
<!--Start PulumiCodeChooser -->
|
|
218
219
|
```python
|
|
219
220
|
import pulumi
|
|
220
221
|
import pulumi_aiven as aiven
|
|
@@ -225,19 +226,20 @@ class CassandraUser(pulumi.CustomResource):
|
|
|
225
226
|
username="user-1",
|
|
226
227
|
password="Test$1234")
|
|
227
228
|
```
|
|
229
|
+
<!--End PulumiCodeChooser -->
|
|
228
230
|
|
|
229
231
|
## Import
|
|
230
232
|
|
|
231
233
|
```sh
|
|
232
|
-
|
|
234
|
+
$ pulumi import aiven:index/cassandraUser:CassandraUser foo project/service_name/username
|
|
233
235
|
```
|
|
234
236
|
|
|
235
237
|
:param str resource_name: The name of the resource.
|
|
236
238
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
237
239
|
:param pulumi.Input[str] password: The password of the Cassandra User.
|
|
238
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
239
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
240
|
-
:param pulumi.Input[str] username: The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference.
|
|
240
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
241
|
+
:param pulumi.Input[str] service_name: Specifies 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.
|
|
242
|
+
:param pulumi.Input[str] username: The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
241
243
|
"""
|
|
242
244
|
...
|
|
243
245
|
@overload
|
|
@@ -250,6 +252,7 @@ class CassandraUser(pulumi.CustomResource):
|
|
|
250
252
|
|
|
251
253
|
## Example Usage
|
|
252
254
|
|
|
255
|
+
<!--Start PulumiCodeChooser -->
|
|
253
256
|
```python
|
|
254
257
|
import pulumi
|
|
255
258
|
import pulumi_aiven as aiven
|
|
@@ -260,11 +263,12 @@ class CassandraUser(pulumi.CustomResource):
|
|
|
260
263
|
username="user-1",
|
|
261
264
|
password="Test$1234")
|
|
262
265
|
```
|
|
266
|
+
<!--End PulumiCodeChooser -->
|
|
263
267
|
|
|
264
268
|
## Import
|
|
265
269
|
|
|
266
270
|
```sh
|
|
267
|
-
|
|
271
|
+
$ pulumi import aiven:index/cassandraUser:CassandraUser foo project/service_name/username
|
|
268
272
|
```
|
|
269
273
|
|
|
270
274
|
:param str resource_name: The name of the resource.
|
|
@@ -337,10 +341,10 @@ class CassandraUser(pulumi.CustomResource):
|
|
|
337
341
|
:param pulumi.Input[str] access_cert: Access certificate for the user if applicable for the service in question
|
|
338
342
|
:param pulumi.Input[str] access_key: Access certificate key for the user if applicable for the service in question
|
|
339
343
|
:param pulumi.Input[str] password: The password of the Cassandra User.
|
|
340
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
341
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
344
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
345
|
+
:param pulumi.Input[str] service_name: Specifies 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.
|
|
342
346
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
343
|
-
:param pulumi.Input[str] username: The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference.
|
|
347
|
+
:param pulumi.Input[str] username: The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
344
348
|
"""
|
|
345
349
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
346
350
|
|
|
@@ -383,7 +387,7 @@ class CassandraUser(pulumi.CustomResource):
|
|
|
383
387
|
@pulumi.getter
|
|
384
388
|
def project(self) -> pulumi.Output[str]:
|
|
385
389
|
"""
|
|
386
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
390
|
+
Identifies 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.
|
|
387
391
|
"""
|
|
388
392
|
return pulumi.get(self, "project")
|
|
389
393
|
|
|
@@ -391,7 +395,7 @@ class CassandraUser(pulumi.CustomResource):
|
|
|
391
395
|
@pulumi.getter(name="serviceName")
|
|
392
396
|
def service_name(self) -> pulumi.Output[str]:
|
|
393
397
|
"""
|
|
394
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
398
|
+
Specifies 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.
|
|
395
399
|
"""
|
|
396
400
|
return pulumi.get(self, "service_name")
|
|
397
401
|
|
|
@@ -407,7 +411,7 @@ class CassandraUser(pulumi.CustomResource):
|
|
|
407
411
|
@pulumi.getter
|
|
408
412
|
def username(self) -> pulumi.Output[str]:
|
|
409
413
|
"""
|
|
410
|
-
The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference.
|
|
414
|
+
The actual name of the Cassandra User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
411
415
|
"""
|
|
412
416
|
return pulumi.get(self, "username")
|
|
413
417
|
|
pulumi_aiven/clickhouse.py
CHANGED
|
@@ -34,7 +34,7 @@ class ClickhouseArgs:
|
|
|
34
34
|
"""
|
|
35
35
|
The set of arguments for constructing a Clickhouse resource.
|
|
36
36
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
37
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
37
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
38
38
|
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
39
39
|
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
40
40
|
:param pulumi.Input['ClickhouseClickhouseUserConfigArgs'] clickhouse_user_config: Clickhouse user configurable settings
|
|
@@ -96,7 +96,7 @@ class ClickhouseArgs:
|
|
|
96
96
|
@pulumi.getter
|
|
97
97
|
def project(self) -> pulumi.Input[str]:
|
|
98
98
|
"""
|
|
99
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
99
|
+
Identifies 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.
|
|
100
100
|
"""
|
|
101
101
|
return pulumi.get(self, "project")
|
|
102
102
|
|
|
@@ -310,7 +310,7 @@ class _ClickhouseState:
|
|
|
310
310
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
311
311
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
312
312
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
313
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
313
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
314
314
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
315
315
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
316
316
|
:param pulumi.Input[Sequence[pulumi.Input['ClickhouseServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
@@ -549,7 +549,7 @@ class _ClickhouseState:
|
|
|
549
549
|
@pulumi.getter
|
|
550
550
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
551
551
|
"""
|
|
552
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
552
|
+
Identifies 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.
|
|
553
553
|
"""
|
|
554
554
|
return pulumi.get(self, "project")
|
|
555
555
|
|
|
@@ -752,6 +752,7 @@ class Clickhouse(pulumi.CustomResource):
|
|
|
752
752
|
|
|
753
753
|
## Example Usage
|
|
754
754
|
|
|
755
|
+
<!--Start PulumiCodeChooser -->
|
|
755
756
|
```python
|
|
756
757
|
import pulumi
|
|
757
758
|
import pulumi_aiven as aiven
|
|
@@ -764,11 +765,12 @@ class Clickhouse(pulumi.CustomResource):
|
|
|
764
765
|
maintenance_window_dow="monday",
|
|
765
766
|
maintenance_window_time="10:00:00")
|
|
766
767
|
```
|
|
768
|
+
<!--End PulumiCodeChooser -->
|
|
767
769
|
|
|
768
770
|
## Import
|
|
769
771
|
|
|
770
772
|
```sh
|
|
771
|
-
|
|
773
|
+
$ pulumi import aiven:index/clickhouse:Clickhouse clickhouse project/service_name
|
|
772
774
|
```
|
|
773
775
|
|
|
774
776
|
:param str resource_name: The name of the resource.
|
|
@@ -780,7 +782,7 @@ class Clickhouse(pulumi.CustomResource):
|
|
|
780
782
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
781
783
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
782
784
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
783
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
785
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
784
786
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
785
787
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
786
788
|
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
@@ -800,6 +802,7 @@ class Clickhouse(pulumi.CustomResource):
|
|
|
800
802
|
|
|
801
803
|
## Example Usage
|
|
802
804
|
|
|
805
|
+
<!--Start PulumiCodeChooser -->
|
|
803
806
|
```python
|
|
804
807
|
import pulumi
|
|
805
808
|
import pulumi_aiven as aiven
|
|
@@ -812,11 +815,12 @@ class Clickhouse(pulumi.CustomResource):
|
|
|
812
815
|
maintenance_window_dow="monday",
|
|
813
816
|
maintenance_window_time="10:00:00")
|
|
814
817
|
```
|
|
818
|
+
<!--End PulumiCodeChooser -->
|
|
815
819
|
|
|
816
820
|
## Import
|
|
817
821
|
|
|
818
822
|
```sh
|
|
819
|
-
|
|
823
|
+
$ pulumi import aiven:index/clickhouse:Clickhouse clickhouse project/service_name
|
|
820
824
|
```
|
|
821
825
|
|
|
822
826
|
:param str resource_name: The name of the resource.
|
|
@@ -952,7 +956,7 @@ class Clickhouse(pulumi.CustomResource):
|
|
|
952
956
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
953
957
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
954
958
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
955
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
959
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
956
960
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
957
961
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
958
962
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ClickhouseServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
@@ -1113,7 +1117,7 @@ class Clickhouse(pulumi.CustomResource):
|
|
|
1113
1117
|
@pulumi.getter
|
|
1114
1118
|
def project(self) -> pulumi.Output[str]:
|
|
1115
1119
|
"""
|
|
1116
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
1120
|
+
Identifies 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.
|
|
1117
1121
|
"""
|
|
1118
1122
|
return pulumi.get(self, "project")
|
|
1119
1123
|
|
|
@@ -20,9 +20,9 @@ class ClickhouseDatabaseArgs:
|
|
|
20
20
|
termination_protection: Optional[pulumi.Input[bool]] = None):
|
|
21
21
|
"""
|
|
22
22
|
The set of arguments for constructing a ClickhouseDatabase resource.
|
|
23
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
24
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
25
|
-
:param pulumi.Input[str] name: The name of the Clickhouse database.
|
|
23
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
24
|
+
:param pulumi.Input[str] service_name: Specifies 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.
|
|
25
|
+
:param pulumi.Input[str] name: The name of the Clickhouse database. Changing this property forces recreation of the resource.
|
|
26
26
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the Clickhouse database from being deleted by
|
|
27
27
|
Terraform. It is recommended to enable this for any production Clickhouse databases containing critical data. The
|
|
28
28
|
default value is `false`.
|
|
@@ -38,7 +38,7 @@ class ClickhouseDatabaseArgs:
|
|
|
38
38
|
@pulumi.getter
|
|
39
39
|
def project(self) -> pulumi.Input[str]:
|
|
40
40
|
"""
|
|
41
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
41
|
+
Identifies 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.
|
|
42
42
|
"""
|
|
43
43
|
return pulumi.get(self, "project")
|
|
44
44
|
|
|
@@ -50,7 +50,7 @@ class ClickhouseDatabaseArgs:
|
|
|
50
50
|
@pulumi.getter(name="serviceName")
|
|
51
51
|
def service_name(self) -> pulumi.Input[str]:
|
|
52
52
|
"""
|
|
53
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
53
|
+
Specifies 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.
|
|
54
54
|
"""
|
|
55
55
|
return pulumi.get(self, "service_name")
|
|
56
56
|
|
|
@@ -62,7 +62,7 @@ class ClickhouseDatabaseArgs:
|
|
|
62
62
|
@pulumi.getter
|
|
63
63
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
64
64
|
"""
|
|
65
|
-
The name of the Clickhouse database.
|
|
65
|
+
The name of the Clickhouse database. Changing this property forces recreation of the resource.
|
|
66
66
|
"""
|
|
67
67
|
return pulumi.get(self, "name")
|
|
68
68
|
|
|
@@ -94,9 +94,9 @@ class _ClickhouseDatabaseState:
|
|
|
94
94
|
termination_protection: Optional[pulumi.Input[bool]] = None):
|
|
95
95
|
"""
|
|
96
96
|
Input properties used for looking up and filtering ClickhouseDatabase resources.
|
|
97
|
-
:param pulumi.Input[str] name: The name of the Clickhouse database.
|
|
98
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
99
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
97
|
+
:param pulumi.Input[str] name: The name of the Clickhouse database. Changing this property forces recreation of the resource.
|
|
98
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
99
|
+
:param pulumi.Input[str] service_name: Specifies 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.
|
|
100
100
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the Clickhouse database from being deleted by
|
|
101
101
|
Terraform. It is recommended to enable this for any production Clickhouse databases containing critical data. The
|
|
102
102
|
default value is `false`.
|
|
@@ -114,7 +114,7 @@ class _ClickhouseDatabaseState:
|
|
|
114
114
|
@pulumi.getter
|
|
115
115
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
116
116
|
"""
|
|
117
|
-
The name of the Clickhouse database.
|
|
117
|
+
The name of the Clickhouse database. Changing this property forces recreation of the resource.
|
|
118
118
|
"""
|
|
119
119
|
return pulumi.get(self, "name")
|
|
120
120
|
|
|
@@ -126,7 +126,7 @@ class _ClickhouseDatabaseState:
|
|
|
126
126
|
@pulumi.getter
|
|
127
127
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
128
128
|
"""
|
|
129
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
129
|
+
Identifies 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
130
|
"""
|
|
131
131
|
return pulumi.get(self, "project")
|
|
132
132
|
|
|
@@ -138,7 +138,7 @@ class _ClickhouseDatabaseState:
|
|
|
138
138
|
@pulumi.getter(name="serviceName")
|
|
139
139
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
140
140
|
"""
|
|
141
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
141
|
+
Specifies 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.
|
|
142
142
|
"""
|
|
143
143
|
return pulumi.get(self, "service_name")
|
|
144
144
|
|
|
@@ -176,6 +176,7 @@ class ClickhouseDatabase(pulumi.CustomResource):
|
|
|
176
176
|
|
|
177
177
|
## Example Usage
|
|
178
178
|
|
|
179
|
+
<!--Start PulumiCodeChooser -->
|
|
179
180
|
```python
|
|
180
181
|
import pulumi
|
|
181
182
|
import pulumi_aiven as aiven
|
|
@@ -184,18 +185,19 @@ class ClickhouseDatabase(pulumi.CustomResource):
|
|
|
184
185
|
project=aiven_clickhouse["ch"]["project"],
|
|
185
186
|
service_name=aiven_clickhouse["ch"]["service_name"])
|
|
186
187
|
```
|
|
188
|
+
<!--End PulumiCodeChooser -->
|
|
187
189
|
|
|
188
190
|
## Import
|
|
189
191
|
|
|
190
192
|
```sh
|
|
191
|
-
|
|
193
|
+
$ pulumi import aiven:index/clickhouseDatabase:ClickhouseDatabase clickhouse_db project/service_name/name
|
|
192
194
|
```
|
|
193
195
|
|
|
194
196
|
:param str resource_name: The name of the resource.
|
|
195
197
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
196
|
-
:param pulumi.Input[str] name: The name of the Clickhouse database.
|
|
197
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
198
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
198
|
+
:param pulumi.Input[str] name: The name of the Clickhouse database. Changing this property forces recreation of the resource.
|
|
199
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
200
|
+
:param pulumi.Input[str] service_name: Specifies 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.
|
|
199
201
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the Clickhouse database from being deleted by
|
|
200
202
|
Terraform. It is recommended to enable this for any production Clickhouse databases containing critical data. The
|
|
201
203
|
default value is `false`.
|
|
@@ -211,6 +213,7 @@ class ClickhouseDatabase(pulumi.CustomResource):
|
|
|
211
213
|
|
|
212
214
|
## Example Usage
|
|
213
215
|
|
|
216
|
+
<!--Start PulumiCodeChooser -->
|
|
214
217
|
```python
|
|
215
218
|
import pulumi
|
|
216
219
|
import pulumi_aiven as aiven
|
|
@@ -219,11 +222,12 @@ class ClickhouseDatabase(pulumi.CustomResource):
|
|
|
219
222
|
project=aiven_clickhouse["ch"]["project"],
|
|
220
223
|
service_name=aiven_clickhouse["ch"]["service_name"])
|
|
221
224
|
```
|
|
225
|
+
<!--End PulumiCodeChooser -->
|
|
222
226
|
|
|
223
227
|
## Import
|
|
224
228
|
|
|
225
229
|
```sh
|
|
226
|
-
|
|
230
|
+
$ pulumi import aiven:index/clickhouseDatabase:ClickhouseDatabase clickhouse_db project/service_name/name
|
|
227
231
|
```
|
|
228
232
|
|
|
229
233
|
:param str resource_name: The name of the resource.
|
|
@@ -283,9 +287,9 @@ class ClickhouseDatabase(pulumi.CustomResource):
|
|
|
283
287
|
:param str resource_name: The unique name of the resulting resource.
|
|
284
288
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
285
289
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
286
|
-
:param pulumi.Input[str] name: The name of the Clickhouse database.
|
|
287
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
288
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
290
|
+
:param pulumi.Input[str] name: The name of the Clickhouse database. Changing this property forces recreation of the resource.
|
|
291
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
292
|
+
:param pulumi.Input[str] service_name: Specifies 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.
|
|
289
293
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protections, which prevents the Clickhouse database from being deleted by
|
|
290
294
|
Terraform. It is recommended to enable this for any production Clickhouse databases containing critical data. The
|
|
291
295
|
default value is `false`.
|
|
@@ -304,7 +308,7 @@ class ClickhouseDatabase(pulumi.CustomResource):
|
|
|
304
308
|
@pulumi.getter
|
|
305
309
|
def name(self) -> pulumi.Output[str]:
|
|
306
310
|
"""
|
|
307
|
-
The name of the Clickhouse database.
|
|
311
|
+
The name of the Clickhouse database. Changing this property forces recreation of the resource.
|
|
308
312
|
"""
|
|
309
313
|
return pulumi.get(self, "name")
|
|
310
314
|
|
|
@@ -312,7 +316,7 @@ class ClickhouseDatabase(pulumi.CustomResource):
|
|
|
312
316
|
@pulumi.getter
|
|
313
317
|
def project(self) -> pulumi.Output[str]:
|
|
314
318
|
"""
|
|
315
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
319
|
+
Identifies 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.
|
|
316
320
|
"""
|
|
317
321
|
return pulumi.get(self, "project")
|
|
318
322
|
|
|
@@ -320,7 +324,7 @@ class ClickhouseDatabase(pulumi.CustomResource):
|
|
|
320
324
|
@pulumi.getter(name="serviceName")
|
|
321
325
|
def service_name(self) -> pulumi.Output[str]:
|
|
322
326
|
"""
|
|
323
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
327
|
+
Specifies 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.
|
|
324
328
|
"""
|
|
325
329
|
return pulumi.get(self, "service_name")
|
|
326
330
|
|