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/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
|
|
|
@@ -830,6 +830,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
830
830
|
|
|
831
831
|
## Example Usage
|
|
832
832
|
|
|
833
|
+
<!--Start PulumiCodeChooser -->
|
|
833
834
|
```python
|
|
834
835
|
import pulumi
|
|
835
836
|
import pulumi_aiven as aiven
|
|
@@ -856,11 +857,12 @@ class Kafka(pulumi.CustomResource):
|
|
|
856
857
|
),
|
|
857
858
|
))
|
|
858
859
|
```
|
|
860
|
+
<!--End PulumiCodeChooser -->
|
|
859
861
|
|
|
860
862
|
## Import
|
|
861
863
|
|
|
862
864
|
```sh
|
|
863
|
-
|
|
865
|
+
$ pulumi import aiven:index/kafka:Kafka kafka1 project/service_name
|
|
864
866
|
```
|
|
865
867
|
|
|
866
868
|
:param str resource_name: The name of the resource.
|
|
@@ -874,7 +876,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
874
876
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
875
877
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
876
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).
|
|
877
|
-
: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.
|
|
878
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.
|
|
879
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
|
|
880
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.
|
|
@@ -894,6 +896,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
894
896
|
|
|
895
897
|
## Example Usage
|
|
896
898
|
|
|
899
|
+
<!--Start PulumiCodeChooser -->
|
|
897
900
|
```python
|
|
898
901
|
import pulumi
|
|
899
902
|
import pulumi_aiven as aiven
|
|
@@ -920,11 +923,12 @@ class Kafka(pulumi.CustomResource):
|
|
|
920
923
|
),
|
|
921
924
|
))
|
|
922
925
|
```
|
|
926
|
+
<!--End PulumiCodeChooser -->
|
|
923
927
|
|
|
924
928
|
## Import
|
|
925
929
|
|
|
926
930
|
```sh
|
|
927
|
-
|
|
931
|
+
$ pulumi import aiven:index/kafka:Kafka kafka1 project/service_name
|
|
928
932
|
```
|
|
929
933
|
|
|
930
934
|
:param str resource_name: The name of the resource.
|
|
@@ -1068,7 +1072,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
1068
1072
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
1069
1073
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
1070
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).
|
|
1071
|
-
: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.
|
|
1072
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.
|
|
1073
1077
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
1074
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
|
|
@@ -1250,7 +1254,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
1250
1254
|
@pulumi.getter
|
|
1251
1255
|
def project(self) -> pulumi.Output[str]:
|
|
1252
1256
|
"""
|
|
1253
|
-
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.
|
|
1254
1258
|
"""
|
|
1255
1259
|
return pulumi.get(self, "project")
|
|
1256
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
|
|
|
@@ -214,6 +214,7 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
214
214
|
|
|
215
215
|
## Example Usage
|
|
216
216
|
|
|
217
|
+
<!--Start PulumiCodeChooser -->
|
|
217
218
|
```python
|
|
218
219
|
import pulumi
|
|
219
220
|
import pulumi_aiven as aiven
|
|
@@ -225,20 +226,21 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
225
226
|
permission="admin",
|
|
226
227
|
username="<USERNAME_PATTERN>")
|
|
227
228
|
```
|
|
229
|
+
<!--End PulumiCodeChooser -->
|
|
228
230
|
|
|
229
231
|
## Import
|
|
230
232
|
|
|
231
233
|
```sh
|
|
232
|
-
|
|
234
|
+
$ pulumi import aiven:index/kafkaAcl:KafkaAcl mytestacl project/service_name/id
|
|
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
|
-
:param pulumi.Input[str] permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`.
|
|
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] topic: Topic name pattern for the ACL entry.
|
|
241
|
-
: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.
|
|
242
244
|
"""
|
|
243
245
|
...
|
|
244
246
|
@overload
|
|
@@ -251,6 +253,7 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
251
253
|
|
|
252
254
|
## Example Usage
|
|
253
255
|
|
|
256
|
+
<!--Start PulumiCodeChooser -->
|
|
254
257
|
```python
|
|
255
258
|
import pulumi
|
|
256
259
|
import pulumi_aiven as aiven
|
|
@@ -262,11 +265,12 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
262
265
|
permission="admin",
|
|
263
266
|
username="<USERNAME_PATTERN>")
|
|
264
267
|
```
|
|
268
|
+
<!--End PulumiCodeChooser -->
|
|
265
269
|
|
|
266
270
|
## Import
|
|
267
271
|
|
|
268
272
|
```sh
|
|
269
|
-
|
|
273
|
+
$ pulumi import aiven:index/kafkaAcl:KafkaAcl mytestacl project/service_name/id
|
|
270
274
|
```
|
|
271
275
|
|
|
272
276
|
:param str resource_name: The name of the resource.
|
|
@@ -338,11 +342,11 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
338
342
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
339
343
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
340
344
|
:param pulumi.Input[str] acl_id: Kafka ACL ID
|
|
341
|
-
:param pulumi.Input[str] permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`.
|
|
342
|
-
: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.
|
|
343
|
-
: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] topic: Topic name pattern for the ACL entry.
|
|
345
|
-
: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.
|
|
346
350
|
"""
|
|
347
351
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
348
352
|
|
|
@@ -368,7 +372,7 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
368
372
|
@pulumi.getter
|
|
369
373
|
def permission(self) -> pulumi.Output[str]:
|
|
370
374
|
"""
|
|
371
|
-
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.
|
|
372
376
|
"""
|
|
373
377
|
return pulumi.get(self, "permission")
|
|
374
378
|
|
|
@@ -376,7 +380,7 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
376
380
|
@pulumi.getter
|
|
377
381
|
def project(self) -> pulumi.Output[str]:
|
|
378
382
|
"""
|
|
379
|
-
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.
|
|
380
384
|
"""
|
|
381
385
|
return pulumi.get(self, "project")
|
|
382
386
|
|
|
@@ -384,7 +388,7 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
384
388
|
@pulumi.getter(name="serviceName")
|
|
385
389
|
def service_name(self) -> pulumi.Output[str]:
|
|
386
390
|
"""
|
|
387
|
-
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.
|
|
388
392
|
"""
|
|
389
393
|
return pulumi.get(self, "service_name")
|
|
390
394
|
|
|
@@ -392,7 +396,7 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
392
396
|
@pulumi.getter
|
|
393
397
|
def topic(self) -> pulumi.Output[str]:
|
|
394
398
|
"""
|
|
395
|
-
Topic name pattern for the ACL entry.
|
|
399
|
+
Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
396
400
|
"""
|
|
397
401
|
return pulumi.get(self, "topic")
|
|
398
402
|
|
|
@@ -400,7 +404,7 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
400
404
|
@pulumi.getter
|
|
401
405
|
def username(self) -> pulumi.Output[str]:
|
|
402
406
|
"""
|
|
403
|
-
Username pattern for the ACL entry.
|
|
407
|
+
Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
404
408
|
"""
|
|
405
409
|
return pulumi.get(self, "username")
|
|
406
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
|
|
|
@@ -840,6 +840,7 @@ class KafkaConnect(pulumi.CustomResource):
|
|
|
840
840
|
|
|
841
841
|
## Example Usage
|
|
842
842
|
|
|
843
|
+
<!--Start PulumiCodeChooser -->
|
|
843
844
|
```python
|
|
844
845
|
import pulumi
|
|
845
846
|
import pulumi_aiven as aiven
|
|
@@ -860,11 +861,12 @@ class KafkaConnect(pulumi.CustomResource):
|
|
|
860
861
|
),
|
|
861
862
|
))
|
|
862
863
|
```
|
|
864
|
+
<!--End PulumiCodeChooser -->
|
|
863
865
|
|
|
864
866
|
## Import
|
|
865
867
|
|
|
866
868
|
```sh
|
|
867
|
-
|
|
869
|
+
$ pulumi import aiven:index/kafkaConnect:KafkaConnect kc1 project/service_name
|
|
868
870
|
```
|
|
869
871
|
|
|
870
872
|
:param str resource_name: The name of the resource.
|
|
@@ -889,7 +891,7 @@ class KafkaConnect(pulumi.CustomResource):
|
|
|
889
891
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
890
892
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
891
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
|
|
892
|
-
reference.
|
|
894
|
+
reference. Changing this property forces recreation of the resource.
|
|
893
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
|
|
894
896
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
895
897
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -917,6 +919,7 @@ class KafkaConnect(pulumi.CustomResource):
|
|
|
917
919
|
|
|
918
920
|
## Example Usage
|
|
919
921
|
|
|
922
|
+
<!--Start PulumiCodeChooser -->
|
|
920
923
|
```python
|
|
921
924
|
import pulumi
|
|
922
925
|
import pulumi_aiven as aiven
|
|
@@ -937,11 +940,12 @@ class KafkaConnect(pulumi.CustomResource):
|
|
|
937
940
|
),
|
|
938
941
|
))
|
|
939
942
|
```
|
|
943
|
+
<!--End PulumiCodeChooser -->
|
|
940
944
|
|
|
941
945
|
## Import
|
|
942
946
|
|
|
943
947
|
```sh
|
|
944
|
-
|
|
948
|
+
$ pulumi import aiven:index/kafkaConnect:KafkaConnect kc1 project/service_name
|
|
945
949
|
```
|
|
946
950
|
|
|
947
951
|
:param str resource_name: The name of the resource.
|
|
@@ -1092,7 +1096,7 @@ class KafkaConnect(pulumi.CustomResource):
|
|
|
1092
1096
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
1093
1097
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1094
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
|
|
1095
|
-
reference.
|
|
1099
|
+
reference. Changing this property forces recreation of the resource.
|
|
1096
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
|
|
1097
1101
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
1098
1102
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -1276,7 +1280,7 @@ class KafkaConnect(pulumi.CustomResource):
|
|
|
1276
1280
|
def project(self) -> pulumi.Output[str]:
|
|
1277
1281
|
"""
|
|
1278
1282
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1279
|
-
reference.
|
|
1283
|
+
reference. Changing this property forces recreation of the resource.
|
|
1280
1284
|
"""
|
|
1281
1285
|
return pulumi.get(self, "project")
|
|
1282
1286
|
|