pulumi-aiven 6.13.0a1710994538__py3-none-any.whl → 6.13.0a1711361534__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 +2479 -932
- pulumi_aiven/account.py +34 -30
- pulumi_aiven/account_authentication.py +6 -2
- pulumi_aiven/account_team_member.py +21 -21
- pulumi_aiven/aws_privatelink.py +39 -39
- pulumi_aiven/aws_vpc_peering_connection.py +62 -52
- pulumi_aiven/azure_privatelink.py +49 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +76 -68
- pulumi_aiven/cassandra.py +7 -7
- pulumi_aiven/cassandra_user.py +21 -21
- pulumi_aiven/clickhouse.py +7 -7
- pulumi_aiven/clickhouse_database.py +21 -21
- pulumi_aiven/clickhouse_grant.py +42 -42
- pulumi_aiven/clickhouse_role.py +21 -21
- pulumi_aiven/clickhouse_user.py +21 -21
- pulumi_aiven/connection_pool.py +28 -28
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +7 -7
- pulumi_aiven/flink_application.py +14 -14
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +14 -14
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +35 -35
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +15 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -23
- pulumi_aiven/get_azure_privatelink.py +17 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +3 -3
- pulumi_aiven/get_cassandra.py +3 -3
- pulumi_aiven/get_cassandra_user.py +9 -9
- pulumi_aiven/get_clickhouse.py +3 -3
- pulumi_aiven/get_clickhouse_database.py +9 -9
- pulumi_aiven/get_clickhouse_user.py +9 -9
- pulumi_aiven/get_connection_pool.py +10 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +3 -3
- pulumi_aiven/get_flink_application.py +6 -6
- pulumi_aiven/get_flink_application_version.py +6 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -18
- pulumi_aiven/get_grafana.py +3 -3
- pulumi_aiven/get_kafka.py +3 -3
- pulumi_aiven/get_kafka_acl.py +15 -15
- pulumi_aiven/get_kafka_connect.py +3 -3
- pulumi_aiven/get_kafka_connector.py +9 -9
- pulumi_aiven/get_kafka_mirror_maker.py +3 -3
- pulumi_aiven/get_kafka_schema.py +9 -9
- pulumi_aiven/get_kafka_schema_configuration.py +7 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +9 -9
- pulumi_aiven/get_kafka_user.py +9 -9
- pulumi_aiven/get_m3_aggregator.py +3 -3
- pulumi_aiven/get_m3_db.py +3 -3
- pulumi_aiven/get_m3db_user.py +9 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
- pulumi_aiven/get_my_sql.py +3 -3
- pulumi_aiven/get_mysql_database.py +9 -9
- pulumi_aiven/get_mysql_user.py +9 -9
- pulumi_aiven/get_open_search.py +3 -3
- pulumi_aiven/get_open_search_acl_config.py +6 -6
- pulumi_aiven/get_open_search_acl_rule.py +12 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
- pulumi_aiven/get_opensearch_user.py +9 -9
- pulumi_aiven/get_organization.py +8 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +3 -3
- pulumi_aiven/get_pg_database.py +11 -11
- pulumi_aiven/get_pg_user.py +9 -9
- pulumi_aiven/get_project_user.py +6 -6
- pulumi_aiven/get_project_vpc.py +11 -13
- pulumi_aiven/get_redis.py +3 -3
- pulumi_aiven/get_redis_user.py +13 -13
- pulumi_aiven/get_service_integration.py +56 -4
- pulumi_aiven/get_service_integration_endpoint.py +1 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +9 -9
- pulumi_aiven/grafana.py +7 -7
- 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 +7 -7
- pulumi_aiven/kafka_acl.py +35 -35
- pulumi_aiven/kafka_connect.py +7 -7
- pulumi_aiven/kafka_connector.py +21 -21
- pulumi_aiven/kafka_mirror_maker.py +7 -7
- pulumi_aiven/kafka_schema.py +47 -43
- pulumi_aiven/kafka_schema_configuration.py +14 -14
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +21 -21
- pulumi_aiven/kafka_user.py +21 -21
- pulumi_aiven/m3_aggregator.py +7 -7
- pulumi_aiven/m3_db.py +7 -7
- pulumi_aiven/m3db_user.py +21 -21
- pulumi_aiven/mirror_maker_replication_flow.py +50 -48
- pulumi_aiven/my_sql.py +7 -7
- pulumi_aiven/mysql_database.py +21 -21
- pulumi_aiven/mysql_user.py +21 -21
- pulumi_aiven/open_search.py +7 -7
- pulumi_aiven/open_search_acl_config.py +14 -14
- pulumi_aiven/open_search_acl_rule.py +28 -28
- pulumi_aiven/opensearch_security_plugin_config.py +66 -14
- pulumi_aiven/opensearch_user.py +21 -21
- pulumi_aiven/organization.py +10 -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 +32 -32
- pulumi_aiven/outputs.py +2989 -467
- pulumi_aiven/pg.py +7 -7
- pulumi_aiven/pg_database.py +35 -35
- pulumi_aiven/pg_user.py +21 -21
- pulumi_aiven/project.py +26 -0
- pulumi_aiven/project_user.py +14 -14
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +7 -7
- pulumi_aiven/redis_user.py +49 -49
- pulumi_aiven/service_integration.py +195 -7
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +21 -21
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0a1711361534.dist-info/RECORD +150 -0
- pulumi_aiven-6.13.0a1710994538.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/top_level.txt +0 -0
pulumi_aiven/influxdb_user.py
CHANGED
|
@@ -21,11 +21,11 @@ class InfluxdbUserArgs:
|
|
|
21
21
|
"""
|
|
22
22
|
The set of arguments for constructing a InfluxdbUser resource.
|
|
23
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
|
|
24
|
-
reference.
|
|
24
|
+
reference. Changing this property forces recreation of the resource.
|
|
25
25
|
: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
|
|
26
|
-
variable as a reference.
|
|
27
|
-
:param pulumi.Input[str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
28
|
-
|
|
26
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
27
|
+
:param pulumi.Input[str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
28
|
+
Changing this property forces recreation of the resource.
|
|
29
29
|
:param pulumi.Input[str] password: The password of the InfluxDB User.
|
|
30
30
|
"""
|
|
31
31
|
pulumi.set(__self__, "project", project)
|
|
@@ -39,7 +39,7 @@ class InfluxdbUserArgs:
|
|
|
39
39
|
def project(self) -> pulumi.Input[str]:
|
|
40
40
|
"""
|
|
41
41
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
42
|
-
reference.
|
|
42
|
+
reference. Changing this property forces recreation of the resource.
|
|
43
43
|
"""
|
|
44
44
|
return pulumi.get(self, "project")
|
|
45
45
|
|
|
@@ -52,7 +52,7 @@ class InfluxdbUserArgs:
|
|
|
52
52
|
def service_name(self) -> pulumi.Input[str]:
|
|
53
53
|
"""
|
|
54
54
|
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
55
|
-
variable as a reference.
|
|
55
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
56
56
|
"""
|
|
57
57
|
return pulumi.get(self, "service_name")
|
|
58
58
|
|
|
@@ -64,8 +64,8 @@ class InfluxdbUserArgs:
|
|
|
64
64
|
@pulumi.getter
|
|
65
65
|
def username(self) -> pulumi.Input[str]:
|
|
66
66
|
"""
|
|
67
|
-
The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
68
|
-
|
|
67
|
+
The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
68
|
+
Changing this property forces recreation of the resource.
|
|
69
69
|
"""
|
|
70
70
|
return pulumi.get(self, "username")
|
|
71
71
|
|
|
@@ -102,12 +102,12 @@ class _InfluxdbUserState:
|
|
|
102
102
|
:param pulumi.Input[str] access_key: Access certificate key for the user if applicable for the service in question
|
|
103
103
|
:param pulumi.Input[str] password: The password of the InfluxDB User.
|
|
104
104
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
105
|
-
reference.
|
|
105
|
+
reference. Changing this property forces recreation of the resource.
|
|
106
106
|
: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
|
|
107
|
-
variable as a reference.
|
|
107
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
108
108
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
109
|
-
:param pulumi.Input[str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
110
|
-
|
|
109
|
+
:param pulumi.Input[str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
110
|
+
Changing this property forces recreation of the resource.
|
|
111
111
|
"""
|
|
112
112
|
if access_cert is not None:
|
|
113
113
|
pulumi.set(__self__, "access_cert", access_cert)
|
|
@@ -165,7 +165,7 @@ class _InfluxdbUserState:
|
|
|
165
165
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
166
166
|
"""
|
|
167
167
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
168
|
-
reference.
|
|
168
|
+
reference. Changing this property forces recreation of the resource.
|
|
169
169
|
"""
|
|
170
170
|
return pulumi.get(self, "project")
|
|
171
171
|
|
|
@@ -178,7 +178,7 @@ class _InfluxdbUserState:
|
|
|
178
178
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
179
179
|
"""
|
|
180
180
|
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
181
|
-
variable as a reference.
|
|
181
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
182
182
|
"""
|
|
183
183
|
return pulumi.get(self, "service_name")
|
|
184
184
|
|
|
@@ -202,8 +202,8 @@ class _InfluxdbUserState:
|
|
|
202
202
|
@pulumi.getter
|
|
203
203
|
def username(self) -> Optional[pulumi.Input[str]]:
|
|
204
204
|
"""
|
|
205
|
-
The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
206
|
-
|
|
205
|
+
The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
206
|
+
Changing this property forces recreation of the resource.
|
|
207
207
|
"""
|
|
208
208
|
return pulumi.get(self, "username")
|
|
209
209
|
|
|
@@ -228,11 +228,11 @@ class InfluxdbUser(pulumi.CustomResource):
|
|
|
228
228
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
229
229
|
:param pulumi.Input[str] password: The password of the InfluxDB User.
|
|
230
230
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
231
|
-
reference.
|
|
231
|
+
reference. Changing this property forces recreation of the resource.
|
|
232
232
|
: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
|
|
233
|
-
variable as a reference.
|
|
234
|
-
:param pulumi.Input[str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
235
|
-
|
|
233
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
234
|
+
:param pulumi.Input[str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
235
|
+
Changing this property forces recreation of the resource.
|
|
236
236
|
"""
|
|
237
237
|
...
|
|
238
238
|
@overload
|
|
@@ -313,12 +313,12 @@ class InfluxdbUser(pulumi.CustomResource):
|
|
|
313
313
|
:param pulumi.Input[str] access_key: Access certificate key for the user if applicable for the service in question
|
|
314
314
|
:param pulumi.Input[str] password: The password of the InfluxDB User.
|
|
315
315
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
316
|
-
reference.
|
|
316
|
+
reference. Changing this property forces recreation of the resource.
|
|
317
317
|
: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
|
|
318
|
-
variable as a reference.
|
|
318
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
319
319
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
320
|
-
:param pulumi.Input[str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
321
|
-
|
|
320
|
+
:param pulumi.Input[str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
321
|
+
Changing this property forces recreation of the resource.
|
|
322
322
|
"""
|
|
323
323
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
324
324
|
|
|
@@ -362,7 +362,7 @@ class InfluxdbUser(pulumi.CustomResource):
|
|
|
362
362
|
def project(self) -> pulumi.Output[str]:
|
|
363
363
|
"""
|
|
364
364
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
365
|
-
reference.
|
|
365
|
+
reference. Changing this property forces recreation of the resource.
|
|
366
366
|
"""
|
|
367
367
|
return pulumi.get(self, "project")
|
|
368
368
|
|
|
@@ -371,7 +371,7 @@ class InfluxdbUser(pulumi.CustomResource):
|
|
|
371
371
|
def service_name(self) -> pulumi.Output[str]:
|
|
372
372
|
"""
|
|
373
373
|
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this
|
|
374
|
-
variable as a reference.
|
|
374
|
+
variable as a reference. Changing this property forces recreation of the resource.
|
|
375
375
|
"""
|
|
376
376
|
return pulumi.get(self, "service_name")
|
|
377
377
|
|
|
@@ -387,8 +387,8 @@ class InfluxdbUser(pulumi.CustomResource):
|
|
|
387
387
|
@pulumi.getter
|
|
388
388
|
def username(self) -> pulumi.Output[str]:
|
|
389
389
|
"""
|
|
390
|
-
The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
391
|
-
|
|
390
|
+
The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
|
|
391
|
+
Changing this property forces recreation of the resource.
|
|
392
392
|
"""
|
|
393
393
|
return pulumi.get(self, "username")
|
|
394
394
|
|
pulumi_aiven/kafka.py
CHANGED
|
@@ -36,7 +36,7 @@ class KafkaArgs:
|
|
|
36
36
|
"""
|
|
37
37
|
The set of arguments for constructing a Kafka resource.
|
|
38
38
|
: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).
|
|
39
|
-
: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.
|
|
39
|
+
: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.
|
|
40
40
|
: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.
|
|
41
41
|
: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.
|
|
42
42
|
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
@@ -107,7 +107,7 @@ class KafkaArgs:
|
|
|
107
107
|
@pulumi.getter
|
|
108
108
|
def project(self) -> pulumi.Input[str]:
|
|
109
109
|
"""
|
|
110
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
110
|
+
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.
|
|
111
111
|
"""
|
|
112
112
|
return pulumi.get(self, "project")
|
|
113
113
|
|
|
@@ -352,7 +352,7 @@ class _KafkaState:
|
|
|
352
352
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
353
353
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
354
354
|
: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).
|
|
355
|
-
: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.
|
|
355
|
+
: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.
|
|
356
356
|
: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.
|
|
357
357
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
358
358
|
:param pulumi.Input[Sequence[pulumi.Input['KafkaServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
@@ -625,7 +625,7 @@ class _KafkaState:
|
|
|
625
625
|
@pulumi.getter
|
|
626
626
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
627
627
|
"""
|
|
628
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
628
|
+
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.
|
|
629
629
|
"""
|
|
630
630
|
return pulumi.get(self, "project")
|
|
631
631
|
|
|
@@ -876,7 +876,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
876
876
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
877
877
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
878
878
|
: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).
|
|
879
|
-
: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.
|
|
879
|
+
: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.
|
|
880
880
|
: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.
|
|
881
881
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
882
882
|
: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.
|
|
@@ -1072,7 +1072,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
1072
1072
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
1073
1073
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
1074
1074
|
: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).
|
|
1075
|
-
: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.
|
|
1075
|
+
: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.
|
|
1076
1076
|
: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.
|
|
1077
1077
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
1078
1078
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
@@ -1254,7 +1254,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
1254
1254
|
@pulumi.getter
|
|
1255
1255
|
def project(self) -> pulumi.Output[str]:
|
|
1256
1256
|
"""
|
|
1257
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
1257
|
+
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.
|
|
1258
1258
|
"""
|
|
1259
1259
|
return pulumi.get(self, "project")
|
|
1260
1260
|
|
pulumi_aiven/kafka_acl.py
CHANGED
|
@@ -21,11 +21,11 @@ class KafkaAclArgs:
|
|
|
21
21
|
username: pulumi.Input[str]):
|
|
22
22
|
"""
|
|
23
23
|
The set of arguments for constructing a KafkaAcl resource.
|
|
24
|
-
:param pulumi.Input[str] permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`.
|
|
25
|
-
: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.
|
|
26
|
-
: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.
|
|
27
|
-
:param pulumi.Input[str] topic: Topic name pattern for the ACL entry.
|
|
28
|
-
:param pulumi.Input[str] username: Username pattern for the ACL entry.
|
|
24
|
+
:param pulumi.Input[str] permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
|
|
25
|
+
: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.
|
|
26
|
+
: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.
|
|
27
|
+
:param pulumi.Input[str] topic: Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
28
|
+
:param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
29
29
|
"""
|
|
30
30
|
pulumi.set(__self__, "permission", permission)
|
|
31
31
|
pulumi.set(__self__, "project", project)
|
|
@@ -37,7 +37,7 @@ class KafkaAclArgs:
|
|
|
37
37
|
@pulumi.getter
|
|
38
38
|
def permission(self) -> pulumi.Input[str]:
|
|
39
39
|
"""
|
|
40
|
-
Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`.
|
|
40
|
+
Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
|
|
41
41
|
"""
|
|
42
42
|
return pulumi.get(self, "permission")
|
|
43
43
|
|
|
@@ -49,7 +49,7 @@ class KafkaAclArgs:
|
|
|
49
49
|
@pulumi.getter
|
|
50
50
|
def project(self) -> pulumi.Input[str]:
|
|
51
51
|
"""
|
|
52
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
52
|
+
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.
|
|
53
53
|
"""
|
|
54
54
|
return pulumi.get(self, "project")
|
|
55
55
|
|
|
@@ -61,7 +61,7 @@ class KafkaAclArgs:
|
|
|
61
61
|
@pulumi.getter(name="serviceName")
|
|
62
62
|
def service_name(self) -> pulumi.Input[str]:
|
|
63
63
|
"""
|
|
64
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
64
|
+
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.
|
|
65
65
|
"""
|
|
66
66
|
return pulumi.get(self, "service_name")
|
|
67
67
|
|
|
@@ -73,7 +73,7 @@ class KafkaAclArgs:
|
|
|
73
73
|
@pulumi.getter
|
|
74
74
|
def topic(self) -> pulumi.Input[str]:
|
|
75
75
|
"""
|
|
76
|
-
Topic name pattern for the ACL entry.
|
|
76
|
+
Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
77
77
|
"""
|
|
78
78
|
return pulumi.get(self, "topic")
|
|
79
79
|
|
|
@@ -85,7 +85,7 @@ class KafkaAclArgs:
|
|
|
85
85
|
@pulumi.getter
|
|
86
86
|
def username(self) -> pulumi.Input[str]:
|
|
87
87
|
"""
|
|
88
|
-
Username pattern for the ACL entry.
|
|
88
|
+
Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
89
89
|
"""
|
|
90
90
|
return pulumi.get(self, "username")
|
|
91
91
|
|
|
@@ -106,11 +106,11 @@ class _KafkaAclState:
|
|
|
106
106
|
"""
|
|
107
107
|
Input properties used for looking up and filtering KafkaAcl resources.
|
|
108
108
|
:param pulumi.Input[str] acl_id: Kafka ACL ID
|
|
109
|
-
:param pulumi.Input[str] permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`.
|
|
110
|
-
: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.
|
|
111
|
-
: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.
|
|
112
|
-
:param pulumi.Input[str] topic: Topic name pattern for the ACL entry.
|
|
113
|
-
:param pulumi.Input[str] username: Username pattern for the ACL entry.
|
|
109
|
+
:param pulumi.Input[str] permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
|
|
110
|
+
: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.
|
|
111
|
+
: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.
|
|
112
|
+
:param pulumi.Input[str] topic: Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
113
|
+
:param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
114
114
|
"""
|
|
115
115
|
if acl_id is not None:
|
|
116
116
|
pulumi.set(__self__, "acl_id", acl_id)
|
|
@@ -141,7 +141,7 @@ class _KafkaAclState:
|
|
|
141
141
|
@pulumi.getter
|
|
142
142
|
def permission(self) -> Optional[pulumi.Input[str]]:
|
|
143
143
|
"""
|
|
144
|
-
Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`.
|
|
144
|
+
Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
|
|
145
145
|
"""
|
|
146
146
|
return pulumi.get(self, "permission")
|
|
147
147
|
|
|
@@ -153,7 +153,7 @@ class _KafkaAclState:
|
|
|
153
153
|
@pulumi.getter
|
|
154
154
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
155
155
|
"""
|
|
156
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
156
|
+
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.
|
|
157
157
|
"""
|
|
158
158
|
return pulumi.get(self, "project")
|
|
159
159
|
|
|
@@ -165,7 +165,7 @@ class _KafkaAclState:
|
|
|
165
165
|
@pulumi.getter(name="serviceName")
|
|
166
166
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
167
167
|
"""
|
|
168
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
168
|
+
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.
|
|
169
169
|
"""
|
|
170
170
|
return pulumi.get(self, "service_name")
|
|
171
171
|
|
|
@@ -177,7 +177,7 @@ class _KafkaAclState:
|
|
|
177
177
|
@pulumi.getter
|
|
178
178
|
def topic(self) -> Optional[pulumi.Input[str]]:
|
|
179
179
|
"""
|
|
180
|
-
Topic name pattern for the ACL entry.
|
|
180
|
+
Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
181
181
|
"""
|
|
182
182
|
return pulumi.get(self, "topic")
|
|
183
183
|
|
|
@@ -189,7 +189,7 @@ class _KafkaAclState:
|
|
|
189
189
|
@pulumi.getter
|
|
190
190
|
def username(self) -> Optional[pulumi.Input[str]]:
|
|
191
191
|
"""
|
|
192
|
-
Username pattern for the ACL entry.
|
|
192
|
+
Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
193
193
|
"""
|
|
194
194
|
return pulumi.get(self, "username")
|
|
195
195
|
|
|
@@ -236,11 +236,11 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
236
236
|
|
|
237
237
|
:param str resource_name: The name of the resource.
|
|
238
238
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
239
|
-
:param pulumi.Input[str] permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`.
|
|
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.
|
|
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.
|
|
242
|
-
:param pulumi.Input[str] topic: Topic name pattern for the ACL entry.
|
|
243
|
-
:param pulumi.Input[str] username: Username pattern for the ACL entry.
|
|
239
|
+
:param pulumi.Input[str] permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
|
|
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] topic: Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
243
|
+
:param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
244
244
|
"""
|
|
245
245
|
...
|
|
246
246
|
@overload
|
|
@@ -342,11 +342,11 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
342
342
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
343
343
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
344
344
|
:param pulumi.Input[str] acl_id: Kafka ACL ID
|
|
345
|
-
:param pulumi.Input[str] permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`.
|
|
346
|
-
: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.
|
|
347
|
-
: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.
|
|
348
|
-
:param pulumi.Input[str] topic: Topic name pattern for the ACL entry.
|
|
349
|
-
:param pulumi.Input[str] username: Username pattern for the ACL entry.
|
|
345
|
+
:param pulumi.Input[str] permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
|
|
346
|
+
: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.
|
|
347
|
+
: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.
|
|
348
|
+
:param pulumi.Input[str] topic: Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
349
|
+
:param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
350
350
|
"""
|
|
351
351
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
352
352
|
|
|
@@ -372,7 +372,7 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
372
372
|
@pulumi.getter
|
|
373
373
|
def permission(self) -> pulumi.Output[str]:
|
|
374
374
|
"""
|
|
375
|
-
Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`.
|
|
375
|
+
Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
|
|
376
376
|
"""
|
|
377
377
|
return pulumi.get(self, "permission")
|
|
378
378
|
|
|
@@ -380,7 +380,7 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
380
380
|
@pulumi.getter
|
|
381
381
|
def project(self) -> pulumi.Output[str]:
|
|
382
382
|
"""
|
|
383
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
383
|
+
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.
|
|
384
384
|
"""
|
|
385
385
|
return pulumi.get(self, "project")
|
|
386
386
|
|
|
@@ -388,7 +388,7 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
388
388
|
@pulumi.getter(name="serviceName")
|
|
389
389
|
def service_name(self) -> pulumi.Output[str]:
|
|
390
390
|
"""
|
|
391
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
391
|
+
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.
|
|
392
392
|
"""
|
|
393
393
|
return pulumi.get(self, "service_name")
|
|
394
394
|
|
|
@@ -396,7 +396,7 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
396
396
|
@pulumi.getter
|
|
397
397
|
def topic(self) -> pulumi.Output[str]:
|
|
398
398
|
"""
|
|
399
|
-
Topic name pattern for the ACL entry.
|
|
399
|
+
Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
400
400
|
"""
|
|
401
401
|
return pulumi.get(self, "topic")
|
|
402
402
|
|
|
@@ -404,7 +404,7 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
404
404
|
@pulumi.getter
|
|
405
405
|
def username(self) -> pulumi.Output[str]:
|
|
406
406
|
"""
|
|
407
|
-
Username pattern for the ACL entry.
|
|
407
|
+
Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
408
408
|
"""
|
|
409
409
|
return pulumi.get(self, "username")
|
|
410
410
|
|
pulumi_aiven/kafka_connect.py
CHANGED
|
@@ -40,7 +40,7 @@ class KafkaConnectArgs:
|
|
|
40
40
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
41
41
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
42
42
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
43
|
-
reference.
|
|
43
|
+
reference. Changing this property forces recreation of the resource.
|
|
44
44
|
: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
|
|
45
45
|
service so name should be picked based on intended service usage rather than current attributes.
|
|
46
46
|
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
@@ -123,7 +123,7 @@ class KafkaConnectArgs:
|
|
|
123
123
|
def project(self) -> pulumi.Input[str]:
|
|
124
124
|
"""
|
|
125
125
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
126
|
-
reference.
|
|
126
|
+
reference. Changing this property forces recreation of the resource.
|
|
127
127
|
"""
|
|
128
128
|
return pulumi.get(self, "project")
|
|
129
129
|
|
|
@@ -367,7 +367,7 @@ class _KafkaConnectState:
|
|
|
367
367
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
368
368
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
369
369
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
370
|
-
reference.
|
|
370
|
+
reference. Changing this property forces recreation of the resource.
|
|
371
371
|
: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
|
|
372
372
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
373
373
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -629,7 +629,7 @@ class _KafkaConnectState:
|
|
|
629
629
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
630
630
|
"""
|
|
631
631
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
632
|
-
reference.
|
|
632
|
+
reference. Changing this property forces recreation of the resource.
|
|
633
633
|
"""
|
|
634
634
|
return pulumi.get(self, "project")
|
|
635
635
|
|
|
@@ -891,7 +891,7 @@ class KafkaConnect(pulumi.CustomResource):
|
|
|
891
891
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
892
892
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
893
893
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
894
|
-
reference.
|
|
894
|
+
reference. Changing this property forces recreation of the resource.
|
|
895
895
|
: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
|
|
896
896
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
897
897
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -1096,7 +1096,7 @@ class KafkaConnect(pulumi.CustomResource):
|
|
|
1096
1096
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
1097
1097
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1098
1098
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1099
|
-
reference.
|
|
1099
|
+
reference. Changing this property forces recreation of the resource.
|
|
1100
1100
|
: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
|
|
1101
1101
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
1102
1102
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -1280,7 +1280,7 @@ class KafkaConnect(pulumi.CustomResource):
|
|
|
1280
1280
|
def project(self) -> pulumi.Output[str]:
|
|
1281
1281
|
"""
|
|
1282
1282
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1283
|
-
reference.
|
|
1283
|
+
reference. Changing this property forces recreation of the resource.
|
|
1284
1284
|
"""
|
|
1285
1285
|
return pulumi.get(self, "project")
|
|
1286
1286
|
|