pulumi-aiven 6.14.0a1714562227__py3-none-any.whl → 6.15.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +19 -0
- pulumi_aiven/_inputs.py +232 -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 -43
- pulumi_aiven/clickhouse_grant.py +14 -14
- pulumi_aiven/clickhouse_role.py +18 -18
- 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_organization_application_user.py +156 -0
- 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 -41
- 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 +40 -60
- 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 -36
- 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_application_user.py +323 -0
- pulumi_aiven/organization_application_user_token.py +742 -0
- pulumi_aiven/organization_group_project.py +20 -6
- pulumi_aiven/organization_user.py +2 -20
- pulumi_aiven/outputs.py +259 -266
- pulumi_aiven/pg.py +16 -16
- pulumi_aiven/pg_database.py +16 -36
- 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.15.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.15.0.dist-info/RECORD +153 -0
- pulumi_aiven-6.14.0a1714562227.dist-info/RECORD +0 -150
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/top_level.txt +0 -0
|
@@ -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,
|
|
@@ -398,7 +386,7 @@ def get_kafka_mirror_maker(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_mirror_maker(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_mirrormaker_user_configs=pulumi.get(__ret__, 'kafka_mirrormaker_user_configs'),
|
|
421
|
-
kafka_mirrormakers=pulumi.get(__ret__, 'kafka_mirrormakers'),
|
|
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_mirror_maker_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_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
|
|
|
@@ -146,8 +146,8 @@ def get_kafka_schema(project: Optional[str] = None,
|
|
|
146
146
|
```
|
|
147
147
|
|
|
148
148
|
|
|
149
|
-
:param str project:
|
|
150
|
-
: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.
|
|
151
151
|
:param str subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
152
152
|
"""
|
|
153
153
|
__args__ = dict()
|
|
@@ -187,8 +187,8 @@ def get_kafka_schema_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
187
187
|
```
|
|
188
188
|
|
|
189
189
|
|
|
190
|
-
:param str project:
|
|
191
|
-
: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.
|
|
192
192
|
:param str subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
193
193
|
"""
|
|
194
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
|
|
|
@@ -147,8 +147,8 @@ def get_kafka_schema_configuration(project: Optional[str] = None,
|
|
|
147
147
|
```
|
|
148
148
|
|
|
149
149
|
|
|
150
|
-
:param str project:
|
|
151
|
-
: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.
|
|
152
152
|
"""
|
|
153
153
|
__args__ = dict()
|
|
154
154
|
__args__['project'] = project
|
|
@@ -187,7 +187,7 @@ def get_kafka_schema_configuration_output(project: Optional[pulumi.Input[str]] =
|
|
|
187
187
|
```
|
|
188
188
|
|
|
189
189
|
|
|
190
|
-
:param str project:
|
|
191
|
-
: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.
|
|
192
192
|
"""
|
|
193
193
|
...
|
|
@@ -72,7 +72,7 @@ class GetKafkaSchemaRegistryAclResult:
|
|
|
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
|
|
|
@@ -88,7 +88,7 @@ class GetKafkaSchemaRegistryAclResult:
|
|
|
88
88
|
@pulumi.getter(name="serviceName")
|
|
89
89
|
def service_name(self) -> str:
|
|
90
90
|
"""
|
|
91
|
-
|
|
91
|
+
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.
|
|
92
92
|
"""
|
|
93
93
|
return pulumi.get(self, "service_name")
|
|
94
94
|
|
|
@@ -127,9 +127,9 @@ def get_kafka_schema_registry_acl(permission: Optional[str] = None,
|
|
|
127
127
|
|
|
128
128
|
|
|
129
129
|
:param str permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. Changing this property forces recreation of the resource.
|
|
130
|
-
:param str project:
|
|
130
|
+
: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.
|
|
131
131
|
:param str resource: Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
|
|
132
|
-
:param str service_name:
|
|
132
|
+
: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.
|
|
133
133
|
:param str username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
134
134
|
"""
|
|
135
135
|
__args__ = dict()
|
|
@@ -163,9 +163,9 @@ def get_kafka_schema_registry_acl_output(permission: Optional[pulumi.Input[str]]
|
|
|
163
163
|
|
|
164
164
|
|
|
165
165
|
:param str permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. Changing this property forces recreation of the resource.
|
|
166
|
-
:param str project:
|
|
166
|
+
: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.
|
|
167
167
|
:param str resource: Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
|
|
168
|
-
:param str service_name:
|
|
168
|
+
: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.
|
|
169
169
|
:param str username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
170
170
|
"""
|
|
171
171
|
...
|
pulumi_aiven/get_kafka_topic.py
CHANGED
|
@@ -55,7 +55,7 @@ class GetKafkaTopicResult:
|
|
|
55
55
|
@pulumi.getter
|
|
56
56
|
def configs(self) -> Sequence['outputs.GetKafkaTopicConfigResult']:
|
|
57
57
|
"""
|
|
58
|
-
Kafka topic configuration
|
|
58
|
+
Kafka topic configuration.
|
|
59
59
|
"""
|
|
60
60
|
return pulumi.get(self, "configs")
|
|
61
61
|
|
|
@@ -79,7 +79,7 @@ class GetKafkaTopicResult:
|
|
|
79
79
|
@pulumi.getter
|
|
80
80
|
def project(self) -> str:
|
|
81
81
|
"""
|
|
82
|
-
|
|
82
|
+
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.
|
|
83
83
|
"""
|
|
84
84
|
return pulumi.get(self, "project")
|
|
85
85
|
|
|
@@ -95,7 +95,7 @@ class GetKafkaTopicResult:
|
|
|
95
95
|
@pulumi.getter(name="serviceName")
|
|
96
96
|
def service_name(self) -> str:
|
|
97
97
|
"""
|
|
98
|
-
|
|
98
|
+
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.
|
|
99
99
|
"""
|
|
100
100
|
return pulumi.get(self, "service_name")
|
|
101
101
|
|
|
@@ -103,7 +103,7 @@ class GetKafkaTopicResult:
|
|
|
103
103
|
@pulumi.getter
|
|
104
104
|
def tags(self) -> Sequence['outputs.GetKafkaTopicTagResult']:
|
|
105
105
|
"""
|
|
106
|
-
Kafka
|
|
106
|
+
Tags for the Kafka topic.
|
|
107
107
|
"""
|
|
108
108
|
return pulumi.get(self, "tags")
|
|
109
109
|
|
|
@@ -143,7 +143,7 @@ def get_kafka_topic(project: Optional[str] = None,
|
|
|
143
143
|
topic_name: Optional[str] = None,
|
|
144
144
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetKafkaTopicResult:
|
|
145
145
|
"""
|
|
146
|
-
|
|
146
|
+
Gets information about an Aiven for Apache Kafka® topic.
|
|
147
147
|
|
|
148
148
|
## Example Usage
|
|
149
149
|
|
|
@@ -151,14 +151,14 @@ def get_kafka_topic(project: Optional[str] = None,
|
|
|
151
151
|
import pulumi
|
|
152
152
|
import pulumi_aiven as aiven
|
|
153
153
|
|
|
154
|
-
|
|
155
|
-
service_name=
|
|
156
|
-
topic_name="
|
|
154
|
+
example_topic = aiven.get_kafka_topic(project=example_project["project"],
|
|
155
|
+
service_name=example_kafka["serviceName"],
|
|
156
|
+
topic_name="example-topic")
|
|
157
157
|
```
|
|
158
158
|
|
|
159
159
|
|
|
160
|
-
:param str project:
|
|
161
|
-
:param str service_name:
|
|
160
|
+
: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.
|
|
161
|
+
: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.
|
|
162
162
|
:param str topic_name: The name of the topic. Changing this property forces recreation of the resource.
|
|
163
163
|
"""
|
|
164
164
|
__args__ = dict()
|
|
@@ -186,7 +186,7 @@ def get_kafka_topic_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
186
186
|
topic_name: Optional[pulumi.Input[str]] = None,
|
|
187
187
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetKafkaTopicResult]:
|
|
188
188
|
"""
|
|
189
|
-
|
|
189
|
+
Gets information about an Aiven for Apache Kafka® topic.
|
|
190
190
|
|
|
191
191
|
## Example Usage
|
|
192
192
|
|
|
@@ -194,14 +194,14 @@ def get_kafka_topic_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
194
194
|
import pulumi
|
|
195
195
|
import pulumi_aiven as aiven
|
|
196
196
|
|
|
197
|
-
|
|
198
|
-
service_name=
|
|
199
|
-
topic_name="
|
|
197
|
+
example_topic = aiven.get_kafka_topic(project=example_project["project"],
|
|
198
|
+
service_name=example_kafka["serviceName"],
|
|
199
|
+
topic_name="example-topic")
|
|
200
200
|
```
|
|
201
201
|
|
|
202
202
|
|
|
203
|
-
:param str project:
|
|
204
|
-
:param str service_name:
|
|
203
|
+
: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.
|
|
204
|
+
: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.
|
|
205
205
|
:param str topic_name: The name of the topic. Changing this property forces recreation of the resource.
|
|
206
206
|
"""
|
|
207
207
|
...
|
pulumi_aiven/get_kafka_user.py
CHANGED
|
@@ -83,7 +83,7 @@ class GetKafkaUserResult:
|
|
|
83
83
|
@pulumi.getter
|
|
84
84
|
def project(self) -> str:
|
|
85
85
|
"""
|
|
86
|
-
|
|
86
|
+
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.
|
|
87
87
|
"""
|
|
88
88
|
return pulumi.get(self, "project")
|
|
89
89
|
|
|
@@ -91,7 +91,7 @@ class GetKafkaUserResult:
|
|
|
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
|
|
|
@@ -147,8 +147,8 @@ def get_kafka_user(project: Optional[str] = None,
|
|
|
147
147
|
```
|
|
148
148
|
|
|
149
149
|
|
|
150
|
-
:param str project:
|
|
151
|
-
: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.
|
|
152
152
|
:param str username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
153
153
|
"""
|
|
154
154
|
__args__ = dict()
|
|
@@ -189,8 +189,8 @@ def get_kafka_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
189
189
|
```
|
|
190
190
|
|
|
191
191
|
|
|
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 username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
195
195
|
"""
|
|
196
196
|
...
|
|
@@ -22,7 +22,7 @@ class GetM3AggregatorResult:
|
|
|
22
22
|
"""
|
|
23
23
|
A collection of values returned by getM3Aggregator.
|
|
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, m3aggregator_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, m3aggregator_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 GetM3AggregatorResult:
|
|
|
53
53
|
if m3aggregator_user_configs and not isinstance(m3aggregator_user_configs, list):
|
|
54
54
|
raise TypeError("Expected argument 'm3aggregator_user_configs' to be a list")
|
|
55
55
|
pulumi.set(__self__, "m3aggregator_user_configs", m3aggregator_user_configs)
|
|
56
|
-
if m3aggregators and not isinstance(m3aggregators, list):
|
|
57
|
-
raise TypeError("Expected argument 'm3aggregators' to be a list")
|
|
58
|
-
pulumi.set(__self__, "m3aggregators", m3aggregators)
|
|
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 GetM3AggregatorResult:
|
|
|
191
188
|
"""
|
|
192
189
|
return pulumi.get(self, "m3aggregator_user_configs")
|
|
193
190
|
|
|
194
|
-
@property
|
|
195
|
-
@pulumi.getter
|
|
196
|
-
def m3aggregators(self) -> Sequence['outputs.GetM3AggregatorM3aggregatorResult']:
|
|
197
|
-
"""
|
|
198
|
-
M3 aggregator specific server provided values
|
|
199
|
-
"""
|
|
200
|
-
return pulumi.get(self, "m3aggregators")
|
|
201
|
-
|
|
202
191
|
@property
|
|
203
192
|
@pulumi.getter(name="maintenanceWindowDow")
|
|
204
193
|
def maintenance_window_dow(self) -> str:
|
|
@@ -227,7 +216,7 @@ class GetM3AggregatorResult:
|
|
|
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 GetM3AggregatorResult:
|
|
|
331
320
|
@pulumi.getter(name="techEmails")
|
|
332
321
|
def tech_emails(self) -> Sequence['outputs.GetM3AggregatorTechEmailResult']:
|
|
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 AwaitableGetM3AggregatorResult(GetM3AggregatorResult):
|
|
|
360
349
|
disk_space_used=self.disk_space_used,
|
|
361
350
|
id=self.id,
|
|
362
351
|
m3aggregator_user_configs=self.m3aggregator_user_configs,
|
|
363
|
-
m3aggregators=self.m3aggregators,
|
|
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_m3_aggregator(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_m3_aggregator(project: Optional[str] = None,
|
|
|
418
406
|
disk_space_used=pulumi.get(__ret__, 'disk_space_used'),
|
|
419
407
|
id=pulumi.get(__ret__, 'id'),
|
|
420
408
|
m3aggregator_user_configs=pulumi.get(__ret__, 'm3aggregator_user_configs'),
|
|
421
|
-
m3aggregators=pulumi.get(__ret__, 'm3aggregators'),
|
|
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_m3_aggregator_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_m3_db.py
CHANGED
|
@@ -22,7 +22,7 @@ class GetM3DbResult:
|
|
|
22
22
|
"""
|
|
23
23
|
A collection of values returned by getM3Db.
|
|
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, m3db_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, m3db_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 GetM3DbResult:
|
|
|
53
53
|
if m3db_user_configs and not isinstance(m3db_user_configs, list):
|
|
54
54
|
raise TypeError("Expected argument 'm3db_user_configs' to be a list")
|
|
55
55
|
pulumi.set(__self__, "m3db_user_configs", m3db_user_configs)
|
|
56
|
-
if m3dbs and not isinstance(m3dbs, list):
|
|
57
|
-
raise TypeError("Expected argument 'm3dbs' to be a list")
|
|
58
|
-
pulumi.set(__self__, "m3dbs", m3dbs)
|
|
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 GetM3DbResult:
|
|
|
191
188
|
"""
|
|
192
189
|
return pulumi.get(self, "m3db_user_configs")
|
|
193
190
|
|
|
194
|
-
@property
|
|
195
|
-
@pulumi.getter
|
|
196
|
-
def m3dbs(self) -> Sequence['outputs.GetM3DbM3dbResult']:
|
|
197
|
-
"""
|
|
198
|
-
M3 specific server provided values
|
|
199
|
-
"""
|
|
200
|
-
return pulumi.get(self, "m3dbs")
|
|
201
|
-
|
|
202
191
|
@property
|
|
203
192
|
@pulumi.getter(name="maintenanceWindowDow")
|
|
204
193
|
def maintenance_window_dow(self) -> str:
|
|
@@ -227,7 +216,7 @@ class GetM3DbResult:
|
|
|
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 GetM3DbResult:
|
|
|
331
320
|
@pulumi.getter(name="techEmails")
|
|
332
321
|
def tech_emails(self) -> Sequence['outputs.GetM3DbTechEmailResult']:
|
|
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 AwaitableGetM3DbResult(GetM3DbResult):
|
|
|
360
349
|
disk_space_used=self.disk_space_used,
|
|
361
350
|
id=self.id,
|
|
362
351
|
m3db_user_configs=self.m3db_user_configs,
|
|
363
|
-
m3dbs=self.m3dbs,
|
|
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_m3_db(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_m3_db(project: Optional[str] = None,
|
|
|
418
406
|
disk_space_used=pulumi.get(__ret__, 'disk_space_used'),
|
|
419
407
|
id=pulumi.get(__ret__, 'id'),
|
|
420
408
|
m3db_user_configs=pulumi.get(__ret__, 'm3db_user_configs'),
|
|
421
|
-
m3dbs=pulumi.get(__ret__, 'm3dbs'),
|
|
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_m3_db_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_m3db_user.py
CHANGED
|
@@ -61,7 +61,7 @@ class GetM3dbUserResult:
|
|
|
61
61
|
@pulumi.getter
|
|
62
62
|
def project(self) -> str:
|
|
63
63
|
"""
|
|
64
|
-
|
|
64
|
+
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.
|
|
65
65
|
"""
|
|
66
66
|
return pulumi.get(self, "project")
|
|
67
67
|
|
|
@@ -69,7 +69,7 @@ class GetM3dbUserResult:
|
|
|
69
69
|
@pulumi.getter(name="serviceName")
|
|
70
70
|
def service_name(self) -> str:
|
|
71
71
|
"""
|
|
72
|
-
|
|
72
|
+
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.
|
|
73
73
|
"""
|
|
74
74
|
return pulumi.get(self, "service_name")
|
|
75
75
|
|
|
@@ -123,8 +123,8 @@ def get_m3db_user(project: Optional[str] = None,
|
|
|
123
123
|
```
|
|
124
124
|
|
|
125
125
|
|
|
126
|
-
:param str project:
|
|
127
|
-
:param str service_name:
|
|
126
|
+
: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.
|
|
127
|
+
: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.
|
|
128
128
|
:param str username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
129
129
|
"""
|
|
130
130
|
__args__ = dict()
|
|
@@ -163,8 +163,8 @@ def get_m3db_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
163
163
|
```
|
|
164
164
|
|
|
165
165
|
|
|
166
|
-
:param str project:
|
|
167
|
-
:param str service_name:
|
|
166
|
+
: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.
|
|
167
|
+
: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.
|
|
168
168
|
:param str username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
169
169
|
"""
|
|
170
170
|
...
|
|
@@ -109,7 +109,7 @@ class GetMirrorMakerReplicationFlowResult:
|
|
|
109
109
|
@pulumi.getter
|
|
110
110
|
def project(self) -> str:
|
|
111
111
|
"""
|
|
112
|
-
|
|
112
|
+
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.
|
|
113
113
|
"""
|
|
114
114
|
return pulumi.get(self, "project")
|
|
115
115
|
|
|
@@ -125,7 +125,7 @@ class GetMirrorMakerReplicationFlowResult:
|
|
|
125
125
|
@pulumi.getter(name="serviceName")
|
|
126
126
|
def service_name(self) -> str:
|
|
127
127
|
"""
|
|
128
|
-
|
|
128
|
+
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.
|
|
129
129
|
"""
|
|
130
130
|
return pulumi.get(self, "service_name")
|
|
131
131
|
|
|
@@ -221,8 +221,8 @@ def get_mirror_maker_replication_flow(project: Optional[str] = None,
|
|
|
221
221
|
```
|
|
222
222
|
|
|
223
223
|
|
|
224
|
-
:param str project:
|
|
225
|
-
:param str service_name:
|
|
224
|
+
: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.
|
|
225
|
+
:param str service_name: 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.
|
|
226
226
|
:param str source_cluster: Source cluster alias. Maximum length: `128`.
|
|
227
227
|
:param str target_cluster: Target cluster alias. Maximum length: `128`.
|
|
228
228
|
"""
|
|
@@ -273,8 +273,8 @@ def get_mirror_maker_replication_flow_output(project: Optional[pulumi.Input[str]
|
|
|
273
273
|
```
|
|
274
274
|
|
|
275
275
|
|
|
276
|
-
:param str project:
|
|
277
|
-
:param str service_name:
|
|
276
|
+
: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.
|
|
277
|
+
:param str service_name: 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.
|
|
278
278
|
:param str source_cluster: Source cluster alias. Maximum length: `128`.
|
|
279
279
|
:param str target_cluster: Target cluster alias. Maximum length: `128`.
|
|
280
280
|
"""
|