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
pulumi_aiven/kafka_topic.py
CHANGED
|
@@ -27,14 +27,12 @@ class KafkaTopicArgs:
|
|
|
27
27
|
"""
|
|
28
28
|
The set of arguments for constructing a KafkaTopic resource.
|
|
29
29
|
:param pulumi.Input[int] partitions: The number of partitions to create in the topic.
|
|
30
|
-
:param pulumi.Input[str] project:
|
|
30
|
+
:param pulumi.Input[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.
|
|
31
31
|
:param pulumi.Input[int] replication: The replication factor for the topic.
|
|
32
|
-
:param pulumi.Input[str] service_name:
|
|
32
|
+
:param pulumi.Input[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.
|
|
33
33
|
:param pulumi.Input[str] topic_name: The name of the topic. Changing this property forces recreation of the resource.
|
|
34
|
-
:param pulumi.Input['KafkaTopicConfigArgs'] config: Kafka topic configuration
|
|
35
|
-
:param pulumi.Input[Sequence[pulumi.Input['KafkaTopicTagArgs']]] tags: Kafka
|
|
36
|
-
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protection, which prevents a Kafka topic from being deleted. It is recommended to
|
|
37
|
-
enable this for any production Kafka topic containing critical data.
|
|
34
|
+
:param pulumi.Input['KafkaTopicConfigArgs'] config: Kafka topic configuration.
|
|
35
|
+
:param pulumi.Input[Sequence[pulumi.Input['KafkaTopicTagArgs']]] tags: Tags for the Kafka topic.
|
|
38
36
|
"""
|
|
39
37
|
pulumi.set(__self__, "partitions", partitions)
|
|
40
38
|
pulumi.set(__self__, "project", project)
|
|
@@ -64,7 +62,7 @@ class KafkaTopicArgs:
|
|
|
64
62
|
@pulumi.getter
|
|
65
63
|
def project(self) -> pulumi.Input[str]:
|
|
66
64
|
"""
|
|
67
|
-
|
|
65
|
+
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.
|
|
68
66
|
"""
|
|
69
67
|
return pulumi.get(self, "project")
|
|
70
68
|
|
|
@@ -88,7 +86,7 @@ class KafkaTopicArgs:
|
|
|
88
86
|
@pulumi.getter(name="serviceName")
|
|
89
87
|
def service_name(self) -> pulumi.Input[str]:
|
|
90
88
|
"""
|
|
91
|
-
|
|
89
|
+
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
90
|
"""
|
|
93
91
|
return pulumi.get(self, "service_name")
|
|
94
92
|
|
|
@@ -112,7 +110,7 @@ class KafkaTopicArgs:
|
|
|
112
110
|
@pulumi.getter
|
|
113
111
|
def config(self) -> Optional[pulumi.Input['KafkaTopicConfigArgs']]:
|
|
114
112
|
"""
|
|
115
|
-
Kafka topic configuration
|
|
113
|
+
Kafka topic configuration.
|
|
116
114
|
"""
|
|
117
115
|
return pulumi.get(self, "config")
|
|
118
116
|
|
|
@@ -124,7 +122,7 @@ class KafkaTopicArgs:
|
|
|
124
122
|
@pulumi.getter
|
|
125
123
|
def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KafkaTopicTagArgs']]]]:
|
|
126
124
|
"""
|
|
127
|
-
Kafka
|
|
125
|
+
Tags for the Kafka topic.
|
|
128
126
|
"""
|
|
129
127
|
return pulumi.get(self, "tags")
|
|
130
128
|
|
|
@@ -135,10 +133,6 @@ class KafkaTopicArgs:
|
|
|
135
133
|
@property
|
|
136
134
|
@pulumi.getter(name="terminationProtection")
|
|
137
135
|
def termination_protection(self) -> Optional[pulumi.Input[bool]]:
|
|
138
|
-
"""
|
|
139
|
-
It is a Terraform client-side deletion protection, which prevents a Kafka topic from being deleted. It is recommended to
|
|
140
|
-
enable this for any production Kafka topic containing critical data.
|
|
141
|
-
"""
|
|
142
136
|
return pulumi.get(self, "termination_protection")
|
|
143
137
|
|
|
144
138
|
@termination_protection.setter
|
|
@@ -159,14 +153,12 @@ class _KafkaTopicState:
|
|
|
159
153
|
topic_name: Optional[pulumi.Input[str]] = None):
|
|
160
154
|
"""
|
|
161
155
|
Input properties used for looking up and filtering KafkaTopic resources.
|
|
162
|
-
:param pulumi.Input['KafkaTopicConfigArgs'] config: Kafka topic configuration
|
|
156
|
+
:param pulumi.Input['KafkaTopicConfigArgs'] config: Kafka topic configuration.
|
|
163
157
|
:param pulumi.Input[int] partitions: The number of partitions to create in the topic.
|
|
164
|
-
:param pulumi.Input[str] project:
|
|
158
|
+
:param pulumi.Input[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.
|
|
165
159
|
:param pulumi.Input[int] replication: The replication factor for the topic.
|
|
166
|
-
:param pulumi.Input[str] service_name:
|
|
167
|
-
:param pulumi.Input[Sequence[pulumi.Input['KafkaTopicTagArgs']]] tags: Kafka
|
|
168
|
-
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protection, which prevents a Kafka topic from being deleted. It is recommended to
|
|
169
|
-
enable this for any production Kafka topic containing critical data.
|
|
160
|
+
:param pulumi.Input[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.
|
|
161
|
+
:param pulumi.Input[Sequence[pulumi.Input['KafkaTopicTagArgs']]] tags: Tags for the Kafka topic.
|
|
170
162
|
:param pulumi.Input[str] topic_name: The name of the topic. Changing this property forces recreation of the resource.
|
|
171
163
|
"""
|
|
172
164
|
if config is not None:
|
|
@@ -190,7 +182,7 @@ class _KafkaTopicState:
|
|
|
190
182
|
@pulumi.getter
|
|
191
183
|
def config(self) -> Optional[pulumi.Input['KafkaTopicConfigArgs']]:
|
|
192
184
|
"""
|
|
193
|
-
Kafka topic configuration
|
|
185
|
+
Kafka topic configuration.
|
|
194
186
|
"""
|
|
195
187
|
return pulumi.get(self, "config")
|
|
196
188
|
|
|
@@ -214,7 +206,7 @@ class _KafkaTopicState:
|
|
|
214
206
|
@pulumi.getter
|
|
215
207
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
216
208
|
"""
|
|
217
|
-
|
|
209
|
+
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.
|
|
218
210
|
"""
|
|
219
211
|
return pulumi.get(self, "project")
|
|
220
212
|
|
|
@@ -238,7 +230,7 @@ class _KafkaTopicState:
|
|
|
238
230
|
@pulumi.getter(name="serviceName")
|
|
239
231
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
240
232
|
"""
|
|
241
|
-
|
|
233
|
+
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.
|
|
242
234
|
"""
|
|
243
235
|
return pulumi.get(self, "service_name")
|
|
244
236
|
|
|
@@ -250,7 +242,7 @@ class _KafkaTopicState:
|
|
|
250
242
|
@pulumi.getter
|
|
251
243
|
def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KafkaTopicTagArgs']]]]:
|
|
252
244
|
"""
|
|
253
|
-
Kafka
|
|
245
|
+
Tags for the Kafka topic.
|
|
254
246
|
"""
|
|
255
247
|
return pulumi.get(self, "tags")
|
|
256
248
|
|
|
@@ -261,10 +253,6 @@ class _KafkaTopicState:
|
|
|
261
253
|
@property
|
|
262
254
|
@pulumi.getter(name="terminationProtection")
|
|
263
255
|
def termination_protection(self) -> Optional[pulumi.Input[bool]]:
|
|
264
|
-
"""
|
|
265
|
-
It is a Terraform client-side deletion protection, which prevents a Kafka topic from being deleted. It is recommended to
|
|
266
|
-
enable this for any production Kafka topic containing critical data.
|
|
267
|
-
"""
|
|
268
256
|
return pulumi.get(self, "termination_protection")
|
|
269
257
|
|
|
270
258
|
@termination_protection.setter
|
|
@@ -299,7 +287,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
299
287
|
topic_name: Optional[pulumi.Input[str]] = None,
|
|
300
288
|
__props__=None):
|
|
301
289
|
"""
|
|
302
|
-
|
|
290
|
+
Creates and manages an Aiven for Apache Kafka® topic.
|
|
303
291
|
|
|
304
292
|
## Example Usage
|
|
305
293
|
|
|
@@ -307,10 +295,10 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
307
295
|
import pulumi
|
|
308
296
|
import pulumi_aiven as aiven
|
|
309
297
|
|
|
310
|
-
|
|
311
|
-
project=
|
|
312
|
-
service_name=
|
|
313
|
-
topic_name="
|
|
298
|
+
example_topic = aiven.KafkaTopic("example_topic",
|
|
299
|
+
project=example_project["project"],
|
|
300
|
+
service_name=example_kafka["serviceName"],
|
|
301
|
+
topic_name="example-topic",
|
|
314
302
|
partitions=5,
|
|
315
303
|
replication=3,
|
|
316
304
|
termination_protection=True,
|
|
@@ -323,19 +311,17 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
323
311
|
## Import
|
|
324
312
|
|
|
325
313
|
```sh
|
|
326
|
-
$ pulumi import aiven:index/kafkaTopic:KafkaTopic
|
|
314
|
+
$ pulumi import aiven:index/kafkaTopic:KafkaTopic example_topic PROJECT/SERVICE_NAME/TOPIC_NAME
|
|
327
315
|
```
|
|
328
316
|
|
|
329
317
|
:param str resource_name: The name of the resource.
|
|
330
318
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
331
|
-
:param pulumi.Input[pulumi.InputType['KafkaTopicConfigArgs']] config: Kafka topic configuration
|
|
319
|
+
:param pulumi.Input[pulumi.InputType['KafkaTopicConfigArgs']] config: Kafka topic configuration.
|
|
332
320
|
:param pulumi.Input[int] partitions: The number of partitions to create in the topic.
|
|
333
|
-
:param pulumi.Input[str] project:
|
|
321
|
+
:param pulumi.Input[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.
|
|
334
322
|
:param pulumi.Input[int] replication: The replication factor for the topic.
|
|
335
|
-
:param pulumi.Input[str] service_name:
|
|
336
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTopicTagArgs']]]] tags: Kafka
|
|
337
|
-
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protection, which prevents a Kafka topic from being deleted. It is recommended to
|
|
338
|
-
enable this for any production Kafka topic containing critical data.
|
|
323
|
+
:param pulumi.Input[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.
|
|
324
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTopicTagArgs']]]] tags: Tags for the Kafka topic.
|
|
339
325
|
:param pulumi.Input[str] topic_name: The name of the topic. Changing this property forces recreation of the resource.
|
|
340
326
|
"""
|
|
341
327
|
...
|
|
@@ -345,7 +331,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
345
331
|
args: KafkaTopicArgs,
|
|
346
332
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
347
333
|
"""
|
|
348
|
-
|
|
334
|
+
Creates and manages an Aiven for Apache Kafka® topic.
|
|
349
335
|
|
|
350
336
|
## Example Usage
|
|
351
337
|
|
|
@@ -353,10 +339,10 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
353
339
|
import pulumi
|
|
354
340
|
import pulumi_aiven as aiven
|
|
355
341
|
|
|
356
|
-
|
|
357
|
-
project=
|
|
358
|
-
service_name=
|
|
359
|
-
topic_name="
|
|
342
|
+
example_topic = aiven.KafkaTopic("example_topic",
|
|
343
|
+
project=example_project["project"],
|
|
344
|
+
service_name=example_kafka["serviceName"],
|
|
345
|
+
topic_name="example-topic",
|
|
360
346
|
partitions=5,
|
|
361
347
|
replication=3,
|
|
362
348
|
termination_protection=True,
|
|
@@ -369,7 +355,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
369
355
|
## Import
|
|
370
356
|
|
|
371
357
|
```sh
|
|
372
|
-
$ pulumi import aiven:index/kafkaTopic:KafkaTopic
|
|
358
|
+
$ pulumi import aiven:index/kafkaTopic:KafkaTopic example_topic PROJECT/SERVICE_NAME/TOPIC_NAME
|
|
373
359
|
```
|
|
374
360
|
|
|
375
361
|
:param str resource_name: The name of the resource.
|
|
@@ -447,14 +433,12 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
447
433
|
:param str resource_name: The unique name of the resulting resource.
|
|
448
434
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
449
435
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
450
|
-
:param pulumi.Input[pulumi.InputType['KafkaTopicConfigArgs']] config: Kafka topic configuration
|
|
436
|
+
:param pulumi.Input[pulumi.InputType['KafkaTopicConfigArgs']] config: Kafka topic configuration.
|
|
451
437
|
:param pulumi.Input[int] partitions: The number of partitions to create in the topic.
|
|
452
|
-
:param pulumi.Input[str] project:
|
|
438
|
+
:param pulumi.Input[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.
|
|
453
439
|
:param pulumi.Input[int] replication: The replication factor for the topic.
|
|
454
|
-
:param pulumi.Input[str] service_name:
|
|
455
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTopicTagArgs']]]] tags: Kafka
|
|
456
|
-
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protection, which prevents a Kafka topic from being deleted. It is recommended to
|
|
457
|
-
enable this for any production Kafka topic containing critical data.
|
|
440
|
+
:param pulumi.Input[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.
|
|
441
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTopicTagArgs']]]] tags: Tags for the Kafka topic.
|
|
458
442
|
:param pulumi.Input[str] topic_name: The name of the topic. Changing this property forces recreation of the resource.
|
|
459
443
|
"""
|
|
460
444
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -475,7 +459,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
475
459
|
@pulumi.getter
|
|
476
460
|
def config(self) -> pulumi.Output[Optional['outputs.KafkaTopicConfig']]:
|
|
477
461
|
"""
|
|
478
|
-
Kafka topic configuration
|
|
462
|
+
Kafka topic configuration.
|
|
479
463
|
"""
|
|
480
464
|
return pulumi.get(self, "config")
|
|
481
465
|
|
|
@@ -491,7 +475,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
491
475
|
@pulumi.getter
|
|
492
476
|
def project(self) -> pulumi.Output[str]:
|
|
493
477
|
"""
|
|
494
|
-
|
|
478
|
+
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.
|
|
495
479
|
"""
|
|
496
480
|
return pulumi.get(self, "project")
|
|
497
481
|
|
|
@@ -507,7 +491,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
507
491
|
@pulumi.getter(name="serviceName")
|
|
508
492
|
def service_name(self) -> pulumi.Output[str]:
|
|
509
493
|
"""
|
|
510
|
-
|
|
494
|
+
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.
|
|
511
495
|
"""
|
|
512
496
|
return pulumi.get(self, "service_name")
|
|
513
497
|
|
|
@@ -515,17 +499,13 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
515
499
|
@pulumi.getter
|
|
516
500
|
def tags(self) -> pulumi.Output[Optional[Sequence['outputs.KafkaTopicTag']]]:
|
|
517
501
|
"""
|
|
518
|
-
Kafka
|
|
502
|
+
Tags for the Kafka topic.
|
|
519
503
|
"""
|
|
520
504
|
return pulumi.get(self, "tags")
|
|
521
505
|
|
|
522
506
|
@property
|
|
523
507
|
@pulumi.getter(name="terminationProtection")
|
|
524
508
|
def termination_protection(self) -> pulumi.Output[Optional[bool]]:
|
|
525
|
-
"""
|
|
526
|
-
It is a Terraform client-side deletion protection, which prevents a Kafka topic from being deleted. It is recommended to
|
|
527
|
-
enable this for any production Kafka topic containing critical data.
|
|
528
|
-
"""
|
|
529
509
|
return pulumi.get(self, "termination_protection")
|
|
530
510
|
|
|
531
511
|
@property
|
pulumi_aiven/kafka_user.py
CHANGED
|
@@ -20,8 +20,8 @@ class KafkaUserArgs:
|
|
|
20
20
|
password: Optional[pulumi.Input[str]] = None):
|
|
21
21
|
"""
|
|
22
22
|
The set of arguments for constructing a KafkaUser resource.
|
|
23
|
-
:param pulumi.Input[str] project:
|
|
24
|
-
:param pulumi.Input[str] service_name:
|
|
23
|
+
:param pulumi.Input[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.
|
|
24
|
+
:param pulumi.Input[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.
|
|
25
25
|
:param pulumi.Input[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.
|
|
26
26
|
:param pulumi.Input[str] password: The password of the Kafka User.
|
|
27
27
|
"""
|
|
@@ -35,7 +35,7 @@ class KafkaUserArgs:
|
|
|
35
35
|
@pulumi.getter
|
|
36
36
|
def project(self) -> pulumi.Input[str]:
|
|
37
37
|
"""
|
|
38
|
-
|
|
38
|
+
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.
|
|
39
39
|
"""
|
|
40
40
|
return pulumi.get(self, "project")
|
|
41
41
|
|
|
@@ -47,7 +47,7 @@ class KafkaUserArgs:
|
|
|
47
47
|
@pulumi.getter(name="serviceName")
|
|
48
48
|
def service_name(self) -> pulumi.Input[str]:
|
|
49
49
|
"""
|
|
50
|
-
|
|
50
|
+
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.
|
|
51
51
|
"""
|
|
52
52
|
return pulumi.get(self, "service_name")
|
|
53
53
|
|
|
@@ -95,8 +95,8 @@ class _KafkaUserState:
|
|
|
95
95
|
:param pulumi.Input[str] access_cert: Access certificate for the user
|
|
96
96
|
:param pulumi.Input[str] access_key: Access certificate key for the user
|
|
97
97
|
:param pulumi.Input[str] password: The password of the Kafka User.
|
|
98
|
-
:param pulumi.Input[str] project:
|
|
99
|
-
:param pulumi.Input[str] service_name:
|
|
98
|
+
:param pulumi.Input[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.
|
|
99
|
+
:param pulumi.Input[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.
|
|
100
100
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
101
101
|
:param pulumi.Input[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.
|
|
102
102
|
"""
|
|
@@ -155,7 +155,7 @@ class _KafkaUserState:
|
|
|
155
155
|
@pulumi.getter
|
|
156
156
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
157
157
|
"""
|
|
158
|
-
|
|
158
|
+
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.
|
|
159
159
|
"""
|
|
160
160
|
return pulumi.get(self, "project")
|
|
161
161
|
|
|
@@ -167,7 +167,7 @@ class _KafkaUserState:
|
|
|
167
167
|
@pulumi.getter(name="serviceName")
|
|
168
168
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
169
169
|
"""
|
|
170
|
-
|
|
170
|
+
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.
|
|
171
171
|
"""
|
|
172
172
|
return pulumi.get(self, "service_name")
|
|
173
173
|
|
|
@@ -229,14 +229,14 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
229
229
|
## Import
|
|
230
230
|
|
|
231
231
|
```sh
|
|
232
|
-
$ pulumi import aiven:index/kafkaUser:KafkaUser foo
|
|
232
|
+
$ pulumi import aiven:index/kafkaUser:KafkaUser foo PROJECT/SERVICE_NAME/USERNAME
|
|
233
233
|
```
|
|
234
234
|
|
|
235
235
|
:param str resource_name: The name of the resource.
|
|
236
236
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
237
237
|
:param pulumi.Input[str] password: The password of the Kafka User.
|
|
238
|
-
:param pulumi.Input[str] project:
|
|
239
|
-
:param pulumi.Input[str] service_name:
|
|
238
|
+
:param pulumi.Input[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.
|
|
239
|
+
:param pulumi.Input[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.
|
|
240
240
|
:param pulumi.Input[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.
|
|
241
241
|
"""
|
|
242
242
|
...
|
|
@@ -264,7 +264,7 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
264
264
|
## Import
|
|
265
265
|
|
|
266
266
|
```sh
|
|
267
|
-
$ pulumi import aiven:index/kafkaUser:KafkaUser foo
|
|
267
|
+
$ pulumi import aiven:index/kafkaUser:KafkaUser foo PROJECT/SERVICE_NAME/USERNAME
|
|
268
268
|
```
|
|
269
269
|
|
|
270
270
|
:param str resource_name: The name of the resource.
|
|
@@ -337,8 +337,8 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
337
337
|
:param pulumi.Input[str] access_cert: Access certificate for the user
|
|
338
338
|
:param pulumi.Input[str] access_key: Access certificate key for the user
|
|
339
339
|
:param pulumi.Input[str] password: The password of the Kafka User.
|
|
340
|
-
:param pulumi.Input[str] project:
|
|
341
|
-
:param pulumi.Input[str] service_name:
|
|
340
|
+
:param pulumi.Input[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.
|
|
341
|
+
:param pulumi.Input[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.
|
|
342
342
|
:param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
|
|
343
343
|
:param pulumi.Input[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.
|
|
344
344
|
"""
|
|
@@ -383,7 +383,7 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
383
383
|
@pulumi.getter
|
|
384
384
|
def project(self) -> pulumi.Output[str]:
|
|
385
385
|
"""
|
|
386
|
-
|
|
386
|
+
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.
|
|
387
387
|
"""
|
|
388
388
|
return pulumi.get(self, "project")
|
|
389
389
|
|
|
@@ -391,7 +391,7 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
391
391
|
@pulumi.getter(name="serviceName")
|
|
392
392
|
def service_name(self) -> pulumi.Output[str]:
|
|
393
393
|
"""
|
|
394
|
-
|
|
394
|
+
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.
|
|
395
395
|
"""
|
|
396
396
|
return pulumi.get(self, "service_name")
|
|
397
397
|
|