pulumi-aiven 6.13.0a1711361534__py3-none-any.whl → 6.14.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/_inputs.py +200 -262
- pulumi_aiven/account.py +2 -6
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team.py +6 -6
- pulumi_aiven/account_team_member.py +6 -10
- pulumi_aiven/account_team_project.py +12 -12
- pulumi_aiven/aws_privatelink.py +18 -22
- pulumi_aiven/aws_vpc_peering_connection.py +8 -12
- pulumi_aiven/azure_privatelink.py +18 -22
- pulumi_aiven/azure_privatelink_connection_approval.py +112 -14
- pulumi_aiven/azure_vpc_peering_connection.py +6 -10
- pulumi_aiven/billing_group.py +18 -18
- pulumi_aiven/cassandra.py +25 -57
- pulumi_aiven/cassandra_user.py +18 -22
- pulumi_aiven/clickhouse.py +25 -57
- pulumi_aiven/clickhouse_database.py +24 -26
- pulumi_aiven/clickhouse_grant.py +35 -37
- pulumi_aiven/clickhouse_role.py +16 -20
- pulumi_aiven/clickhouse_user.py +18 -22
- pulumi_aiven/connection_pool.py +24 -28
- pulumi_aiven/dragonfly.py +124 -263
- pulumi_aiven/flink.py +32 -36
- pulumi_aiven/flink_application.py +22 -24
- pulumi_aiven/flink_application_deployment.py +21 -21
- pulumi_aiven/flink_application_version.py +96 -14
- pulumi_aiven/gcp_privatelink.py +21 -21
- pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
- pulumi_aiven/gcp_vpc_peering_connection.py +4 -8
- pulumi_aiven/get_account.py +0 -4
- pulumi_aiven/get_aws_privatelink.py +10 -14
- pulumi_aiven/get_aws_vpc_peering_connection.py +6 -10
- pulumi_aiven/get_azure_privatelink.py +10 -14
- pulumi_aiven/get_azure_vpc_peering_connection.py +2 -6
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +7 -24
- pulumi_aiven/get_cassandra.py +7 -24
- pulumi_aiven/get_cassandra_user.py +10 -14
- pulumi_aiven/get_clickhouse.py +7 -24
- pulumi_aiven/get_clickhouse_database.py +10 -14
- pulumi_aiven/get_clickhouse_user.py +10 -14
- pulumi_aiven/get_connection_pool.py +10 -14
- pulumi_aiven/get_dragonfly.py +27 -20
- pulumi_aiven/get_flink.py +6 -10
- pulumi_aiven/get_flink_application.py +8 -12
- pulumi_aiven/get_flink_application_version.py +8 -12
- pulumi_aiven/get_gcp_vpc_peering_connection.py +2 -6
- pulumi_aiven/get_grafana.py +7 -24
- pulumi_aiven/get_kafka.py +13 -17
- pulumi_aiven/get_kafka_acl.py +10 -14
- pulumi_aiven/get_kafka_connect.py +7 -24
- pulumi_aiven/get_kafka_connector.py +10 -14
- pulumi_aiven/get_kafka_mirror_maker.py +7 -24
- pulumi_aiven/get_kafka_schema.py +10 -14
- pulumi_aiven/get_kafka_schema_configuration.py +10 -14
- pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
- pulumi_aiven/get_kafka_topic.py +16 -20
- pulumi_aiven/get_kafka_user.py +10 -14
- pulumi_aiven/get_m3_aggregator.py +7 -24
- pulumi_aiven/get_m3_db.py +7 -24
- pulumi_aiven/get_m3db_user.py +10 -14
- pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
- pulumi_aiven/get_my_sql.py +7 -24
- pulumi_aiven/get_mysql_database.py +10 -14
- pulumi_aiven/get_mysql_user.py +10 -14
- pulumi_aiven/get_open_search.py +6 -10
- pulumi_aiven/get_open_search_acl_config.py +10 -14
- pulumi_aiven/get_open_search_acl_rule.py +10 -14
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
- pulumi_aiven/get_opensearch_user.py +10 -14
- pulumi_aiven/get_organization.py +0 -4
- pulumi_aiven/get_organization_user_group.py +2 -6
- pulumi_aiven/get_pg.py +6 -10
- pulumi_aiven/get_pg_database.py +10 -14
- pulumi_aiven/get_pg_user.py +10 -14
- pulumi_aiven/get_project.py +17 -21
- pulumi_aiven/get_project_user.py +9 -13
- pulumi_aiven/get_project_vpc.py +2 -6
- pulumi_aiven/get_redis.py +7 -24
- pulumi_aiven/get_redis_user.py +10 -14
- pulumi_aiven/get_service_component.py +4 -8
- pulumi_aiven/get_service_integration.py +19 -33
- pulumi_aiven/get_service_integration_endpoint.py +2 -6
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +2 -6
- pulumi_aiven/grafana.py +82 -267
- 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 +50 -54
- pulumi_aiven/kafka_acl.py +20 -24
- pulumi_aiven/kafka_connect.py +80 -267
- pulumi_aiven/kafka_connector.py +26 -30
- pulumi_aiven/kafka_mirror_maker.py +80 -267
- pulumi_aiven/kafka_schema.py +18 -22
- pulumi_aiven/kafka_schema_configuration.py +20 -24
- pulumi_aiven/kafka_schema_registry_acl.py +54 -14
- pulumi_aiven/kafka_topic.py +84 -46
- pulumi_aiven/kafka_user.py +18 -22
- pulumi_aiven/m3_aggregator.py +80 -267
- pulumi_aiven/m3_db.py +80 -267
- pulumi_aiven/m3db_user.py +16 -20
- pulumi_aiven/mirror_maker_replication_flow.py +22 -26
- pulumi_aiven/my_sql.py +80 -267
- pulumi_aiven/mysql_database.py +20 -24
- pulumi_aiven/mysql_user.py +18 -22
- pulumi_aiven/open_search.py +27 -31
- pulumi_aiven/open_search_acl_config.py +28 -36
- pulumi_aiven/open_search_acl_rule.py +36 -40
- pulumi_aiven/opensearch_security_plugin_config.py +28 -32
- pulumi_aiven/opensearch_user.py +18 -22
- pulumi_aiven/organization.py +2 -6
- pulumi_aiven/organization_group_project.py +46 -0
- pulumi_aiven/organization_user.py +2 -20
- pulumi_aiven/organization_user_group.py +4 -6
- pulumi_aiven/organization_user_group_member.py +8 -10
- pulumi_aiven/organizational_unit.py +6 -6
- pulumi_aiven/outputs.py +271 -390
- pulumi_aiven/pg.py +30 -30
- pulumi_aiven/pg_database.py +20 -24
- pulumi_aiven/pg_user.py +18 -22
- pulumi_aiven/project.py +75 -79
- pulumi_aiven/project_user.py +24 -28
- pulumi_aiven/project_vpc.py +31 -7
- pulumi_aiven/redis.py +80 -267
- pulumi_aiven/redis_user.py +18 -22
- pulumi_aiven/service_integration.py +54 -58
- pulumi_aiven/static_ip.py +7 -7
- pulumi_aiven/transit_gateway_vpc_attachment.py +4 -8
- {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.14.0.dist-info/RECORD +150 -0
- pulumi_aiven-6.13.0a1711361534.dist-info/RECORD +0 -150
- {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/get_kafka.py
CHANGED
|
@@ -145,7 +145,7 @@ class GetKafkaResult:
|
|
|
145
145
|
@pulumi.getter(name="defaultAcl")
|
|
146
146
|
def default_acl(self) -> bool:
|
|
147
147
|
"""
|
|
148
|
-
Create default wildcard Kafka ACL
|
|
148
|
+
Create a default wildcard Kafka ACL.
|
|
149
149
|
"""
|
|
150
150
|
return pulumi.get(self, "default_acl")
|
|
151
151
|
|
|
@@ -209,7 +209,7 @@ class GetKafkaResult:
|
|
|
209
209
|
@pulumi.getter
|
|
210
210
|
def kafkas(self) -> Sequence['outputs.GetKafkaKafkaResult']:
|
|
211
211
|
"""
|
|
212
|
-
Kafka server
|
|
212
|
+
Kafka server connection details.
|
|
213
213
|
"""
|
|
214
214
|
return pulumi.get(self, "kafkas")
|
|
215
215
|
|
|
@@ -217,7 +217,7 @@ class GetKafkaResult:
|
|
|
217
217
|
@pulumi.getter
|
|
218
218
|
def karapace(self) -> bool:
|
|
219
219
|
"""
|
|
220
|
-
Switch the service to use Karapace for schema registry and REST proxy
|
|
220
|
+
Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy.
|
|
221
221
|
"""
|
|
222
222
|
return pulumi.get(self, "karapace")
|
|
223
223
|
|
|
@@ -249,7 +249,7 @@ class GetKafkaResult:
|
|
|
249
249
|
@pulumi.getter
|
|
250
250
|
def project(self) -> str:
|
|
251
251
|
"""
|
|
252
|
-
|
|
252
|
+
The name of 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.
|
|
253
253
|
"""
|
|
254
254
|
return pulumi.get(self, "project")
|
|
255
255
|
|
|
@@ -353,7 +353,7 @@ class GetKafkaResult:
|
|
|
353
353
|
@pulumi.getter(name="techEmails")
|
|
354
354
|
def tech_emails(self) -> Sequence['outputs.GetKafkaTechEmailResult']:
|
|
355
355
|
"""
|
|
356
|
-
|
|
356
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
357
357
|
"""
|
|
358
358
|
return pulumi.get(self, "tech_emails")
|
|
359
359
|
|
|
@@ -409,22 +409,20 @@ def get_kafka(project: Optional[str] = None,
|
|
|
409
409
|
service_name: Optional[str] = None,
|
|
410
410
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetKafkaResult:
|
|
411
411
|
"""
|
|
412
|
-
|
|
412
|
+
Gets information about an Aiven for Apache Kafka® service.
|
|
413
413
|
|
|
414
414
|
## Example Usage
|
|
415
415
|
|
|
416
|
-
<!--Start PulumiCodeChooser -->
|
|
417
416
|
```python
|
|
418
417
|
import pulumi
|
|
419
418
|
import pulumi_aiven as aiven
|
|
420
419
|
|
|
421
|
-
|
|
422
|
-
service_name="
|
|
420
|
+
example_kafka = aiven.get_kafka(project=example_project["project"],
|
|
421
|
+
service_name="example-kafka")
|
|
423
422
|
```
|
|
424
|
-
<!--End PulumiCodeChooser -->
|
|
425
423
|
|
|
426
424
|
|
|
427
|
-
:param str project:
|
|
425
|
+
:param str project: The name of 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.
|
|
428
426
|
:param 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.
|
|
429
427
|
"""
|
|
430
428
|
__args__ = dict()
|
|
@@ -472,22 +470,20 @@ def get_kafka_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
472
470
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
473
471
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetKafkaResult]:
|
|
474
472
|
"""
|
|
475
|
-
|
|
473
|
+
Gets information about an Aiven for Apache Kafka® service.
|
|
476
474
|
|
|
477
475
|
## Example Usage
|
|
478
476
|
|
|
479
|
-
<!--Start PulumiCodeChooser -->
|
|
480
477
|
```python
|
|
481
478
|
import pulumi
|
|
482
479
|
import pulumi_aiven as aiven
|
|
483
480
|
|
|
484
|
-
|
|
485
|
-
service_name="
|
|
481
|
+
example_kafka = aiven.get_kafka(project=example_project["project"],
|
|
482
|
+
service_name="example-kafka")
|
|
486
483
|
```
|
|
487
|
-
<!--End PulumiCodeChooser -->
|
|
488
484
|
|
|
489
485
|
|
|
490
|
-
:param str project:
|
|
486
|
+
:param str project: The name of 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.
|
|
491
487
|
:param 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.
|
|
492
488
|
"""
|
|
493
489
|
...
|
pulumi_aiven/get_kafka_acl.py
CHANGED
|
@@ -72,7 +72,7 @@ class GetKafkaAclResult:
|
|
|
72
72
|
@pulumi.getter
|
|
73
73
|
def project(self) -> str:
|
|
74
74
|
"""
|
|
75
|
-
|
|
75
|
+
The name of 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.
|
|
76
76
|
"""
|
|
77
77
|
return pulumi.get(self, "project")
|
|
78
78
|
|
|
@@ -80,7 +80,7 @@ class GetKafkaAclResult:
|
|
|
80
80
|
@pulumi.getter(name="serviceName")
|
|
81
81
|
def service_name(self) -> str:
|
|
82
82
|
"""
|
|
83
|
-
|
|
83
|
+
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.
|
|
84
84
|
"""
|
|
85
85
|
return pulumi.get(self, "service_name")
|
|
86
86
|
|
|
@@ -127,23 +127,21 @@ def get_kafka_acl(permission: Optional[str] = None,
|
|
|
127
127
|
|
|
128
128
|
## Example Usage
|
|
129
129
|
|
|
130
|
-
<!--Start PulumiCodeChooser -->
|
|
131
130
|
```python
|
|
132
131
|
import pulumi
|
|
133
132
|
import pulumi_aiven as aiven
|
|
134
133
|
|
|
135
|
-
mytestacl = aiven.get_kafka_acl(project=
|
|
136
|
-
service_name=
|
|
134
|
+
mytestacl = aiven.get_kafka_acl(project=myproject["project"],
|
|
135
|
+
service_name=mykafka["serviceName"],
|
|
137
136
|
topic="<TOPIC_NAME_PATTERN>",
|
|
138
137
|
permission="<PERMISSON>",
|
|
139
138
|
username="<USERNAME_PATTERN>")
|
|
140
139
|
```
|
|
141
|
-
<!--End PulumiCodeChooser -->
|
|
142
140
|
|
|
143
141
|
|
|
144
142
|
:param str permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
|
|
145
|
-
:param str project:
|
|
146
|
-
:param str service_name:
|
|
143
|
+
:param str project: The name of 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.
|
|
144
|
+
:param str service_name: 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.
|
|
147
145
|
:param str topic: Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
148
146
|
:param str username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
149
147
|
"""
|
|
@@ -178,23 +176,21 @@ def get_kafka_acl_output(permission: Optional[pulumi.Input[str]] = None,
|
|
|
178
176
|
|
|
179
177
|
## Example Usage
|
|
180
178
|
|
|
181
|
-
<!--Start PulumiCodeChooser -->
|
|
182
179
|
```python
|
|
183
180
|
import pulumi
|
|
184
181
|
import pulumi_aiven as aiven
|
|
185
182
|
|
|
186
|
-
mytestacl = aiven.get_kafka_acl(project=
|
|
187
|
-
service_name=
|
|
183
|
+
mytestacl = aiven.get_kafka_acl(project=myproject["project"],
|
|
184
|
+
service_name=mykafka["serviceName"],
|
|
188
185
|
topic="<TOPIC_NAME_PATTERN>",
|
|
189
186
|
permission="<PERMISSON>",
|
|
190
187
|
username="<USERNAME_PATTERN>")
|
|
191
188
|
```
|
|
192
|
-
<!--End PulumiCodeChooser -->
|
|
193
189
|
|
|
194
190
|
|
|
195
191
|
:param str permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
|
|
196
|
-
:param str project:
|
|
197
|
-
:param str service_name:
|
|
192
|
+
:param str project: The name of 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.
|
|
193
|
+
:param str service_name: 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.
|
|
198
194
|
:param str topic: Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
199
195
|
:param str username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
200
196
|
"""
|
|
@@ -22,7 +22,7 @@ class GetKafkaConnectResult:
|
|
|
22
22
|
"""
|
|
23
23
|
A collection of values returned by getKafkaConnect.
|
|
24
24
|
"""
|
|
25
|
-
def __init__(__self__, additional_disk_space=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, kafka_connect_user_configs=None,
|
|
25
|
+
def __init__(__self__, additional_disk_space=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, kafka_connect_user_configs=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
|
|
26
26
|
if additional_disk_space and not isinstance(additional_disk_space, str):
|
|
27
27
|
raise TypeError("Expected argument 'additional_disk_space' to be a str")
|
|
28
28
|
pulumi.set(__self__, "additional_disk_space", additional_disk_space)
|
|
@@ -53,9 +53,6 @@ class GetKafkaConnectResult:
|
|
|
53
53
|
if kafka_connect_user_configs and not isinstance(kafka_connect_user_configs, list):
|
|
54
54
|
raise TypeError("Expected argument 'kafka_connect_user_configs' to be a list")
|
|
55
55
|
pulumi.set(__self__, "kafka_connect_user_configs", kafka_connect_user_configs)
|
|
56
|
-
if kafka_connects and not isinstance(kafka_connects, list):
|
|
57
|
-
raise TypeError("Expected argument 'kafka_connects' to be a list")
|
|
58
|
-
pulumi.set(__self__, "kafka_connects", kafka_connects)
|
|
59
56
|
if maintenance_window_dow and not isinstance(maintenance_window_dow, str):
|
|
60
57
|
raise TypeError("Expected argument 'maintenance_window_dow' to be a str")
|
|
61
58
|
pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
|
|
@@ -191,14 +188,6 @@ class GetKafkaConnectResult:
|
|
|
191
188
|
"""
|
|
192
189
|
return pulumi.get(self, "kafka_connect_user_configs")
|
|
193
190
|
|
|
194
|
-
@property
|
|
195
|
-
@pulumi.getter(name="kafkaConnects")
|
|
196
|
-
def kafka_connects(self) -> Sequence['outputs.GetKafkaConnectKafkaConnectResult']:
|
|
197
|
-
"""
|
|
198
|
-
Kafka Connect server provided values
|
|
199
|
-
"""
|
|
200
|
-
return pulumi.get(self, "kafka_connects")
|
|
201
|
-
|
|
202
191
|
@property
|
|
203
192
|
@pulumi.getter(name="maintenanceWindowDow")
|
|
204
193
|
def maintenance_window_dow(self) -> str:
|
|
@@ -227,7 +216,7 @@ class GetKafkaConnectResult:
|
|
|
227
216
|
@pulumi.getter
|
|
228
217
|
def project(self) -> str:
|
|
229
218
|
"""
|
|
230
|
-
|
|
219
|
+
The name of 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.
|
|
231
220
|
"""
|
|
232
221
|
return pulumi.get(self, "project")
|
|
233
222
|
|
|
@@ -331,7 +320,7 @@ class GetKafkaConnectResult:
|
|
|
331
320
|
@pulumi.getter(name="techEmails")
|
|
332
321
|
def tech_emails(self) -> Sequence['outputs.GetKafkaConnectTechEmailResult']:
|
|
333
322
|
"""
|
|
334
|
-
|
|
323
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
335
324
|
"""
|
|
336
325
|
return pulumi.get(self, "tech_emails")
|
|
337
326
|
|
|
@@ -360,7 +349,6 @@ class AwaitableGetKafkaConnectResult(GetKafkaConnectResult):
|
|
|
360
349
|
disk_space_used=self.disk_space_used,
|
|
361
350
|
id=self.id,
|
|
362
351
|
kafka_connect_user_configs=self.kafka_connect_user_configs,
|
|
363
|
-
kafka_connects=self.kafka_connects,
|
|
364
352
|
maintenance_window_dow=self.maintenance_window_dow,
|
|
365
353
|
maintenance_window_time=self.maintenance_window_time,
|
|
366
354
|
plan=self.plan,
|
|
@@ -389,18 +377,16 @@ def get_kafka_connect(project: Optional[str] = None,
|
|
|
389
377
|
|
|
390
378
|
## Example Usage
|
|
391
379
|
|
|
392
|
-
<!--Start PulumiCodeChooser -->
|
|
393
380
|
```python
|
|
394
381
|
import pulumi
|
|
395
382
|
import pulumi_aiven as aiven
|
|
396
383
|
|
|
397
|
-
kc1 = aiven.get_kafka_connect(project=
|
|
384
|
+
kc1 = aiven.get_kafka_connect(project=pr1["project"],
|
|
398
385
|
service_name="my-kc1")
|
|
399
386
|
```
|
|
400
|
-
<!--End PulumiCodeChooser -->
|
|
401
387
|
|
|
402
388
|
|
|
403
|
-
:param str project:
|
|
389
|
+
:param str project: The name of 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
390
|
:param 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.
|
|
405
391
|
"""
|
|
406
392
|
__args__ = dict()
|
|
@@ -420,7 +406,6 @@ def get_kafka_connect(project: Optional[str] = None,
|
|
|
420
406
|
disk_space_used=pulumi.get(__ret__, 'disk_space_used'),
|
|
421
407
|
id=pulumi.get(__ret__, 'id'),
|
|
422
408
|
kafka_connect_user_configs=pulumi.get(__ret__, 'kafka_connect_user_configs'),
|
|
423
|
-
kafka_connects=pulumi.get(__ret__, 'kafka_connects'),
|
|
424
409
|
maintenance_window_dow=pulumi.get(__ret__, 'maintenance_window_dow'),
|
|
425
410
|
maintenance_window_time=pulumi.get(__ret__, 'maintenance_window_time'),
|
|
426
411
|
plan=pulumi.get(__ret__, 'plan'),
|
|
@@ -450,18 +435,16 @@ def get_kafka_connect_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
450
435
|
|
|
451
436
|
## Example Usage
|
|
452
437
|
|
|
453
|
-
<!--Start PulumiCodeChooser -->
|
|
454
438
|
```python
|
|
455
439
|
import pulumi
|
|
456
440
|
import pulumi_aiven as aiven
|
|
457
441
|
|
|
458
|
-
kc1 = aiven.get_kafka_connect(project=
|
|
442
|
+
kc1 = aiven.get_kafka_connect(project=pr1["project"],
|
|
459
443
|
service_name="my-kc1")
|
|
460
444
|
```
|
|
461
|
-
<!--End PulumiCodeChooser -->
|
|
462
445
|
|
|
463
446
|
|
|
464
|
-
:param str project:
|
|
447
|
+
:param str project: The name of 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.
|
|
465
448
|
:param 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.
|
|
466
449
|
"""
|
|
467
450
|
...
|
|
@@ -136,7 +136,7 @@ class GetKafkaConnectorResult:
|
|
|
136
136
|
@pulumi.getter
|
|
137
137
|
def project(self) -> str:
|
|
138
138
|
"""
|
|
139
|
-
|
|
139
|
+
The name of 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.
|
|
140
140
|
"""
|
|
141
141
|
return pulumi.get(self, "project")
|
|
142
142
|
|
|
@@ -144,7 +144,7 @@ class GetKafkaConnectorResult:
|
|
|
144
144
|
@pulumi.getter(name="serviceName")
|
|
145
145
|
def service_name(self) -> str:
|
|
146
146
|
"""
|
|
147
|
-
|
|
147
|
+
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.
|
|
148
148
|
"""
|
|
149
149
|
return pulumi.get(self, "service_name")
|
|
150
150
|
|
|
@@ -186,21 +186,19 @@ def get_kafka_connector(connector_name: Optional[str] = None,
|
|
|
186
186
|
|
|
187
187
|
## Example Usage
|
|
188
188
|
|
|
189
|
-
<!--Start PulumiCodeChooser -->
|
|
190
189
|
```python
|
|
191
190
|
import pulumi
|
|
192
191
|
import pulumi_aiven as aiven
|
|
193
192
|
|
|
194
|
-
kafka_es_con1 = aiven.get_kafka_connector(project=
|
|
195
|
-
service_name=
|
|
193
|
+
kafka_es_con1 = aiven.get_kafka_connector(project=kafka_con_project1["project"],
|
|
194
|
+
service_name=kafka_service1["serviceName"],
|
|
196
195
|
connector_name="kafka-es-con1")
|
|
197
196
|
```
|
|
198
|
-
<!--End PulumiCodeChooser -->
|
|
199
197
|
|
|
200
198
|
|
|
201
199
|
:param str connector_name: The kafka connector name. Changing this property forces recreation of the resource.
|
|
202
|
-
:param str project:
|
|
203
|
-
:param str service_name:
|
|
200
|
+
:param str project: The name of 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.
|
|
201
|
+
:param str service_name: 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.
|
|
204
202
|
"""
|
|
205
203
|
__args__ = dict()
|
|
206
204
|
__args__['connectorName'] = connector_name
|
|
@@ -234,20 +232,18 @@ def get_kafka_connector_output(connector_name: Optional[pulumi.Input[str]] = Non
|
|
|
234
232
|
|
|
235
233
|
## Example Usage
|
|
236
234
|
|
|
237
|
-
<!--Start PulumiCodeChooser -->
|
|
238
235
|
```python
|
|
239
236
|
import pulumi
|
|
240
237
|
import pulumi_aiven as aiven
|
|
241
238
|
|
|
242
|
-
kafka_es_con1 = aiven.get_kafka_connector(project=
|
|
243
|
-
service_name=
|
|
239
|
+
kafka_es_con1 = aiven.get_kafka_connector(project=kafka_con_project1["project"],
|
|
240
|
+
service_name=kafka_service1["serviceName"],
|
|
244
241
|
connector_name="kafka-es-con1")
|
|
245
242
|
```
|
|
246
|
-
<!--End PulumiCodeChooser -->
|
|
247
243
|
|
|
248
244
|
|
|
249
245
|
:param str connector_name: The kafka connector name. Changing this property forces recreation of the resource.
|
|
250
|
-
:param str project:
|
|
251
|
-
:param str service_name:
|
|
246
|
+
:param str project: The name of 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.
|
|
247
|
+
:param str service_name: 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.
|
|
252
248
|
"""
|
|
253
249
|
...
|
|
@@ -22,7 +22,7 @@ class GetKafkaMirrorMakerResult:
|
|
|
22
22
|
"""
|
|
23
23
|
A collection of values returned by getKafkaMirrorMaker.
|
|
24
24
|
"""
|
|
25
|
-
def __init__(__self__, additional_disk_space=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, kafka_mirrormaker_user_configs=None,
|
|
25
|
+
def __init__(__self__, additional_disk_space=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, kafka_mirrormaker_user_configs=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
|
|
26
26
|
if additional_disk_space and not isinstance(additional_disk_space, str):
|
|
27
27
|
raise TypeError("Expected argument 'additional_disk_space' to be a str")
|
|
28
28
|
pulumi.set(__self__, "additional_disk_space", additional_disk_space)
|
|
@@ -53,9 +53,6 @@ class GetKafkaMirrorMakerResult:
|
|
|
53
53
|
if kafka_mirrormaker_user_configs and not isinstance(kafka_mirrormaker_user_configs, list):
|
|
54
54
|
raise TypeError("Expected argument 'kafka_mirrormaker_user_configs' to be a list")
|
|
55
55
|
pulumi.set(__self__, "kafka_mirrormaker_user_configs", kafka_mirrormaker_user_configs)
|
|
56
|
-
if kafka_mirrormakers and not isinstance(kafka_mirrormakers, list):
|
|
57
|
-
raise TypeError("Expected argument 'kafka_mirrormakers' to be a list")
|
|
58
|
-
pulumi.set(__self__, "kafka_mirrormakers", kafka_mirrormakers)
|
|
59
56
|
if maintenance_window_dow and not isinstance(maintenance_window_dow, str):
|
|
60
57
|
raise TypeError("Expected argument 'maintenance_window_dow' to be a str")
|
|
61
58
|
pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
|
|
@@ -191,14 +188,6 @@ class GetKafkaMirrorMakerResult:
|
|
|
191
188
|
"""
|
|
192
189
|
return pulumi.get(self, "kafka_mirrormaker_user_configs")
|
|
193
190
|
|
|
194
|
-
@property
|
|
195
|
-
@pulumi.getter(name="kafkaMirrormakers")
|
|
196
|
-
def kafka_mirrormakers(self) -> Sequence['outputs.GetKafkaMirrorMakerKafkaMirrormakerResult']:
|
|
197
|
-
"""
|
|
198
|
-
Kafka MirrorMaker 2 server provided values
|
|
199
|
-
"""
|
|
200
|
-
return pulumi.get(self, "kafka_mirrormakers")
|
|
201
|
-
|
|
202
191
|
@property
|
|
203
192
|
@pulumi.getter(name="maintenanceWindowDow")
|
|
204
193
|
def maintenance_window_dow(self) -> str:
|
|
@@ -227,7 +216,7 @@ class GetKafkaMirrorMakerResult:
|
|
|
227
216
|
@pulumi.getter
|
|
228
217
|
def project(self) -> str:
|
|
229
218
|
"""
|
|
230
|
-
|
|
219
|
+
The name of 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.
|
|
231
220
|
"""
|
|
232
221
|
return pulumi.get(self, "project")
|
|
233
222
|
|
|
@@ -331,7 +320,7 @@ class GetKafkaMirrorMakerResult:
|
|
|
331
320
|
@pulumi.getter(name="techEmails")
|
|
332
321
|
def tech_emails(self) -> Sequence['outputs.GetKafkaMirrorMakerTechEmailResult']:
|
|
333
322
|
"""
|
|
334
|
-
|
|
323
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
335
324
|
"""
|
|
336
325
|
return pulumi.get(self, "tech_emails")
|
|
337
326
|
|
|
@@ -360,7 +349,6 @@ class AwaitableGetKafkaMirrorMakerResult(GetKafkaMirrorMakerResult):
|
|
|
360
349
|
disk_space_used=self.disk_space_used,
|
|
361
350
|
id=self.id,
|
|
362
351
|
kafka_mirrormaker_user_configs=self.kafka_mirrormaker_user_configs,
|
|
363
|
-
kafka_mirrormakers=self.kafka_mirrormakers,
|
|
364
352
|
maintenance_window_dow=self.maintenance_window_dow,
|
|
365
353
|
maintenance_window_time=self.maintenance_window_time,
|
|
366
354
|
plan=self.plan,
|
|
@@ -389,18 +377,16 @@ def get_kafka_mirror_maker(project: Optional[str] = None,
|
|
|
389
377
|
|
|
390
378
|
## Example Usage
|
|
391
379
|
|
|
392
|
-
<!--Start PulumiCodeChooser -->
|
|
393
380
|
```python
|
|
394
381
|
import pulumi
|
|
395
382
|
import pulumi_aiven as aiven
|
|
396
383
|
|
|
397
|
-
mm1 = aiven.get_kafka_mirror_maker(project=
|
|
384
|
+
mm1 = aiven.get_kafka_mirror_maker(project=pr1["project"],
|
|
398
385
|
service_name="my-mm1")
|
|
399
386
|
```
|
|
400
|
-
<!--End PulumiCodeChooser -->
|
|
401
387
|
|
|
402
388
|
|
|
403
|
-
:param str project:
|
|
389
|
+
:param str project: The name of 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
390
|
:param 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.
|
|
405
391
|
"""
|
|
406
392
|
__args__ = dict()
|
|
@@ -420,7 +406,6 @@ def get_kafka_mirror_maker(project: Optional[str] = None,
|
|
|
420
406
|
disk_space_used=pulumi.get(__ret__, 'disk_space_used'),
|
|
421
407
|
id=pulumi.get(__ret__, 'id'),
|
|
422
408
|
kafka_mirrormaker_user_configs=pulumi.get(__ret__, 'kafka_mirrormaker_user_configs'),
|
|
423
|
-
kafka_mirrormakers=pulumi.get(__ret__, 'kafka_mirrormakers'),
|
|
424
409
|
maintenance_window_dow=pulumi.get(__ret__, 'maintenance_window_dow'),
|
|
425
410
|
maintenance_window_time=pulumi.get(__ret__, 'maintenance_window_time'),
|
|
426
411
|
plan=pulumi.get(__ret__, 'plan'),
|
|
@@ -450,18 +435,16 @@ def get_kafka_mirror_maker_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
450
435
|
|
|
451
436
|
## Example Usage
|
|
452
437
|
|
|
453
|
-
<!--Start PulumiCodeChooser -->
|
|
454
438
|
```python
|
|
455
439
|
import pulumi
|
|
456
440
|
import pulumi_aiven as aiven
|
|
457
441
|
|
|
458
|
-
mm1 = aiven.get_kafka_mirror_maker(project=
|
|
442
|
+
mm1 = aiven.get_kafka_mirror_maker(project=pr1["project"],
|
|
459
443
|
service_name="my-mm1")
|
|
460
444
|
```
|
|
461
|
-
<!--End PulumiCodeChooser -->
|
|
462
445
|
|
|
463
446
|
|
|
464
|
-
:param str project:
|
|
447
|
+
:param str project: The name of 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.
|
|
465
448
|
:param 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.
|
|
466
449
|
"""
|
|
467
450
|
...
|
pulumi_aiven/get_kafka_schema.py
CHANGED
|
@@ -67,7 +67,7 @@ class GetKafkaSchemaResult:
|
|
|
67
67
|
@pulumi.getter
|
|
68
68
|
def project(self) -> str:
|
|
69
69
|
"""
|
|
70
|
-
|
|
70
|
+
The name of 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.
|
|
71
71
|
"""
|
|
72
72
|
return pulumi.get(self, "project")
|
|
73
73
|
|
|
@@ -91,7 +91,7 @@ class GetKafkaSchemaResult:
|
|
|
91
91
|
@pulumi.getter(name="serviceName")
|
|
92
92
|
def service_name(self) -> str:
|
|
93
93
|
"""
|
|
94
|
-
|
|
94
|
+
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.
|
|
95
95
|
"""
|
|
96
96
|
return pulumi.get(self, "service_name")
|
|
97
97
|
|
|
@@ -137,19 +137,17 @@ def get_kafka_schema(project: Optional[str] = None,
|
|
|
137
137
|
|
|
138
138
|
## Example Usage
|
|
139
139
|
|
|
140
|
-
<!--Start PulumiCodeChooser -->
|
|
141
140
|
```python
|
|
142
141
|
import pulumi
|
|
143
142
|
import pulumi_aiven as aiven
|
|
144
143
|
|
|
145
|
-
config = aiven.get_kafka_schema_configuration(project=
|
|
146
|
-
service_name=
|
|
144
|
+
config = aiven.get_kafka_schema_configuration(project=kafka_schemas_project1["project"],
|
|
145
|
+
service_name=kafka_service1["serviceName"])
|
|
147
146
|
```
|
|
148
|
-
<!--End PulumiCodeChooser -->
|
|
149
147
|
|
|
150
148
|
|
|
151
|
-
:param str project:
|
|
152
|
-
:param str service_name:
|
|
149
|
+
:param str project: The name of 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.
|
|
150
|
+
:param str service_name: 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.
|
|
153
151
|
:param str subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
154
152
|
"""
|
|
155
153
|
__args__ = dict()
|
|
@@ -180,19 +178,17 @@ def get_kafka_schema_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
180
178
|
|
|
181
179
|
## Example Usage
|
|
182
180
|
|
|
183
|
-
<!--Start PulumiCodeChooser -->
|
|
184
181
|
```python
|
|
185
182
|
import pulumi
|
|
186
183
|
import pulumi_aiven as aiven
|
|
187
184
|
|
|
188
|
-
config = aiven.get_kafka_schema_configuration(project=
|
|
189
|
-
service_name=
|
|
185
|
+
config = aiven.get_kafka_schema_configuration(project=kafka_schemas_project1["project"],
|
|
186
|
+
service_name=kafka_service1["serviceName"])
|
|
190
187
|
```
|
|
191
|
-
<!--End PulumiCodeChooser -->
|
|
192
188
|
|
|
193
189
|
|
|
194
|
-
:param str project:
|
|
195
|
-
:param str service_name:
|
|
190
|
+
:param str project: The name of 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.
|
|
191
|
+
:param str service_name: 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.
|
|
196
192
|
:param str subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
197
193
|
"""
|
|
198
194
|
...
|
|
@@ -67,7 +67,7 @@ class GetKafkaSchemaConfigurationResult:
|
|
|
67
67
|
@pulumi.getter
|
|
68
68
|
def project(self) -> str:
|
|
69
69
|
"""
|
|
70
|
-
|
|
70
|
+
The name of 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.
|
|
71
71
|
"""
|
|
72
72
|
return pulumi.get(self, "project")
|
|
73
73
|
|
|
@@ -91,7 +91,7 @@ class GetKafkaSchemaConfigurationResult:
|
|
|
91
91
|
@pulumi.getter(name="serviceName")
|
|
92
92
|
def service_name(self) -> str:
|
|
93
93
|
"""
|
|
94
|
-
|
|
94
|
+
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.
|
|
95
95
|
"""
|
|
96
96
|
return pulumi.get(self, "service_name")
|
|
97
97
|
|
|
@@ -136,21 +136,19 @@ def get_kafka_schema_configuration(project: Optional[str] = None,
|
|
|
136
136
|
|
|
137
137
|
## Example Usage
|
|
138
138
|
|
|
139
|
-
<!--Start PulumiCodeChooser -->
|
|
140
139
|
```python
|
|
141
140
|
import pulumi
|
|
142
141
|
import pulumi_aiven as aiven
|
|
143
142
|
|
|
144
143
|
config = aiven.KafkaSchemaConfiguration("config",
|
|
145
|
-
project=
|
|
146
|
-
service_name=
|
|
144
|
+
project=kafka_schemas_project1["project"],
|
|
145
|
+
service_name=kafka_service1["serviceName"],
|
|
147
146
|
compatibility_level="BACKWARD")
|
|
148
147
|
```
|
|
149
|
-
<!--End PulumiCodeChooser -->
|
|
150
148
|
|
|
151
149
|
|
|
152
|
-
:param str project:
|
|
153
|
-
:param str service_name:
|
|
150
|
+
:param str project: The name of 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.
|
|
151
|
+
:param str service_name: 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.
|
|
154
152
|
"""
|
|
155
153
|
__args__ = dict()
|
|
156
154
|
__args__['project'] = project
|
|
@@ -178,20 +176,18 @@ def get_kafka_schema_configuration_output(project: Optional[pulumi.Input[str]] =
|
|
|
178
176
|
|
|
179
177
|
## Example Usage
|
|
180
178
|
|
|
181
|
-
<!--Start PulumiCodeChooser -->
|
|
182
179
|
```python
|
|
183
180
|
import pulumi
|
|
184
181
|
import pulumi_aiven as aiven
|
|
185
182
|
|
|
186
183
|
config = aiven.KafkaSchemaConfiguration("config",
|
|
187
|
-
project=
|
|
188
|
-
service_name=
|
|
184
|
+
project=kafka_schemas_project1["project"],
|
|
185
|
+
service_name=kafka_service1["serviceName"],
|
|
189
186
|
compatibility_level="BACKWARD")
|
|
190
187
|
```
|
|
191
|
-
<!--End PulumiCodeChooser -->
|
|
192
188
|
|
|
193
189
|
|
|
194
|
-
:param str project:
|
|
195
|
-
:param str service_name:
|
|
190
|
+
:param str project: The name of 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.
|
|
191
|
+
:param str service_name: 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.
|
|
196
192
|
"""
|
|
197
193
|
...
|