pulumi-aiven 6.14.0__py3-none-any.whl → 6.14.0a1711516617__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 +262 -200
- pulumi_aiven/account.py +6 -2
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team.py +6 -6
- pulumi_aiven/account_team_member.py +10 -6
- pulumi_aiven/account_team_project.py +12 -12
- pulumi_aiven/aws_privatelink.py +22 -18
- pulumi_aiven/aws_vpc_peering_connection.py +12 -8
- pulumi_aiven/azure_privatelink.py +22 -18
- pulumi_aiven/azure_privatelink_connection_approval.py +14 -112
- pulumi_aiven/azure_vpc_peering_connection.py +10 -6
- pulumi_aiven/billing_group.py +18 -18
- pulumi_aiven/cassandra.py +57 -25
- pulumi_aiven/cassandra_user.py +22 -18
- pulumi_aiven/clickhouse.py +57 -25
- pulumi_aiven/clickhouse_database.py +26 -24
- pulumi_aiven/clickhouse_grant.py +37 -35
- pulumi_aiven/clickhouse_role.py +20 -16
- pulumi_aiven/clickhouse_user.py +22 -18
- pulumi_aiven/connection_pool.py +28 -24
- pulumi_aiven/dragonfly.py +263 -124
- pulumi_aiven/flink.py +36 -32
- pulumi_aiven/flink_application.py +24 -22
- pulumi_aiven/flink_application_deployment.py +21 -21
- pulumi_aiven/flink_application_version.py +14 -96
- pulumi_aiven/gcp_privatelink.py +21 -21
- pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
- pulumi_aiven/gcp_vpc_peering_connection.py +8 -4
- pulumi_aiven/get_account.py +4 -0
- pulumi_aiven/get_aws_privatelink.py +14 -10
- pulumi_aiven/get_aws_vpc_peering_connection.py +10 -6
- pulumi_aiven/get_azure_privatelink.py +14 -10
- pulumi_aiven/get_azure_vpc_peering_connection.py +6 -2
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +24 -7
- pulumi_aiven/get_cassandra.py +24 -7
- pulumi_aiven/get_cassandra_user.py +14 -10
- pulumi_aiven/get_clickhouse.py +24 -7
- pulumi_aiven/get_clickhouse_database.py +14 -10
- pulumi_aiven/get_clickhouse_user.py +14 -10
- pulumi_aiven/get_connection_pool.py +14 -10
- pulumi_aiven/get_dragonfly.py +20 -27
- pulumi_aiven/get_flink.py +10 -6
- pulumi_aiven/get_flink_application.py +12 -8
- pulumi_aiven/get_flink_application_version.py +12 -8
- pulumi_aiven/get_gcp_vpc_peering_connection.py +6 -2
- pulumi_aiven/get_grafana.py +24 -7
- pulumi_aiven/get_kafka.py +17 -13
- pulumi_aiven/get_kafka_acl.py +14 -10
- pulumi_aiven/get_kafka_connect.py +24 -7
- pulumi_aiven/get_kafka_connector.py +14 -10
- pulumi_aiven/get_kafka_mirror_maker.py +24 -7
- pulumi_aiven/get_kafka_schema.py +14 -10
- pulumi_aiven/get_kafka_schema_configuration.py +14 -10
- pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
- pulumi_aiven/get_kafka_topic.py +20 -16
- pulumi_aiven/get_kafka_user.py +14 -10
- pulumi_aiven/get_m3_aggregator.py +24 -7
- pulumi_aiven/get_m3_db.py +24 -7
- pulumi_aiven/get_m3db_user.py +14 -10
- pulumi_aiven/get_mirror_maker_replication_flow.py +18 -14
- pulumi_aiven/get_my_sql.py +24 -7
- pulumi_aiven/get_mysql_database.py +14 -10
- pulumi_aiven/get_mysql_user.py +14 -10
- pulumi_aiven/get_open_search.py +10 -6
- pulumi_aiven/get_open_search_acl_config.py +14 -10
- pulumi_aiven/get_open_search_acl_rule.py +14 -10
- pulumi_aiven/get_opensearch_security_plugin_config.py +14 -10
- pulumi_aiven/get_opensearch_user.py +14 -10
- pulumi_aiven/get_organization.py +4 -0
- pulumi_aiven/get_organization_user_group.py +6 -2
- pulumi_aiven/get_pg.py +10 -6
- pulumi_aiven/get_pg_database.py +14 -10
- pulumi_aiven/get_pg_user.py +14 -10
- pulumi_aiven/get_project.py +21 -17
- pulumi_aiven/get_project_user.py +13 -9
- pulumi_aiven/get_project_vpc.py +6 -2
- pulumi_aiven/get_redis.py +24 -7
- pulumi_aiven/get_redis_user.py +14 -10
- pulumi_aiven/get_service_component.py +8 -4
- pulumi_aiven/get_service_integration.py +33 -19
- pulumi_aiven/get_service_integration_endpoint.py +6 -2
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +6 -2
- pulumi_aiven/grafana.py +267 -82
- 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 +54 -50
- pulumi_aiven/kafka_acl.py +24 -20
- pulumi_aiven/kafka_connect.py +267 -80
- pulumi_aiven/kafka_connector.py +30 -26
- pulumi_aiven/kafka_mirror_maker.py +267 -80
- pulumi_aiven/kafka_schema.py +22 -18
- pulumi_aiven/kafka_schema_configuration.py +24 -20
- pulumi_aiven/kafka_schema_registry_acl.py +14 -54
- pulumi_aiven/kafka_topic.py +46 -84
- pulumi_aiven/kafka_user.py +22 -18
- pulumi_aiven/m3_aggregator.py +267 -80
- pulumi_aiven/m3_db.py +267 -80
- pulumi_aiven/m3db_user.py +20 -16
- pulumi_aiven/mirror_maker_replication_flow.py +26 -22
- pulumi_aiven/my_sql.py +267 -80
- pulumi_aiven/mysql_database.py +24 -20
- pulumi_aiven/mysql_user.py +22 -18
- pulumi_aiven/open_search.py +31 -27
- pulumi_aiven/open_search_acl_config.py +36 -28
- pulumi_aiven/open_search_acl_rule.py +40 -36
- pulumi_aiven/opensearch_security_plugin_config.py +32 -28
- pulumi_aiven/opensearch_user.py +22 -18
- pulumi_aiven/organization.py +6 -2
- pulumi_aiven/organization_group_project.py +0 -46
- pulumi_aiven/organization_user.py +20 -2
- pulumi_aiven/organization_user_group.py +6 -4
- pulumi_aiven/organization_user_group_member.py +10 -8
- pulumi_aiven/organizational_unit.py +6 -6
- pulumi_aiven/outputs.py +390 -271
- pulumi_aiven/pg.py +30 -30
- pulumi_aiven/pg_database.py +24 -20
- pulumi_aiven/pg_user.py +22 -18
- pulumi_aiven/project.py +79 -75
- pulumi_aiven/project_user.py +28 -24
- pulumi_aiven/project_vpc.py +7 -31
- pulumi_aiven/redis.py +267 -80
- pulumi_aiven/redis_user.py +22 -18
- pulumi_aiven/service_integration.py +58 -54
- pulumi_aiven/static_ip.py +7 -7
- pulumi_aiven/transit_gateway_vpc_attachment.py +8 -4
- {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711516617.dist-info}/METADATA +1 -1
- pulumi_aiven-6.14.0a1711516617.dist-info/RECORD +150 -0
- pulumi_aiven-6.14.0.dist-info/RECORD +0 -150
- {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711516617.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.14.0.dist-info → pulumi_aiven-6.14.0a1711516617.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: Identifies 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: Specifies 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
|
+
Identifies 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
|
+
Specifies 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: Identifies 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: Specifies 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
|
+
Identifies 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
|
+
Specifies 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,13 +248,14 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
248
248
|
|
|
249
249
|
## Example Usage
|
|
250
250
|
|
|
251
|
+
<!--Start PulumiCodeChooser -->
|
|
251
252
|
```python
|
|
252
253
|
import pulumi
|
|
253
254
|
import pulumi_aiven as aiven
|
|
254
255
|
|
|
255
256
|
kafka_schema1 = aiven.KafkaSchema("kafka-schema1",
|
|
256
|
-
project=
|
|
257
|
-
service_name=
|
|
257
|
+
project=aiven_project["kafka-schemas-project1"]["project"],
|
|
258
|
+
service_name=aiven_kafka["kafka-service1"]["service_name"],
|
|
258
259
|
subject_name="kafka-schema1",
|
|
259
260
|
compatibility_level="FORWARD",
|
|
260
261
|
schema=\"\"\" {
|
|
@@ -274,6 +275,7 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
274
275
|
}
|
|
275
276
|
\"\"\")
|
|
276
277
|
```
|
|
278
|
+
<!--End PulumiCodeChooser -->
|
|
277
279
|
|
|
278
280
|
## Import
|
|
279
281
|
|
|
@@ -284,10 +286,10 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
284
286
|
:param str resource_name: The name of the resource.
|
|
285
287
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
286
288
|
: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:
|
|
289
|
+
:param pulumi.Input[str] project: Identifies 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
290
|
:param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
|
|
289
291
|
: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:
|
|
292
|
+
:param pulumi.Input[str] service_name: Specifies 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
293
|
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
292
294
|
"""
|
|
293
295
|
...
|
|
@@ -301,13 +303,14 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
301
303
|
|
|
302
304
|
## Example Usage
|
|
303
305
|
|
|
306
|
+
<!--Start PulumiCodeChooser -->
|
|
304
307
|
```python
|
|
305
308
|
import pulumi
|
|
306
309
|
import pulumi_aiven as aiven
|
|
307
310
|
|
|
308
311
|
kafka_schema1 = aiven.KafkaSchema("kafka-schema1",
|
|
309
|
-
project=
|
|
310
|
-
service_name=
|
|
312
|
+
project=aiven_project["kafka-schemas-project1"]["project"],
|
|
313
|
+
service_name=aiven_kafka["kafka-service1"]["service_name"],
|
|
311
314
|
subject_name="kafka-schema1",
|
|
312
315
|
compatibility_level="FORWARD",
|
|
313
316
|
schema=\"\"\" {
|
|
@@ -327,6 +330,7 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
327
330
|
}
|
|
328
331
|
\"\"\")
|
|
329
332
|
```
|
|
333
|
+
<!--End PulumiCodeChooser -->
|
|
330
334
|
|
|
331
335
|
## Import
|
|
332
336
|
|
|
@@ -404,10 +408,10 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
404
408
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
405
409
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
406
410
|
: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:
|
|
411
|
+
:param pulumi.Input[str] project: Identifies 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
412
|
:param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
|
|
409
413
|
: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:
|
|
414
|
+
:param pulumi.Input[str] service_name: Specifies 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
415
|
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
412
416
|
:param pulumi.Input[int] version: Kafka Schema configuration version.
|
|
413
417
|
"""
|
|
@@ -436,7 +440,7 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
436
440
|
@pulumi.getter
|
|
437
441
|
def project(self) -> pulumi.Output[str]:
|
|
438
442
|
"""
|
|
439
|
-
|
|
443
|
+
Identifies 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
444
|
"""
|
|
441
445
|
return pulumi.get(self, "project")
|
|
442
446
|
|
|
@@ -460,7 +464,7 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
460
464
|
@pulumi.getter(name="serviceName")
|
|
461
465
|
def service_name(self) -> pulumi.Output[str]:
|
|
462
466
|
"""
|
|
463
|
-
|
|
467
|
+
Specifies 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
468
|
"""
|
|
465
469
|
return pulumi.get(self, "service_name")
|
|
466
470
|
|
|
@@ -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: Identifies 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: Specifies 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
|
+
Identifies 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
|
+
Specifies 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: Identifies 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: Specifies 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
|
+
Identifies 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
|
+
Specifies 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,27 +135,29 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
|
|
|
135
135
|
|
|
136
136
|
## Example Usage
|
|
137
137
|
|
|
138
|
+
<!--Start PulumiCodeChooser -->
|
|
138
139
|
```python
|
|
139
140
|
import pulumi
|
|
140
141
|
import pulumi_aiven as aiven
|
|
141
142
|
|
|
142
143
|
config = aiven.KafkaSchemaConfiguration("config",
|
|
143
|
-
project=
|
|
144
|
-
service_name=
|
|
144
|
+
project=aiven_project["kafka-schemas-project1"]["project"],
|
|
145
|
+
service_name=aiven_kafka["kafka-service1"]["service_name"],
|
|
145
146
|
compatibility_level="BACKWARD")
|
|
146
147
|
```
|
|
148
|
+
<!--End PulumiCodeChooser -->
|
|
147
149
|
|
|
148
150
|
## Import
|
|
149
151
|
|
|
150
152
|
```sh
|
|
151
|
-
$ pulumi import aiven:index/kafkaSchemaConfiguration:KafkaSchemaConfiguration config
|
|
153
|
+
$ pulumi import aiven:index/kafkaSchemaConfiguration:KafkaSchemaConfiguration config project/service_name
|
|
152
154
|
```
|
|
153
155
|
|
|
154
156
|
:param str resource_name: The name of the resource.
|
|
155
157
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
156
158
|
: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`.
|
|
157
|
-
:param pulumi.Input[str] project:
|
|
158
|
-
:param pulumi.Input[str] service_name:
|
|
159
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
160
|
+
:param pulumi.Input[str] service_name: Specifies 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.
|
|
159
161
|
"""
|
|
160
162
|
...
|
|
161
163
|
@overload
|
|
@@ -168,20 +170,22 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
|
|
|
168
170
|
|
|
169
171
|
## Example Usage
|
|
170
172
|
|
|
173
|
+
<!--Start PulumiCodeChooser -->
|
|
171
174
|
```python
|
|
172
175
|
import pulumi
|
|
173
176
|
import pulumi_aiven as aiven
|
|
174
177
|
|
|
175
178
|
config = aiven.KafkaSchemaConfiguration("config",
|
|
176
|
-
project=
|
|
177
|
-
service_name=
|
|
179
|
+
project=aiven_project["kafka-schemas-project1"]["project"],
|
|
180
|
+
service_name=aiven_kafka["kafka-service1"]["service_name"],
|
|
178
181
|
compatibility_level="BACKWARD")
|
|
179
182
|
```
|
|
183
|
+
<!--End PulumiCodeChooser -->
|
|
180
184
|
|
|
181
185
|
## Import
|
|
182
186
|
|
|
183
187
|
```sh
|
|
184
|
-
$ pulumi import aiven:index/kafkaSchemaConfiguration:KafkaSchemaConfiguration config
|
|
188
|
+
$ pulumi import aiven:index/kafkaSchemaConfiguration:KafkaSchemaConfiguration config project/service_name
|
|
185
189
|
```
|
|
186
190
|
|
|
187
191
|
:param str resource_name: The name of the resource.
|
|
@@ -239,8 +243,8 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
|
|
|
239
243
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
240
244
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
241
245
|
: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`.
|
|
242
|
-
:param pulumi.Input[str] project:
|
|
243
|
-
:param pulumi.Input[str] service_name:
|
|
246
|
+
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
247
|
+
:param pulumi.Input[str] service_name: Specifies 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.
|
|
244
248
|
"""
|
|
245
249
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
246
250
|
|
|
@@ -263,7 +267,7 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
|
|
|
263
267
|
@pulumi.getter
|
|
264
268
|
def project(self) -> pulumi.Output[str]:
|
|
265
269
|
"""
|
|
266
|
-
|
|
270
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
267
271
|
"""
|
|
268
272
|
return pulumi.get(self, "project")
|
|
269
273
|
|
|
@@ -271,7 +275,7 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
|
|
|
271
275
|
@pulumi.getter(name="serviceName")
|
|
272
276
|
def service_name(self) -> pulumi.Output[str]:
|
|
273
277
|
"""
|
|
274
|
-
|
|
278
|
+
Specifies 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.
|
|
275
279
|
"""
|
|
276
280
|
return pulumi.get(self, "service_name")
|
|
277
281
|
|
|
@@ -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: Identifies 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: Specifies 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
|
+
Identifies 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
|
+
Specifies 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: Identifies 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: Specifies 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
|
+
Identifies 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
|
+
Specifies 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,32 +212,12 @@ 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
|
-
|
|
235
215
|
:param str resource_name: The name of the resource.
|
|
236
216
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
237
217
|
: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.
|
|
238
|
-
:param pulumi.Input[str] project:
|
|
218
|
+
:param pulumi.Input[str] project: Identifies 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
219
|
:param pulumi.Input[str] resource: Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
|
|
240
|
-
:param pulumi.Input[str] service_name:
|
|
220
|
+
:param pulumi.Input[str] service_name: Specifies 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.
|
|
241
221
|
:param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
242
222
|
"""
|
|
243
223
|
...
|
|
@@ -249,26 +229,6 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
|
|
|
249
229
|
"""
|
|
250
230
|
The Resource Kafka Schema Registry ACL resource allows the creation and management of Schema Registry ACLs for an Aiven Kafka service.
|
|
251
231
|
|
|
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
|
-
|
|
272
232
|
:param str resource_name: The name of the resource.
|
|
273
233
|
:param KafkaSchemaRegistryAclArgs args: The arguments to use to populate this resource's properties.
|
|
274
234
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -339,9 +299,9 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
|
|
|
339
299
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
340
300
|
:param pulumi.Input[str] acl_id: Kafka Schema Registry ACL ID
|
|
341
301
|
: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.
|
|
342
|
-
:param pulumi.Input[str] project:
|
|
302
|
+
:param pulumi.Input[str] project: Identifies 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.
|
|
343
303
|
:param pulumi.Input[str] resource: Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
|
|
344
|
-
:param pulumi.Input[str] service_name:
|
|
304
|
+
:param pulumi.Input[str] service_name: Specifies 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.
|
|
345
305
|
:param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
346
306
|
"""
|
|
347
307
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -376,7 +336,7 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
|
|
|
376
336
|
@pulumi.getter
|
|
377
337
|
def project(self) -> pulumi.Output[str]:
|
|
378
338
|
"""
|
|
379
|
-
|
|
339
|
+
Identifies 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.
|
|
380
340
|
"""
|
|
381
341
|
return pulumi.get(self, "project")
|
|
382
342
|
|
|
@@ -392,7 +352,7 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
|
|
|
392
352
|
@pulumi.getter(name="serviceName")
|
|
393
353
|
def service_name(self) -> pulumi.Output[str]:
|
|
394
354
|
"""
|
|
395
|
-
|
|
355
|
+
Specifies 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.
|
|
396
356
|
"""
|
|
397
357
|
return pulumi.get(self, "service_name")
|
|
398
358
|
|