pulumi-aiven 6.14.0a1714562227__py3-none-any.whl → 6.14.0a1714596828__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 +88 -150
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team_member.py +2 -2
- pulumi_aiven/aws_privatelink.py +14 -14
- pulumi_aiven/azure_privatelink.py +14 -14
- pulumi_aiven/azure_privatelink_connection_approval.py +14 -14
- pulumi_aiven/billing_group.py +18 -16
- pulumi_aiven/cassandra.py +16 -44
- pulumi_aiven/cassandra_user.py +16 -16
- pulumi_aiven/clickhouse.py +16 -44
- pulumi_aiven/clickhouse_database.py +16 -16
- pulumi_aiven/clickhouse_grant.py +14 -14
- pulumi_aiven/clickhouse_role.py +16 -16
- pulumi_aiven/clickhouse_user.py +14 -14
- pulumi_aiven/connection_pool.py +16 -16
- pulumi_aiven/dragonfly.py +124 -263
- pulumi_aiven/flink.py +16 -16
- pulumi_aiven/flink_application.py +16 -16
- pulumi_aiven/flink_application_deployment.py +21 -21
- pulumi_aiven/flink_application_version.py +14 -14
- pulumi_aiven/gcp_privatelink.py +21 -21
- pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
- pulumi_aiven/gcp_vpc_peering_connection.py +2 -2
- pulumi_aiven/get_aws_privatelink.py +6 -6
- pulumi_aiven/get_azure_privatelink.py +6 -6
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +5 -18
- pulumi_aiven/get_cassandra.py +5 -18
- pulumi_aiven/get_cassandra_user.py +6 -6
- pulumi_aiven/get_clickhouse.py +5 -18
- pulumi_aiven/get_clickhouse_database.py +6 -6
- pulumi_aiven/get_clickhouse_user.py +6 -6
- pulumi_aiven/get_connection_pool.py +6 -6
- pulumi_aiven/get_dragonfly.py +27 -20
- pulumi_aiven/get_flink.py +4 -4
- pulumi_aiven/get_flink_application.py +6 -6
- pulumi_aiven/get_flink_application_version.py +6 -6
- pulumi_aiven/get_grafana.py +5 -18
- pulumi_aiven/get_kafka.py +13 -13
- pulumi_aiven/get_kafka_acl.py +6 -6
- pulumi_aiven/get_kafka_connect.py +5 -18
- pulumi_aiven/get_kafka_connector.py +6 -6
- pulumi_aiven/get_kafka_mirror_maker.py +5 -18
- pulumi_aiven/get_kafka_schema.py +6 -6
- pulumi_aiven/get_kafka_schema_configuration.py +6 -6
- pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
- pulumi_aiven/get_kafka_topic.py +16 -16
- pulumi_aiven/get_kafka_user.py +6 -6
- pulumi_aiven/get_m3_aggregator.py +5 -18
- pulumi_aiven/get_m3_db.py +5 -18
- pulumi_aiven/get_m3db_user.py +6 -6
- pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
- pulumi_aiven/get_my_sql.py +5 -18
- pulumi_aiven/get_mysql_database.py +6 -6
- pulumi_aiven/get_mysql_user.py +6 -6
- pulumi_aiven/get_open_search.py +4 -4
- pulumi_aiven/get_open_search_acl_config.py +6 -6
- pulumi_aiven/get_open_search_acl_rule.py +6 -6
- pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
- pulumi_aiven/get_opensearch_user.py +6 -6
- pulumi_aiven/get_pg.py +4 -4
- pulumi_aiven/get_pg_database.py +6 -6
- pulumi_aiven/get_pg_user.py +6 -6
- pulumi_aiven/get_project.py +17 -17
- pulumi_aiven/get_project_user.py +7 -7
- pulumi_aiven/get_redis.py +5 -18
- pulumi_aiven/get_redis_user.py +6 -6
- pulumi_aiven/get_service_integration.py +19 -29
- pulumi_aiven/grafana.py +78 -261
- 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 +43 -43
- pulumi_aiven/kafka_acl.py +16 -16
- pulumi_aiven/kafka_connect.py +78 -261
- pulumi_aiven/kafka_connector.py +14 -14
- pulumi_aiven/kafka_mirror_maker.py +78 -261
- pulumi_aiven/kafka_schema.py +14 -14
- pulumi_aiven/kafka_schema_configuration.py +16 -16
- pulumi_aiven/kafka_schema_registry_acl.py +54 -14
- pulumi_aiven/kafka_topic.py +54 -54
- pulumi_aiven/kafka_user.py +16 -16
- pulumi_aiven/m3_aggregator.py +78 -261
- pulumi_aiven/m3_db.py +78 -261
- pulumi_aiven/m3db_user.py +14 -14
- pulumi_aiven/mirror_maker_replication_flow.py +14 -14
- pulumi_aiven/my_sql.py +78 -261
- pulumi_aiven/mysql_database.py +16 -16
- pulumi_aiven/mysql_user.py +16 -16
- pulumi_aiven/open_search.py +14 -14
- pulumi_aiven/open_search_acl_config.py +16 -20
- pulumi_aiven/open_search_acl_rule.py +16 -16
- pulumi_aiven/opensearch_security_plugin_config.py +16 -16
- pulumi_aiven/opensearch_user.py +16 -16
- pulumi_aiven/organization_group_project.py +20 -6
- pulumi_aiven/organization_user.py +2 -20
- pulumi_aiven/outputs.py +147 -266
- pulumi_aiven/pg.py +16 -16
- pulumi_aiven/pg_database.py +16 -16
- pulumi_aiven/pg_user.py +16 -16
- pulumi_aiven/project.py +71 -71
- pulumi_aiven/project_user.py +22 -22
- pulumi_aiven/project_vpc.py +7 -7
- pulumi_aiven/redis.py +78 -261
- pulumi_aiven/redis_user.py +16 -16
- pulumi_aiven/service_integration.py +54 -54
- pulumi_aiven/static_ip.py +7 -7
- pulumi_aiven/transit_gateway_vpc_attachment.py +2 -2
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/METADATA +1 -1
- pulumi_aiven-6.14.0a1714596828.dist-info/RECORD +150 -0
- pulumi_aiven-6.14.0a1714562227.dist-info/RECORD +0 -150
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/top_level.txt +0 -0
|
@@ -102,7 +102,7 @@ class GetConnectionPoolResult:
|
|
|
102
102
|
@pulumi.getter
|
|
103
103
|
def project(self) -> str:
|
|
104
104
|
"""
|
|
105
|
-
|
|
105
|
+
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.
|
|
106
106
|
"""
|
|
107
107
|
return pulumi.get(self, "project")
|
|
108
108
|
|
|
@@ -110,7 +110,7 @@ class GetConnectionPoolResult:
|
|
|
110
110
|
@pulumi.getter(name="serviceName")
|
|
111
111
|
def service_name(self) -> str:
|
|
112
112
|
"""
|
|
113
|
-
|
|
113
|
+
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.
|
|
114
114
|
"""
|
|
115
115
|
return pulumi.get(self, "service_name")
|
|
116
116
|
|
|
@@ -160,8 +160,8 @@ def get_connection_pool(pool_name: Optional[str] = None,
|
|
|
160
160
|
|
|
161
161
|
|
|
162
162
|
:param str pool_name: The name of the created pool. Changing this property forces recreation of the resource.
|
|
163
|
-
:param str project:
|
|
164
|
-
:param str service_name:
|
|
163
|
+
: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.
|
|
164
|
+
: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.
|
|
165
165
|
"""
|
|
166
166
|
__args__ = dict()
|
|
167
167
|
__args__['poolName'] = pool_name
|
|
@@ -203,7 +203,7 @@ def get_connection_pool_output(pool_name: Optional[pulumi.Input[str]] = None,
|
|
|
203
203
|
|
|
204
204
|
|
|
205
205
|
:param str pool_name: The name of the created pool. Changing this property forces recreation of the resource.
|
|
206
|
-
:param str project:
|
|
207
|
-
:param str service_name:
|
|
206
|
+
: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.
|
|
207
|
+
: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.
|
|
208
208
|
"""
|
|
209
209
|
...
|
pulumi_aiven/get_dragonfly.py
CHANGED
|
@@ -22,7 +22,7 @@ class GetDragonflyResult:
|
|
|
22
22
|
"""
|
|
23
23
|
A collection of values returned by getDragonfly.
|
|
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,
|
|
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, dragonfly_user_configs=None, id=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)
|
|
@@ -47,9 +47,6 @@ class GetDragonflyResult:
|
|
|
47
47
|
if disk_space_used and not isinstance(disk_space_used, str):
|
|
48
48
|
raise TypeError("Expected argument 'disk_space_used' to be a str")
|
|
49
49
|
pulumi.set(__self__, "disk_space_used", disk_space_used)
|
|
50
|
-
if dragonflies and not isinstance(dragonflies, list):
|
|
51
|
-
raise TypeError("Expected argument 'dragonflies' to be a list")
|
|
52
|
-
pulumi.set(__self__, "dragonflies", dragonflies)
|
|
53
50
|
if dragonfly_user_configs and not isinstance(dragonfly_user_configs, list):
|
|
54
51
|
raise TypeError("Expected argument 'dragonfly_user_configs' to be a list")
|
|
55
52
|
pulumi.set(__self__, "dragonfly_user_configs", dragonfly_user_configs)
|
|
@@ -175,14 +172,6 @@ class GetDragonflyResult:
|
|
|
175
172
|
"""
|
|
176
173
|
return pulumi.get(self, "disk_space_used")
|
|
177
174
|
|
|
178
|
-
@property
|
|
179
|
-
@pulumi.getter
|
|
180
|
-
def dragonflies(self) -> Sequence['outputs.GetDragonflyDragonflyResult']:
|
|
181
|
-
"""
|
|
182
|
-
Dragonfly server provided values
|
|
183
|
-
"""
|
|
184
|
-
return pulumi.get(self, "dragonflies")
|
|
185
|
-
|
|
186
175
|
@property
|
|
187
176
|
@pulumi.getter(name="dragonflyUserConfigs")
|
|
188
177
|
def dragonfly_user_configs(self) -> Sequence['outputs.GetDragonflyDragonflyUserConfigResult']:
|
|
@@ -227,7 +216,7 @@ class GetDragonflyResult:
|
|
|
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 GetDragonflyResult:
|
|
|
331
320
|
@pulumi.getter(name="techEmails")
|
|
332
321
|
def tech_emails(self) -> Sequence['outputs.GetDragonflyTechEmailResult']:
|
|
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
|
|
|
@@ -358,7 +347,6 @@ class AwaitableGetDragonflyResult(GetDragonflyResult):
|
|
|
358
347
|
disk_space_default=self.disk_space_default,
|
|
359
348
|
disk_space_step=self.disk_space_step,
|
|
360
349
|
disk_space_used=self.disk_space_used,
|
|
361
|
-
dragonflies=self.dragonflies,
|
|
362
350
|
dragonfly_user_configs=self.dragonfly_user_configs,
|
|
363
351
|
id=self.id,
|
|
364
352
|
maintenance_window_dow=self.maintenance_window_dow,
|
|
@@ -385,10 +373,20 @@ def get_dragonfly(project: Optional[str] = None,
|
|
|
385
373
|
service_name: Optional[str] = None,
|
|
386
374
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDragonflyResult:
|
|
387
375
|
"""
|
|
388
|
-
|
|
376
|
+
Gets information about an Aiven for Dragonfly® service.
|
|
377
|
+
|
|
378
|
+
## Example Usage
|
|
389
379
|
|
|
380
|
+
```python
|
|
381
|
+
import pulumi
|
|
382
|
+
import pulumi_aiven as aiven
|
|
390
383
|
|
|
391
|
-
|
|
384
|
+
example_dragonfly = aiven.get_dragonfly(project=example_project["project"],
|
|
385
|
+
service_name="example-dragonfly-service")
|
|
386
|
+
```
|
|
387
|
+
|
|
388
|
+
|
|
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.
|
|
392
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.
|
|
393
391
|
"""
|
|
394
392
|
__args__ = dict()
|
|
@@ -406,7 +404,6 @@ def get_dragonfly(project: Optional[str] = None,
|
|
|
406
404
|
disk_space_default=pulumi.get(__ret__, 'disk_space_default'),
|
|
407
405
|
disk_space_step=pulumi.get(__ret__, 'disk_space_step'),
|
|
408
406
|
disk_space_used=pulumi.get(__ret__, 'disk_space_used'),
|
|
409
|
-
dragonflies=pulumi.get(__ret__, 'dragonflies'),
|
|
410
407
|
dragonfly_user_configs=pulumi.get(__ret__, 'dragonfly_user_configs'),
|
|
411
408
|
id=pulumi.get(__ret__, 'id'),
|
|
412
409
|
maintenance_window_dow=pulumi.get(__ret__, 'maintenance_window_dow'),
|
|
@@ -434,10 +431,20 @@ def get_dragonfly_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
434
431
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
435
432
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDragonflyResult]:
|
|
436
433
|
"""
|
|
437
|
-
|
|
434
|
+
Gets information about an Aiven for Dragonfly® service.
|
|
435
|
+
|
|
436
|
+
## Example Usage
|
|
437
|
+
|
|
438
|
+
```python
|
|
439
|
+
import pulumi
|
|
440
|
+
import pulumi_aiven as aiven
|
|
441
|
+
|
|
442
|
+
example_dragonfly = aiven.get_dragonfly(project=example_project["project"],
|
|
443
|
+
service_name="example-dragonfly-service")
|
|
444
|
+
```
|
|
438
445
|
|
|
439
446
|
|
|
440
|
-
: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.
|
|
441
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.
|
|
442
449
|
"""
|
|
443
450
|
...
|
pulumi_aiven/get_flink.py
CHANGED
|
@@ -227,7 +227,7 @@ class GetFlinkResult:
|
|
|
227
227
|
@pulumi.getter
|
|
228
228
|
def project(self) -> str:
|
|
229
229
|
"""
|
|
230
|
-
|
|
230
|
+
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
231
|
"""
|
|
232
232
|
return pulumi.get(self, "project")
|
|
233
233
|
|
|
@@ -331,7 +331,7 @@ class GetFlinkResult:
|
|
|
331
331
|
@pulumi.getter(name="techEmails")
|
|
332
332
|
def tech_emails(self) -> Sequence['outputs.GetFlinkTechEmailResult']:
|
|
333
333
|
"""
|
|
334
|
-
|
|
334
|
+
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
335
|
"""
|
|
336
336
|
return pulumi.get(self, "tech_emails")
|
|
337
337
|
|
|
@@ -398,7 +398,7 @@ def get_flink(project: Optional[str] = None,
|
|
|
398
398
|
```
|
|
399
399
|
|
|
400
400
|
|
|
401
|
-
:param str project:
|
|
401
|
+
: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.
|
|
402
402
|
: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.
|
|
403
403
|
"""
|
|
404
404
|
__args__ = dict()
|
|
@@ -457,7 +457,7 @@ def get_flink_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
457
457
|
```
|
|
458
458
|
|
|
459
459
|
|
|
460
|
-
:param str project:
|
|
460
|
+
: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.
|
|
461
461
|
: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.
|
|
462
462
|
"""
|
|
463
463
|
...
|
|
@@ -94,7 +94,7 @@ class GetFlinkApplicationResult:
|
|
|
94
94
|
@pulumi.getter
|
|
95
95
|
def project(self) -> str:
|
|
96
96
|
"""
|
|
97
|
-
|
|
97
|
+
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.
|
|
98
98
|
"""
|
|
99
99
|
return pulumi.get(self, "project")
|
|
100
100
|
|
|
@@ -102,7 +102,7 @@ class GetFlinkApplicationResult:
|
|
|
102
102
|
@pulumi.getter(name="serviceName")
|
|
103
103
|
def service_name(self) -> str:
|
|
104
104
|
"""
|
|
105
|
-
|
|
105
|
+
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.
|
|
106
106
|
"""
|
|
107
107
|
return pulumi.get(self, "service_name")
|
|
108
108
|
|
|
@@ -160,8 +160,8 @@ def get_flink_application(name: Optional[str] = None,
|
|
|
160
160
|
|
|
161
161
|
|
|
162
162
|
:param str name: Application name
|
|
163
|
-
:param str project:
|
|
164
|
-
:param str service_name:
|
|
163
|
+
: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.
|
|
164
|
+
: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.
|
|
165
165
|
"""
|
|
166
166
|
__args__ = dict()
|
|
167
167
|
__args__['name'] = name
|
|
@@ -203,7 +203,7 @@ def get_flink_application_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
203
203
|
|
|
204
204
|
|
|
205
205
|
:param str name: Application name
|
|
206
|
-
:param str project:
|
|
207
|
-
:param str service_name:
|
|
206
|
+
: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.
|
|
207
|
+
: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.
|
|
208
208
|
"""
|
|
209
209
|
...
|
|
@@ -107,7 +107,7 @@ class GetFlinkApplicationVersionResult:
|
|
|
107
107
|
@pulumi.getter
|
|
108
108
|
def project(self) -> str:
|
|
109
109
|
"""
|
|
110
|
-
|
|
110
|
+
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.
|
|
111
111
|
"""
|
|
112
112
|
return pulumi.get(self, "project")
|
|
113
113
|
|
|
@@ -115,7 +115,7 @@ class GetFlinkApplicationVersionResult:
|
|
|
115
115
|
@pulumi.getter(name="serviceName")
|
|
116
116
|
def service_name(self) -> str:
|
|
117
117
|
"""
|
|
118
|
-
|
|
118
|
+
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.
|
|
119
119
|
"""
|
|
120
120
|
return pulumi.get(self, "service_name")
|
|
121
121
|
|
|
@@ -212,8 +212,8 @@ def get_flink_application_version(application_id: Optional[str] = None,
|
|
|
212
212
|
|
|
213
213
|
:param str application_id: Application ID
|
|
214
214
|
:param str application_version_id: Application version ID
|
|
215
|
-
:param str project:
|
|
216
|
-
:param str service_name:
|
|
215
|
+
: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.
|
|
216
|
+
: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.
|
|
217
217
|
"""
|
|
218
218
|
__args__ = dict()
|
|
219
219
|
__args__['applicationId'] = application_id
|
|
@@ -263,7 +263,7 @@ def get_flink_application_version_output(application_id: Optional[pulumi.Input[s
|
|
|
263
263
|
|
|
264
264
|
:param str application_id: Application ID
|
|
265
265
|
:param str application_version_id: Application version ID
|
|
266
|
-
:param str project:
|
|
267
|
-
:param str service_name:
|
|
266
|
+
: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.
|
|
267
|
+
: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.
|
|
268
268
|
"""
|
|
269
269
|
...
|
pulumi_aiven/get_grafana.py
CHANGED
|
@@ -22,7 +22,7 @@ class GetGrafanaResult:
|
|
|
22
22
|
"""
|
|
23
23
|
A collection of values returned by getGrafana.
|
|
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, grafana_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, grafana_user_configs=None, id=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)
|
|
@@ -50,9 +50,6 @@ class GetGrafanaResult:
|
|
|
50
50
|
if grafana_user_configs and not isinstance(grafana_user_configs, list):
|
|
51
51
|
raise TypeError("Expected argument 'grafana_user_configs' to be a list")
|
|
52
52
|
pulumi.set(__self__, "grafana_user_configs", grafana_user_configs)
|
|
53
|
-
if grafanas and not isinstance(grafanas, list):
|
|
54
|
-
raise TypeError("Expected argument 'grafanas' to be a list")
|
|
55
|
-
pulumi.set(__self__, "grafanas", grafanas)
|
|
56
53
|
if id and not isinstance(id, str):
|
|
57
54
|
raise TypeError("Expected argument 'id' to be a str")
|
|
58
55
|
pulumi.set(__self__, "id", id)
|
|
@@ -183,14 +180,6 @@ class GetGrafanaResult:
|
|
|
183
180
|
"""
|
|
184
181
|
return pulumi.get(self, "grafana_user_configs")
|
|
185
182
|
|
|
186
|
-
@property
|
|
187
|
-
@pulumi.getter
|
|
188
|
-
def grafanas(self) -> Sequence['outputs.GetGrafanaGrafanaResult']:
|
|
189
|
-
"""
|
|
190
|
-
Grafana server provided values
|
|
191
|
-
"""
|
|
192
|
-
return pulumi.get(self, "grafanas")
|
|
193
|
-
|
|
194
183
|
@property
|
|
195
184
|
@pulumi.getter
|
|
196
185
|
def id(self) -> str:
|
|
@@ -227,7 +216,7 @@ class GetGrafanaResult:
|
|
|
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 GetGrafanaResult:
|
|
|
331
320
|
@pulumi.getter(name="techEmails")
|
|
332
321
|
def tech_emails(self) -> Sequence['outputs.GetGrafanaTechEmailResult']:
|
|
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
|
|
|
@@ -359,7 +348,6 @@ class AwaitableGetGrafanaResult(GetGrafanaResult):
|
|
|
359
348
|
disk_space_step=self.disk_space_step,
|
|
360
349
|
disk_space_used=self.disk_space_used,
|
|
361
350
|
grafana_user_configs=self.grafana_user_configs,
|
|
362
|
-
grafanas=self.grafanas,
|
|
363
351
|
id=self.id,
|
|
364
352
|
maintenance_window_dow=self.maintenance_window_dow,
|
|
365
353
|
maintenance_window_time=self.maintenance_window_time,
|
|
@@ -398,7 +386,7 @@ def get_grafana(project: Optional[str] = None,
|
|
|
398
386
|
```
|
|
399
387
|
|
|
400
388
|
|
|
401
|
-
: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.
|
|
402
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.
|
|
403
391
|
"""
|
|
404
392
|
__args__ = dict()
|
|
@@ -417,7 +405,6 @@ def get_grafana(project: Optional[str] = None,
|
|
|
417
405
|
disk_space_step=pulumi.get(__ret__, 'disk_space_step'),
|
|
418
406
|
disk_space_used=pulumi.get(__ret__, 'disk_space_used'),
|
|
419
407
|
grafana_user_configs=pulumi.get(__ret__, 'grafana_user_configs'),
|
|
420
|
-
grafanas=pulumi.get(__ret__, 'grafanas'),
|
|
421
408
|
id=pulumi.get(__ret__, 'id'),
|
|
422
409
|
maintenance_window_dow=pulumi.get(__ret__, 'maintenance_window_dow'),
|
|
423
410
|
maintenance_window_time=pulumi.get(__ret__, 'maintenance_window_time'),
|
|
@@ -457,7 +444,7 @@ def get_grafana_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
457
444
|
```
|
|
458
445
|
|
|
459
446
|
|
|
460
|
-
: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.
|
|
461
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.
|
|
462
449
|
"""
|
|
463
450
|
...
|
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,7 +409,7 @@ 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
|
|
|
@@ -417,12 +417,12 @@ def get_kafka(project: Optional[str] = None,
|
|
|
417
417
|
import pulumi
|
|
418
418
|
import pulumi_aiven as aiven
|
|
419
419
|
|
|
420
|
-
|
|
421
|
-
service_name="
|
|
420
|
+
example_kafka = aiven.get_kafka(project=example_project["project"],
|
|
421
|
+
service_name="example-kafka")
|
|
422
422
|
```
|
|
423
423
|
|
|
424
424
|
|
|
425
|
-
: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.
|
|
426
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.
|
|
427
427
|
"""
|
|
428
428
|
__args__ = dict()
|
|
@@ -470,7 +470,7 @@ def get_kafka_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
470
470
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
471
471
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetKafkaResult]:
|
|
472
472
|
"""
|
|
473
|
-
|
|
473
|
+
Gets information about an Aiven for Apache Kafka® service.
|
|
474
474
|
|
|
475
475
|
## Example Usage
|
|
476
476
|
|
|
@@ -478,12 +478,12 @@ def get_kafka_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
478
478
|
import pulumi
|
|
479
479
|
import pulumi_aiven as aiven
|
|
480
480
|
|
|
481
|
-
|
|
482
|
-
service_name="
|
|
481
|
+
example_kafka = aiven.get_kafka(project=example_project["project"],
|
|
482
|
+
service_name="example-kafka")
|
|
483
483
|
```
|
|
484
484
|
|
|
485
485
|
|
|
486
|
-
: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.
|
|
487
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.
|
|
488
488
|
"""
|
|
489
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
|
|
|
@@ -140,8 +140,8 @@ def get_kafka_acl(permission: Optional[str] = None,
|
|
|
140
140
|
|
|
141
141
|
|
|
142
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.
|
|
143
|
-
:param str project:
|
|
144
|
-
: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.
|
|
145
145
|
:param str topic: Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
146
146
|
:param str username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
147
147
|
"""
|
|
@@ -189,8 +189,8 @@ def get_kafka_acl_output(permission: Optional[pulumi.Input[str]] = None,
|
|
|
189
189
|
|
|
190
190
|
|
|
191
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.
|
|
192
|
-
:param str project:
|
|
193
|
-
: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.
|
|
194
194
|
:param str topic: Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
195
195
|
:param str username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
196
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,
|
|
@@ -398,7 +386,7 @@ def get_kafka_connect(project: Optional[str] = None,
|
|
|
398
386
|
```
|
|
399
387
|
|
|
400
388
|
|
|
401
|
-
: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.
|
|
402
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.
|
|
403
391
|
"""
|
|
404
392
|
__args__ = dict()
|
|
@@ -418,7 +406,6 @@ def get_kafka_connect(project: Optional[str] = None,
|
|
|
418
406
|
disk_space_used=pulumi.get(__ret__, 'disk_space_used'),
|
|
419
407
|
id=pulumi.get(__ret__, 'id'),
|
|
420
408
|
kafka_connect_user_configs=pulumi.get(__ret__, 'kafka_connect_user_configs'),
|
|
421
|
-
kafka_connects=pulumi.get(__ret__, 'kafka_connects'),
|
|
422
409
|
maintenance_window_dow=pulumi.get(__ret__, 'maintenance_window_dow'),
|
|
423
410
|
maintenance_window_time=pulumi.get(__ret__, 'maintenance_window_time'),
|
|
424
411
|
plan=pulumi.get(__ret__, 'plan'),
|
|
@@ -457,7 +444,7 @@ def get_kafka_connect_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
457
444
|
```
|
|
458
445
|
|
|
459
446
|
|
|
460
|
-
: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.
|
|
461
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.
|
|
462
449
|
"""
|
|
463
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
|
|
|
@@ -197,8 +197,8 @@ def get_kafka_connector(connector_name: Optional[str] = None,
|
|
|
197
197
|
|
|
198
198
|
|
|
199
199
|
:param str connector_name: The kafka connector name. Changing this property forces recreation of the resource.
|
|
200
|
-
:param str project:
|
|
201
|
-
: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.
|
|
202
202
|
"""
|
|
203
203
|
__args__ = dict()
|
|
204
204
|
__args__['connectorName'] = connector_name
|
|
@@ -243,7 +243,7 @@ def get_kafka_connector_output(connector_name: Optional[pulumi.Input[str]] = Non
|
|
|
243
243
|
|
|
244
244
|
|
|
245
245
|
:param str connector_name: The kafka connector name. Changing this property forces recreation of the resource.
|
|
246
|
-
:param str project:
|
|
247
|
-
: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.
|
|
248
248
|
"""
|
|
249
249
|
...
|