pulumi-aiven 6.13.0a1709356630__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.0a1709356630.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.0a1709356630.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1709356630.dist-info → pulumi_aiven-6.13.0a1710156545.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1709356630.dist-info → pulumi_aiven-6.13.0a1710156545.dist-info}/top_level.txt +0 -0
pulumi_aiven/kafka.py
CHANGED
|
@@ -830,6 +830,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
830
830
|
|
|
831
831
|
## Example Usage
|
|
832
832
|
|
|
833
|
+
<!--Start PulumiCodeChooser -->
|
|
833
834
|
```python
|
|
834
835
|
import pulumi
|
|
835
836
|
import pulumi_aiven as aiven
|
|
@@ -856,11 +857,12 @@ class Kafka(pulumi.CustomResource):
|
|
|
856
857
|
),
|
|
857
858
|
))
|
|
858
859
|
```
|
|
860
|
+
<!--End PulumiCodeChooser -->
|
|
859
861
|
|
|
860
862
|
## Import
|
|
861
863
|
|
|
862
864
|
```sh
|
|
863
|
-
|
|
865
|
+
$ pulumi import aiven:index/kafka:Kafka kafka1 project/service_name
|
|
864
866
|
```
|
|
865
867
|
|
|
866
868
|
:param str resource_name: The name of the resource.
|
|
@@ -894,6 +896,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
894
896
|
|
|
895
897
|
## Example Usage
|
|
896
898
|
|
|
899
|
+
<!--Start PulumiCodeChooser -->
|
|
897
900
|
```python
|
|
898
901
|
import pulumi
|
|
899
902
|
import pulumi_aiven as aiven
|
|
@@ -920,11 +923,12 @@ class Kafka(pulumi.CustomResource):
|
|
|
920
923
|
),
|
|
921
924
|
))
|
|
922
925
|
```
|
|
926
|
+
<!--End PulumiCodeChooser -->
|
|
923
927
|
|
|
924
928
|
## Import
|
|
925
929
|
|
|
926
930
|
```sh
|
|
927
|
-
|
|
931
|
+
$ pulumi import aiven:index/kafka:Kafka kafka1 project/service_name
|
|
928
932
|
```
|
|
929
933
|
|
|
930
934
|
:param str resource_name: The name of the resource.
|
pulumi_aiven/kafka_acl.py
CHANGED
|
@@ -214,6 +214,7 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
214
214
|
|
|
215
215
|
## Example Usage
|
|
216
216
|
|
|
217
|
+
<!--Start PulumiCodeChooser -->
|
|
217
218
|
```python
|
|
218
219
|
import pulumi
|
|
219
220
|
import pulumi_aiven as aiven
|
|
@@ -225,11 +226,12 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
225
226
|
permission="admin",
|
|
226
227
|
username="<USERNAME_PATTERN>")
|
|
227
228
|
```
|
|
229
|
+
<!--End PulumiCodeChooser -->
|
|
228
230
|
|
|
229
231
|
## Import
|
|
230
232
|
|
|
231
233
|
```sh
|
|
232
|
-
|
|
234
|
+
$ pulumi import aiven:index/kafkaAcl:KafkaAcl mytestacl project/service_name/id
|
|
233
235
|
```
|
|
234
236
|
|
|
235
237
|
:param str resource_name: The name of the resource.
|
|
@@ -251,6 +253,7 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
251
253
|
|
|
252
254
|
## Example Usage
|
|
253
255
|
|
|
256
|
+
<!--Start PulumiCodeChooser -->
|
|
254
257
|
```python
|
|
255
258
|
import pulumi
|
|
256
259
|
import pulumi_aiven as aiven
|
|
@@ -262,11 +265,12 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
262
265
|
permission="admin",
|
|
263
266
|
username="<USERNAME_PATTERN>")
|
|
264
267
|
```
|
|
268
|
+
<!--End PulumiCodeChooser -->
|
|
265
269
|
|
|
266
270
|
## Import
|
|
267
271
|
|
|
268
272
|
```sh
|
|
269
|
-
|
|
273
|
+
$ pulumi import aiven:index/kafkaAcl:KafkaAcl mytestacl project/service_name/id
|
|
270
274
|
```
|
|
271
275
|
|
|
272
276
|
:param str resource_name: The name of the resource.
|
pulumi_aiven/kafka_connect.py
CHANGED
|
@@ -840,6 +840,7 @@ class KafkaConnect(pulumi.CustomResource):
|
|
|
840
840
|
|
|
841
841
|
## Example Usage
|
|
842
842
|
|
|
843
|
+
<!--Start PulumiCodeChooser -->
|
|
843
844
|
```python
|
|
844
845
|
import pulumi
|
|
845
846
|
import pulumi_aiven as aiven
|
|
@@ -860,11 +861,12 @@ class KafkaConnect(pulumi.CustomResource):
|
|
|
860
861
|
),
|
|
861
862
|
))
|
|
862
863
|
```
|
|
864
|
+
<!--End PulumiCodeChooser -->
|
|
863
865
|
|
|
864
866
|
## Import
|
|
865
867
|
|
|
866
868
|
```sh
|
|
867
|
-
|
|
869
|
+
$ pulumi import aiven:index/kafkaConnect:KafkaConnect kc1 project/service_name
|
|
868
870
|
```
|
|
869
871
|
|
|
870
872
|
:param str resource_name: The name of the resource.
|
|
@@ -917,6 +919,7 @@ class KafkaConnect(pulumi.CustomResource):
|
|
|
917
919
|
|
|
918
920
|
## Example Usage
|
|
919
921
|
|
|
922
|
+
<!--Start PulumiCodeChooser -->
|
|
920
923
|
```python
|
|
921
924
|
import pulumi
|
|
922
925
|
import pulumi_aiven as aiven
|
|
@@ -937,11 +940,12 @@ class KafkaConnect(pulumi.CustomResource):
|
|
|
937
940
|
),
|
|
938
941
|
))
|
|
939
942
|
```
|
|
943
|
+
<!--End PulumiCodeChooser -->
|
|
940
944
|
|
|
941
945
|
## Import
|
|
942
946
|
|
|
943
947
|
```sh
|
|
944
|
-
|
|
948
|
+
$ pulumi import aiven:index/kafkaConnect:KafkaConnect kc1 project/service_name
|
|
945
949
|
```
|
|
946
950
|
|
|
947
951
|
:param str resource_name: The name of the resource.
|
pulumi_aiven/kafka_connector.py
CHANGED
|
@@ -280,6 +280,7 @@ class KafkaConnector(pulumi.CustomResource):
|
|
|
280
280
|
|
|
281
281
|
## Example Usage
|
|
282
282
|
|
|
283
|
+
<!--Start PulumiCodeChooser -->
|
|
283
284
|
```python
|
|
284
285
|
import pulumi
|
|
285
286
|
import pulumi_aiven as aiven
|
|
@@ -298,11 +299,12 @@ class KafkaConnector(pulumi.CustomResource):
|
|
|
298
299
|
"connection.password": aiven_opensearch["os-service1"]["service_password"],
|
|
299
300
|
})
|
|
300
301
|
```
|
|
302
|
+
<!--End PulumiCodeChooser -->
|
|
301
303
|
|
|
302
304
|
## Import
|
|
303
305
|
|
|
304
306
|
```sh
|
|
305
|
-
|
|
307
|
+
$ pulumi import aiven:index/kafkaConnector:KafkaConnector kafka-os-con1 project/service_name/connector_name
|
|
306
308
|
```
|
|
307
309
|
|
|
308
310
|
:param str resource_name: The name of the resource.
|
|
@@ -323,6 +325,7 @@ class KafkaConnector(pulumi.CustomResource):
|
|
|
323
325
|
|
|
324
326
|
## Example Usage
|
|
325
327
|
|
|
328
|
+
<!--Start PulumiCodeChooser -->
|
|
326
329
|
```python
|
|
327
330
|
import pulumi
|
|
328
331
|
import pulumi_aiven as aiven
|
|
@@ -341,11 +344,12 @@ class KafkaConnector(pulumi.CustomResource):
|
|
|
341
344
|
"connection.password": aiven_opensearch["os-service1"]["service_password"],
|
|
342
345
|
})
|
|
343
346
|
```
|
|
347
|
+
<!--End PulumiCodeChooser -->
|
|
344
348
|
|
|
345
349
|
## Import
|
|
346
350
|
|
|
347
351
|
```sh
|
|
348
|
-
|
|
352
|
+
$ pulumi import aiven:index/kafkaConnector:KafkaConnector kafka-os-con1 project/service_name/connector_name
|
|
349
353
|
```
|
|
350
354
|
|
|
351
355
|
:param str resource_name: The name of the resource.
|
|
@@ -840,6 +840,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
|
|
|
840
840
|
|
|
841
841
|
## Example Usage
|
|
842
842
|
|
|
843
|
+
<!--Start PulumiCodeChooser -->
|
|
843
844
|
```python
|
|
844
845
|
import pulumi
|
|
845
846
|
import pulumi_aiven as aiven
|
|
@@ -858,11 +859,12 @@ class KafkaMirrorMaker(pulumi.CustomResource):
|
|
|
858
859
|
),
|
|
859
860
|
))
|
|
860
861
|
```
|
|
862
|
+
<!--End PulumiCodeChooser -->
|
|
861
863
|
|
|
862
864
|
## Import
|
|
863
865
|
|
|
864
866
|
```sh
|
|
865
|
-
|
|
867
|
+
$ pulumi import aiven:index/kafkaMirrorMaker:KafkaMirrorMaker mm1 project/service_name
|
|
866
868
|
```
|
|
867
869
|
|
|
868
870
|
:param str resource_name: The name of the resource.
|
|
@@ -915,6 +917,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
|
|
|
915
917
|
|
|
916
918
|
## Example Usage
|
|
917
919
|
|
|
920
|
+
<!--Start PulumiCodeChooser -->
|
|
918
921
|
```python
|
|
919
922
|
import pulumi
|
|
920
923
|
import pulumi_aiven as aiven
|
|
@@ -933,11 +936,12 @@ class KafkaMirrorMaker(pulumi.CustomResource):
|
|
|
933
936
|
),
|
|
934
937
|
))
|
|
935
938
|
```
|
|
939
|
+
<!--End PulumiCodeChooser -->
|
|
936
940
|
|
|
937
941
|
## Import
|
|
938
942
|
|
|
939
943
|
```sh
|
|
940
|
-
|
|
944
|
+
$ pulumi import aiven:index/kafkaMirrorMaker:KafkaMirrorMaker mm1 project/service_name
|
|
941
945
|
```
|
|
942
946
|
|
|
943
947
|
:param str resource_name: The name of the resource.
|
pulumi_aiven/kafka_schema.py
CHANGED
|
@@ -248,6 +248,7 @@ 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
|
|
@@ -272,11 +273,12 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
272
273
|
}
|
|
273
274
|
\"\"\")
|
|
274
275
|
```
|
|
276
|
+
<!--End PulumiCodeChooser -->
|
|
275
277
|
|
|
276
278
|
## Import
|
|
277
279
|
|
|
278
280
|
```sh
|
|
279
|
-
|
|
281
|
+
$ pulumi import aiven:index/kafkaSchema:KafkaSchema kafka-schema1 project/service_name/subject_name
|
|
280
282
|
```
|
|
281
283
|
|
|
282
284
|
:param str resource_name: The name of the resource.
|
|
@@ -299,6 +301,7 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
299
301
|
|
|
300
302
|
## Example Usage
|
|
301
303
|
|
|
304
|
+
<!--Start PulumiCodeChooser -->
|
|
302
305
|
```python
|
|
303
306
|
import pulumi
|
|
304
307
|
import pulumi_aiven as aiven
|
|
@@ -323,11 +326,12 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
323
326
|
}
|
|
324
327
|
\"\"\")
|
|
325
328
|
```
|
|
329
|
+
<!--End PulumiCodeChooser -->
|
|
326
330
|
|
|
327
331
|
## Import
|
|
328
332
|
|
|
329
333
|
```sh
|
|
330
|
-
|
|
334
|
+
$ pulumi import aiven:index/kafkaSchema:KafkaSchema kafka-schema1 project/service_name/subject_name
|
|
331
335
|
```
|
|
332
336
|
|
|
333
337
|
:param str resource_name: The name of the resource.
|
|
@@ -135,6 +135,7 @@ 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
|
|
@@ -144,11 +145,12 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
|
|
|
144
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
|
-
|
|
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.
|
|
@@ -168,6 +170,7 @@ 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
|
|
@@ -177,11 +180,12 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
|
|
|
177
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
|
-
|
|
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.
|
pulumi_aiven/kafka_topic.py
CHANGED
|
@@ -304,7 +304,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
304
304
|
## Import
|
|
305
305
|
|
|
306
306
|
```sh
|
|
307
|
-
|
|
307
|
+
$ pulumi import aiven:index/kafkaTopic:KafkaTopic mytesttopic project/service_name/topic_name
|
|
308
308
|
```
|
|
309
309
|
|
|
310
310
|
:param str resource_name: The name of the resource.
|
|
@@ -331,7 +331,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
331
331
|
## Import
|
|
332
332
|
|
|
333
333
|
```sh
|
|
334
|
-
|
|
334
|
+
$ pulumi import aiven:index/kafkaTopic:KafkaTopic mytesttopic project/service_name/topic_name
|
|
335
335
|
```
|
|
336
336
|
|
|
337
337
|
:param str resource_name: The name of the resource.
|
pulumi_aiven/kafka_user.py
CHANGED
|
@@ -215,6 +215,7 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
215
215
|
|
|
216
216
|
## Example Usage
|
|
217
217
|
|
|
218
|
+
<!--Start PulumiCodeChooser -->
|
|
218
219
|
```python
|
|
219
220
|
import pulumi
|
|
220
221
|
import pulumi_aiven as aiven
|
|
@@ -225,11 +226,12 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
225
226
|
username="user-1",
|
|
226
227
|
password="Test$1234")
|
|
227
228
|
```
|
|
229
|
+
<!--End PulumiCodeChooser -->
|
|
228
230
|
|
|
229
231
|
## Import
|
|
230
232
|
|
|
231
233
|
```sh
|
|
232
|
-
|
|
234
|
+
$ pulumi import aiven:index/kafkaUser:KafkaUser foo project/service_name/username
|
|
233
235
|
```
|
|
234
236
|
|
|
235
237
|
:param str resource_name: The name of the resource.
|
|
@@ -250,6 +252,7 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
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
|
|
@@ -260,11 +263,12 @@ class KafkaUser(pulumi.CustomResource):
|
|
|
260
263
|
username="user-1",
|
|
261
264
|
password="Test$1234")
|
|
262
265
|
```
|
|
266
|
+
<!--End PulumiCodeChooser -->
|
|
263
267
|
|
|
264
268
|
## Import
|
|
265
269
|
|
|
266
270
|
```sh
|
|
267
|
-
|
|
271
|
+
$ pulumi import aiven:index/kafkaUser:KafkaUser foo project/service_name/username
|
|
268
272
|
```
|
|
269
273
|
|
|
270
274
|
:param str resource_name: The name of the resource.
|
pulumi_aiven/m3_aggregator.py
CHANGED
|
@@ -840,6 +840,7 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
840
840
|
|
|
841
841
|
## Example Usage
|
|
842
842
|
|
|
843
|
+
<!--Start PulumiCodeChooser -->
|
|
843
844
|
```python
|
|
844
845
|
import pulumi
|
|
845
846
|
import pulumi_aiven as aiven
|
|
@@ -855,11 +856,12 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
855
856
|
m3aggregator_version="0.15",
|
|
856
857
|
))
|
|
857
858
|
```
|
|
859
|
+
<!--End PulumiCodeChooser -->
|
|
858
860
|
|
|
859
861
|
## Import
|
|
860
862
|
|
|
861
863
|
```sh
|
|
862
|
-
|
|
864
|
+
$ pulumi import aiven:index/m3Aggregator:M3Aggregator m3a project/service_name
|
|
863
865
|
```
|
|
864
866
|
|
|
865
867
|
:param str resource_name: The name of the resource.
|
|
@@ -912,6 +914,7 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
912
914
|
|
|
913
915
|
## Example Usage
|
|
914
916
|
|
|
917
|
+
<!--Start PulumiCodeChooser -->
|
|
915
918
|
```python
|
|
916
919
|
import pulumi
|
|
917
920
|
import pulumi_aiven as aiven
|
|
@@ -927,11 +930,12 @@ class M3Aggregator(pulumi.CustomResource):
|
|
|
927
930
|
m3aggregator_version="0.15",
|
|
928
931
|
))
|
|
929
932
|
```
|
|
933
|
+
<!--End PulumiCodeChooser -->
|
|
930
934
|
|
|
931
935
|
## Import
|
|
932
936
|
|
|
933
937
|
```sh
|
|
934
|
-
|
|
938
|
+
$ pulumi import aiven:index/m3Aggregator:M3Aggregator m3a project/service_name
|
|
935
939
|
```
|
|
936
940
|
|
|
937
941
|
:param str resource_name: The name of the resource.
|
pulumi_aiven/m3_db.py
CHANGED
|
@@ -840,6 +840,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
840
840
|
|
|
841
841
|
## Example Usage
|
|
842
842
|
|
|
843
|
+
<!--Start PulumiCodeChooser -->
|
|
843
844
|
```python
|
|
844
845
|
import pulumi
|
|
845
846
|
import pulumi_aiven as aiven
|
|
@@ -859,11 +860,12 @@ class M3Db(pulumi.CustomResource):
|
|
|
859
860
|
)],
|
|
860
861
|
))
|
|
861
862
|
```
|
|
863
|
+
<!--End PulumiCodeChooser -->
|
|
862
864
|
|
|
863
865
|
## Import
|
|
864
866
|
|
|
865
867
|
```sh
|
|
866
|
-
|
|
868
|
+
$ pulumi import aiven:index/m3Db:M3Db m3 project/service_name
|
|
867
869
|
```
|
|
868
870
|
|
|
869
871
|
:param str resource_name: The name of the resource.
|
|
@@ -916,6 +918,7 @@ class M3Db(pulumi.CustomResource):
|
|
|
916
918
|
|
|
917
919
|
## Example Usage
|
|
918
920
|
|
|
921
|
+
<!--Start PulumiCodeChooser -->
|
|
919
922
|
```python
|
|
920
923
|
import pulumi
|
|
921
924
|
import pulumi_aiven as aiven
|
|
@@ -935,11 +938,12 @@ class M3Db(pulumi.CustomResource):
|
|
|
935
938
|
)],
|
|
936
939
|
))
|
|
937
940
|
```
|
|
941
|
+
<!--End PulumiCodeChooser -->
|
|
938
942
|
|
|
939
943
|
## Import
|
|
940
944
|
|
|
941
945
|
```sh
|
|
942
|
-
|
|
946
|
+
$ pulumi import aiven:index/m3Db:M3Db m3 project/service_name
|
|
943
947
|
```
|
|
944
948
|
|
|
945
949
|
:param str resource_name: The name of the resource.
|
pulumi_aiven/m3db_user.py
CHANGED
|
@@ -183,6 +183,7 @@ class M3dbUser(pulumi.CustomResource):
|
|
|
183
183
|
|
|
184
184
|
## Example Usage
|
|
185
185
|
|
|
186
|
+
<!--Start PulumiCodeChooser -->
|
|
186
187
|
```python
|
|
187
188
|
import pulumi
|
|
188
189
|
import pulumi_aiven as aiven
|
|
@@ -193,11 +194,12 @@ class M3dbUser(pulumi.CustomResource):
|
|
|
193
194
|
username="user-1",
|
|
194
195
|
password="Test$1234")
|
|
195
196
|
```
|
|
197
|
+
<!--End PulumiCodeChooser -->
|
|
196
198
|
|
|
197
199
|
## Import
|
|
198
200
|
|
|
199
201
|
```sh
|
|
200
|
-
|
|
202
|
+
$ pulumi import aiven:index/m3dbUser:M3dbUser foo project/service_name/username
|
|
201
203
|
```
|
|
202
204
|
|
|
203
205
|
:param str resource_name: The name of the resource.
|
|
@@ -218,6 +220,7 @@ class M3dbUser(pulumi.CustomResource):
|
|
|
218
220
|
|
|
219
221
|
## Example Usage
|
|
220
222
|
|
|
223
|
+
<!--Start PulumiCodeChooser -->
|
|
221
224
|
```python
|
|
222
225
|
import pulumi
|
|
223
226
|
import pulumi_aiven as aiven
|
|
@@ -228,11 +231,12 @@ class M3dbUser(pulumi.CustomResource):
|
|
|
228
231
|
username="user-1",
|
|
229
232
|
password="Test$1234")
|
|
230
233
|
```
|
|
234
|
+
<!--End PulumiCodeChooser -->
|
|
231
235
|
|
|
232
236
|
## Import
|
|
233
237
|
|
|
234
238
|
```sh
|
|
235
|
-
|
|
239
|
+
$ pulumi import aiven:index/m3dbUser:M3dbUser foo project/service_name/username
|
|
236
240
|
```
|
|
237
241
|
|
|
238
242
|
:param str resource_name: The name of the resource.
|
|
@@ -462,6 +462,7 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
|
|
|
462
462
|
|
|
463
463
|
## Example Usage
|
|
464
464
|
|
|
465
|
+
<!--Start PulumiCodeChooser -->
|
|
465
466
|
```python
|
|
466
467
|
import pulumi
|
|
467
468
|
import pulumi_aiven as aiven
|
|
@@ -479,11 +480,12 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
|
|
|
479
480
|
"__.*",
|
|
480
481
|
])
|
|
481
482
|
```
|
|
483
|
+
<!--End PulumiCodeChooser -->
|
|
482
484
|
|
|
483
485
|
## Import
|
|
484
486
|
|
|
485
487
|
```sh
|
|
486
|
-
|
|
488
|
+
$ pulumi import aiven:index/mirrorMakerReplicationFlow:MirrorMakerReplicationFlow f1 project/service_name/source_cluster/target_cluster
|
|
487
489
|
```
|
|
488
490
|
|
|
489
491
|
:param str resource_name: The name of the resource.
|
|
@@ -513,6 +515,7 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
|
|
|
513
515
|
|
|
514
516
|
## Example Usage
|
|
515
517
|
|
|
518
|
+
<!--Start PulumiCodeChooser -->
|
|
516
519
|
```python
|
|
517
520
|
import pulumi
|
|
518
521
|
import pulumi_aiven as aiven
|
|
@@ -530,11 +533,12 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
|
|
|
530
533
|
"__.*",
|
|
531
534
|
])
|
|
532
535
|
```
|
|
536
|
+
<!--End PulumiCodeChooser -->
|
|
533
537
|
|
|
534
538
|
## Import
|
|
535
539
|
|
|
536
540
|
```sh
|
|
537
|
-
|
|
541
|
+
$ pulumi import aiven:index/mirrorMakerReplicationFlow:MirrorMakerReplicationFlow f1 project/service_name/source_cluster/target_cluster
|
|
538
542
|
```
|
|
539
543
|
|
|
540
544
|
:param str resource_name: The name of the resource.
|
pulumi_aiven/my_sql.py
CHANGED
|
@@ -840,6 +840,7 @@ class MySql(pulumi.CustomResource):
|
|
|
840
840
|
|
|
841
841
|
## Example Usage
|
|
842
842
|
|
|
843
|
+
<!--Start PulumiCodeChooser -->
|
|
843
844
|
```python
|
|
844
845
|
import pulumi
|
|
845
846
|
import pulumi_aiven as aiven
|
|
@@ -862,11 +863,12 @@ class MySql(pulumi.CustomResource):
|
|
|
862
863
|
),
|
|
863
864
|
))
|
|
864
865
|
```
|
|
866
|
+
<!--End PulumiCodeChooser -->
|
|
865
867
|
|
|
866
868
|
## Import
|
|
867
869
|
|
|
868
870
|
```sh
|
|
869
|
-
|
|
871
|
+
$ pulumi import aiven:index/mySql:MySql mysql1 project/service_name
|
|
870
872
|
```
|
|
871
873
|
|
|
872
874
|
:param str resource_name: The name of the resource.
|
|
@@ -919,6 +921,7 @@ class MySql(pulumi.CustomResource):
|
|
|
919
921
|
|
|
920
922
|
## Example Usage
|
|
921
923
|
|
|
924
|
+
<!--Start PulumiCodeChooser -->
|
|
922
925
|
```python
|
|
923
926
|
import pulumi
|
|
924
927
|
import pulumi_aiven as aiven
|
|
@@ -941,11 +944,12 @@ class MySql(pulumi.CustomResource):
|
|
|
941
944
|
),
|
|
942
945
|
))
|
|
943
946
|
```
|
|
947
|
+
<!--End PulumiCodeChooser -->
|
|
944
948
|
|
|
945
949
|
## Import
|
|
946
950
|
|
|
947
951
|
```sh
|
|
948
|
-
|
|
952
|
+
$ pulumi import aiven:index/mySql:MySql mysql1 project/service_name
|
|
949
953
|
```
|
|
950
954
|
|
|
951
955
|
:param str resource_name: The name of the resource.
|
pulumi_aiven/mysql_database.py
CHANGED
|
@@ -171,6 +171,7 @@ class MysqlDatabase(pulumi.CustomResource):
|
|
|
171
171
|
|
|
172
172
|
## Example Usage
|
|
173
173
|
|
|
174
|
+
<!--Start PulumiCodeChooser -->
|
|
174
175
|
```python
|
|
175
176
|
import pulumi
|
|
176
177
|
import pulumi_aiven as aiven
|
|
@@ -180,11 +181,12 @@ class MysqlDatabase(pulumi.CustomResource):
|
|
|
180
181
|
service_name=aiven_mysql["mymysql"]["service_name"],
|
|
181
182
|
database_name="<DATABASE_NAME>")
|
|
182
183
|
```
|
|
184
|
+
<!--End PulumiCodeChooser -->
|
|
183
185
|
|
|
184
186
|
## Import
|
|
185
187
|
|
|
186
188
|
```sh
|
|
187
|
-
|
|
189
|
+
$ pulumi import aiven:index/mysqlDatabase:MysqlDatabase mydatabase project/service_name/database_name
|
|
188
190
|
```
|
|
189
191
|
|
|
190
192
|
:param str resource_name: The name of the resource.
|
|
@@ -206,6 +208,7 @@ class MysqlDatabase(pulumi.CustomResource):
|
|
|
206
208
|
|
|
207
209
|
## Example Usage
|
|
208
210
|
|
|
211
|
+
<!--Start PulumiCodeChooser -->
|
|
209
212
|
```python
|
|
210
213
|
import pulumi
|
|
211
214
|
import pulumi_aiven as aiven
|
|
@@ -215,11 +218,12 @@ class MysqlDatabase(pulumi.CustomResource):
|
|
|
215
218
|
service_name=aiven_mysql["mymysql"]["service_name"],
|
|
216
219
|
database_name="<DATABASE_NAME>")
|
|
217
220
|
```
|
|
221
|
+
<!--End PulumiCodeChooser -->
|
|
218
222
|
|
|
219
223
|
## Import
|
|
220
224
|
|
|
221
225
|
```sh
|
|
222
|
-
|
|
226
|
+
$ pulumi import aiven:index/mysqlDatabase:MysqlDatabase mydatabase project/service_name/database_name
|
|
223
227
|
```
|
|
224
228
|
|
|
225
229
|
:param str resource_name: The name of the resource.
|
pulumi_aiven/mysql_user.py
CHANGED
|
@@ -248,6 +248,7 @@ class MysqlUser(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
|
|
@@ -258,11 +259,12 @@ class MysqlUser(pulumi.CustomResource):
|
|
|
258
259
|
username="user-1",
|
|
259
260
|
password="Test$1234")
|
|
260
261
|
```
|
|
262
|
+
<!--End PulumiCodeChooser -->
|
|
261
263
|
|
|
262
264
|
## Import
|
|
263
265
|
|
|
264
266
|
```sh
|
|
265
|
-
|
|
267
|
+
$ pulumi import aiven:index/mysqlUser:MysqlUser foo project/service_name/username
|
|
266
268
|
```
|
|
267
269
|
|
|
268
270
|
:param str resource_name: The name of the resource.
|
|
@@ -284,6 +286,7 @@ class MysqlUser(pulumi.CustomResource):
|
|
|
284
286
|
|
|
285
287
|
## Example Usage
|
|
286
288
|
|
|
289
|
+
<!--Start PulumiCodeChooser -->
|
|
287
290
|
```python
|
|
288
291
|
import pulumi
|
|
289
292
|
import pulumi_aiven as aiven
|
|
@@ -294,11 +297,12 @@ class MysqlUser(pulumi.CustomResource):
|
|
|
294
297
|
username="user-1",
|
|
295
298
|
password="Test$1234")
|
|
296
299
|
```
|
|
300
|
+
<!--End PulumiCodeChooser -->
|
|
297
301
|
|
|
298
302
|
## Import
|
|
299
303
|
|
|
300
304
|
```sh
|
|
301
|
-
|
|
305
|
+
$ pulumi import aiven:index/mysqlUser:MysqlUser foo project/service_name/username
|
|
302
306
|
```
|
|
303
307
|
|
|
304
308
|
:param str resource_name: The name of the resource.
|