pulumi-aiven 6.13.0a1709702245__py3-none-any.whl → 6.13.0a1710156545__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 +12 -12
- pulumi_aiven/account.py +6 -2
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team.py +6 -2
- pulumi_aiven/account_team_member.py +6 -2
- pulumi_aiven/account_team_project.py +6 -2
- pulumi_aiven/aws_privatelink.py +6 -2
- pulumi_aiven/aws_vpc_peering_connection.py +6 -2
- pulumi_aiven/azure_privatelink.py +6 -2
- pulumi_aiven/azure_privatelink_connection_approval.py +2 -2
- pulumi_aiven/azure_vpc_peering_connection.py +6 -2
- pulumi_aiven/billing_group.py +6 -2
- pulumi_aiven/cassandra.py +6 -2
- pulumi_aiven/cassandra_user.py +6 -2
- pulumi_aiven/clickhouse.py +6 -2
- pulumi_aiven/clickhouse_database.py +6 -2
- pulumi_aiven/clickhouse_grant.py +4 -0
- pulumi_aiven/clickhouse_role.py +6 -2
- pulumi_aiven/clickhouse_user.py +6 -2
- pulumi_aiven/connection_pool.py +6 -2
- pulumi_aiven/flink.py +6 -2
- pulumi_aiven/flink_application.py +6 -2
- pulumi_aiven/flink_application_version.py +2 -2
- pulumi_aiven/gcp_vpc_peering_connection.py +6 -2
- pulumi_aiven/get_account.py +4 -0
- pulumi_aiven/get_aws_privatelink.py +4 -0
- pulumi_aiven/get_aws_vpc_peering_connection.py +4 -0
- pulumi_aiven/get_azure_privatelink.py +4 -0
- pulumi_aiven/get_cassanda.py +4 -0
- pulumi_aiven/get_cassandra.py +4 -0
- pulumi_aiven/get_cassandra_user.py +4 -0
- pulumi_aiven/get_clickhouse.py +4 -0
- pulumi_aiven/get_clickhouse_database.py +4 -0
- pulumi_aiven/get_clickhouse_user.py +4 -0
- pulumi_aiven/get_connection_pool.py +4 -0
- pulumi_aiven/get_flink.py +4 -0
- pulumi_aiven/get_flink_application.py +4 -0
- pulumi_aiven/get_flink_application_version.py +4 -0
- pulumi_aiven/get_gcp_vpc_peering_connection.py +4 -0
- pulumi_aiven/get_grafana.py +4 -0
- pulumi_aiven/get_kafka.py +4 -0
- pulumi_aiven/get_kafka_acl.py +4 -0
- pulumi_aiven/get_kafka_connect.py +4 -0
- pulumi_aiven/get_kafka_connector.py +4 -0
- pulumi_aiven/get_kafka_mirror_maker.py +4 -0
- pulumi_aiven/get_kafka_schema.py +4 -0
- pulumi_aiven/get_kafka_schema_configuration.py +4 -0
- pulumi_aiven/get_kafka_topic.py +4 -0
- pulumi_aiven/get_kafka_user.py +4 -0
- pulumi_aiven/get_m3_aggregator.py +4 -0
- pulumi_aiven/get_m3_db.py +4 -0
- pulumi_aiven/get_m3db_user.py +4 -0
- pulumi_aiven/get_mirror_maker_replication_flow.py +4 -0
- pulumi_aiven/get_my_sql.py +4 -0
- pulumi_aiven/get_mysql_database.py +4 -0
- pulumi_aiven/get_mysql_user.py +4 -0
- pulumi_aiven/get_open_search.py +4 -0
- pulumi_aiven/get_open_search_acl_config.py +4 -0
- pulumi_aiven/get_open_search_acl_rule.py +4 -0
- pulumi_aiven/get_opensearch_security_plugin_config.py +4 -0
- pulumi_aiven/get_opensearch_user.py +4 -0
- pulumi_aiven/get_organization.py +4 -0
- pulumi_aiven/get_pg.py +4 -0
- pulumi_aiven/get_pg_database.py +4 -0
- pulumi_aiven/get_pg_user.py +4 -0
- pulumi_aiven/get_project.py +4 -0
- pulumi_aiven/get_project_user.py +4 -0
- pulumi_aiven/get_project_vpc.py +4 -0
- pulumi_aiven/get_redis.py +4 -0
- pulumi_aiven/get_redis_user.py +4 -0
- pulumi_aiven/get_service_component.py +4 -0
- pulumi_aiven/get_service_integration.py +4 -0
- pulumi_aiven/get_service_integration_endpoint.py +4 -0
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +4 -0
- pulumi_aiven/grafana.py +6 -2
- pulumi_aiven/kafka.py +6 -2
- pulumi_aiven/kafka_acl.py +6 -2
- pulumi_aiven/kafka_connect.py +6 -2
- pulumi_aiven/kafka_connector.py +6 -2
- pulumi_aiven/kafka_mirror_maker.py +6 -2
- pulumi_aiven/kafka_schema.py +6 -2
- pulumi_aiven/kafka_schema_configuration.py +6 -2
- pulumi_aiven/kafka_topic.py +2 -2
- pulumi_aiven/kafka_user.py +6 -2
- pulumi_aiven/m3_aggregator.py +6 -2
- pulumi_aiven/m3_db.py +6 -2
- pulumi_aiven/m3db_user.py +6 -2
- pulumi_aiven/mirror_maker_replication_flow.py +6 -2
- pulumi_aiven/my_sql.py +6 -2
- pulumi_aiven/mysql_database.py +6 -2
- pulumi_aiven/mysql_user.py +6 -2
- pulumi_aiven/open_search.py +6 -2
- pulumi_aiven/open_search_acl_config.py +6 -2
- pulumi_aiven/open_search_acl_rule.py +6 -2
- pulumi_aiven/opensearch_security_plugin_config.py +2 -2
- pulumi_aiven/opensearch_user.py +6 -2
- pulumi_aiven/organization.py +6 -2
- pulumi_aiven/organizational_unit.py +6 -2
- pulumi_aiven/outputs.py +24 -24
- pulumi_aiven/pg.py +2 -2
- pulumi_aiven/pg_database.py +6 -2
- pulumi_aiven/pg_user.py +6 -2
- pulumi_aiven/project.py +2 -2
- pulumi_aiven/project_user.py +6 -2
- pulumi_aiven/project_vpc.py +2 -2
- pulumi_aiven/redis.py +6 -2
- pulumi_aiven/redis_user.py +6 -2
- pulumi_aiven/service_integration.py +6 -2
- pulumi_aiven/transit_gateway_vpc_attachment.py +6 -2
- {pulumi_aiven-6.13.0a1709702245.dist-info → pulumi_aiven-6.13.0a1710156545.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0a1710156545.dist-info/RECORD +146 -0
- pulumi_aiven-6.13.0a1709702245.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1709702245.dist-info → pulumi_aiven-6.13.0a1710156545.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1709702245.dist-info → pulumi_aiven-6.13.0a1710156545.dist-info}/top_level.txt +0 -0
|
@@ -149,6 +149,7 @@ def get_connection_pool(pool_name: Optional[str] = None,
|
|
|
149
149
|
|
|
150
150
|
## Example Usage
|
|
151
151
|
|
|
152
|
+
<!--Start PulumiCodeChooser -->
|
|
152
153
|
```python
|
|
153
154
|
import pulumi
|
|
154
155
|
import pulumi_aiven as aiven
|
|
@@ -157,6 +158,7 @@ def get_connection_pool(pool_name: Optional[str] = None,
|
|
|
157
158
|
service_name=aiven_pg["mypg"]["service_name"],
|
|
158
159
|
pool_name="mypool")
|
|
159
160
|
```
|
|
161
|
+
<!--End PulumiCodeChooser -->
|
|
160
162
|
|
|
161
163
|
|
|
162
164
|
:param str pool_name: The name of the created pool. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -192,6 +194,7 @@ def get_connection_pool_output(pool_name: Optional[pulumi.Input[str]] = None,
|
|
|
192
194
|
|
|
193
195
|
## Example Usage
|
|
194
196
|
|
|
197
|
+
<!--Start PulumiCodeChooser -->
|
|
195
198
|
```python
|
|
196
199
|
import pulumi
|
|
197
200
|
import pulumi_aiven as aiven
|
|
@@ -200,6 +203,7 @@ def get_connection_pool_output(pool_name: Optional[pulumi.Input[str]] = None,
|
|
|
200
203
|
service_name=aiven_pg["mypg"]["service_name"],
|
|
201
204
|
pool_name="mypool")
|
|
202
205
|
```
|
|
206
|
+
<!--End PulumiCodeChooser -->
|
|
203
207
|
|
|
204
208
|
|
|
205
209
|
:param str pool_name: The name of the created pool. This property cannot be changed, doing so forces recreation of the resource.
|
pulumi_aiven/get_flink.py
CHANGED
|
@@ -389,6 +389,7 @@ def get_flink(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,6 +397,7 @@ def get_flink(project: Optional[str] = None,
|
|
|
396
397
|
flink = aiven.get_flink(project=data["aiven_project"]["pr1"]["project"],
|
|
397
398
|
service_name="<SERVICE_NAME>")
|
|
398
399
|
```
|
|
400
|
+
<!--End PulumiCodeChooser -->
|
|
399
401
|
|
|
400
402
|
|
|
401
403
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -448,6 +450,7 @@ def get_flink_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,6 +458,7 @@ def get_flink_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
455
458
|
flink = aiven.get_flink(project=data["aiven_project"]["pr1"]["project"],
|
|
456
459
|
service_name="<SERVICE_NAME>")
|
|
457
460
|
```
|
|
461
|
+
<!--End PulumiCodeChooser -->
|
|
458
462
|
|
|
459
463
|
|
|
460
464
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -149,6 +149,7 @@ def get_flink_application(name: Optional[str] = None,
|
|
|
149
149
|
|
|
150
150
|
## Example Usage
|
|
151
151
|
|
|
152
|
+
<!--Start PulumiCodeChooser -->
|
|
152
153
|
```python
|
|
153
154
|
import pulumi
|
|
154
155
|
import pulumi_aiven as aiven
|
|
@@ -157,6 +158,7 @@ def get_flink_application(name: Optional[str] = None,
|
|
|
157
158
|
service_name="<SERVICE_NAME>",
|
|
158
159
|
name="<APPLICATION_NAME>")
|
|
159
160
|
```
|
|
161
|
+
<!--End PulumiCodeChooser -->
|
|
160
162
|
|
|
161
163
|
|
|
162
164
|
:param str name: Application name
|
|
@@ -192,6 +194,7 @@ def get_flink_application_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
192
194
|
|
|
193
195
|
## Example Usage
|
|
194
196
|
|
|
197
|
+
<!--Start PulumiCodeChooser -->
|
|
195
198
|
```python
|
|
196
199
|
import pulumi
|
|
197
200
|
import pulumi_aiven as aiven
|
|
@@ -200,6 +203,7 @@ def get_flink_application_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
200
203
|
service_name="<SERVICE_NAME>",
|
|
201
204
|
name="<APPLICATION_NAME>")
|
|
202
205
|
```
|
|
206
|
+
<!--End PulumiCodeChooser -->
|
|
203
207
|
|
|
204
208
|
|
|
205
209
|
:param str name: Application name
|
|
@@ -199,6 +199,7 @@ def get_flink_application_version(application_id: Optional[str] = None,
|
|
|
199
199
|
|
|
200
200
|
## Example Usage
|
|
201
201
|
|
|
202
|
+
<!--Start PulumiCodeChooser -->
|
|
202
203
|
```python
|
|
203
204
|
import pulumi
|
|
204
205
|
import pulumi_aiven as aiven
|
|
@@ -208,6 +209,7 @@ def get_flink_application_version(application_id: Optional[str] = None,
|
|
|
208
209
|
application_id="<APPLICATION_ID>",
|
|
209
210
|
application_version_id="<APPLICATION_VERSION_ID>")
|
|
210
211
|
```
|
|
212
|
+
<!--End PulumiCodeChooser -->
|
|
211
213
|
|
|
212
214
|
|
|
213
215
|
:param str application_id: Application ID
|
|
@@ -250,6 +252,7 @@ def get_flink_application_version_output(application_id: Optional[pulumi.Input[s
|
|
|
250
252
|
|
|
251
253
|
## Example Usage
|
|
252
254
|
|
|
255
|
+
<!--Start PulumiCodeChooser -->
|
|
253
256
|
```python
|
|
254
257
|
import pulumi
|
|
255
258
|
import pulumi_aiven as aiven
|
|
@@ -259,6 +262,7 @@ def get_flink_application_version_output(application_id: Optional[pulumi.Input[s
|
|
|
259
262
|
application_id="<APPLICATION_ID>",
|
|
260
263
|
application_version_id="<APPLICATION_VERSION_ID>")
|
|
261
264
|
```
|
|
265
|
+
<!--End PulumiCodeChooser -->
|
|
262
266
|
|
|
263
267
|
|
|
264
268
|
:param str application_id: Application ID
|
|
@@ -125,6 +125,7 @@ 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
|
|
@@ -133,6 +134,7 @@ def get_gcp_vpc_peering_connection(gcp_project_id: Optional[str] = None,
|
|
|
133
134
|
gcp_project_id="xxxx",
|
|
134
135
|
peer_vpc="xxxx")
|
|
135
136
|
```
|
|
137
|
+
<!--End PulumiCodeChooser -->
|
|
136
138
|
|
|
137
139
|
|
|
138
140
|
:param str gcp_project_id: GCP project ID. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -166,6 +168,7 @@ 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
|
|
@@ -174,6 +177,7 @@ def get_gcp_vpc_peering_connection_output(gcp_project_id: Optional[pulumi.Input[
|
|
|
174
177
|
gcp_project_id="xxxx",
|
|
175
178
|
peer_vpc="xxxx")
|
|
176
179
|
```
|
|
180
|
+
<!--End PulumiCodeChooser -->
|
|
177
181
|
|
|
178
182
|
|
|
179
183
|
:param str gcp_project_id: GCP project ID. This property cannot be changed, doing so forces recreation of the resource.
|
pulumi_aiven/get_grafana.py
CHANGED
|
@@ -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,6 +397,7 @@ 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
403
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -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,6 +458,7 @@ 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
464
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
pulumi_aiven/get_kafka.py
CHANGED
|
@@ -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,6 +421,7 @@ 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
427
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -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,6 +484,7 @@ 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
490
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
pulumi_aiven/get_kafka_acl.py
CHANGED
|
@@ -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,6 +138,7 @@ 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
144
|
:param str permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -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,6 +189,7 @@ 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
195
|
:param str permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -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,6 +397,7 @@ 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
403
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -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,6 +458,7 @@ 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
464
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -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,6 +195,7 @@ 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
201
|
:param str connector_name: The kafka connector name. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -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,6 +243,7 @@ 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
249
|
:param str connector_name: The kafka connector name. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -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,6 +397,7 @@ 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
403
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -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,6 +458,7 @@ 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
464
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
pulumi_aiven/get_kafka_schema.py
CHANGED
|
@@ -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,6 +145,7 @@ 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
151
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -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,6 +188,7 @@ 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
194
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -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,6 +146,7 @@ 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
152
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -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,6 +188,7 @@ 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
194
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
pulumi_aiven/get_kafka_topic.py
CHANGED
|
@@ -147,6 +147,7 @@ def get_kafka_topic(project: Optional[str] = None,
|
|
|
147
147
|
|
|
148
148
|
## Example Usage
|
|
149
149
|
|
|
150
|
+
<!--Start PulumiCodeChooser -->
|
|
150
151
|
```python
|
|
151
152
|
import pulumi
|
|
152
153
|
import pulumi_aiven as aiven
|
|
@@ -155,6 +156,7 @@ def get_kafka_topic(project: Optional[str] = None,
|
|
|
155
156
|
service_name=aiven_kafka["myservice"]["service_name"],
|
|
156
157
|
topic_name="<TOPIC_NAME>")
|
|
157
158
|
```
|
|
159
|
+
<!--End PulumiCodeChooser -->
|
|
158
160
|
|
|
159
161
|
|
|
160
162
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -190,6 +192,7 @@ def get_kafka_topic_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
190
192
|
|
|
191
193
|
## Example Usage
|
|
192
194
|
|
|
195
|
+
<!--Start PulumiCodeChooser -->
|
|
193
196
|
```python
|
|
194
197
|
import pulumi
|
|
195
198
|
import pulumi_aiven as aiven
|
|
@@ -198,6 +201,7 @@ def get_kafka_topic_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
198
201
|
service_name=aiven_kafka["myservice"]["service_name"],
|
|
199
202
|
topic_name="<TOPIC_NAME>")
|
|
200
203
|
```
|
|
204
|
+
<!--End PulumiCodeChooser -->
|
|
201
205
|
|
|
202
206
|
|
|
203
207
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
pulumi_aiven/get_kafka_user.py
CHANGED
|
@@ -137,6 +137,7 @@ def get_kafka_user(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
|
|
@@ -145,6 +146,7 @@ def get_kafka_user(project: Optional[str] = None,
|
|
|
145
146
|
service_name="my-service",
|
|
146
147
|
username="user1")
|
|
147
148
|
```
|
|
149
|
+
<!--End PulumiCodeChooser -->
|
|
148
150
|
|
|
149
151
|
|
|
150
152
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -179,6 +181,7 @@ def get_kafka_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
179
181
|
|
|
180
182
|
## Example Usage
|
|
181
183
|
|
|
184
|
+
<!--Start PulumiCodeChooser -->
|
|
182
185
|
```python
|
|
183
186
|
import pulumi
|
|
184
187
|
import pulumi_aiven as aiven
|
|
@@ -187,6 +190,7 @@ def get_kafka_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
187
190
|
service_name="my-service",
|
|
188
191
|
username="user1")
|
|
189
192
|
```
|
|
193
|
+
<!--End PulumiCodeChooser -->
|
|
190
194
|
|
|
191
195
|
|
|
192
196
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -389,6 +389,7 @@ def get_m3_aggregator(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,6 +397,7 @@ def get_m3_aggregator(project: Optional[str] = None,
|
|
|
396
397
|
m3a = aiven.get_m3_aggregator(project=data["aiven_project"]["foo"]["project"],
|
|
397
398
|
service_name="my-m3a")
|
|
398
399
|
```
|
|
400
|
+
<!--End PulumiCodeChooser -->
|
|
399
401
|
|
|
400
402
|
|
|
401
403
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -448,6 +450,7 @@ def get_m3_aggregator_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,6 +458,7 @@ def get_m3_aggregator_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
455
458
|
m3a = aiven.get_m3_aggregator(project=data["aiven_project"]["foo"]["project"],
|
|
456
459
|
service_name="my-m3a")
|
|
457
460
|
```
|
|
461
|
+
<!--End PulumiCodeChooser -->
|
|
458
462
|
|
|
459
463
|
|
|
460
464
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
pulumi_aiven/get_m3_db.py
CHANGED
|
@@ -389,6 +389,7 @@ def get_m3_db(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,6 +397,7 @@ def get_m3_db(project: Optional[str] = None,
|
|
|
396
397
|
m3 = aiven.get_m3_db(project=data["aiven_project"]["foo"]["project"],
|
|
397
398
|
service_name="my-m3db")
|
|
398
399
|
```
|
|
400
|
+
<!--End PulumiCodeChooser -->
|
|
399
401
|
|
|
400
402
|
|
|
401
403
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -448,6 +450,7 @@ def get_m3_db_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,6 +458,7 @@ def get_m3_db_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
455
458
|
m3 = aiven.get_m3_db(project=data["aiven_project"]["foo"]["project"],
|
|
456
459
|
service_name="my-m3db")
|
|
457
460
|
```
|
|
461
|
+
<!--End PulumiCodeChooser -->
|
|
458
462
|
|
|
459
463
|
|
|
460
464
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
pulumi_aiven/get_m3db_user.py
CHANGED
|
@@ -113,6 +113,7 @@ def get_m3db_user(project: Optional[str] = None,
|
|
|
113
113
|
|
|
114
114
|
## Example Usage
|
|
115
115
|
|
|
116
|
+
<!--Start PulumiCodeChooser -->
|
|
116
117
|
```python
|
|
117
118
|
import pulumi
|
|
118
119
|
import pulumi_aiven as aiven
|
|
@@ -121,6 +122,7 @@ def get_m3db_user(project: Optional[str] = None,
|
|
|
121
122
|
service_name="my-service",
|
|
122
123
|
username="user1")
|
|
123
124
|
```
|
|
125
|
+
<!--End PulumiCodeChooser -->
|
|
124
126
|
|
|
125
127
|
|
|
126
128
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -153,6 +155,7 @@ def get_m3db_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
153
155
|
|
|
154
156
|
## Example Usage
|
|
155
157
|
|
|
158
|
+
<!--Start PulumiCodeChooser -->
|
|
156
159
|
```python
|
|
157
160
|
import pulumi
|
|
158
161
|
import pulumi_aiven as aiven
|
|
@@ -161,6 +164,7 @@ def get_m3db_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
161
164
|
service_name="my-service",
|
|
162
165
|
username="user1")
|
|
163
166
|
```
|
|
167
|
+
<!--End PulumiCodeChooser -->
|
|
164
168
|
|
|
165
169
|
|
|
166
170
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -210,6 +210,7 @@ def get_mirror_maker_replication_flow(project: Optional[str] = None,
|
|
|
210
210
|
|
|
211
211
|
## Example Usage
|
|
212
212
|
|
|
213
|
+
<!--Start PulumiCodeChooser -->
|
|
213
214
|
```python
|
|
214
215
|
import pulumi
|
|
215
216
|
import pulumi_aiven as aiven
|
|
@@ -219,6 +220,7 @@ def get_mirror_maker_replication_flow(project: Optional[str] = None,
|
|
|
219
220
|
source_cluster=aiven_kafka["source"]["service_name"],
|
|
220
221
|
target_cluster=aiven_kafka["target"]["service_name"])
|
|
221
222
|
```
|
|
223
|
+
<!--End PulumiCodeChooser -->
|
|
222
224
|
|
|
223
225
|
|
|
224
226
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -262,6 +264,7 @@ def get_mirror_maker_replication_flow_output(project: Optional[pulumi.Input[str]
|
|
|
262
264
|
|
|
263
265
|
## Example Usage
|
|
264
266
|
|
|
267
|
+
<!--Start PulumiCodeChooser -->
|
|
265
268
|
```python
|
|
266
269
|
import pulumi
|
|
267
270
|
import pulumi_aiven as aiven
|
|
@@ -271,6 +274,7 @@ def get_mirror_maker_replication_flow_output(project: Optional[pulumi.Input[str]
|
|
|
271
274
|
source_cluster=aiven_kafka["source"]["service_name"],
|
|
272
275
|
target_cluster=aiven_kafka["target"]["service_name"])
|
|
273
276
|
```
|
|
277
|
+
<!--End PulumiCodeChooser -->
|
|
274
278
|
|
|
275
279
|
|
|
276
280
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
pulumi_aiven/get_my_sql.py
CHANGED
|
@@ -389,6 +389,7 @@ def get_my_sql(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,6 +397,7 @@ def get_my_sql(project: Optional[str] = None,
|
|
|
396
397
|
mysql1 = aiven.get_my_sql(project=data["aiven_project"]["foo"]["project"],
|
|
397
398
|
service_name="my-mysql1")
|
|
398
399
|
```
|
|
400
|
+
<!--End PulumiCodeChooser -->
|
|
399
401
|
|
|
400
402
|
|
|
401
403
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -448,6 +450,7 @@ def get_my_sql_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,6 +458,7 @@ def get_my_sql_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
455
458
|
mysql1 = aiven.get_my_sql(project=data["aiven_project"]["foo"]["project"],
|
|
456
459
|
service_name="my-mysql1")
|
|
457
460
|
```
|
|
461
|
+
<!--End PulumiCodeChooser -->
|
|
458
462
|
|
|
459
463
|
|
|
460
464
|
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -98,6 +98,7 @@ def get_mysql_database(database_name: Optional[str] = None,
|
|
|
98
98
|
|
|
99
99
|
## Example Usage
|
|
100
100
|
|
|
101
|
+
<!--Start PulumiCodeChooser -->
|
|
101
102
|
```python
|
|
102
103
|
import pulumi
|
|
103
104
|
import pulumi_aiven as aiven
|
|
@@ -106,6 +107,7 @@ def get_mysql_database(database_name: Optional[str] = None,
|
|
|
106
107
|
service_name=aiven_mysql["mymysql"]["service_name"],
|
|
107
108
|
database_name="<DATABASE_NAME>")
|
|
108
109
|
```
|
|
110
|
+
<!--End PulumiCodeChooser -->
|
|
109
111
|
|
|
110
112
|
|
|
111
113
|
:param str database_name: The name of the service database. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -137,6 +139,7 @@ def get_mysql_database_output(database_name: Optional[pulumi.Input[str]] = None,
|
|
|
137
139
|
|
|
138
140
|
## Example Usage
|
|
139
141
|
|
|
142
|
+
<!--Start PulumiCodeChooser -->
|
|
140
143
|
```python
|
|
141
144
|
import pulumi
|
|
142
145
|
import pulumi_aiven as aiven
|
|
@@ -145,6 +148,7 @@ def get_mysql_database_output(database_name: Optional[pulumi.Input[str]] = None,
|
|
|
145
148
|
service_name=aiven_mysql["mymysql"]["service_name"],
|
|
146
149
|
database_name="<DATABASE_NAME>")
|
|
147
150
|
```
|
|
151
|
+
<!--End PulumiCodeChooser -->
|
|
148
152
|
|
|
149
153
|
|
|
150
154
|
:param str database_name: The name of the service database. This property cannot be changed, doing so forces recreation of the resource.
|