pulumi-aiven 6.14.0__py3-none-any.whl → 6.14.0a1711602990__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/_inputs.py +262 -200
- pulumi_aiven/account.py +6 -2
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team.py +6 -6
- pulumi_aiven/account_team_member.py +10 -6
- pulumi_aiven/account_team_project.py +12 -12
- pulumi_aiven/aws_privatelink.py +22 -18
- pulumi_aiven/aws_vpc_peering_connection.py +12 -8
- pulumi_aiven/azure_privatelink.py +22 -18
- pulumi_aiven/azure_privatelink_connection_approval.py +14 -112
- pulumi_aiven/azure_vpc_peering_connection.py +10 -6
- pulumi_aiven/billing_group.py +18 -18
- pulumi_aiven/cassandra.py +57 -25
- pulumi_aiven/cassandra_user.py +22 -18
- pulumi_aiven/clickhouse.py +57 -25
- pulumi_aiven/clickhouse_database.py +26 -24
- pulumi_aiven/clickhouse_grant.py +37 -35
- pulumi_aiven/clickhouse_role.py +20 -16
- pulumi_aiven/clickhouse_user.py +22 -18
- pulumi_aiven/connection_pool.py +28 -24
- pulumi_aiven/dragonfly.py +263 -124
- pulumi_aiven/flink.py +36 -32
- pulumi_aiven/flink_application.py +24 -22
- pulumi_aiven/flink_application_deployment.py +21 -21
- pulumi_aiven/flink_application_version.py +14 -96
- pulumi_aiven/gcp_privatelink.py +21 -21
- pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
- pulumi_aiven/gcp_vpc_peering_connection.py +8 -4
- pulumi_aiven/get_account.py +4 -0
- pulumi_aiven/get_aws_privatelink.py +14 -10
- pulumi_aiven/get_aws_vpc_peering_connection.py +10 -6
- pulumi_aiven/get_azure_privatelink.py +14 -10
- pulumi_aiven/get_azure_vpc_peering_connection.py +6 -2
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +24 -7
- pulumi_aiven/get_cassandra.py +24 -7
- pulumi_aiven/get_cassandra_user.py +14 -10
- pulumi_aiven/get_clickhouse.py +24 -7
- pulumi_aiven/get_clickhouse_database.py +14 -10
- pulumi_aiven/get_clickhouse_user.py +14 -10
- pulumi_aiven/get_connection_pool.py +14 -10
- pulumi_aiven/get_dragonfly.py +20 -27
- pulumi_aiven/get_flink.py +10 -6
- pulumi_aiven/get_flink_application.py +12 -8
- pulumi_aiven/get_flink_application_version.py +12 -8
- pulumi_aiven/get_gcp_vpc_peering_connection.py +6 -2
- pulumi_aiven/get_grafana.py +24 -7
- pulumi_aiven/get_kafka.py +17 -13
- pulumi_aiven/get_kafka_acl.py +14 -10
- pulumi_aiven/get_kafka_connect.py +24 -7
- pulumi_aiven/get_kafka_connector.py +14 -10
- pulumi_aiven/get_kafka_mirror_maker.py +24 -7
- pulumi_aiven/get_kafka_schema.py +14 -10
- pulumi_aiven/get_kafka_schema_configuration.py +14 -10
- pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
- pulumi_aiven/get_kafka_topic.py +20 -16
- pulumi_aiven/get_kafka_user.py +14 -10
- pulumi_aiven/get_m3_aggregator.py +24 -7
- pulumi_aiven/get_m3_db.py +24 -7
- pulumi_aiven/get_m3db_user.py +14 -10
- pulumi_aiven/get_mirror_maker_replication_flow.py +18 -14
- pulumi_aiven/get_my_sql.py +24 -7
- pulumi_aiven/get_mysql_database.py +14 -10
- pulumi_aiven/get_mysql_user.py +14 -10
- pulumi_aiven/get_open_search.py +10 -6
- pulumi_aiven/get_open_search_acl_config.py +14 -10
- pulumi_aiven/get_open_search_acl_rule.py +14 -10
- pulumi_aiven/get_opensearch_security_plugin_config.py +14 -10
- pulumi_aiven/get_opensearch_user.py +14 -10
- pulumi_aiven/get_organization.py +4 -0
- pulumi_aiven/get_organization_user_group.py +6 -2
- pulumi_aiven/get_pg.py +10 -6
- pulumi_aiven/get_pg_database.py +14 -10
- pulumi_aiven/get_pg_user.py +14 -10
- pulumi_aiven/get_project.py +21 -17
- pulumi_aiven/get_project_user.py +13 -9
- pulumi_aiven/get_project_vpc.py +6 -2
- pulumi_aiven/get_redis.py +24 -7
- pulumi_aiven/get_redis_user.py +14 -10
- pulumi_aiven/get_service_component.py +8 -4
- pulumi_aiven/get_service_integration.py +33 -19
- pulumi_aiven/get_service_integration_endpoint.py +6 -2
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +6 -2
- pulumi_aiven/grafana.py +267 -82
- pulumi_aiven/influx_db.py +21 -21
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +21 -21
- pulumi_aiven/kafka.py +54 -50
- pulumi_aiven/kafka_acl.py +24 -20
- pulumi_aiven/kafka_connect.py +267 -80
- pulumi_aiven/kafka_connector.py +30 -26
- pulumi_aiven/kafka_mirror_maker.py +267 -80
- pulumi_aiven/kafka_schema.py +22 -18
- pulumi_aiven/kafka_schema_configuration.py +24 -20
- pulumi_aiven/kafka_schema_registry_acl.py +14 -54
- pulumi_aiven/kafka_topic.py +46 -84
- pulumi_aiven/kafka_user.py +22 -18
- pulumi_aiven/m3_aggregator.py +267 -80
- pulumi_aiven/m3_db.py +267 -80
- pulumi_aiven/m3db_user.py +20 -16
- pulumi_aiven/mirror_maker_replication_flow.py +26 -22
- pulumi_aiven/my_sql.py +267 -80
- pulumi_aiven/mysql_database.py +24 -20
- pulumi_aiven/mysql_user.py +22 -18
- pulumi_aiven/open_search.py +31 -27
- pulumi_aiven/open_search_acl_config.py +36 -28
- pulumi_aiven/open_search_acl_rule.py +40 -36
- pulumi_aiven/opensearch_security_plugin_config.py +32 -28
- pulumi_aiven/opensearch_user.py +22 -18
- pulumi_aiven/organization.py +6 -2
- pulumi_aiven/organization_group_project.py +0 -46
- pulumi_aiven/organization_user.py +20 -2
- pulumi_aiven/organization_user_group.py +6 -4
- pulumi_aiven/organization_user_group_member.py +10 -8
- pulumi_aiven/organizational_unit.py +6 -6
- pulumi_aiven/outputs.py +390 -271
- pulumi_aiven/pg.py +30 -30
- pulumi_aiven/pg_database.py +24 -20
- pulumi_aiven/pg_user.py +22 -18
- pulumi_aiven/project.py +79 -75
- pulumi_aiven/project_user.py +28 -24
- pulumi_aiven/project_vpc.py +7 -31
- pulumi_aiven/redis.py +267 -80
- pulumi_aiven/redis_user.py +22 -18
- pulumi_aiven/service_integration.py +58 -54
- pulumi_aiven/static_ip.py +7 -7
- pulumi_aiven/transit_gateway_vpc_attachment.py +8 -4
- {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711602990.dist-info}/METADATA +1 -1
- pulumi_aiven-6.14.0a1711602990.dist-info/RECORD +150 -0
- pulumi_aiven-6.14.0.dist-info/RECORD +0 -150
- {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711602990.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711602990.dist-info}/top_level.txt +0 -0
pulumi_aiven/kafka_connector.py
CHANGED
|
@@ -24,8 +24,8 @@ class KafkaConnectorArgs:
|
|
|
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
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:
|
|
28
|
-
:param pulumi.Input[str] service_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. 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)
|
|
@@ -60,7 +60,7 @@ class KafkaConnectorArgs:
|
|
|
60
60
|
@pulumi.getter
|
|
61
61
|
def project(self) -> pulumi.Input[str]:
|
|
62
62
|
"""
|
|
63
|
-
|
|
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
|
-
|
|
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
|
|
|
@@ -105,8 +105,8 @@ class _KafkaConnectorState:
|
|
|
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:
|
|
109
|
-
:param pulumi.Input[str] service_name:
|
|
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:
|
|
@@ -232,7 +232,7 @@ class _KafkaConnectorState:
|
|
|
232
232
|
@pulumi.getter
|
|
233
233
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
234
234
|
"""
|
|
235
|
-
|
|
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
|
-
|
|
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,24 +280,26 @@ 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
|
|
286
287
|
|
|
287
288
|
kafka_os_con1 = aiven.KafkaConnector("kafka-os-con1",
|
|
288
|
-
project=
|
|
289
|
-
service_name=
|
|
289
|
+
project=aiven_project["kafka-con-project1"]["project"],
|
|
290
|
+
service_name=aiven_kafka["kafka-service1"]["service_name"],
|
|
290
291
|
connector_name="kafka-os-con1",
|
|
291
292
|
config={
|
|
292
|
-
"topics":
|
|
293
|
+
"topics": aiven_kafka_topic["kafka-topic1"]["topic_name"],
|
|
293
294
|
"connector.class": "io.aiven.kafka.connect.opensearch.OpensearchSinkConnector",
|
|
294
295
|
"type.name": "os-connector",
|
|
295
296
|
"name": "kafka-os-con1",
|
|
296
|
-
"connection.url":
|
|
297
|
-
"connection.username":
|
|
298
|
-
"connection.password":
|
|
297
|
+
"connection.url": aiven_opensearch["os-service1"]["service_uri"],
|
|
298
|
+
"connection.username": aiven_opensearch["os-service1"]["service_username"],
|
|
299
|
+
"connection.password": aiven_opensearch["os-service1"]["service_password"],
|
|
299
300
|
})
|
|
300
301
|
```
|
|
302
|
+
<!--End PulumiCodeChooser -->
|
|
301
303
|
|
|
302
304
|
## Import
|
|
303
305
|
|
|
@@ -309,8 +311,8 @@ class KafkaConnector(pulumi.CustomResource):
|
|
|
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
313
|
:param pulumi.Input[str] connector_name: The kafka connector name. Changing this property forces recreation of the resource.
|
|
312
|
-
:param pulumi.Input[str] project:
|
|
313
|
-
:param pulumi.Input[str] service_name:
|
|
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,24 +325,26 @@ 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
|
|
329
332
|
|
|
330
333
|
kafka_os_con1 = aiven.KafkaConnector("kafka-os-con1",
|
|
331
|
-
project=
|
|
332
|
-
service_name=
|
|
334
|
+
project=aiven_project["kafka-con-project1"]["project"],
|
|
335
|
+
service_name=aiven_kafka["kafka-service1"]["service_name"],
|
|
333
336
|
connector_name="kafka-os-con1",
|
|
334
337
|
config={
|
|
335
|
-
"topics":
|
|
338
|
+
"topics": aiven_kafka_topic["kafka-topic1"]["topic_name"],
|
|
336
339
|
"connector.class": "io.aiven.kafka.connect.opensearch.OpensearchSinkConnector",
|
|
337
340
|
"type.name": "os-connector",
|
|
338
341
|
"name": "kafka-os-con1",
|
|
339
|
-
"connection.url":
|
|
340
|
-
"connection.username":
|
|
341
|
-
"connection.password":
|
|
342
|
+
"connection.url": aiven_opensearch["os-service1"]["service_uri"],
|
|
343
|
+
"connection.username": aiven_opensearch["os-service1"]["service_username"],
|
|
344
|
+
"connection.password": aiven_opensearch["os-service1"]["service_password"],
|
|
342
345
|
})
|
|
343
346
|
```
|
|
347
|
+
<!--End PulumiCodeChooser -->
|
|
344
348
|
|
|
345
349
|
## Import
|
|
346
350
|
|
|
@@ -431,8 +435,8 @@ class KafkaConnector(pulumi.CustomResource):
|
|
|
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:
|
|
435
|
-
:param pulumi.Input[str] service_name:
|
|
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))
|
|
@@ -520,7 +524,7 @@ class KafkaConnector(pulumi.CustomResource):
|
|
|
520
524
|
@pulumi.getter
|
|
521
525
|
def project(self) -> pulumi.Output[str]:
|
|
522
526
|
"""
|
|
523
|
-
|
|
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
|
-
|
|
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
|
|