pulumi-aiven 6.12.0a1708541199__py3-none-any.whl → 6.13.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 +2491 -944
- pulumi_aiven/account.py +40 -32
- pulumi_aiven/account_authentication.py +8 -4
- pulumi_aiven/account_team.py +6 -2
- pulumi_aiven/account_team_member.py +27 -23
- pulumi_aiven/account_team_project.py +6 -2
- pulumi_aiven/aws_privatelink.py +43 -39
- pulumi_aiven/aws_vpc_peering_connection.py +66 -52
- pulumi_aiven/azure_privatelink.py +53 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +80 -68
- pulumi_aiven/billing_group.py +6 -2
- pulumi_aiven/cassandra.py +13 -9
- pulumi_aiven/cassandra_user.py +27 -23
- pulumi_aiven/clickhouse.py +13 -9
- pulumi_aiven/clickhouse_database.py +27 -23
- pulumi_aiven/clickhouse_grant.py +46 -42
- pulumi_aiven/clickhouse_role.py +27 -23
- pulumi_aiven/clickhouse_user.py +27 -23
- pulumi_aiven/connection_pool.py +34 -30
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +13 -9
- pulumi_aiven/flink_application.py +20 -16
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +16 -16
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +41 -37
- pulumi_aiven/get_account.py +4 -0
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +19 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +37 -23
- pulumi_aiven/get_azure_privatelink.py +21 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +7 -3
- pulumi_aiven/get_cassandra.py +7 -3
- pulumi_aiven/get_cassandra_user.py +13 -9
- pulumi_aiven/get_clickhouse.py +7 -3
- pulumi_aiven/get_clickhouse_database.py +13 -9
- pulumi_aiven/get_clickhouse_user.py +13 -9
- pulumi_aiven/get_connection_pool.py +14 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +7 -3
- pulumi_aiven/get_flink_application.py +10 -6
- pulumi_aiven/get_flink_application_version.py +10 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +22 -18
- pulumi_aiven/get_grafana.py +7 -3
- pulumi_aiven/get_kafka.py +7 -3
- pulumi_aiven/get_kafka_acl.py +19 -15
- pulumi_aiven/get_kafka_connect.py +7 -3
- pulumi_aiven/get_kafka_connector.py +13 -9
- pulumi_aiven/get_kafka_mirror_maker.py +7 -3
- pulumi_aiven/get_kafka_schema.py +13 -9
- pulumi_aiven/get_kafka_schema_configuration.py +11 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +13 -9
- pulumi_aiven/get_kafka_user.py +13 -9
- pulumi_aiven/get_m3_aggregator.py +7 -3
- pulumi_aiven/get_m3_db.py +7 -3
- pulumi_aiven/get_m3db_user.py +13 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +10 -6
- pulumi_aiven/get_my_sql.py +7 -3
- pulumi_aiven/get_mysql_database.py +13 -9
- pulumi_aiven/get_mysql_user.py +13 -9
- pulumi_aiven/get_open_search.py +7 -3
- pulumi_aiven/get_open_search_acl_config.py +10 -6
- pulumi_aiven/get_open_search_acl_rule.py +16 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -6
- pulumi_aiven/get_opensearch_user.py +13 -9
- pulumi_aiven/get_organization.py +12 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +7 -3
- pulumi_aiven/get_pg_database.py +15 -11
- pulumi_aiven/get_pg_user.py +13 -9
- pulumi_aiven/get_project.py +4 -0
- pulumi_aiven/get_project_user.py +10 -6
- pulumi_aiven/get_project_vpc.py +15 -13
- pulumi_aiven/get_redis.py +7 -3
- pulumi_aiven/get_redis_user.py +17 -13
- pulumi_aiven/get_service_component.py +4 -0
- pulumi_aiven/get_service_integration.py +60 -4
- pulumi_aiven/get_service_integration_endpoint.py +5 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +13 -9
- pulumi_aiven/grafana.py +13 -9
- pulumi_aiven/influx_db.py +7 -7
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +28 -28
- pulumi_aiven/kafka.py +13 -9
- pulumi_aiven/kafka_acl.py +41 -37
- pulumi_aiven/kafka_connect.py +13 -9
- pulumi_aiven/kafka_connector.py +27 -23
- pulumi_aiven/kafka_mirror_maker.py +13 -9
- pulumi_aiven/kafka_schema.py +53 -45
- pulumi_aiven/kafka_schema_configuration.py +20 -16
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +23 -23
- pulumi_aiven/kafka_user.py +27 -23
- pulumi_aiven/m3_aggregator.py +13 -9
- pulumi_aiven/m3_db.py +13 -9
- pulumi_aiven/m3db_user.py +27 -23
- pulumi_aiven/mirror_maker_replication_flow.py +56 -50
- pulumi_aiven/my_sql.py +13 -9
- pulumi_aiven/mysql_database.py +27 -23
- pulumi_aiven/mysql_user.py +27 -23
- pulumi_aiven/open_search.py +13 -9
- pulumi_aiven/open_search_acl_config.py +20 -16
- pulumi_aiven/open_search_acl_rule.py +34 -30
- pulumi_aiven/opensearch_security_plugin_config.py +68 -16
- pulumi_aiven/opensearch_user.py +27 -23
- pulumi_aiven/organization.py +14 -10
- pulumi_aiven/organization_group_project.py +290 -0
- pulumi_aiven/organization_user.py +16 -16
- pulumi_aiven/organization_user_group.py +61 -23
- pulumi_aiven/organization_user_group_member.py +352 -0
- pulumi_aiven/organizational_unit.py +36 -32
- pulumi_aiven/outputs.py +3013 -491
- pulumi_aiven/pg.py +9 -9
- pulumi_aiven/pg_database.py +41 -37
- pulumi_aiven/pg_user.py +27 -23
- pulumi_aiven/project.py +28 -2
- pulumi_aiven/project_user.py +20 -16
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +13 -9
- pulumi_aiven/redis_user.py +55 -51
- pulumi_aiven/service_integration.py +201 -9
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +27 -23
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0.dist-info/RECORD +150 -0
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.12.0a1708541199.dist-info/RECORD +0 -146
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/top_level.txt +0 -0
|
@@ -48,7 +48,7 @@ class GetGcpVpcPeeringConnectionResult:
|
|
|
48
48
|
@pulumi.getter(name="gcpProjectId")
|
|
49
49
|
def gcp_project_id(self) -> str:
|
|
50
50
|
"""
|
|
51
|
-
|
|
51
|
+
Google Cloud project ID. Changing this property forces recreation of the resource.
|
|
52
52
|
"""
|
|
53
53
|
return pulumi.get(self, "gcp_project_id")
|
|
54
54
|
|
|
@@ -64,7 +64,7 @@ class GetGcpVpcPeeringConnectionResult:
|
|
|
64
64
|
@pulumi.getter(name="peerVpc")
|
|
65
65
|
def peer_vpc(self) -> str:
|
|
66
66
|
"""
|
|
67
|
-
|
|
67
|
+
Google Cloud VPC network name. Changing this property forces recreation of the resource.
|
|
68
68
|
"""
|
|
69
69
|
return pulumi.get(self, "peer_vpc")
|
|
70
70
|
|
|
@@ -72,7 +72,7 @@ class GetGcpVpcPeeringConnectionResult:
|
|
|
72
72
|
@pulumi.getter(name="selfLink")
|
|
73
73
|
def self_link(self) -> str:
|
|
74
74
|
"""
|
|
75
|
-
Computed
|
|
75
|
+
Computed Google Cloud network peering link.
|
|
76
76
|
"""
|
|
77
77
|
return pulumi.get(self, "self_link")
|
|
78
78
|
|
|
@@ -80,7 +80,7 @@ class GetGcpVpcPeeringConnectionResult:
|
|
|
80
80
|
@pulumi.getter
|
|
81
81
|
def state(self) -> str:
|
|
82
82
|
"""
|
|
83
|
-
State of the peering connection
|
|
83
|
+
State of the peering connection.
|
|
84
84
|
"""
|
|
85
85
|
return pulumi.get(self, "state")
|
|
86
86
|
|
|
@@ -88,7 +88,7 @@ class GetGcpVpcPeeringConnectionResult:
|
|
|
88
88
|
@pulumi.getter(name="stateInfo")
|
|
89
89
|
def state_info(self) -> Mapping[str, Any]:
|
|
90
90
|
"""
|
|
91
|
-
State-specific help or error information
|
|
91
|
+
State-specific help or error information.
|
|
92
92
|
"""
|
|
93
93
|
return pulumi.get(self, "state_info")
|
|
94
94
|
|
|
@@ -96,7 +96,7 @@ class GetGcpVpcPeeringConnectionResult:
|
|
|
96
96
|
@pulumi.getter(name="vpcId")
|
|
97
97
|
def vpc_id(self) -> str:
|
|
98
98
|
"""
|
|
99
|
-
The VPC the peering connection belongs to.
|
|
99
|
+
The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
|
|
100
100
|
"""
|
|
101
101
|
return pulumi.get(self, "vpc_id")
|
|
102
102
|
|
|
@@ -125,19 +125,21 @@ def get_gcp_vpc_peering_connection(gcp_project_id: Optional[str] = None,
|
|
|
125
125
|
|
|
126
126
|
## Example Usage
|
|
127
127
|
|
|
128
|
+
<!--Start PulumiCodeChooser -->
|
|
128
129
|
```python
|
|
129
130
|
import pulumi
|
|
130
131
|
import pulumi_aiven as aiven
|
|
131
132
|
|
|
132
|
-
|
|
133
|
-
gcp_project_id="
|
|
134
|
-
peer_vpc="
|
|
133
|
+
main = aiven.get_gcp_vpc_peering_connection(vpc_id=data["aiven_project_vpc"]["vpc"]["id"],
|
|
134
|
+
gcp_project_id="example-project",
|
|
135
|
+
peer_vpc="example-network")
|
|
135
136
|
```
|
|
137
|
+
<!--End PulumiCodeChooser -->
|
|
136
138
|
|
|
137
139
|
|
|
138
|
-
:param str gcp_project_id:
|
|
139
|
-
:param str peer_vpc:
|
|
140
|
-
:param str vpc_id: The VPC the peering connection belongs to.
|
|
140
|
+
:param str gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
|
|
141
|
+
:param str peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
|
|
142
|
+
:param str vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
|
|
141
143
|
"""
|
|
142
144
|
__args__ = dict()
|
|
143
145
|
__args__['gcpProjectId'] = gcp_project_id
|
|
@@ -166,18 +168,20 @@ def get_gcp_vpc_peering_connection_output(gcp_project_id: Optional[pulumi.Input[
|
|
|
166
168
|
|
|
167
169
|
## Example Usage
|
|
168
170
|
|
|
171
|
+
<!--Start PulumiCodeChooser -->
|
|
169
172
|
```python
|
|
170
173
|
import pulumi
|
|
171
174
|
import pulumi_aiven as aiven
|
|
172
175
|
|
|
173
|
-
|
|
174
|
-
gcp_project_id="
|
|
175
|
-
peer_vpc="
|
|
176
|
+
main = aiven.get_gcp_vpc_peering_connection(vpc_id=data["aiven_project_vpc"]["vpc"]["id"],
|
|
177
|
+
gcp_project_id="example-project",
|
|
178
|
+
peer_vpc="example-network")
|
|
176
179
|
```
|
|
180
|
+
<!--End PulumiCodeChooser -->
|
|
177
181
|
|
|
178
182
|
|
|
179
|
-
:param str gcp_project_id:
|
|
180
|
-
:param str peer_vpc:
|
|
181
|
-
:param str vpc_id: The VPC the peering connection belongs to.
|
|
183
|
+
:param str gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
|
|
184
|
+
:param str peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
|
|
185
|
+
:param str vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
|
|
182
186
|
"""
|
|
183
187
|
...
|
pulumi_aiven/get_grafana.py
CHANGED
|
@@ -227,7 +227,7 @@ class GetGrafanaResult:
|
|
|
227
227
|
@pulumi.getter
|
|
228
228
|
def project(self) -> str:
|
|
229
229
|
"""
|
|
230
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
230
|
+
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.
|
|
231
231
|
"""
|
|
232
232
|
return pulumi.get(self, "project")
|
|
233
233
|
|
|
@@ -389,6 +389,7 @@ def get_grafana(project: Optional[str] = None,
|
|
|
389
389
|
|
|
390
390
|
## Example Usage
|
|
391
391
|
|
|
392
|
+
<!--Start PulumiCodeChooser -->
|
|
392
393
|
```python
|
|
393
394
|
import pulumi
|
|
394
395
|
import pulumi_aiven as aiven
|
|
@@ -396,9 +397,10 @@ def get_grafana(project: Optional[str] = None,
|
|
|
396
397
|
gr1 = aiven.get_grafana(project=data["aiven_project"]["ps1"]["project"],
|
|
397
398
|
service_name="my-gr1")
|
|
398
399
|
```
|
|
400
|
+
<!--End PulumiCodeChooser -->
|
|
399
401
|
|
|
400
402
|
|
|
401
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
403
|
+
:param 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.
|
|
402
404
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
403
405
|
"""
|
|
404
406
|
__args__ = dict()
|
|
@@ -448,6 +450,7 @@ def get_grafana_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
448
450
|
|
|
449
451
|
## Example Usage
|
|
450
452
|
|
|
453
|
+
<!--Start PulumiCodeChooser -->
|
|
451
454
|
```python
|
|
452
455
|
import pulumi
|
|
453
456
|
import pulumi_aiven as aiven
|
|
@@ -455,9 +458,10 @@ def get_grafana_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
455
458
|
gr1 = aiven.get_grafana(project=data["aiven_project"]["ps1"]["project"],
|
|
456
459
|
service_name="my-gr1")
|
|
457
460
|
```
|
|
461
|
+
<!--End PulumiCodeChooser -->
|
|
458
462
|
|
|
459
463
|
|
|
460
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
464
|
+
:param 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.
|
|
461
465
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
462
466
|
"""
|
|
463
467
|
...
|
pulumi_aiven/get_kafka.py
CHANGED
|
@@ -249,7 +249,7 @@ class GetKafkaResult:
|
|
|
249
249
|
@pulumi.getter
|
|
250
250
|
def project(self) -> str:
|
|
251
251
|
"""
|
|
252
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
252
|
+
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.
|
|
253
253
|
"""
|
|
254
254
|
return pulumi.get(self, "project")
|
|
255
255
|
|
|
@@ -413,6 +413,7 @@ def get_kafka(project: Optional[str] = None,
|
|
|
413
413
|
|
|
414
414
|
## Example Usage
|
|
415
415
|
|
|
416
|
+
<!--Start PulumiCodeChooser -->
|
|
416
417
|
```python
|
|
417
418
|
import pulumi
|
|
418
419
|
import pulumi_aiven as aiven
|
|
@@ -420,9 +421,10 @@ def get_kafka(project: Optional[str] = None,
|
|
|
420
421
|
kafka1 = aiven.get_kafka(project=data["aiven_project"]["pr1"]["project"],
|
|
421
422
|
service_name="my-kafka1")
|
|
422
423
|
```
|
|
424
|
+
<!--End PulumiCodeChooser -->
|
|
423
425
|
|
|
424
426
|
|
|
425
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
427
|
+
:param 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.
|
|
426
428
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
427
429
|
"""
|
|
428
430
|
__args__ = dict()
|
|
@@ -474,6 +476,7 @@ def get_kafka_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
474
476
|
|
|
475
477
|
## Example Usage
|
|
476
478
|
|
|
479
|
+
<!--Start PulumiCodeChooser -->
|
|
477
480
|
```python
|
|
478
481
|
import pulumi
|
|
479
482
|
import pulumi_aiven as aiven
|
|
@@ -481,9 +484,10 @@ def get_kafka_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
481
484
|
kafka1 = aiven.get_kafka(project=data["aiven_project"]["pr1"]["project"],
|
|
482
485
|
service_name="my-kafka1")
|
|
483
486
|
```
|
|
487
|
+
<!--End PulumiCodeChooser -->
|
|
484
488
|
|
|
485
489
|
|
|
486
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
490
|
+
:param 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.
|
|
487
491
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
488
492
|
"""
|
|
489
493
|
...
|
pulumi_aiven/get_kafka_acl.py
CHANGED
|
@@ -64,7 +64,7 @@ class GetKafkaAclResult:
|
|
|
64
64
|
@pulumi.getter
|
|
65
65
|
def permission(self) -> str:
|
|
66
66
|
"""
|
|
67
|
-
Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`.
|
|
67
|
+
Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
|
|
68
68
|
"""
|
|
69
69
|
return pulumi.get(self, "permission")
|
|
70
70
|
|
|
@@ -72,7 +72,7 @@ class GetKafkaAclResult:
|
|
|
72
72
|
@pulumi.getter
|
|
73
73
|
def project(self) -> str:
|
|
74
74
|
"""
|
|
75
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
75
|
+
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.
|
|
76
76
|
"""
|
|
77
77
|
return pulumi.get(self, "project")
|
|
78
78
|
|
|
@@ -80,7 +80,7 @@ class GetKafkaAclResult:
|
|
|
80
80
|
@pulumi.getter(name="serviceName")
|
|
81
81
|
def service_name(self) -> str:
|
|
82
82
|
"""
|
|
83
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
83
|
+
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.
|
|
84
84
|
"""
|
|
85
85
|
return pulumi.get(self, "service_name")
|
|
86
86
|
|
|
@@ -88,7 +88,7 @@ class GetKafkaAclResult:
|
|
|
88
88
|
@pulumi.getter
|
|
89
89
|
def topic(self) -> str:
|
|
90
90
|
"""
|
|
91
|
-
Topic name pattern for the ACL entry.
|
|
91
|
+
Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
92
92
|
"""
|
|
93
93
|
return pulumi.get(self, "topic")
|
|
94
94
|
|
|
@@ -96,7 +96,7 @@ class GetKafkaAclResult:
|
|
|
96
96
|
@pulumi.getter
|
|
97
97
|
def username(self) -> str:
|
|
98
98
|
"""
|
|
99
|
-
Username pattern for the ACL entry.
|
|
99
|
+
Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
100
100
|
"""
|
|
101
101
|
return pulumi.get(self, "username")
|
|
102
102
|
|
|
@@ -127,6 +127,7 @@ def get_kafka_acl(permission: Optional[str] = None,
|
|
|
127
127
|
|
|
128
128
|
## Example Usage
|
|
129
129
|
|
|
130
|
+
<!--Start PulumiCodeChooser -->
|
|
130
131
|
```python
|
|
131
132
|
import pulumi
|
|
132
133
|
import pulumi_aiven as aiven
|
|
@@ -137,13 +138,14 @@ def get_kafka_acl(permission: Optional[str] = None,
|
|
|
137
138
|
permission="<PERMISSON>",
|
|
138
139
|
username="<USERNAME_PATTERN>")
|
|
139
140
|
```
|
|
141
|
+
<!--End PulumiCodeChooser -->
|
|
140
142
|
|
|
141
143
|
|
|
142
|
-
:param str permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`.
|
|
143
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
144
|
-
:param 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.
|
|
145
|
-
:param str topic: Topic name pattern for the ACL entry.
|
|
146
|
-
:param str username: Username pattern for the ACL entry.
|
|
144
|
+
:param str permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
|
|
145
|
+
:param 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.
|
|
146
|
+
:param 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.
|
|
147
|
+
:param str topic: Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
148
|
+
:param str username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
147
149
|
"""
|
|
148
150
|
__args__ = dict()
|
|
149
151
|
__args__['permission'] = permission
|
|
@@ -176,6 +178,7 @@ def get_kafka_acl_output(permission: Optional[pulumi.Input[str]] = None,
|
|
|
176
178
|
|
|
177
179
|
## Example Usage
|
|
178
180
|
|
|
181
|
+
<!--Start PulumiCodeChooser -->
|
|
179
182
|
```python
|
|
180
183
|
import pulumi
|
|
181
184
|
import pulumi_aiven as aiven
|
|
@@ -186,12 +189,13 @@ def get_kafka_acl_output(permission: Optional[pulumi.Input[str]] = None,
|
|
|
186
189
|
permission="<PERMISSON>",
|
|
187
190
|
username="<USERNAME_PATTERN>")
|
|
188
191
|
```
|
|
192
|
+
<!--End PulumiCodeChooser -->
|
|
189
193
|
|
|
190
194
|
|
|
191
|
-
:param str permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`.
|
|
192
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
193
|
-
:param 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.
|
|
194
|
-
:param str topic: Topic name pattern for the ACL entry.
|
|
195
|
-
:param str username: Username pattern for the ACL entry.
|
|
195
|
+
:param str permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
|
|
196
|
+
:param 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.
|
|
197
|
+
:param 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.
|
|
198
|
+
:param str topic: Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
199
|
+
:param str username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
196
200
|
"""
|
|
197
201
|
...
|
|
@@ -227,7 +227,7 @@ class GetKafkaConnectResult:
|
|
|
227
227
|
@pulumi.getter
|
|
228
228
|
def project(self) -> str:
|
|
229
229
|
"""
|
|
230
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
230
|
+
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.
|
|
231
231
|
"""
|
|
232
232
|
return pulumi.get(self, "project")
|
|
233
233
|
|
|
@@ -389,6 +389,7 @@ def get_kafka_connect(project: Optional[str] = None,
|
|
|
389
389
|
|
|
390
390
|
## Example Usage
|
|
391
391
|
|
|
392
|
+
<!--Start PulumiCodeChooser -->
|
|
392
393
|
```python
|
|
393
394
|
import pulumi
|
|
394
395
|
import pulumi_aiven as aiven
|
|
@@ -396,9 +397,10 @@ def get_kafka_connect(project: Optional[str] = None,
|
|
|
396
397
|
kc1 = aiven.get_kafka_connect(project=data["aiven_project"]["pr1"]["project"],
|
|
397
398
|
service_name="my-kc1")
|
|
398
399
|
```
|
|
400
|
+
<!--End PulumiCodeChooser -->
|
|
399
401
|
|
|
400
402
|
|
|
401
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
403
|
+
:param 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.
|
|
402
404
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
403
405
|
"""
|
|
404
406
|
__args__ = dict()
|
|
@@ -448,6 +450,7 @@ def get_kafka_connect_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
448
450
|
|
|
449
451
|
## Example Usage
|
|
450
452
|
|
|
453
|
+
<!--Start PulumiCodeChooser -->
|
|
451
454
|
```python
|
|
452
455
|
import pulumi
|
|
453
456
|
import pulumi_aiven as aiven
|
|
@@ -455,9 +458,10 @@ def get_kafka_connect_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
455
458
|
kc1 = aiven.get_kafka_connect(project=data["aiven_project"]["pr1"]["project"],
|
|
456
459
|
service_name="my-kc1")
|
|
457
460
|
```
|
|
461
|
+
<!--End PulumiCodeChooser -->
|
|
458
462
|
|
|
459
463
|
|
|
460
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
464
|
+
:param 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.
|
|
461
465
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
462
466
|
"""
|
|
463
467
|
...
|
|
@@ -72,7 +72,7 @@ class GetKafkaConnectorResult:
|
|
|
72
72
|
@pulumi.getter(name="connectorName")
|
|
73
73
|
def connector_name(self) -> str:
|
|
74
74
|
"""
|
|
75
|
-
The kafka connector name.
|
|
75
|
+
The kafka connector name. Changing this property forces recreation of the resource.
|
|
76
76
|
"""
|
|
77
77
|
return pulumi.get(self, "connector_name")
|
|
78
78
|
|
|
@@ -136,7 +136,7 @@ class GetKafkaConnectorResult:
|
|
|
136
136
|
@pulumi.getter
|
|
137
137
|
def project(self) -> str:
|
|
138
138
|
"""
|
|
139
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
139
|
+
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.
|
|
140
140
|
"""
|
|
141
141
|
return pulumi.get(self, "project")
|
|
142
142
|
|
|
@@ -144,7 +144,7 @@ class GetKafkaConnectorResult:
|
|
|
144
144
|
@pulumi.getter(name="serviceName")
|
|
145
145
|
def service_name(self) -> str:
|
|
146
146
|
"""
|
|
147
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
147
|
+
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.
|
|
148
148
|
"""
|
|
149
149
|
return pulumi.get(self, "service_name")
|
|
150
150
|
|
|
@@ -186,6 +186,7 @@ def get_kafka_connector(connector_name: Optional[str] = None,
|
|
|
186
186
|
|
|
187
187
|
## Example Usage
|
|
188
188
|
|
|
189
|
+
<!--Start PulumiCodeChooser -->
|
|
189
190
|
```python
|
|
190
191
|
import pulumi
|
|
191
192
|
import pulumi_aiven as aiven
|
|
@@ -194,11 +195,12 @@ def get_kafka_connector(connector_name: Optional[str] = None,
|
|
|
194
195
|
service_name=aiven_kafka["kafka-service1"]["service_name"],
|
|
195
196
|
connector_name="kafka-es-con1")
|
|
196
197
|
```
|
|
198
|
+
<!--End PulumiCodeChooser -->
|
|
197
199
|
|
|
198
200
|
|
|
199
|
-
:param str connector_name: The kafka connector name.
|
|
200
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
201
|
-
:param 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.
|
|
201
|
+
:param str connector_name: The kafka connector name. Changing this property forces recreation of the resource.
|
|
202
|
+
:param 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.
|
|
203
|
+
:param 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.
|
|
202
204
|
"""
|
|
203
205
|
__args__ = dict()
|
|
204
206
|
__args__['connectorName'] = connector_name
|
|
@@ -232,6 +234,7 @@ def get_kafka_connector_output(connector_name: Optional[pulumi.Input[str]] = Non
|
|
|
232
234
|
|
|
233
235
|
## Example Usage
|
|
234
236
|
|
|
237
|
+
<!--Start PulumiCodeChooser -->
|
|
235
238
|
```python
|
|
236
239
|
import pulumi
|
|
237
240
|
import pulumi_aiven as aiven
|
|
@@ -240,10 +243,11 @@ def get_kafka_connector_output(connector_name: Optional[pulumi.Input[str]] = Non
|
|
|
240
243
|
service_name=aiven_kafka["kafka-service1"]["service_name"],
|
|
241
244
|
connector_name="kafka-es-con1")
|
|
242
245
|
```
|
|
246
|
+
<!--End PulumiCodeChooser -->
|
|
243
247
|
|
|
244
248
|
|
|
245
|
-
:param str connector_name: The kafka connector name.
|
|
246
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
247
|
-
:param 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.
|
|
249
|
+
:param str connector_name: The kafka connector name. Changing this property forces recreation of the resource.
|
|
250
|
+
:param 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.
|
|
251
|
+
:param 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.
|
|
248
252
|
"""
|
|
249
253
|
...
|
|
@@ -227,7 +227,7 @@ class GetKafkaMirrorMakerResult:
|
|
|
227
227
|
@pulumi.getter
|
|
228
228
|
def project(self) -> str:
|
|
229
229
|
"""
|
|
230
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
230
|
+
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.
|
|
231
231
|
"""
|
|
232
232
|
return pulumi.get(self, "project")
|
|
233
233
|
|
|
@@ -389,6 +389,7 @@ def get_kafka_mirror_maker(project: Optional[str] = None,
|
|
|
389
389
|
|
|
390
390
|
## Example Usage
|
|
391
391
|
|
|
392
|
+
<!--Start PulumiCodeChooser -->
|
|
392
393
|
```python
|
|
393
394
|
import pulumi
|
|
394
395
|
import pulumi_aiven as aiven
|
|
@@ -396,9 +397,10 @@ def get_kafka_mirror_maker(project: Optional[str] = None,
|
|
|
396
397
|
mm1 = aiven.get_kafka_mirror_maker(project=data["aiven_project"]["pr1"]["project"],
|
|
397
398
|
service_name="my-mm1")
|
|
398
399
|
```
|
|
400
|
+
<!--End PulumiCodeChooser -->
|
|
399
401
|
|
|
400
402
|
|
|
401
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
403
|
+
:param 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.
|
|
402
404
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
403
405
|
"""
|
|
404
406
|
__args__ = dict()
|
|
@@ -448,6 +450,7 @@ def get_kafka_mirror_maker_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
448
450
|
|
|
449
451
|
## Example Usage
|
|
450
452
|
|
|
453
|
+
<!--Start PulumiCodeChooser -->
|
|
451
454
|
```python
|
|
452
455
|
import pulumi
|
|
453
456
|
import pulumi_aiven as aiven
|
|
@@ -455,9 +458,10 @@ def get_kafka_mirror_maker_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
455
458
|
mm1 = aiven.get_kafka_mirror_maker(project=data["aiven_project"]["pr1"]["project"],
|
|
456
459
|
service_name="my-mm1")
|
|
457
460
|
```
|
|
461
|
+
<!--End PulumiCodeChooser -->
|
|
458
462
|
|
|
459
463
|
|
|
460
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
464
|
+
:param 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.
|
|
461
465
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
462
466
|
"""
|
|
463
467
|
...
|
pulumi_aiven/get_kafka_schema.py
CHANGED
|
@@ -67,7 +67,7 @@ class GetKafkaSchemaResult:
|
|
|
67
67
|
@pulumi.getter
|
|
68
68
|
def project(self) -> str:
|
|
69
69
|
"""
|
|
70
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
70
|
+
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.
|
|
71
71
|
"""
|
|
72
72
|
return pulumi.get(self, "project")
|
|
73
73
|
|
|
@@ -91,7 +91,7 @@ class GetKafkaSchemaResult:
|
|
|
91
91
|
@pulumi.getter(name="serviceName")
|
|
92
92
|
def service_name(self) -> str:
|
|
93
93
|
"""
|
|
94
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
94
|
+
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.
|
|
95
95
|
"""
|
|
96
96
|
return pulumi.get(self, "service_name")
|
|
97
97
|
|
|
@@ -99,7 +99,7 @@ class GetKafkaSchemaResult:
|
|
|
99
99
|
@pulumi.getter(name="subjectName")
|
|
100
100
|
def subject_name(self) -> str:
|
|
101
101
|
"""
|
|
102
|
-
The Kafka Schema Subject name.
|
|
102
|
+
The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
103
103
|
"""
|
|
104
104
|
return pulumi.get(self, "subject_name")
|
|
105
105
|
|
|
@@ -137,6 +137,7 @@ def get_kafka_schema(project: Optional[str] = None,
|
|
|
137
137
|
|
|
138
138
|
## Example Usage
|
|
139
139
|
|
|
140
|
+
<!--Start PulumiCodeChooser -->
|
|
140
141
|
```python
|
|
141
142
|
import pulumi
|
|
142
143
|
import pulumi_aiven as aiven
|
|
@@ -144,11 +145,12 @@ def get_kafka_schema(project: Optional[str] = None,
|
|
|
144
145
|
config = aiven.get_kafka_schema_configuration(project=aiven_project["kafka-schemas-project1"]["project"],
|
|
145
146
|
service_name=aiven_kafka["kafka-service1"]["service_name"])
|
|
146
147
|
```
|
|
148
|
+
<!--End PulumiCodeChooser -->
|
|
147
149
|
|
|
148
150
|
|
|
149
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
150
|
-
:param 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.
|
|
151
|
-
:param str subject_name: The Kafka Schema Subject name.
|
|
151
|
+
:param 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.
|
|
152
|
+
:param 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.
|
|
153
|
+
:param str subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
152
154
|
"""
|
|
153
155
|
__args__ = dict()
|
|
154
156
|
__args__['project'] = project
|
|
@@ -178,6 +180,7 @@ def get_kafka_schema_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
178
180
|
|
|
179
181
|
## Example Usage
|
|
180
182
|
|
|
183
|
+
<!--Start PulumiCodeChooser -->
|
|
181
184
|
```python
|
|
182
185
|
import pulumi
|
|
183
186
|
import pulumi_aiven as aiven
|
|
@@ -185,10 +188,11 @@ def get_kafka_schema_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
185
188
|
config = aiven.get_kafka_schema_configuration(project=aiven_project["kafka-schemas-project1"]["project"],
|
|
186
189
|
service_name=aiven_kafka["kafka-service1"]["service_name"])
|
|
187
190
|
```
|
|
191
|
+
<!--End PulumiCodeChooser -->
|
|
188
192
|
|
|
189
193
|
|
|
190
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
191
|
-
:param 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.
|
|
192
|
-
:param str subject_name: The Kafka Schema Subject name.
|
|
194
|
+
:param 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.
|
|
195
|
+
:param 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.
|
|
196
|
+
:param str subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
193
197
|
"""
|
|
194
198
|
...
|
|
@@ -67,7 +67,7 @@ class GetKafkaSchemaConfigurationResult:
|
|
|
67
67
|
@pulumi.getter
|
|
68
68
|
def project(self) -> str:
|
|
69
69
|
"""
|
|
70
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
70
|
+
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.
|
|
71
71
|
"""
|
|
72
72
|
return pulumi.get(self, "project")
|
|
73
73
|
|
|
@@ -91,7 +91,7 @@ class GetKafkaSchemaConfigurationResult:
|
|
|
91
91
|
@pulumi.getter(name="serviceName")
|
|
92
92
|
def service_name(self) -> str:
|
|
93
93
|
"""
|
|
94
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
94
|
+
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.
|
|
95
95
|
"""
|
|
96
96
|
return pulumi.get(self, "service_name")
|
|
97
97
|
|
|
@@ -99,7 +99,7 @@ class GetKafkaSchemaConfigurationResult:
|
|
|
99
99
|
@pulumi.getter(name="subjectName")
|
|
100
100
|
def subject_name(self) -> str:
|
|
101
101
|
"""
|
|
102
|
-
The Kafka Schema Subject name.
|
|
102
|
+
The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
103
103
|
"""
|
|
104
104
|
return pulumi.get(self, "subject_name")
|
|
105
105
|
|
|
@@ -136,6 +136,7 @@ def get_kafka_schema_configuration(project: Optional[str] = None,
|
|
|
136
136
|
|
|
137
137
|
## Example Usage
|
|
138
138
|
|
|
139
|
+
<!--Start PulumiCodeChooser -->
|
|
139
140
|
```python
|
|
140
141
|
import pulumi
|
|
141
142
|
import pulumi_aiven as aiven
|
|
@@ -145,10 +146,11 @@ def get_kafka_schema_configuration(project: Optional[str] = None,
|
|
|
145
146
|
service_name=aiven_kafka["kafka-service1"]["service_name"],
|
|
146
147
|
compatibility_level="BACKWARD")
|
|
147
148
|
```
|
|
149
|
+
<!--End PulumiCodeChooser -->
|
|
148
150
|
|
|
149
151
|
|
|
150
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
151
|
-
:param 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.
|
|
152
|
+
:param 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.
|
|
153
|
+
:param 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.
|
|
152
154
|
"""
|
|
153
155
|
__args__ = dict()
|
|
154
156
|
__args__['project'] = project
|
|
@@ -176,6 +178,7 @@ def get_kafka_schema_configuration_output(project: Optional[pulumi.Input[str]] =
|
|
|
176
178
|
|
|
177
179
|
## Example Usage
|
|
178
180
|
|
|
181
|
+
<!--Start PulumiCodeChooser -->
|
|
179
182
|
```python
|
|
180
183
|
import pulumi
|
|
181
184
|
import pulumi_aiven as aiven
|
|
@@ -185,9 +188,10 @@ def get_kafka_schema_configuration_output(project: Optional[pulumi.Input[str]] =
|
|
|
185
188
|
service_name=aiven_kafka["kafka-service1"]["service_name"],
|
|
186
189
|
compatibility_level="BACKWARD")
|
|
187
190
|
```
|
|
191
|
+
<!--End PulumiCodeChooser -->
|
|
188
192
|
|
|
189
193
|
|
|
190
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
191
|
-
:param 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.
|
|
194
|
+
:param 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.
|
|
195
|
+
:param 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.
|
|
192
196
|
"""
|
|
193
197
|
...
|