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/kafka_connector.py
CHANGED
|
@@ -23,9 +23,9 @@ class KafkaConnectorArgs:
|
|
|
23
23
|
"""
|
|
24
24
|
The set of arguments for constructing a KafkaConnector resource.
|
|
25
25
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] config: The Kafka Connector configuration parameters.
|
|
26
|
-
:param pulumi.Input[str] connector_name: The kafka connector name.
|
|
27
|
-
: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.
|
|
28
|
-
: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.
|
|
26
|
+
:param pulumi.Input[str] connector_name: The kafka connector name. Changing this property forces recreation of the resource.
|
|
27
|
+
: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.
|
|
28
|
+
: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.
|
|
29
29
|
"""
|
|
30
30
|
pulumi.set(__self__, "config", config)
|
|
31
31
|
pulumi.set(__self__, "connector_name", connector_name)
|
|
@@ -48,7 +48,7 @@ class KafkaConnectorArgs:
|
|
|
48
48
|
@pulumi.getter(name="connectorName")
|
|
49
49
|
def connector_name(self) -> pulumi.Input[str]:
|
|
50
50
|
"""
|
|
51
|
-
The kafka connector name.
|
|
51
|
+
The kafka connector name. Changing this property forces recreation of the resource.
|
|
52
52
|
"""
|
|
53
53
|
return pulumi.get(self, "connector_name")
|
|
54
54
|
|
|
@@ -60,7 +60,7 @@ class KafkaConnectorArgs:
|
|
|
60
60
|
@pulumi.getter
|
|
61
61
|
def project(self) -> pulumi.Input[str]:
|
|
62
62
|
"""
|
|
63
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
63
|
+
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.
|
|
64
64
|
"""
|
|
65
65
|
return pulumi.get(self, "project")
|
|
66
66
|
|
|
@@ -72,7 +72,7 @@ class KafkaConnectorArgs:
|
|
|
72
72
|
@pulumi.getter(name="serviceName")
|
|
73
73
|
def service_name(self) -> pulumi.Input[str]:
|
|
74
74
|
"""
|
|
75
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
75
|
+
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.
|
|
76
76
|
"""
|
|
77
77
|
return pulumi.get(self, "service_name")
|
|
78
78
|
|
|
@@ -98,15 +98,15 @@ class _KafkaConnectorState:
|
|
|
98
98
|
"""
|
|
99
99
|
Input properties used for looking up and filtering KafkaConnector resources.
|
|
100
100
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] config: The Kafka Connector configuration parameters.
|
|
101
|
-
:param pulumi.Input[str] connector_name: The kafka connector name.
|
|
101
|
+
:param pulumi.Input[str] connector_name: The kafka connector name. Changing this property forces recreation of the resource.
|
|
102
102
|
:param pulumi.Input[str] plugin_author: The Kafka connector author.
|
|
103
103
|
:param pulumi.Input[str] plugin_class: The Kafka connector Java class.
|
|
104
104
|
:param pulumi.Input[str] plugin_doc_url: The Kafka connector documentation URL.
|
|
105
105
|
:param pulumi.Input[str] plugin_title: The Kafka connector title.
|
|
106
106
|
:param pulumi.Input[str] plugin_type: The Kafka connector type.
|
|
107
107
|
:param pulumi.Input[str] plugin_version: The version of the kafka connector.
|
|
108
|
-
: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.
|
|
109
|
-
: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.
|
|
108
|
+
: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.
|
|
109
|
+
: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.
|
|
110
110
|
:param pulumi.Input[Sequence[pulumi.Input['KafkaConnectorTaskArgs']]] tasks: List of tasks of a connector.
|
|
111
111
|
"""
|
|
112
112
|
if config is not None:
|
|
@@ -148,7 +148,7 @@ class _KafkaConnectorState:
|
|
|
148
148
|
@pulumi.getter(name="connectorName")
|
|
149
149
|
def connector_name(self) -> Optional[pulumi.Input[str]]:
|
|
150
150
|
"""
|
|
151
|
-
The kafka connector name.
|
|
151
|
+
The kafka connector name. Changing this property forces recreation of the resource.
|
|
152
152
|
"""
|
|
153
153
|
return pulumi.get(self, "connector_name")
|
|
154
154
|
|
|
@@ -232,7 +232,7 @@ class _KafkaConnectorState:
|
|
|
232
232
|
@pulumi.getter
|
|
233
233
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
234
234
|
"""
|
|
235
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
235
|
+
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.
|
|
236
236
|
"""
|
|
237
237
|
return pulumi.get(self, "project")
|
|
238
238
|
|
|
@@ -244,7 +244,7 @@ class _KafkaConnectorState:
|
|
|
244
244
|
@pulumi.getter(name="serviceName")
|
|
245
245
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
246
246
|
"""
|
|
247
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
247
|
+
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.
|
|
248
248
|
"""
|
|
249
249
|
return pulumi.get(self, "service_name")
|
|
250
250
|
|
|
@@ -280,6 +280,7 @@ class KafkaConnector(pulumi.CustomResource):
|
|
|
280
280
|
|
|
281
281
|
## Example Usage
|
|
282
282
|
|
|
283
|
+
<!--Start PulumiCodeChooser -->
|
|
283
284
|
```python
|
|
284
285
|
import pulumi
|
|
285
286
|
import pulumi_aiven as aiven
|
|
@@ -298,19 +299,20 @@ class KafkaConnector(pulumi.CustomResource):
|
|
|
298
299
|
"connection.password": aiven_opensearch["os-service1"]["service_password"],
|
|
299
300
|
})
|
|
300
301
|
```
|
|
302
|
+
<!--End PulumiCodeChooser -->
|
|
301
303
|
|
|
302
304
|
## Import
|
|
303
305
|
|
|
304
306
|
```sh
|
|
305
|
-
|
|
307
|
+
$ pulumi import aiven:index/kafkaConnector:KafkaConnector kafka-os-con1 project/service_name/connector_name
|
|
306
308
|
```
|
|
307
309
|
|
|
308
310
|
:param str resource_name: The name of the resource.
|
|
309
311
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
310
312
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] config: The Kafka Connector configuration parameters.
|
|
311
|
-
:param pulumi.Input[str] connector_name: The kafka connector name.
|
|
312
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
313
|
-
:param pulumi.Input[str] 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.
|
|
313
|
+
:param pulumi.Input[str] connector_name: The kafka connector name. Changing this property forces recreation of the resource.
|
|
314
|
+
: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.
|
|
315
|
+
: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.
|
|
314
316
|
"""
|
|
315
317
|
...
|
|
316
318
|
@overload
|
|
@@ -323,6 +325,7 @@ class KafkaConnector(pulumi.CustomResource):
|
|
|
323
325
|
|
|
324
326
|
## Example Usage
|
|
325
327
|
|
|
328
|
+
<!--Start PulumiCodeChooser -->
|
|
326
329
|
```python
|
|
327
330
|
import pulumi
|
|
328
331
|
import pulumi_aiven as aiven
|
|
@@ -341,11 +344,12 @@ class KafkaConnector(pulumi.CustomResource):
|
|
|
341
344
|
"connection.password": aiven_opensearch["os-service1"]["service_password"],
|
|
342
345
|
})
|
|
343
346
|
```
|
|
347
|
+
<!--End PulumiCodeChooser -->
|
|
344
348
|
|
|
345
349
|
## Import
|
|
346
350
|
|
|
347
351
|
```sh
|
|
348
|
-
|
|
352
|
+
$ pulumi import aiven:index/kafkaConnector:KafkaConnector kafka-os-con1 project/service_name/connector_name
|
|
349
353
|
```
|
|
350
354
|
|
|
351
355
|
:param str resource_name: The name of the resource.
|
|
@@ -424,15 +428,15 @@ class KafkaConnector(pulumi.CustomResource):
|
|
|
424
428
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
425
429
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
426
430
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] config: The Kafka Connector configuration parameters.
|
|
427
|
-
:param pulumi.Input[str] connector_name: The kafka connector name.
|
|
431
|
+
:param pulumi.Input[str] connector_name: The kafka connector name. Changing this property forces recreation of the resource.
|
|
428
432
|
:param pulumi.Input[str] plugin_author: The Kafka connector author.
|
|
429
433
|
:param pulumi.Input[str] plugin_class: The Kafka connector Java class.
|
|
430
434
|
:param pulumi.Input[str] plugin_doc_url: The Kafka connector documentation URL.
|
|
431
435
|
:param pulumi.Input[str] plugin_title: The Kafka connector title.
|
|
432
436
|
:param pulumi.Input[str] plugin_type: The Kafka connector type.
|
|
433
437
|
:param pulumi.Input[str] plugin_version: The version of the kafka connector.
|
|
434
|
-
: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.
|
|
435
|
-
: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.
|
|
438
|
+
: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.
|
|
439
|
+
: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.
|
|
436
440
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaConnectorTaskArgs']]]] tasks: List of tasks of a connector.
|
|
437
441
|
"""
|
|
438
442
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -464,7 +468,7 @@ class KafkaConnector(pulumi.CustomResource):
|
|
|
464
468
|
@pulumi.getter(name="connectorName")
|
|
465
469
|
def connector_name(self) -> pulumi.Output[str]:
|
|
466
470
|
"""
|
|
467
|
-
The kafka connector name.
|
|
471
|
+
The kafka connector name. Changing this property forces recreation of the resource.
|
|
468
472
|
"""
|
|
469
473
|
return pulumi.get(self, "connector_name")
|
|
470
474
|
|
|
@@ -520,7 +524,7 @@ class KafkaConnector(pulumi.CustomResource):
|
|
|
520
524
|
@pulumi.getter
|
|
521
525
|
def project(self) -> pulumi.Output[str]:
|
|
522
526
|
"""
|
|
523
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
527
|
+
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.
|
|
524
528
|
"""
|
|
525
529
|
return pulumi.get(self, "project")
|
|
526
530
|
|
|
@@ -528,7 +532,7 @@ class KafkaConnector(pulumi.CustomResource):
|
|
|
528
532
|
@pulumi.getter(name="serviceName")
|
|
529
533
|
def service_name(self) -> pulumi.Output[str]:
|
|
530
534
|
"""
|
|
531
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
535
|
+
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.
|
|
532
536
|
"""
|
|
533
537
|
return pulumi.get(self, "service_name")
|
|
534
538
|
|
|
@@ -40,7 +40,7 @@ class KafkaMirrorMakerArgs:
|
|
|
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 KafkaMirrorMakerArgs:
|
|
|
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 _KafkaMirrorMakerState:
|
|
|
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 _KafkaMirrorMakerState:
|
|
|
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 KafkaMirrorMaker(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
|
|
@@ -858,11 +859,12 @@ class KafkaMirrorMaker(pulumi.CustomResource):
|
|
|
858
859
|
),
|
|
859
860
|
))
|
|
860
861
|
```
|
|
862
|
+
<!--End PulumiCodeChooser -->
|
|
861
863
|
|
|
862
864
|
## Import
|
|
863
865
|
|
|
864
866
|
```sh
|
|
865
|
-
|
|
867
|
+
$ pulumi import aiven:index/kafkaMirrorMaker:KafkaMirrorMaker mm1 project/service_name
|
|
866
868
|
```
|
|
867
869
|
|
|
868
870
|
:param str resource_name: The name of the resource.
|
|
@@ -887,7 +889,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
|
|
|
887
889
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
888
890
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
889
891
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
890
|
-
reference.
|
|
892
|
+
reference. Changing this property forces recreation of the resource.
|
|
891
893
|
: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
|
|
892
894
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
893
895
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -915,6 +917,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
|
|
|
915
917
|
|
|
916
918
|
## Example Usage
|
|
917
919
|
|
|
920
|
+
<!--Start PulumiCodeChooser -->
|
|
918
921
|
```python
|
|
919
922
|
import pulumi
|
|
920
923
|
import pulumi_aiven as aiven
|
|
@@ -933,11 +936,12 @@ class KafkaMirrorMaker(pulumi.CustomResource):
|
|
|
933
936
|
),
|
|
934
937
|
))
|
|
935
938
|
```
|
|
939
|
+
<!--End PulumiCodeChooser -->
|
|
936
940
|
|
|
937
941
|
## Import
|
|
938
942
|
|
|
939
943
|
```sh
|
|
940
|
-
|
|
944
|
+
$ pulumi import aiven:index/kafkaMirrorMaker:KafkaMirrorMaker mm1 project/service_name
|
|
941
945
|
```
|
|
942
946
|
|
|
943
947
|
:param str resource_name: The name of the resource.
|
|
@@ -1088,7 +1092,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
|
|
|
1088
1092
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
1089
1093
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1090
1094
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1091
|
-
reference.
|
|
1095
|
+
reference. Changing this property forces recreation of the resource.
|
|
1092
1096
|
: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
|
|
1093
1097
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
1094
1098
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -1272,7 +1276,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
|
|
|
1272
1276
|
def project(self) -> pulumi.Output[str]:
|
|
1273
1277
|
"""
|
|
1274
1278
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1275
|
-
reference.
|
|
1279
|
+
reference. Changing this property forces recreation of the resource.
|
|
1276
1280
|
"""
|
|
1277
1281
|
return pulumi.get(self, "project")
|
|
1278
1282
|
|
pulumi_aiven/kafka_schema.py
CHANGED
|
@@ -22,10 +22,10 @@ class KafkaSchemaArgs:
|
|
|
22
22
|
schema_type: Optional[pulumi.Input[str]] = None):
|
|
23
23
|
"""
|
|
24
24
|
The set of arguments for constructing a KafkaSchema 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.
|
|
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
26
|
:param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
|
|
27
|
-
: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.
|
|
28
|
-
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name.
|
|
27
|
+
: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.
|
|
28
|
+
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
29
29
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
30
30
|
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
|
|
31
31
|
"""
|
|
@@ -42,7 +42,7 @@ class KafkaSchemaArgs:
|
|
|
42
42
|
@pulumi.getter
|
|
43
43
|
def project(self) -> pulumi.Input[str]:
|
|
44
44
|
"""
|
|
45
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
45
|
+
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.
|
|
46
46
|
"""
|
|
47
47
|
return pulumi.get(self, "project")
|
|
48
48
|
|
|
@@ -66,7 +66,7 @@ class KafkaSchemaArgs:
|
|
|
66
66
|
@pulumi.getter(name="serviceName")
|
|
67
67
|
def service_name(self) -> pulumi.Input[str]:
|
|
68
68
|
"""
|
|
69
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
69
|
+
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.
|
|
70
70
|
"""
|
|
71
71
|
return pulumi.get(self, "service_name")
|
|
72
72
|
|
|
@@ -78,7 +78,7 @@ class KafkaSchemaArgs:
|
|
|
78
78
|
@pulumi.getter(name="subjectName")
|
|
79
79
|
def subject_name(self) -> pulumi.Input[str]:
|
|
80
80
|
"""
|
|
81
|
-
The Kafka Schema Subject name.
|
|
81
|
+
The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
82
82
|
"""
|
|
83
83
|
return pulumi.get(self, "subject_name")
|
|
84
84
|
|
|
@@ -124,11 +124,11 @@ class _KafkaSchemaState:
|
|
|
124
124
|
"""
|
|
125
125
|
Input properties used for looking up and filtering KafkaSchema resources.
|
|
126
126
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
127
|
-
: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.
|
|
127
|
+
: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.
|
|
128
128
|
:param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
|
|
129
129
|
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
|
|
130
|
-
: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.
|
|
131
|
-
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name.
|
|
130
|
+
: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.
|
|
131
|
+
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
132
132
|
:param pulumi.Input[int] version: Kafka Schema configuration version.
|
|
133
133
|
"""
|
|
134
134
|
if compatibility_level is not None:
|
|
@@ -162,7 +162,7 @@ class _KafkaSchemaState:
|
|
|
162
162
|
@pulumi.getter
|
|
163
163
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
164
164
|
"""
|
|
165
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
165
|
+
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.
|
|
166
166
|
"""
|
|
167
167
|
return pulumi.get(self, "project")
|
|
168
168
|
|
|
@@ -198,7 +198,7 @@ class _KafkaSchemaState:
|
|
|
198
198
|
@pulumi.getter(name="serviceName")
|
|
199
199
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
200
200
|
"""
|
|
201
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
201
|
+
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.
|
|
202
202
|
"""
|
|
203
203
|
return pulumi.get(self, "service_name")
|
|
204
204
|
|
|
@@ -210,7 +210,7 @@ class _KafkaSchemaState:
|
|
|
210
210
|
@pulumi.getter(name="subjectName")
|
|
211
211
|
def subject_name(self) -> Optional[pulumi.Input[str]]:
|
|
212
212
|
"""
|
|
213
|
-
The Kafka Schema Subject name.
|
|
213
|
+
The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
214
214
|
"""
|
|
215
215
|
return pulumi.get(self, "subject_name")
|
|
216
216
|
|
|
@@ -248,6 +248,7 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
248
248
|
|
|
249
249
|
## Example Usage
|
|
250
250
|
|
|
251
|
+
<!--Start PulumiCodeChooser -->
|
|
251
252
|
```python
|
|
252
253
|
import pulumi
|
|
253
254
|
import pulumi_aiven as aiven
|
|
@@ -258,35 +259,38 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
258
259
|
subject_name="kafka-schema1",
|
|
259
260
|
compatibility_level="FORWARD",
|
|
260
261
|
schema=\"\"\" {
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
262
|
+
"doc": "example",
|
|
263
|
+
"fields": [
|
|
264
|
+
{
|
|
265
|
+
"default": 5,
|
|
266
|
+
"doc": "my test number",
|
|
267
|
+
"name": "test",
|
|
268
|
+
"namespace": "test",
|
|
269
|
+
"type": "int"
|
|
270
|
+
}
|
|
271
|
+
],
|
|
272
|
+
"name": "example",
|
|
273
|
+
"namespace": "example",
|
|
274
|
+
"type": "record"
|
|
272
275
|
}
|
|
273
276
|
\"\"\")
|
|
274
277
|
```
|
|
278
|
+
<!--End PulumiCodeChooser -->
|
|
275
279
|
|
|
276
280
|
## Import
|
|
277
281
|
|
|
278
282
|
```sh
|
|
279
|
-
|
|
283
|
+
$ pulumi import aiven:index/kafkaSchema:KafkaSchema kafka-schema1 project/service_name/subject_name
|
|
280
284
|
```
|
|
281
285
|
|
|
282
286
|
:param str resource_name: The name of the resource.
|
|
283
287
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
284
288
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
285
|
-
: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.
|
|
289
|
+
: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.
|
|
286
290
|
:param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
|
|
287
291
|
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
|
|
288
|
-
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
289
|
-
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name.
|
|
292
|
+
:param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
293
|
+
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
290
294
|
"""
|
|
291
295
|
...
|
|
292
296
|
@overload
|
|
@@ -299,6 +303,7 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
299
303
|
|
|
300
304
|
## Example Usage
|
|
301
305
|
|
|
306
|
+
<!--Start PulumiCodeChooser -->
|
|
302
307
|
```python
|
|
303
308
|
import pulumi
|
|
304
309
|
import pulumi_aiven as aiven
|
|
@@ -309,25 +314,28 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
309
314
|
subject_name="kafka-schema1",
|
|
310
315
|
compatibility_level="FORWARD",
|
|
311
316
|
schema=\"\"\" {
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
317
|
+
"doc": "example",
|
|
318
|
+
"fields": [
|
|
319
|
+
{
|
|
320
|
+
"default": 5,
|
|
321
|
+
"doc": "my test number",
|
|
322
|
+
"name": "test",
|
|
323
|
+
"namespace": "test",
|
|
324
|
+
"type": "int"
|
|
325
|
+
}
|
|
326
|
+
],
|
|
327
|
+
"name": "example",
|
|
328
|
+
"namespace": "example",
|
|
329
|
+
"type": "record"
|
|
323
330
|
}
|
|
324
331
|
\"\"\")
|
|
325
332
|
```
|
|
333
|
+
<!--End PulumiCodeChooser -->
|
|
326
334
|
|
|
327
335
|
## Import
|
|
328
336
|
|
|
329
337
|
```sh
|
|
330
|
-
|
|
338
|
+
$ pulumi import aiven:index/kafkaSchema:KafkaSchema kafka-schema1 project/service_name/subject_name
|
|
331
339
|
```
|
|
332
340
|
|
|
333
341
|
:param str resource_name: The name of the resource.
|
|
@@ -400,11 +408,11 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
400
408
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
401
409
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
402
410
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
403
|
-
: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.
|
|
411
|
+
: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.
|
|
404
412
|
:param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
|
|
405
413
|
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
|
|
406
|
-
: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.
|
|
407
|
-
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name.
|
|
414
|
+
: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.
|
|
415
|
+
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
408
416
|
:param pulumi.Input[int] version: Kafka Schema configuration version.
|
|
409
417
|
"""
|
|
410
418
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -432,7 +440,7 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
432
440
|
@pulumi.getter
|
|
433
441
|
def project(self) -> pulumi.Output[str]:
|
|
434
442
|
"""
|
|
435
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
443
|
+
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.
|
|
436
444
|
"""
|
|
437
445
|
return pulumi.get(self, "project")
|
|
438
446
|
|
|
@@ -456,7 +464,7 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
456
464
|
@pulumi.getter(name="serviceName")
|
|
457
465
|
def service_name(self) -> pulumi.Output[str]:
|
|
458
466
|
"""
|
|
459
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
467
|
+
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.
|
|
460
468
|
"""
|
|
461
469
|
return pulumi.get(self, "service_name")
|
|
462
470
|
|
|
@@ -464,7 +472,7 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
464
472
|
@pulumi.getter(name="subjectName")
|
|
465
473
|
def subject_name(self) -> pulumi.Output[str]:
|
|
466
474
|
"""
|
|
467
|
-
The Kafka Schema Subject name.
|
|
475
|
+
The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
468
476
|
"""
|
|
469
477
|
return pulumi.get(self, "subject_name")
|
|
470
478
|
|