pulumi-aiven 6.13.0a1711027602__py3-none-any.whl → 6.14.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +28 -0
- pulumi_aiven/_inputs.py +2623 -1138
- pulumi_aiven/account.py +8 -8
- pulumi_aiven/account_authentication.py +8 -4
- pulumi_aiven/account_team.py +6 -6
- pulumi_aiven/account_team_member.py +27 -31
- pulumi_aiven/account_team_project.py +12 -12
- pulumi_aiven/aws_privatelink.py +39 -43
- pulumi_aiven/aws_vpc_peering_connection.py +62 -56
- pulumi_aiven/azure_privatelink.py +49 -53
- pulumi_aiven/azure_privatelink_connection_approval.py +131 -33
- pulumi_aiven/azure_vpc_peering_connection.py +76 -72
- pulumi_aiven/billing_group.py +18 -18
- pulumi_aiven/cassandra.py +25 -57
- pulumi_aiven/cassandra_user.py +25 -29
- pulumi_aiven/clickhouse.py +25 -57
- pulumi_aiven/clickhouse_database.py +31 -33
- pulumi_aiven/clickhouse_grant.py +56 -58
- pulumi_aiven/clickhouse_role.py +23 -27
- pulumi_aiven/clickhouse_user.py +25 -29
- pulumi_aiven/connection_pool.py +38 -42
- pulumi_aiven/dragonfly.py +1205 -0
- pulumi_aiven/flink.py +32 -36
- pulumi_aiven/flink_application.py +22 -24
- pulumi_aiven/flink_application_deployment.py +28 -28
- pulumi_aiven/flink_application_version.py +96 -14
- pulumi_aiven/gcp_privatelink.py +40 -40
- pulumi_aiven/gcp_privatelink_connection_approval.py +47 -47
- pulumi_aiven/gcp_vpc_peering_connection.py +39 -43
- pulumi_aiven/get_account.py +0 -4
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +15 -19
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -27
- pulumi_aiven/get_azure_privatelink.py +17 -21
- pulumi_aiven/get_azure_vpc_peering_connection.py +50 -22
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +7 -24
- pulumi_aiven/get_cassandra.py +7 -24
- pulumi_aiven/get_cassandra_user.py +13 -17
- pulumi_aiven/get_clickhouse.py +7 -24
- pulumi_aiven/get_clickhouse_database.py +13 -17
- pulumi_aiven/get_clickhouse_user.py +13 -17
- pulumi_aiven/get_connection_pool.py +14 -18
- pulumi_aiven/get_dragonfly.py +450 -0
- pulumi_aiven/get_flink.py +6 -10
- pulumi_aiven/get_flink_application.py +8 -12
- pulumi_aiven/get_flink_application_version.py +8 -12
- pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -22
- pulumi_aiven/get_grafana.py +7 -24
- pulumi_aiven/get_kafka.py +13 -17
- pulumi_aiven/get_kafka_acl.py +19 -23
- pulumi_aiven/get_kafka_connect.py +7 -24
- pulumi_aiven/get_kafka_connector.py +13 -17
- pulumi_aiven/get_kafka_mirror_maker.py +7 -24
- pulumi_aiven/get_kafka_schema.py +13 -17
- pulumi_aiven/get_kafka_schema_configuration.py +11 -15
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +19 -23
- pulumi_aiven/get_kafka_user.py +13 -17
- pulumi_aiven/get_m3_aggregator.py +7 -24
- pulumi_aiven/get_m3_db.py +7 -24
- pulumi_aiven/get_m3db_user.py +13 -17
- pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
- pulumi_aiven/get_my_sql.py +7 -24
- pulumi_aiven/get_mysql_database.py +13 -17
- pulumi_aiven/get_mysql_user.py +13 -17
- pulumi_aiven/get_open_search.py +6 -10
- pulumi_aiven/get_open_search_acl_config.py +10 -14
- pulumi_aiven/get_open_search_acl_rule.py +16 -20
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
- pulumi_aiven/get_opensearch_user.py +13 -17
- pulumi_aiven/get_organization.py +8 -12
- pulumi_aiven/get_organization_user_group.py +29 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +6 -10
- pulumi_aiven/get_pg_database.py +15 -19
- pulumi_aiven/get_pg_user.py +13 -17
- pulumi_aiven/get_project.py +17 -21
- pulumi_aiven/get_project_user.py +9 -13
- pulumi_aiven/get_project_vpc.py +11 -17
- pulumi_aiven/get_redis.py +7 -24
- pulumi_aiven/get_redis_user.py +17 -21
- pulumi_aiven/get_service_component.py +4 -8
- pulumi_aiven/get_service_integration.py +75 -37
- pulumi_aiven/get_service_integration_endpoint.py +3 -7
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +11 -15
- pulumi_aiven/grafana.py +82 -267
- pulumi_aiven/influx_db.py +28 -28
- pulumi_aiven/influxdb_database.py +35 -35
- pulumi_aiven/influxdb_user.py +42 -42
- pulumi_aiven/kafka.py +50 -54
- pulumi_aiven/kafka_acl.py +41 -45
- pulumi_aiven/kafka_connect.py +80 -267
- pulumi_aiven/kafka_connector.py +33 -37
- pulumi_aiven/kafka_mirror_maker.py +80 -267
- pulumi_aiven/kafka_schema.py +51 -51
- pulumi_aiven/kafka_schema_configuration.py +20 -24
- pulumi_aiven/kafka_schema_registry_acl.py +75 -35
- pulumi_aiven/kafka_topic.py +91 -53
- pulumi_aiven/kafka_user.py +25 -29
- pulumi_aiven/m3_aggregator.py +80 -267
- pulumi_aiven/m3_db.py +80 -267
- pulumi_aiven/m3db_user.py +23 -27
- pulumi_aiven/mirror_maker_replication_flow.py +58 -60
- pulumi_aiven/my_sql.py +80 -267
- pulumi_aiven/mysql_database.py +27 -31
- pulumi_aiven/mysql_user.py +25 -29
- pulumi_aiven/open_search.py +27 -31
- pulumi_aiven/open_search_acl_config.py +28 -36
- pulumi_aiven/open_search_acl_rule.py +50 -54
- pulumi_aiven/opensearch_security_plugin_config.py +64 -16
- pulumi_aiven/opensearch_user.py +25 -29
- pulumi_aiven/organization.py +10 -14
- pulumi_aiven/organization_group_project.py +336 -0
- pulumi_aiven/organization_user.py +16 -34
- pulumi_aiven/organization_user_group.py +59 -23
- pulumi_aiven/organization_user_group_member.py +350 -0
- pulumi_aiven/organizational_unit.py +36 -36
- pulumi_aiven/outputs.py +3539 -1136
- pulumi_aiven/pg.py +30 -30
- pulumi_aiven/pg_database.py +41 -45
- pulumi_aiven/pg_user.py +25 -29
- pulumi_aiven/project.py +91 -69
- pulumi_aiven/project_user.py +24 -28
- pulumi_aiven/project_vpc.py +49 -25
- pulumi_aiven/redis.py +80 -267
- pulumi_aiven/redis_user.py +53 -57
- pulumi_aiven/service_integration.py +249 -65
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +25 -29
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.14.0.dist-info/RECORD +150 -0
- pulumi_aiven-6.13.0a1711027602.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/kafka_schema.py
CHANGED
|
@@ -22,10 +22,10 @@ class KafkaSchemaArgs:
|
|
|
22
22
|
schema_type: Optional[pulumi.Input[str]] = None):
|
|
23
23
|
"""
|
|
24
24
|
The set of arguments for constructing a KafkaSchema resource.
|
|
25
|
-
:param pulumi.Input[str] project:
|
|
25
|
+
: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.
|
|
26
26
|
:param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
|
|
27
|
-
:param pulumi.Input[str] service_name:
|
|
28
|
-
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name.
|
|
27
|
+
: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.
|
|
28
|
+
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
29
29
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
30
30
|
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
|
|
31
31
|
"""
|
|
@@ -42,7 +42,7 @@ class KafkaSchemaArgs:
|
|
|
42
42
|
@pulumi.getter
|
|
43
43
|
def project(self) -> pulumi.Input[str]:
|
|
44
44
|
"""
|
|
45
|
-
|
|
45
|
+
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.
|
|
46
46
|
"""
|
|
47
47
|
return pulumi.get(self, "project")
|
|
48
48
|
|
|
@@ -66,7 +66,7 @@ class KafkaSchemaArgs:
|
|
|
66
66
|
@pulumi.getter(name="serviceName")
|
|
67
67
|
def service_name(self) -> pulumi.Input[str]:
|
|
68
68
|
"""
|
|
69
|
-
|
|
69
|
+
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.
|
|
70
70
|
"""
|
|
71
71
|
return pulumi.get(self, "service_name")
|
|
72
72
|
|
|
@@ -78,7 +78,7 @@ class KafkaSchemaArgs:
|
|
|
78
78
|
@pulumi.getter(name="subjectName")
|
|
79
79
|
def subject_name(self) -> pulumi.Input[str]:
|
|
80
80
|
"""
|
|
81
|
-
The Kafka Schema Subject name.
|
|
81
|
+
The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
82
82
|
"""
|
|
83
83
|
return pulumi.get(self, "subject_name")
|
|
84
84
|
|
|
@@ -124,11 +124,11 @@ class _KafkaSchemaState:
|
|
|
124
124
|
"""
|
|
125
125
|
Input properties used for looking up and filtering KafkaSchema resources.
|
|
126
126
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
127
|
-
:param pulumi.Input[str] project:
|
|
127
|
+
: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.
|
|
128
128
|
:param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
|
|
129
129
|
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
|
|
130
|
-
:param pulumi.Input[str] service_name:
|
|
131
|
-
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name.
|
|
130
|
+
: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.
|
|
131
|
+
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
132
132
|
:param pulumi.Input[int] version: Kafka Schema configuration version.
|
|
133
133
|
"""
|
|
134
134
|
if compatibility_level is not None:
|
|
@@ -162,7 +162,7 @@ class _KafkaSchemaState:
|
|
|
162
162
|
@pulumi.getter
|
|
163
163
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
164
164
|
"""
|
|
165
|
-
|
|
165
|
+
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.
|
|
166
166
|
"""
|
|
167
167
|
return pulumi.get(self, "project")
|
|
168
168
|
|
|
@@ -198,7 +198,7 @@ class _KafkaSchemaState:
|
|
|
198
198
|
@pulumi.getter(name="serviceName")
|
|
199
199
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
200
200
|
"""
|
|
201
|
-
|
|
201
|
+
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
|
return pulumi.get(self, "service_name")
|
|
204
204
|
|
|
@@ -210,7 +210,7 @@ class _KafkaSchemaState:
|
|
|
210
210
|
@pulumi.getter(name="subjectName")
|
|
211
211
|
def subject_name(self) -> Optional[pulumi.Input[str]]:
|
|
212
212
|
"""
|
|
213
|
-
The Kafka Schema Subject name.
|
|
213
|
+
The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
214
214
|
"""
|
|
215
215
|
return pulumi.get(self, "subject_name")
|
|
216
216
|
|
|
@@ -248,32 +248,32 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
248
248
|
|
|
249
249
|
## Example Usage
|
|
250
250
|
|
|
251
|
-
<!--Start PulumiCodeChooser -->
|
|
252
251
|
```python
|
|
253
252
|
import pulumi
|
|
254
253
|
import pulumi_aiven as aiven
|
|
255
254
|
|
|
256
255
|
kafka_schema1 = aiven.KafkaSchema("kafka-schema1",
|
|
257
|
-
project=
|
|
258
|
-
service_name=
|
|
256
|
+
project=kafka_schemas_project1["project"],
|
|
257
|
+
service_name=kafka_service1["serviceName"],
|
|
259
258
|
subject_name="kafka-schema1",
|
|
260
259
|
compatibility_level="FORWARD",
|
|
261
260
|
schema=\"\"\" {
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
261
|
+
"doc": "example",
|
|
262
|
+
"fields": [
|
|
263
|
+
{
|
|
264
|
+
"default": 5,
|
|
265
|
+
"doc": "my test number",
|
|
266
|
+
"name": "test",
|
|
267
|
+
"namespace": "test",
|
|
268
|
+
"type": "int"
|
|
269
|
+
}
|
|
270
|
+
],
|
|
271
|
+
"name": "example",
|
|
272
|
+
"namespace": "example",
|
|
273
|
+
"type": "record"
|
|
273
274
|
}
|
|
274
275
|
\"\"\")
|
|
275
276
|
```
|
|
276
|
-
<!--End PulumiCodeChooser -->
|
|
277
277
|
|
|
278
278
|
## Import
|
|
279
279
|
|
|
@@ -284,11 +284,11 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
284
284
|
:param str resource_name: The name of the resource.
|
|
285
285
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
286
286
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
287
|
-
:param pulumi.Input[str] project:
|
|
287
|
+
: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.
|
|
288
288
|
:param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
|
|
289
289
|
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
|
|
290
|
-
:param pulumi.Input[str] service_name:
|
|
291
|
-
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name.
|
|
290
|
+
: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.
|
|
291
|
+
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
292
292
|
"""
|
|
293
293
|
...
|
|
294
294
|
@overload
|
|
@@ -301,32 +301,32 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
301
301
|
|
|
302
302
|
## Example Usage
|
|
303
303
|
|
|
304
|
-
<!--Start PulumiCodeChooser -->
|
|
305
304
|
```python
|
|
306
305
|
import pulumi
|
|
307
306
|
import pulumi_aiven as aiven
|
|
308
307
|
|
|
309
308
|
kafka_schema1 = aiven.KafkaSchema("kafka-schema1",
|
|
310
|
-
project=
|
|
311
|
-
service_name=
|
|
309
|
+
project=kafka_schemas_project1["project"],
|
|
310
|
+
service_name=kafka_service1["serviceName"],
|
|
312
311
|
subject_name="kafka-schema1",
|
|
313
312
|
compatibility_level="FORWARD",
|
|
314
313
|
schema=\"\"\" {
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
314
|
+
"doc": "example",
|
|
315
|
+
"fields": [
|
|
316
|
+
{
|
|
317
|
+
"default": 5,
|
|
318
|
+
"doc": "my test number",
|
|
319
|
+
"name": "test",
|
|
320
|
+
"namespace": "test",
|
|
321
|
+
"type": "int"
|
|
322
|
+
}
|
|
323
|
+
],
|
|
324
|
+
"name": "example",
|
|
325
|
+
"namespace": "example",
|
|
326
|
+
"type": "record"
|
|
326
327
|
}
|
|
327
328
|
\"\"\")
|
|
328
329
|
```
|
|
329
|
-
<!--End PulumiCodeChooser -->
|
|
330
330
|
|
|
331
331
|
## Import
|
|
332
332
|
|
|
@@ -404,11 +404,11 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
404
404
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
405
405
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
406
406
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
407
|
-
:param pulumi.Input[str] project:
|
|
407
|
+
: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.
|
|
408
408
|
:param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
|
|
409
409
|
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
|
|
410
|
-
:param pulumi.Input[str] service_name:
|
|
411
|
-
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name.
|
|
410
|
+
: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.
|
|
411
|
+
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
412
412
|
:param pulumi.Input[int] version: Kafka Schema configuration version.
|
|
413
413
|
"""
|
|
414
414
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -436,7 +436,7 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
436
436
|
@pulumi.getter
|
|
437
437
|
def project(self) -> pulumi.Output[str]:
|
|
438
438
|
"""
|
|
439
|
-
|
|
439
|
+
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.
|
|
440
440
|
"""
|
|
441
441
|
return pulumi.get(self, "project")
|
|
442
442
|
|
|
@@ -460,7 +460,7 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
460
460
|
@pulumi.getter(name="serviceName")
|
|
461
461
|
def service_name(self) -> pulumi.Output[str]:
|
|
462
462
|
"""
|
|
463
|
-
|
|
463
|
+
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.
|
|
464
464
|
"""
|
|
465
465
|
return pulumi.get(self, "service_name")
|
|
466
466
|
|
|
@@ -468,7 +468,7 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
468
468
|
@pulumi.getter(name="subjectName")
|
|
469
469
|
def subject_name(self) -> pulumi.Output[str]:
|
|
470
470
|
"""
|
|
471
|
-
The Kafka Schema Subject name.
|
|
471
|
+
The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
472
472
|
"""
|
|
473
473
|
return pulumi.get(self, "subject_name")
|
|
474
474
|
|
|
@@ -19,8 +19,8 @@ class KafkaSchemaConfigurationArgs:
|
|
|
19
19
|
compatibility_level: Optional[pulumi.Input[str]] = None):
|
|
20
20
|
"""
|
|
21
21
|
The set of arguments for constructing a KafkaSchemaConfiguration resource.
|
|
22
|
-
:param pulumi.Input[str] project:
|
|
23
|
-
:param pulumi.Input[str] service_name:
|
|
22
|
+
: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.
|
|
23
|
+
: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.
|
|
24
24
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
25
25
|
"""
|
|
26
26
|
pulumi.set(__self__, "project", project)
|
|
@@ -32,7 +32,7 @@ class KafkaSchemaConfigurationArgs:
|
|
|
32
32
|
@pulumi.getter
|
|
33
33
|
def project(self) -> pulumi.Input[str]:
|
|
34
34
|
"""
|
|
35
|
-
|
|
35
|
+
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.
|
|
36
36
|
"""
|
|
37
37
|
return pulumi.get(self, "project")
|
|
38
38
|
|
|
@@ -44,7 +44,7 @@ class KafkaSchemaConfigurationArgs:
|
|
|
44
44
|
@pulumi.getter(name="serviceName")
|
|
45
45
|
def service_name(self) -> pulumi.Input[str]:
|
|
46
46
|
"""
|
|
47
|
-
|
|
47
|
+
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.
|
|
48
48
|
"""
|
|
49
49
|
return pulumi.get(self, "service_name")
|
|
50
50
|
|
|
@@ -74,8 +74,8 @@ class _KafkaSchemaConfigurationState:
|
|
|
74
74
|
"""
|
|
75
75
|
Input properties used for looking up and filtering KafkaSchemaConfiguration resources.
|
|
76
76
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
77
|
-
:param pulumi.Input[str] project:
|
|
78
|
-
:param pulumi.Input[str] service_name:
|
|
77
|
+
: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.
|
|
78
|
+
: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.
|
|
79
79
|
"""
|
|
80
80
|
if compatibility_level is not None:
|
|
81
81
|
pulumi.set(__self__, "compatibility_level", compatibility_level)
|
|
@@ -100,7 +100,7 @@ class _KafkaSchemaConfigurationState:
|
|
|
100
100
|
@pulumi.getter
|
|
101
101
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
102
102
|
"""
|
|
103
|
-
|
|
103
|
+
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.
|
|
104
104
|
"""
|
|
105
105
|
return pulumi.get(self, "project")
|
|
106
106
|
|
|
@@ -112,7 +112,7 @@ class _KafkaSchemaConfigurationState:
|
|
|
112
112
|
@pulumi.getter(name="serviceName")
|
|
113
113
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
114
114
|
"""
|
|
115
|
-
|
|
115
|
+
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.
|
|
116
116
|
"""
|
|
117
117
|
return pulumi.get(self, "service_name")
|
|
118
118
|
|
|
@@ -135,29 +135,27 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
|
|
|
135
135
|
|
|
136
136
|
## Example Usage
|
|
137
137
|
|
|
138
|
-
<!--Start PulumiCodeChooser -->
|
|
139
138
|
```python
|
|
140
139
|
import pulumi
|
|
141
140
|
import pulumi_aiven as aiven
|
|
142
141
|
|
|
143
142
|
config = aiven.KafkaSchemaConfiguration("config",
|
|
144
|
-
project=
|
|
145
|
-
service_name=
|
|
143
|
+
project=kafka_schemas_project1["project"],
|
|
144
|
+
service_name=kafka_service1["serviceName"],
|
|
146
145
|
compatibility_level="BACKWARD")
|
|
147
146
|
```
|
|
148
|
-
<!--End PulumiCodeChooser -->
|
|
149
147
|
|
|
150
148
|
## Import
|
|
151
149
|
|
|
152
150
|
```sh
|
|
153
|
-
$ pulumi import aiven:index/kafkaSchemaConfiguration:KafkaSchemaConfiguration config
|
|
151
|
+
$ pulumi import aiven:index/kafkaSchemaConfiguration:KafkaSchemaConfiguration config PROJECT/SERVICE_NAME
|
|
154
152
|
```
|
|
155
153
|
|
|
156
154
|
:param str resource_name: The name of the resource.
|
|
157
155
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
158
156
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
159
|
-
:param pulumi.Input[str] project:
|
|
160
|
-
:param pulumi.Input[str] service_name:
|
|
157
|
+
: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.
|
|
158
|
+
: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
159
|
"""
|
|
162
160
|
...
|
|
163
161
|
@overload
|
|
@@ -170,22 +168,20 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
|
|
|
170
168
|
|
|
171
169
|
## Example Usage
|
|
172
170
|
|
|
173
|
-
<!--Start PulumiCodeChooser -->
|
|
174
171
|
```python
|
|
175
172
|
import pulumi
|
|
176
173
|
import pulumi_aiven as aiven
|
|
177
174
|
|
|
178
175
|
config = aiven.KafkaSchemaConfiguration("config",
|
|
179
|
-
project=
|
|
180
|
-
service_name=
|
|
176
|
+
project=kafka_schemas_project1["project"],
|
|
177
|
+
service_name=kafka_service1["serviceName"],
|
|
181
178
|
compatibility_level="BACKWARD")
|
|
182
179
|
```
|
|
183
|
-
<!--End PulumiCodeChooser -->
|
|
184
180
|
|
|
185
181
|
## Import
|
|
186
182
|
|
|
187
183
|
```sh
|
|
188
|
-
$ pulumi import aiven:index/kafkaSchemaConfiguration:KafkaSchemaConfiguration config
|
|
184
|
+
$ pulumi import aiven:index/kafkaSchemaConfiguration:KafkaSchemaConfiguration config PROJECT/SERVICE_NAME
|
|
189
185
|
```
|
|
190
186
|
|
|
191
187
|
:param str resource_name: The name of the resource.
|
|
@@ -243,8 +239,8 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
|
|
|
243
239
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
244
240
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
245
241
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
246
|
-
:param pulumi.Input[str] project:
|
|
247
|
-
:param pulumi.Input[str] service_name:
|
|
242
|
+
: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.
|
|
243
|
+
: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.
|
|
248
244
|
"""
|
|
249
245
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
250
246
|
|
|
@@ -267,7 +263,7 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
|
|
|
267
263
|
@pulumi.getter
|
|
268
264
|
def project(self) -> pulumi.Output[str]:
|
|
269
265
|
"""
|
|
270
|
-
|
|
266
|
+
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.
|
|
271
267
|
"""
|
|
272
268
|
return pulumi.get(self, "project")
|
|
273
269
|
|
|
@@ -275,7 +271,7 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
|
|
|
275
271
|
@pulumi.getter(name="serviceName")
|
|
276
272
|
def service_name(self) -> pulumi.Output[str]:
|
|
277
273
|
"""
|
|
278
|
-
|
|
274
|
+
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.
|
|
279
275
|
"""
|
|
280
276
|
return pulumi.get(self, "service_name")
|
|
281
277
|
|