pulumi-aiven 6.13.0a1711361534__py3-none-any.whl → 6.14.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/_inputs.py +200 -262
- pulumi_aiven/account.py +2 -6
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team.py +6 -6
- pulumi_aiven/account_team_member.py +6 -10
- pulumi_aiven/account_team_project.py +12 -12
- pulumi_aiven/aws_privatelink.py +18 -22
- pulumi_aiven/aws_vpc_peering_connection.py +8 -12
- pulumi_aiven/azure_privatelink.py +18 -22
- pulumi_aiven/azure_privatelink_connection_approval.py +112 -14
- pulumi_aiven/azure_vpc_peering_connection.py +6 -10
- pulumi_aiven/billing_group.py +18 -18
- pulumi_aiven/cassandra.py +25 -57
- pulumi_aiven/cassandra_user.py +18 -22
- pulumi_aiven/clickhouse.py +25 -57
- pulumi_aiven/clickhouse_database.py +24 -26
- pulumi_aiven/clickhouse_grant.py +35 -37
- pulumi_aiven/clickhouse_role.py +16 -20
- pulumi_aiven/clickhouse_user.py +18 -22
- pulumi_aiven/connection_pool.py +24 -28
- pulumi_aiven/dragonfly.py +124 -263
- pulumi_aiven/flink.py +32 -36
- pulumi_aiven/flink_application.py +22 -24
- pulumi_aiven/flink_application_deployment.py +21 -21
- pulumi_aiven/flink_application_version.py +96 -14
- pulumi_aiven/gcp_privatelink.py +21 -21
- pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
- pulumi_aiven/gcp_vpc_peering_connection.py +4 -8
- pulumi_aiven/get_account.py +0 -4
- pulumi_aiven/get_aws_privatelink.py +10 -14
- pulumi_aiven/get_aws_vpc_peering_connection.py +6 -10
- pulumi_aiven/get_azure_privatelink.py +10 -14
- pulumi_aiven/get_azure_vpc_peering_connection.py +2 -6
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +7 -24
- pulumi_aiven/get_cassandra.py +7 -24
- pulumi_aiven/get_cassandra_user.py +10 -14
- pulumi_aiven/get_clickhouse.py +7 -24
- pulumi_aiven/get_clickhouse_database.py +10 -14
- pulumi_aiven/get_clickhouse_user.py +10 -14
- pulumi_aiven/get_connection_pool.py +10 -14
- pulumi_aiven/get_dragonfly.py +27 -20
- pulumi_aiven/get_flink.py +6 -10
- pulumi_aiven/get_flink_application.py +8 -12
- pulumi_aiven/get_flink_application_version.py +8 -12
- pulumi_aiven/get_gcp_vpc_peering_connection.py +2 -6
- pulumi_aiven/get_grafana.py +7 -24
- pulumi_aiven/get_kafka.py +13 -17
- pulumi_aiven/get_kafka_acl.py +10 -14
- pulumi_aiven/get_kafka_connect.py +7 -24
- pulumi_aiven/get_kafka_connector.py +10 -14
- pulumi_aiven/get_kafka_mirror_maker.py +7 -24
- pulumi_aiven/get_kafka_schema.py +10 -14
- pulumi_aiven/get_kafka_schema_configuration.py +10 -14
- pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
- pulumi_aiven/get_kafka_topic.py +16 -20
- pulumi_aiven/get_kafka_user.py +10 -14
- pulumi_aiven/get_m3_aggregator.py +7 -24
- pulumi_aiven/get_m3_db.py +7 -24
- pulumi_aiven/get_m3db_user.py +10 -14
- pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
- pulumi_aiven/get_my_sql.py +7 -24
- pulumi_aiven/get_mysql_database.py +10 -14
- pulumi_aiven/get_mysql_user.py +10 -14
- pulumi_aiven/get_open_search.py +6 -10
- pulumi_aiven/get_open_search_acl_config.py +10 -14
- pulumi_aiven/get_open_search_acl_rule.py +10 -14
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
- pulumi_aiven/get_opensearch_user.py +10 -14
- pulumi_aiven/get_organization.py +0 -4
- pulumi_aiven/get_organization_user_group.py +2 -6
- pulumi_aiven/get_pg.py +6 -10
- pulumi_aiven/get_pg_database.py +10 -14
- pulumi_aiven/get_pg_user.py +10 -14
- pulumi_aiven/get_project.py +17 -21
- pulumi_aiven/get_project_user.py +9 -13
- pulumi_aiven/get_project_vpc.py +2 -6
- pulumi_aiven/get_redis.py +7 -24
- pulumi_aiven/get_redis_user.py +10 -14
- pulumi_aiven/get_service_component.py +4 -8
- pulumi_aiven/get_service_integration.py +19 -33
- pulumi_aiven/get_service_integration_endpoint.py +2 -6
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +2 -6
- pulumi_aiven/grafana.py +82 -267
- pulumi_aiven/influx_db.py +21 -21
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +21 -21
- pulumi_aiven/kafka.py +50 -54
- pulumi_aiven/kafka_acl.py +20 -24
- pulumi_aiven/kafka_connect.py +80 -267
- pulumi_aiven/kafka_connector.py +26 -30
- pulumi_aiven/kafka_mirror_maker.py +80 -267
- pulumi_aiven/kafka_schema.py +18 -22
- pulumi_aiven/kafka_schema_configuration.py +20 -24
- pulumi_aiven/kafka_schema_registry_acl.py +54 -14
- pulumi_aiven/kafka_topic.py +84 -46
- pulumi_aiven/kafka_user.py +18 -22
- pulumi_aiven/m3_aggregator.py +80 -267
- pulumi_aiven/m3_db.py +80 -267
- pulumi_aiven/m3db_user.py +16 -20
- pulumi_aiven/mirror_maker_replication_flow.py +22 -26
- pulumi_aiven/my_sql.py +80 -267
- pulumi_aiven/mysql_database.py +20 -24
- pulumi_aiven/mysql_user.py +18 -22
- pulumi_aiven/open_search.py +27 -31
- pulumi_aiven/open_search_acl_config.py +28 -36
- pulumi_aiven/open_search_acl_rule.py +36 -40
- pulumi_aiven/opensearch_security_plugin_config.py +28 -32
- pulumi_aiven/opensearch_user.py +18 -22
- pulumi_aiven/organization.py +2 -6
- pulumi_aiven/organization_group_project.py +46 -0
- pulumi_aiven/organization_user.py +2 -20
- pulumi_aiven/organization_user_group.py +4 -6
- pulumi_aiven/organization_user_group_member.py +8 -10
- pulumi_aiven/organizational_unit.py +6 -6
- pulumi_aiven/outputs.py +271 -390
- pulumi_aiven/pg.py +30 -30
- pulumi_aiven/pg_database.py +20 -24
- pulumi_aiven/pg_user.py +18 -22
- pulumi_aiven/project.py +75 -79
- pulumi_aiven/project_user.py +24 -28
- pulumi_aiven/project_vpc.py +31 -7
- pulumi_aiven/redis.py +80 -267
- pulumi_aiven/redis_user.py +18 -22
- pulumi_aiven/service_integration.py +54 -58
- pulumi_aiven/static_ip.py +7 -7
- pulumi_aiven/transit_gateway_vpc_attachment.py +4 -8
- {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.14.0.dist-info/RECORD +150 -0
- pulumi_aiven-6.13.0a1711361534.dist-info/RECORD +0 -150
- {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/kafka_schema.py
CHANGED
|
@@ -22,9 +22,9 @@ 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:
|
|
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
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.
|
|
@@ -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
|
|
|
@@ -124,10 +124,10 @@ 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:
|
|
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
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
|
"""
|
|
@@ -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
|
|
|
@@ -248,14 +248,13 @@ 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=\"\"\" {
|
|
@@ -275,7 +274,6 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
275
274
|
}
|
|
276
275
|
\"\"\")
|
|
277
276
|
```
|
|
278
|
-
<!--End PulumiCodeChooser -->
|
|
279
277
|
|
|
280
278
|
## Import
|
|
281
279
|
|
|
@@ -286,10 +284,10 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
286
284
|
:param str resource_name: The name of the resource.
|
|
287
285
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
288
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`.
|
|
289
|
-
: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.
|
|
290
288
|
:param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
|
|
291
289
|
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
|
|
292
|
-
:param pulumi.Input[str] service_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.
|
|
293
291
|
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
294
292
|
"""
|
|
295
293
|
...
|
|
@@ -303,14 +301,13 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
303
301
|
|
|
304
302
|
## Example Usage
|
|
305
303
|
|
|
306
|
-
<!--Start PulumiCodeChooser -->
|
|
307
304
|
```python
|
|
308
305
|
import pulumi
|
|
309
306
|
import pulumi_aiven as aiven
|
|
310
307
|
|
|
311
308
|
kafka_schema1 = aiven.KafkaSchema("kafka-schema1",
|
|
312
|
-
project=
|
|
313
|
-
service_name=
|
|
309
|
+
project=kafka_schemas_project1["project"],
|
|
310
|
+
service_name=kafka_service1["serviceName"],
|
|
314
311
|
subject_name="kafka-schema1",
|
|
315
312
|
compatibility_level="FORWARD",
|
|
316
313
|
schema=\"\"\" {
|
|
@@ -330,7 +327,6 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
330
327
|
}
|
|
331
328
|
\"\"\")
|
|
332
329
|
```
|
|
333
|
-
<!--End PulumiCodeChooser -->
|
|
334
330
|
|
|
335
331
|
## Import
|
|
336
332
|
|
|
@@ -408,10 +404,10 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
408
404
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
409
405
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
410
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`.
|
|
411
|
-
: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.
|
|
412
408
|
:param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
|
|
413
409
|
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
|
|
414
|
-
:param pulumi.Input[str] service_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.
|
|
415
411
|
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
416
412
|
:param pulumi.Input[int] version: Kafka Schema configuration version.
|
|
417
413
|
"""
|
|
@@ -440,7 +436,7 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
440
436
|
@pulumi.getter
|
|
441
437
|
def project(self) -> pulumi.Output[str]:
|
|
442
438
|
"""
|
|
443
|
-
|
|
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.
|
|
444
440
|
"""
|
|
445
441
|
return pulumi.get(self, "project")
|
|
446
442
|
|
|
@@ -464,7 +460,7 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
464
460
|
@pulumi.getter(name="serviceName")
|
|
465
461
|
def service_name(self) -> pulumi.Output[str]:
|
|
466
462
|
"""
|
|
467
|
-
|
|
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.
|
|
468
464
|
"""
|
|
469
465
|
return pulumi.get(self, "service_name")
|
|
470
466
|
|
|
@@ -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
|
|
|
@@ -22,9 +22,9 @@ class KafkaSchemaRegistryAclArgs:
|
|
|
22
22
|
"""
|
|
23
23
|
The set of arguments for constructing a KafkaSchemaRegistryAcl resource.
|
|
24
24
|
:param pulumi.Input[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.
|
|
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] resource: Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
|
|
27
|
-
:param pulumi.Input[str] service_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
28
|
:param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
29
29
|
"""
|
|
30
30
|
pulumi.set(__self__, "permission", permission)
|
|
@@ -49,7 +49,7 @@ class KafkaSchemaRegistryAclArgs:
|
|
|
49
49
|
@pulumi.getter
|
|
50
50
|
def project(self) -> pulumi.Input[str]:
|
|
51
51
|
"""
|
|
52
|
-
|
|
52
|
+
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.
|
|
53
53
|
"""
|
|
54
54
|
return pulumi.get(self, "project")
|
|
55
55
|
|
|
@@ -73,7 +73,7 @@ class KafkaSchemaRegistryAclArgs:
|
|
|
73
73
|
@pulumi.getter(name="serviceName")
|
|
74
74
|
def service_name(self) -> pulumi.Input[str]:
|
|
75
75
|
"""
|
|
76
|
-
|
|
76
|
+
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.
|
|
77
77
|
"""
|
|
78
78
|
return pulumi.get(self, "service_name")
|
|
79
79
|
|
|
@@ -107,9 +107,9 @@ class _KafkaSchemaRegistryAclState:
|
|
|
107
107
|
Input properties used for looking up and filtering KafkaSchemaRegistryAcl resources.
|
|
108
108
|
:param pulumi.Input[str] acl_id: Kafka Schema Registry ACL ID
|
|
109
109
|
:param pulumi.Input[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.
|
|
110
|
-
:param pulumi.Input[str] project:
|
|
110
|
+
: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.
|
|
111
111
|
:param pulumi.Input[str] resource: Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
|
|
112
|
-
:param pulumi.Input[str] service_name:
|
|
112
|
+
: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.
|
|
113
113
|
:param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
114
114
|
"""
|
|
115
115
|
if acl_id is not None:
|
|
@@ -153,7 +153,7 @@ class _KafkaSchemaRegistryAclState:
|
|
|
153
153
|
@pulumi.getter
|
|
154
154
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
155
155
|
"""
|
|
156
|
-
|
|
156
|
+
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.
|
|
157
157
|
"""
|
|
158
158
|
return pulumi.get(self, "project")
|
|
159
159
|
|
|
@@ -177,7 +177,7 @@ class _KafkaSchemaRegistryAclState:
|
|
|
177
177
|
@pulumi.getter(name="serviceName")
|
|
178
178
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
179
179
|
"""
|
|
180
|
-
|
|
180
|
+
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.
|
|
181
181
|
"""
|
|
182
182
|
return pulumi.get(self, "service_name")
|
|
183
183
|
|
|
@@ -212,12 +212,32 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
|
|
|
212
212
|
"""
|
|
213
213
|
The Resource Kafka Schema Registry ACL resource allows the creation and management of Schema Registry ACLs for an Aiven Kafka service.
|
|
214
214
|
|
|
215
|
+
## Example Usage
|
|
216
|
+
|
|
217
|
+
```python
|
|
218
|
+
import pulumi
|
|
219
|
+
import pulumi_aiven as aiven
|
|
220
|
+
|
|
221
|
+
foo = aiven.KafkaSchemaRegistryAcl("foo",
|
|
222
|
+
project=kafka_schemas_project1["project"],
|
|
223
|
+
service_name=kafka_service1["serviceName"],
|
|
224
|
+
resource="Subject:topic-1",
|
|
225
|
+
username="group-user-*",
|
|
226
|
+
permission="schema_registry_read")
|
|
227
|
+
```
|
|
228
|
+
|
|
229
|
+
## Import
|
|
230
|
+
|
|
231
|
+
```sh
|
|
232
|
+
$ pulumi import aiven:index/kafkaSchemaRegistryAcl:KafkaSchemaRegistryAcl foo PROJECT/SERVICE_NAME
|
|
233
|
+
```
|
|
234
|
+
|
|
215
235
|
:param str resource_name: The name of the resource.
|
|
216
236
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
217
237
|
:param pulumi.Input[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.
|
|
218
|
-
:param pulumi.Input[str] project:
|
|
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.
|
|
219
239
|
:param pulumi.Input[str] resource: Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
|
|
220
|
-
:param pulumi.Input[str] service_name:
|
|
240
|
+
: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.
|
|
221
241
|
:param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
222
242
|
"""
|
|
223
243
|
...
|
|
@@ -229,6 +249,26 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
|
|
|
229
249
|
"""
|
|
230
250
|
The Resource Kafka Schema Registry ACL resource allows the creation and management of Schema Registry ACLs for an Aiven Kafka service.
|
|
231
251
|
|
|
252
|
+
## Example Usage
|
|
253
|
+
|
|
254
|
+
```python
|
|
255
|
+
import pulumi
|
|
256
|
+
import pulumi_aiven as aiven
|
|
257
|
+
|
|
258
|
+
foo = aiven.KafkaSchemaRegistryAcl("foo",
|
|
259
|
+
project=kafka_schemas_project1["project"],
|
|
260
|
+
service_name=kafka_service1["serviceName"],
|
|
261
|
+
resource="Subject:topic-1",
|
|
262
|
+
username="group-user-*",
|
|
263
|
+
permission="schema_registry_read")
|
|
264
|
+
```
|
|
265
|
+
|
|
266
|
+
## Import
|
|
267
|
+
|
|
268
|
+
```sh
|
|
269
|
+
$ pulumi import aiven:index/kafkaSchemaRegistryAcl:KafkaSchemaRegistryAcl foo PROJECT/SERVICE_NAME
|
|
270
|
+
```
|
|
271
|
+
|
|
232
272
|
:param str resource_name: The name of the resource.
|
|
233
273
|
:param KafkaSchemaRegistryAclArgs args: The arguments to use to populate this resource's properties.
|
|
234
274
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -299,9 +339,9 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
|
|
|
299
339
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
300
340
|
:param pulumi.Input[str] acl_id: Kafka Schema Registry ACL ID
|
|
301
341
|
:param pulumi.Input[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.
|
|
302
|
-
:param pulumi.Input[str] project:
|
|
342
|
+
: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.
|
|
303
343
|
:param pulumi.Input[str] resource: Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
|
|
304
|
-
:param pulumi.Input[str] service_name:
|
|
344
|
+
: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.
|
|
305
345
|
:param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
306
346
|
"""
|
|
307
347
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -336,7 +376,7 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
|
|
|
336
376
|
@pulumi.getter
|
|
337
377
|
def project(self) -> pulumi.Output[str]:
|
|
338
378
|
"""
|
|
339
|
-
|
|
379
|
+
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.
|
|
340
380
|
"""
|
|
341
381
|
return pulumi.get(self, "project")
|
|
342
382
|
|
|
@@ -352,7 +392,7 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
|
|
|
352
392
|
@pulumi.getter(name="serviceName")
|
|
353
393
|
def service_name(self) -> pulumi.Output[str]:
|
|
354
394
|
"""
|
|
355
|
-
|
|
395
|
+
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.
|
|
356
396
|
"""
|
|
357
397
|
return pulumi.get(self, "service_name")
|
|
358
398
|
|