pulumi-aiven 6.13.0a1711027602__py3-none-any.whl → 6.14.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +28 -0
- pulumi_aiven/_inputs.py +2623 -1138
- pulumi_aiven/account.py +8 -8
- pulumi_aiven/account_authentication.py +8 -4
- pulumi_aiven/account_team.py +6 -6
- pulumi_aiven/account_team_member.py +27 -31
- pulumi_aiven/account_team_project.py +12 -12
- pulumi_aiven/aws_privatelink.py +39 -43
- pulumi_aiven/aws_vpc_peering_connection.py +62 -56
- pulumi_aiven/azure_privatelink.py +49 -53
- pulumi_aiven/azure_privatelink_connection_approval.py +131 -33
- pulumi_aiven/azure_vpc_peering_connection.py +76 -72
- pulumi_aiven/billing_group.py +18 -18
- pulumi_aiven/cassandra.py +25 -57
- pulumi_aiven/cassandra_user.py +25 -29
- pulumi_aiven/clickhouse.py +25 -57
- pulumi_aiven/clickhouse_database.py +31 -33
- pulumi_aiven/clickhouse_grant.py +56 -58
- pulumi_aiven/clickhouse_role.py +23 -27
- pulumi_aiven/clickhouse_user.py +25 -29
- pulumi_aiven/connection_pool.py +38 -42
- pulumi_aiven/dragonfly.py +1205 -0
- pulumi_aiven/flink.py +32 -36
- pulumi_aiven/flink_application.py +22 -24
- pulumi_aiven/flink_application_deployment.py +28 -28
- pulumi_aiven/flink_application_version.py +96 -14
- pulumi_aiven/gcp_privatelink.py +40 -40
- pulumi_aiven/gcp_privatelink_connection_approval.py +47 -47
- pulumi_aiven/gcp_vpc_peering_connection.py +39 -43
- pulumi_aiven/get_account.py +0 -4
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +15 -19
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -27
- pulumi_aiven/get_azure_privatelink.py +17 -21
- pulumi_aiven/get_azure_vpc_peering_connection.py +50 -22
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +7 -24
- pulumi_aiven/get_cassandra.py +7 -24
- pulumi_aiven/get_cassandra_user.py +13 -17
- pulumi_aiven/get_clickhouse.py +7 -24
- pulumi_aiven/get_clickhouse_database.py +13 -17
- pulumi_aiven/get_clickhouse_user.py +13 -17
- pulumi_aiven/get_connection_pool.py +14 -18
- pulumi_aiven/get_dragonfly.py +450 -0
- pulumi_aiven/get_flink.py +6 -10
- pulumi_aiven/get_flink_application.py +8 -12
- pulumi_aiven/get_flink_application_version.py +8 -12
- pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -22
- pulumi_aiven/get_grafana.py +7 -24
- pulumi_aiven/get_kafka.py +13 -17
- pulumi_aiven/get_kafka_acl.py +19 -23
- pulumi_aiven/get_kafka_connect.py +7 -24
- pulumi_aiven/get_kafka_connector.py +13 -17
- pulumi_aiven/get_kafka_mirror_maker.py +7 -24
- pulumi_aiven/get_kafka_schema.py +13 -17
- pulumi_aiven/get_kafka_schema_configuration.py +11 -15
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +19 -23
- pulumi_aiven/get_kafka_user.py +13 -17
- pulumi_aiven/get_m3_aggregator.py +7 -24
- pulumi_aiven/get_m3_db.py +7 -24
- pulumi_aiven/get_m3db_user.py +13 -17
- pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
- pulumi_aiven/get_my_sql.py +7 -24
- pulumi_aiven/get_mysql_database.py +13 -17
- pulumi_aiven/get_mysql_user.py +13 -17
- pulumi_aiven/get_open_search.py +6 -10
- pulumi_aiven/get_open_search_acl_config.py +10 -14
- pulumi_aiven/get_open_search_acl_rule.py +16 -20
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
- pulumi_aiven/get_opensearch_user.py +13 -17
- pulumi_aiven/get_organization.py +8 -12
- pulumi_aiven/get_organization_user_group.py +29 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +6 -10
- pulumi_aiven/get_pg_database.py +15 -19
- pulumi_aiven/get_pg_user.py +13 -17
- pulumi_aiven/get_project.py +17 -21
- pulumi_aiven/get_project_user.py +9 -13
- pulumi_aiven/get_project_vpc.py +11 -17
- pulumi_aiven/get_redis.py +7 -24
- pulumi_aiven/get_redis_user.py +17 -21
- pulumi_aiven/get_service_component.py +4 -8
- pulumi_aiven/get_service_integration.py +75 -37
- pulumi_aiven/get_service_integration_endpoint.py +3 -7
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +11 -15
- pulumi_aiven/grafana.py +82 -267
- pulumi_aiven/influx_db.py +28 -28
- pulumi_aiven/influxdb_database.py +35 -35
- pulumi_aiven/influxdb_user.py +42 -42
- pulumi_aiven/kafka.py +50 -54
- pulumi_aiven/kafka_acl.py +41 -45
- pulumi_aiven/kafka_connect.py +80 -267
- pulumi_aiven/kafka_connector.py +33 -37
- pulumi_aiven/kafka_mirror_maker.py +80 -267
- pulumi_aiven/kafka_schema.py +51 -51
- pulumi_aiven/kafka_schema_configuration.py +20 -24
- pulumi_aiven/kafka_schema_registry_acl.py +75 -35
- pulumi_aiven/kafka_topic.py +91 -53
- pulumi_aiven/kafka_user.py +25 -29
- pulumi_aiven/m3_aggregator.py +80 -267
- pulumi_aiven/m3_db.py +80 -267
- pulumi_aiven/m3db_user.py +23 -27
- pulumi_aiven/mirror_maker_replication_flow.py +58 -60
- pulumi_aiven/my_sql.py +80 -267
- pulumi_aiven/mysql_database.py +27 -31
- pulumi_aiven/mysql_user.py +25 -29
- pulumi_aiven/open_search.py +27 -31
- pulumi_aiven/open_search_acl_config.py +28 -36
- pulumi_aiven/open_search_acl_rule.py +50 -54
- pulumi_aiven/opensearch_security_plugin_config.py +64 -16
- pulumi_aiven/opensearch_user.py +25 -29
- pulumi_aiven/organization.py +10 -14
- pulumi_aiven/organization_group_project.py +336 -0
- pulumi_aiven/organization_user.py +16 -34
- pulumi_aiven/organization_user_group.py +59 -23
- pulumi_aiven/organization_user_group_member.py +350 -0
- pulumi_aiven/organizational_unit.py +36 -36
- pulumi_aiven/outputs.py +3539 -1136
- pulumi_aiven/pg.py +30 -30
- pulumi_aiven/pg_database.py +41 -45
- pulumi_aiven/pg_user.py +25 -29
- pulumi_aiven/project.py +91 -69
- pulumi_aiven/project_user.py +24 -28
- pulumi_aiven/project_vpc.py +49 -25
- pulumi_aiven/redis.py +80 -267
- pulumi_aiven/redis_user.py +53 -57
- pulumi_aiven/service_integration.py +249 -65
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +25 -29
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.14.0.dist-info/RECORD +150 -0
- pulumi_aiven-6.13.0a1711027602.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/top_level.txt +0 -0
|
@@ -22,7 +22,7 @@ class GetM3AggregatorResult:
|
|
|
22
22
|
"""
|
|
23
23
|
A collection of values returned by getM3Aggregator.
|
|
24
24
|
"""
|
|
25
|
-
def __init__(__self__, additional_disk_space=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, m3aggregator_user_configs=None,
|
|
25
|
+
def __init__(__self__, additional_disk_space=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, m3aggregator_user_configs=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
|
|
26
26
|
if additional_disk_space and not isinstance(additional_disk_space, str):
|
|
27
27
|
raise TypeError("Expected argument 'additional_disk_space' to be a str")
|
|
28
28
|
pulumi.set(__self__, "additional_disk_space", additional_disk_space)
|
|
@@ -53,9 +53,6 @@ class GetM3AggregatorResult:
|
|
|
53
53
|
if m3aggregator_user_configs and not isinstance(m3aggregator_user_configs, list):
|
|
54
54
|
raise TypeError("Expected argument 'm3aggregator_user_configs' to be a list")
|
|
55
55
|
pulumi.set(__self__, "m3aggregator_user_configs", m3aggregator_user_configs)
|
|
56
|
-
if m3aggregators and not isinstance(m3aggregators, list):
|
|
57
|
-
raise TypeError("Expected argument 'm3aggregators' to be a list")
|
|
58
|
-
pulumi.set(__self__, "m3aggregators", m3aggregators)
|
|
59
56
|
if maintenance_window_dow and not isinstance(maintenance_window_dow, str):
|
|
60
57
|
raise TypeError("Expected argument 'maintenance_window_dow' to be a str")
|
|
61
58
|
pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
|
|
@@ -191,14 +188,6 @@ class GetM3AggregatorResult:
|
|
|
191
188
|
"""
|
|
192
189
|
return pulumi.get(self, "m3aggregator_user_configs")
|
|
193
190
|
|
|
194
|
-
@property
|
|
195
|
-
@pulumi.getter
|
|
196
|
-
def m3aggregators(self) -> Sequence['outputs.GetM3AggregatorM3aggregatorResult']:
|
|
197
|
-
"""
|
|
198
|
-
M3 aggregator specific server provided values
|
|
199
|
-
"""
|
|
200
|
-
return pulumi.get(self, "m3aggregators")
|
|
201
|
-
|
|
202
191
|
@property
|
|
203
192
|
@pulumi.getter(name="maintenanceWindowDow")
|
|
204
193
|
def maintenance_window_dow(self) -> str:
|
|
@@ -227,7 +216,7 @@ class GetM3AggregatorResult:
|
|
|
227
216
|
@pulumi.getter
|
|
228
217
|
def project(self) -> str:
|
|
229
218
|
"""
|
|
230
|
-
|
|
219
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
231
220
|
"""
|
|
232
221
|
return pulumi.get(self, "project")
|
|
233
222
|
|
|
@@ -331,7 +320,7 @@ class GetM3AggregatorResult:
|
|
|
331
320
|
@pulumi.getter(name="techEmails")
|
|
332
321
|
def tech_emails(self) -> Sequence['outputs.GetM3AggregatorTechEmailResult']:
|
|
333
322
|
"""
|
|
334
|
-
|
|
323
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
335
324
|
"""
|
|
336
325
|
return pulumi.get(self, "tech_emails")
|
|
337
326
|
|
|
@@ -360,7 +349,6 @@ class AwaitableGetM3AggregatorResult(GetM3AggregatorResult):
|
|
|
360
349
|
disk_space_used=self.disk_space_used,
|
|
361
350
|
id=self.id,
|
|
362
351
|
m3aggregator_user_configs=self.m3aggregator_user_configs,
|
|
363
|
-
m3aggregators=self.m3aggregators,
|
|
364
352
|
maintenance_window_dow=self.maintenance_window_dow,
|
|
365
353
|
maintenance_window_time=self.maintenance_window_time,
|
|
366
354
|
plan=self.plan,
|
|
@@ -389,18 +377,16 @@ def get_m3_aggregator(project: Optional[str] = None,
|
|
|
389
377
|
|
|
390
378
|
## Example Usage
|
|
391
379
|
|
|
392
|
-
<!--Start PulumiCodeChooser -->
|
|
393
380
|
```python
|
|
394
381
|
import pulumi
|
|
395
382
|
import pulumi_aiven as aiven
|
|
396
383
|
|
|
397
|
-
m3a = aiven.get_m3_aggregator(project=
|
|
384
|
+
m3a = aiven.get_m3_aggregator(project=foo["project"],
|
|
398
385
|
service_name="my-m3a")
|
|
399
386
|
```
|
|
400
|
-
<!--End PulumiCodeChooser -->
|
|
401
387
|
|
|
402
388
|
|
|
403
|
-
:param str project:
|
|
389
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
404
390
|
: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.
|
|
405
391
|
"""
|
|
406
392
|
__args__ = dict()
|
|
@@ -420,7 +406,6 @@ def get_m3_aggregator(project: Optional[str] = None,
|
|
|
420
406
|
disk_space_used=pulumi.get(__ret__, 'disk_space_used'),
|
|
421
407
|
id=pulumi.get(__ret__, 'id'),
|
|
422
408
|
m3aggregator_user_configs=pulumi.get(__ret__, 'm3aggregator_user_configs'),
|
|
423
|
-
m3aggregators=pulumi.get(__ret__, 'm3aggregators'),
|
|
424
409
|
maintenance_window_dow=pulumi.get(__ret__, 'maintenance_window_dow'),
|
|
425
410
|
maintenance_window_time=pulumi.get(__ret__, 'maintenance_window_time'),
|
|
426
411
|
plan=pulumi.get(__ret__, 'plan'),
|
|
@@ -450,18 +435,16 @@ def get_m3_aggregator_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
450
435
|
|
|
451
436
|
## Example Usage
|
|
452
437
|
|
|
453
|
-
<!--Start PulumiCodeChooser -->
|
|
454
438
|
```python
|
|
455
439
|
import pulumi
|
|
456
440
|
import pulumi_aiven as aiven
|
|
457
441
|
|
|
458
|
-
m3a = aiven.get_m3_aggregator(project=
|
|
442
|
+
m3a = aiven.get_m3_aggregator(project=foo["project"],
|
|
459
443
|
service_name="my-m3a")
|
|
460
444
|
```
|
|
461
|
-
<!--End PulumiCodeChooser -->
|
|
462
445
|
|
|
463
446
|
|
|
464
|
-
:param str project:
|
|
447
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
465
448
|
: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.
|
|
466
449
|
"""
|
|
467
450
|
...
|
pulumi_aiven/get_m3_db.py
CHANGED
|
@@ -22,7 +22,7 @@ class GetM3DbResult:
|
|
|
22
22
|
"""
|
|
23
23
|
A collection of values returned by getM3Db.
|
|
24
24
|
"""
|
|
25
|
-
def __init__(__self__, additional_disk_space=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, m3db_user_configs=None,
|
|
25
|
+
def __init__(__self__, additional_disk_space=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, m3db_user_configs=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
|
|
26
26
|
if additional_disk_space and not isinstance(additional_disk_space, str):
|
|
27
27
|
raise TypeError("Expected argument 'additional_disk_space' to be a str")
|
|
28
28
|
pulumi.set(__self__, "additional_disk_space", additional_disk_space)
|
|
@@ -53,9 +53,6 @@ class GetM3DbResult:
|
|
|
53
53
|
if m3db_user_configs and not isinstance(m3db_user_configs, list):
|
|
54
54
|
raise TypeError("Expected argument 'm3db_user_configs' to be a list")
|
|
55
55
|
pulumi.set(__self__, "m3db_user_configs", m3db_user_configs)
|
|
56
|
-
if m3dbs and not isinstance(m3dbs, list):
|
|
57
|
-
raise TypeError("Expected argument 'm3dbs' to be a list")
|
|
58
|
-
pulumi.set(__self__, "m3dbs", m3dbs)
|
|
59
56
|
if maintenance_window_dow and not isinstance(maintenance_window_dow, str):
|
|
60
57
|
raise TypeError("Expected argument 'maintenance_window_dow' to be a str")
|
|
61
58
|
pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
|
|
@@ -191,14 +188,6 @@ class GetM3DbResult:
|
|
|
191
188
|
"""
|
|
192
189
|
return pulumi.get(self, "m3db_user_configs")
|
|
193
190
|
|
|
194
|
-
@property
|
|
195
|
-
@pulumi.getter
|
|
196
|
-
def m3dbs(self) -> Sequence['outputs.GetM3DbM3dbResult']:
|
|
197
|
-
"""
|
|
198
|
-
M3 specific server provided values
|
|
199
|
-
"""
|
|
200
|
-
return pulumi.get(self, "m3dbs")
|
|
201
|
-
|
|
202
191
|
@property
|
|
203
192
|
@pulumi.getter(name="maintenanceWindowDow")
|
|
204
193
|
def maintenance_window_dow(self) -> str:
|
|
@@ -227,7 +216,7 @@ class GetM3DbResult:
|
|
|
227
216
|
@pulumi.getter
|
|
228
217
|
def project(self) -> str:
|
|
229
218
|
"""
|
|
230
|
-
|
|
219
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
231
220
|
"""
|
|
232
221
|
return pulumi.get(self, "project")
|
|
233
222
|
|
|
@@ -331,7 +320,7 @@ class GetM3DbResult:
|
|
|
331
320
|
@pulumi.getter(name="techEmails")
|
|
332
321
|
def tech_emails(self) -> Sequence['outputs.GetM3DbTechEmailResult']:
|
|
333
322
|
"""
|
|
334
|
-
|
|
323
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
335
324
|
"""
|
|
336
325
|
return pulumi.get(self, "tech_emails")
|
|
337
326
|
|
|
@@ -360,7 +349,6 @@ class AwaitableGetM3DbResult(GetM3DbResult):
|
|
|
360
349
|
disk_space_used=self.disk_space_used,
|
|
361
350
|
id=self.id,
|
|
362
351
|
m3db_user_configs=self.m3db_user_configs,
|
|
363
|
-
m3dbs=self.m3dbs,
|
|
364
352
|
maintenance_window_dow=self.maintenance_window_dow,
|
|
365
353
|
maintenance_window_time=self.maintenance_window_time,
|
|
366
354
|
plan=self.plan,
|
|
@@ -389,18 +377,16 @@ def get_m3_db(project: Optional[str] = None,
|
|
|
389
377
|
|
|
390
378
|
## Example Usage
|
|
391
379
|
|
|
392
|
-
<!--Start PulumiCodeChooser -->
|
|
393
380
|
```python
|
|
394
381
|
import pulumi
|
|
395
382
|
import pulumi_aiven as aiven
|
|
396
383
|
|
|
397
|
-
m3 = aiven.get_m3_db(project=
|
|
384
|
+
m3 = aiven.get_m3_db(project=foo["project"],
|
|
398
385
|
service_name="my-m3db")
|
|
399
386
|
```
|
|
400
|
-
<!--End PulumiCodeChooser -->
|
|
401
387
|
|
|
402
388
|
|
|
403
|
-
:param str project:
|
|
389
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
404
390
|
: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.
|
|
405
391
|
"""
|
|
406
392
|
__args__ = dict()
|
|
@@ -420,7 +406,6 @@ def get_m3_db(project: Optional[str] = None,
|
|
|
420
406
|
disk_space_used=pulumi.get(__ret__, 'disk_space_used'),
|
|
421
407
|
id=pulumi.get(__ret__, 'id'),
|
|
422
408
|
m3db_user_configs=pulumi.get(__ret__, 'm3db_user_configs'),
|
|
423
|
-
m3dbs=pulumi.get(__ret__, 'm3dbs'),
|
|
424
409
|
maintenance_window_dow=pulumi.get(__ret__, 'maintenance_window_dow'),
|
|
425
410
|
maintenance_window_time=pulumi.get(__ret__, 'maintenance_window_time'),
|
|
426
411
|
plan=pulumi.get(__ret__, 'plan'),
|
|
@@ -450,18 +435,16 @@ def get_m3_db_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
450
435
|
|
|
451
436
|
## Example Usage
|
|
452
437
|
|
|
453
|
-
<!--Start PulumiCodeChooser -->
|
|
454
438
|
```python
|
|
455
439
|
import pulumi
|
|
456
440
|
import pulumi_aiven as aiven
|
|
457
441
|
|
|
458
|
-
m3 = aiven.get_m3_db(project=
|
|
442
|
+
m3 = aiven.get_m3_db(project=foo["project"],
|
|
459
443
|
service_name="my-m3db")
|
|
460
444
|
```
|
|
461
|
-
<!--End PulumiCodeChooser -->
|
|
462
445
|
|
|
463
446
|
|
|
464
|
-
:param str project:
|
|
447
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
465
448
|
: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.
|
|
466
449
|
"""
|
|
467
450
|
...
|
pulumi_aiven/get_m3db_user.py
CHANGED
|
@@ -61,7 +61,7 @@ class GetM3dbUserResult:
|
|
|
61
61
|
@pulumi.getter
|
|
62
62
|
def project(self) -> str:
|
|
63
63
|
"""
|
|
64
|
-
|
|
64
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
65
65
|
"""
|
|
66
66
|
return pulumi.get(self, "project")
|
|
67
67
|
|
|
@@ -69,7 +69,7 @@ class GetM3dbUserResult:
|
|
|
69
69
|
@pulumi.getter(name="serviceName")
|
|
70
70
|
def service_name(self) -> str:
|
|
71
71
|
"""
|
|
72
|
-
|
|
72
|
+
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.
|
|
73
73
|
"""
|
|
74
74
|
return pulumi.get(self, "service_name")
|
|
75
75
|
|
|
@@ -85,7 +85,7 @@ class GetM3dbUserResult:
|
|
|
85
85
|
@pulumi.getter
|
|
86
86
|
def username(self) -> str:
|
|
87
87
|
"""
|
|
88
|
-
The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference.
|
|
88
|
+
The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
89
89
|
"""
|
|
90
90
|
return pulumi.get(self, "username")
|
|
91
91
|
|
|
@@ -113,21 +113,19 @@ def get_m3db_user(project: Optional[str] = None,
|
|
|
113
113
|
|
|
114
114
|
## Example Usage
|
|
115
115
|
|
|
116
|
-
<!--Start PulumiCodeChooser -->
|
|
117
116
|
```python
|
|
118
117
|
import pulumi
|
|
119
118
|
import pulumi_aiven as aiven
|
|
120
119
|
|
|
121
|
-
user = aiven.get_m3db_user(
|
|
122
|
-
|
|
120
|
+
user = aiven.get_m3db_user(service_name="my-service",
|
|
121
|
+
project="my-project",
|
|
123
122
|
username="user1")
|
|
124
123
|
```
|
|
125
|
-
<!--End PulumiCodeChooser -->
|
|
126
124
|
|
|
127
125
|
|
|
128
|
-
:param str project:
|
|
129
|
-
:param str service_name:
|
|
130
|
-
:param str username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference.
|
|
126
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
127
|
+
:param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
128
|
+
:param str username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
131
129
|
"""
|
|
132
130
|
__args__ = dict()
|
|
133
131
|
__args__['project'] = project
|
|
@@ -155,20 +153,18 @@ def get_m3db_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
155
153
|
|
|
156
154
|
## Example Usage
|
|
157
155
|
|
|
158
|
-
<!--Start PulumiCodeChooser -->
|
|
159
156
|
```python
|
|
160
157
|
import pulumi
|
|
161
158
|
import pulumi_aiven as aiven
|
|
162
159
|
|
|
163
|
-
user = aiven.get_m3db_user(
|
|
164
|
-
|
|
160
|
+
user = aiven.get_m3db_user(service_name="my-service",
|
|
161
|
+
project="my-project",
|
|
165
162
|
username="user1")
|
|
166
163
|
```
|
|
167
|
-
<!--End PulumiCodeChooser -->
|
|
168
164
|
|
|
169
165
|
|
|
170
|
-
:param str project:
|
|
171
|
-
:param str service_name:
|
|
172
|
-
:param str username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference.
|
|
166
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
167
|
+
:param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
168
|
+
:param str username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
173
169
|
"""
|
|
174
170
|
...
|
|
@@ -109,7 +109,7 @@ class GetMirrorMakerReplicationFlowResult:
|
|
|
109
109
|
@pulumi.getter
|
|
110
110
|
def project(self) -> str:
|
|
111
111
|
"""
|
|
112
|
-
|
|
112
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
113
113
|
"""
|
|
114
114
|
return pulumi.get(self, "project")
|
|
115
115
|
|
|
@@ -125,7 +125,7 @@ class GetMirrorMakerReplicationFlowResult:
|
|
|
125
125
|
@pulumi.getter(name="serviceName")
|
|
126
126
|
def service_name(self) -> str:
|
|
127
127
|
"""
|
|
128
|
-
|
|
128
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
129
129
|
"""
|
|
130
130
|
return pulumi.get(self, "service_name")
|
|
131
131
|
|
|
@@ -210,21 +210,19 @@ def get_mirror_maker_replication_flow(project: Optional[str] = None,
|
|
|
210
210
|
|
|
211
211
|
## Example Usage
|
|
212
212
|
|
|
213
|
-
<!--Start PulumiCodeChooser -->
|
|
214
213
|
```python
|
|
215
214
|
import pulumi
|
|
216
215
|
import pulumi_aiven as aiven
|
|
217
216
|
|
|
218
|
-
f1 = aiven.get_mirror_maker_replication_flow(project=
|
|
219
|
-
service_name=
|
|
220
|
-
source_cluster=
|
|
221
|
-
target_cluster=
|
|
217
|
+
f1 = aiven.get_mirror_maker_replication_flow(project=kafka_mm_project1["project"],
|
|
218
|
+
service_name=mm["serviceName"],
|
|
219
|
+
source_cluster=source["serviceName"],
|
|
220
|
+
target_cluster=target["serviceName"])
|
|
222
221
|
```
|
|
223
|
-
<!--End PulumiCodeChooser -->
|
|
224
222
|
|
|
225
223
|
|
|
226
|
-
:param str project:
|
|
227
|
-
:param str service_name:
|
|
224
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
225
|
+
:param str service_name: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
228
226
|
:param str source_cluster: Source cluster alias. Maximum length: `128`.
|
|
229
227
|
:param str target_cluster: Target cluster alias. Maximum length: `128`.
|
|
230
228
|
"""
|
|
@@ -264,21 +262,19 @@ def get_mirror_maker_replication_flow_output(project: Optional[pulumi.Input[str]
|
|
|
264
262
|
|
|
265
263
|
## Example Usage
|
|
266
264
|
|
|
267
|
-
<!--Start PulumiCodeChooser -->
|
|
268
265
|
```python
|
|
269
266
|
import pulumi
|
|
270
267
|
import pulumi_aiven as aiven
|
|
271
268
|
|
|
272
|
-
f1 = aiven.get_mirror_maker_replication_flow(project=
|
|
273
|
-
service_name=
|
|
274
|
-
source_cluster=
|
|
275
|
-
target_cluster=
|
|
269
|
+
f1 = aiven.get_mirror_maker_replication_flow(project=kafka_mm_project1["project"],
|
|
270
|
+
service_name=mm["serviceName"],
|
|
271
|
+
source_cluster=source["serviceName"],
|
|
272
|
+
target_cluster=target["serviceName"])
|
|
276
273
|
```
|
|
277
|
-
<!--End PulumiCodeChooser -->
|
|
278
274
|
|
|
279
275
|
|
|
280
|
-
:param str project:
|
|
281
|
-
:param str service_name:
|
|
276
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
277
|
+
:param str service_name: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
282
278
|
:param str source_cluster: Source cluster alias. Maximum length: `128`.
|
|
283
279
|
:param str target_cluster: Target cluster alias. Maximum length: `128`.
|
|
284
280
|
"""
|
pulumi_aiven/get_my_sql.py
CHANGED
|
@@ -22,7 +22,7 @@ class GetMySqlResult:
|
|
|
22
22
|
"""
|
|
23
23
|
A collection of values returned by getMySql.
|
|
24
24
|
"""
|
|
25
|
-
def __init__(__self__, additional_disk_space=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, maintenance_window_dow=None, maintenance_window_time=None, mysql_user_configs=None,
|
|
25
|
+
def __init__(__self__, additional_disk_space=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, maintenance_window_dow=None, maintenance_window_time=None, mysql_user_configs=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
|
|
26
26
|
if additional_disk_space and not isinstance(additional_disk_space, str):
|
|
27
27
|
raise TypeError("Expected argument 'additional_disk_space' to be a str")
|
|
28
28
|
pulumi.set(__self__, "additional_disk_space", additional_disk_space)
|
|
@@ -59,9 +59,6 @@ class GetMySqlResult:
|
|
|
59
59
|
if mysql_user_configs and not isinstance(mysql_user_configs, list):
|
|
60
60
|
raise TypeError("Expected argument 'mysql_user_configs' to be a list")
|
|
61
61
|
pulumi.set(__self__, "mysql_user_configs", mysql_user_configs)
|
|
62
|
-
if mysqls and not isinstance(mysqls, list):
|
|
63
|
-
raise TypeError("Expected argument 'mysqls' to be a list")
|
|
64
|
-
pulumi.set(__self__, "mysqls", mysqls)
|
|
65
62
|
if plan and not isinstance(plan, str):
|
|
66
63
|
raise TypeError("Expected argument 'plan' to be a str")
|
|
67
64
|
pulumi.set(__self__, "plan", plan)
|
|
@@ -207,14 +204,6 @@ class GetMySqlResult:
|
|
|
207
204
|
"""
|
|
208
205
|
return pulumi.get(self, "mysql_user_configs")
|
|
209
206
|
|
|
210
|
-
@property
|
|
211
|
-
@pulumi.getter
|
|
212
|
-
def mysqls(self) -> Sequence['outputs.GetMySqlMysqlResult']:
|
|
213
|
-
"""
|
|
214
|
-
MySQL specific server provided values
|
|
215
|
-
"""
|
|
216
|
-
return pulumi.get(self, "mysqls")
|
|
217
|
-
|
|
218
207
|
@property
|
|
219
208
|
@pulumi.getter
|
|
220
209
|
def plan(self) -> str:
|
|
@@ -227,7 +216,7 @@ class GetMySqlResult:
|
|
|
227
216
|
@pulumi.getter
|
|
228
217
|
def project(self) -> str:
|
|
229
218
|
"""
|
|
230
|
-
|
|
219
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
231
220
|
"""
|
|
232
221
|
return pulumi.get(self, "project")
|
|
233
222
|
|
|
@@ -331,7 +320,7 @@ class GetMySqlResult:
|
|
|
331
320
|
@pulumi.getter(name="techEmails")
|
|
332
321
|
def tech_emails(self) -> Sequence['outputs.GetMySqlTechEmailResult']:
|
|
333
322
|
"""
|
|
334
|
-
|
|
323
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
335
324
|
"""
|
|
336
325
|
return pulumi.get(self, "tech_emails")
|
|
337
326
|
|
|
@@ -362,7 +351,6 @@ class AwaitableGetMySqlResult(GetMySqlResult):
|
|
|
362
351
|
maintenance_window_dow=self.maintenance_window_dow,
|
|
363
352
|
maintenance_window_time=self.maintenance_window_time,
|
|
364
353
|
mysql_user_configs=self.mysql_user_configs,
|
|
365
|
-
mysqls=self.mysqls,
|
|
366
354
|
plan=self.plan,
|
|
367
355
|
project=self.project,
|
|
368
356
|
project_vpc_id=self.project_vpc_id,
|
|
@@ -389,18 +377,16 @@ def get_my_sql(project: Optional[str] = None,
|
|
|
389
377
|
|
|
390
378
|
## Example Usage
|
|
391
379
|
|
|
392
|
-
<!--Start PulumiCodeChooser -->
|
|
393
380
|
```python
|
|
394
381
|
import pulumi
|
|
395
382
|
import pulumi_aiven as aiven
|
|
396
383
|
|
|
397
|
-
mysql1 = aiven.get_my_sql(project=
|
|
384
|
+
mysql1 = aiven.get_my_sql(project=foo["project"],
|
|
398
385
|
service_name="my-mysql1")
|
|
399
386
|
```
|
|
400
|
-
<!--End PulumiCodeChooser -->
|
|
401
387
|
|
|
402
388
|
|
|
403
|
-
:param str project:
|
|
389
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
404
390
|
: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.
|
|
405
391
|
"""
|
|
406
392
|
__args__ = dict()
|
|
@@ -422,7 +408,6 @@ def get_my_sql(project: Optional[str] = None,
|
|
|
422
408
|
maintenance_window_dow=pulumi.get(__ret__, 'maintenance_window_dow'),
|
|
423
409
|
maintenance_window_time=pulumi.get(__ret__, 'maintenance_window_time'),
|
|
424
410
|
mysql_user_configs=pulumi.get(__ret__, 'mysql_user_configs'),
|
|
425
|
-
mysqls=pulumi.get(__ret__, 'mysqls'),
|
|
426
411
|
plan=pulumi.get(__ret__, 'plan'),
|
|
427
412
|
project=pulumi.get(__ret__, 'project'),
|
|
428
413
|
project_vpc_id=pulumi.get(__ret__, 'project_vpc_id'),
|
|
@@ -450,18 +435,16 @@ def get_my_sql_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
450
435
|
|
|
451
436
|
## Example Usage
|
|
452
437
|
|
|
453
|
-
<!--Start PulumiCodeChooser -->
|
|
454
438
|
```python
|
|
455
439
|
import pulumi
|
|
456
440
|
import pulumi_aiven as aiven
|
|
457
441
|
|
|
458
|
-
mysql1 = aiven.get_my_sql(project=
|
|
442
|
+
mysql1 = aiven.get_my_sql(project=foo["project"],
|
|
459
443
|
service_name="my-mysql1")
|
|
460
444
|
```
|
|
461
|
-
<!--End PulumiCodeChooser -->
|
|
462
445
|
|
|
463
446
|
|
|
464
|
-
:param str project:
|
|
447
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
465
448
|
: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.
|
|
466
449
|
"""
|
|
467
450
|
...
|
|
@@ -42,7 +42,7 @@ class GetMysqlDatabaseResult:
|
|
|
42
42
|
@pulumi.getter(name="databaseName")
|
|
43
43
|
def database_name(self) -> str:
|
|
44
44
|
"""
|
|
45
|
-
The name of the service database.
|
|
45
|
+
The name of the service database. Changing this property forces recreation of the resource.
|
|
46
46
|
"""
|
|
47
47
|
return pulumi.get(self, "database_name")
|
|
48
48
|
|
|
@@ -58,7 +58,7 @@ class GetMysqlDatabaseResult:
|
|
|
58
58
|
@pulumi.getter
|
|
59
59
|
def project(self) -> str:
|
|
60
60
|
"""
|
|
61
|
-
|
|
61
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
62
62
|
"""
|
|
63
63
|
return pulumi.get(self, "project")
|
|
64
64
|
|
|
@@ -66,7 +66,7 @@ class GetMysqlDatabaseResult:
|
|
|
66
66
|
@pulumi.getter(name="serviceName")
|
|
67
67
|
def service_name(self) -> str:
|
|
68
68
|
"""
|
|
69
|
-
|
|
69
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
70
70
|
"""
|
|
71
71
|
return pulumi.get(self, "service_name")
|
|
72
72
|
|
|
@@ -98,21 +98,19 @@ def get_mysql_database(database_name: Optional[str] = None,
|
|
|
98
98
|
|
|
99
99
|
## Example Usage
|
|
100
100
|
|
|
101
|
-
<!--Start PulumiCodeChooser -->
|
|
102
101
|
```python
|
|
103
102
|
import pulumi
|
|
104
103
|
import pulumi_aiven as aiven
|
|
105
104
|
|
|
106
|
-
mydatabase = aiven.get_mysql_database(project=
|
|
107
|
-
service_name=
|
|
105
|
+
mydatabase = aiven.get_mysql_database(project=myproject["project"],
|
|
106
|
+
service_name=mymysql["serviceName"],
|
|
108
107
|
database_name="<DATABASE_NAME>")
|
|
109
108
|
```
|
|
110
|
-
<!--End PulumiCodeChooser -->
|
|
111
109
|
|
|
112
110
|
|
|
113
|
-
:param str database_name: The name of the service database.
|
|
114
|
-
:param str project:
|
|
115
|
-
:param str service_name:
|
|
111
|
+
:param str database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
112
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
113
|
+
:param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
116
114
|
"""
|
|
117
115
|
__args__ = dict()
|
|
118
116
|
__args__['databaseName'] = database_name
|
|
@@ -139,20 +137,18 @@ def get_mysql_database_output(database_name: Optional[pulumi.Input[str]] = None,
|
|
|
139
137
|
|
|
140
138
|
## Example Usage
|
|
141
139
|
|
|
142
|
-
<!--Start PulumiCodeChooser -->
|
|
143
140
|
```python
|
|
144
141
|
import pulumi
|
|
145
142
|
import pulumi_aiven as aiven
|
|
146
143
|
|
|
147
|
-
mydatabase = aiven.get_mysql_database(project=
|
|
148
|
-
service_name=
|
|
144
|
+
mydatabase = aiven.get_mysql_database(project=myproject["project"],
|
|
145
|
+
service_name=mymysql["serviceName"],
|
|
149
146
|
database_name="<DATABASE_NAME>")
|
|
150
147
|
```
|
|
151
|
-
<!--End PulumiCodeChooser -->
|
|
152
148
|
|
|
153
149
|
|
|
154
|
-
:param str database_name: The name of the service database.
|
|
155
|
-
:param str project:
|
|
156
|
-
:param str service_name:
|
|
150
|
+
:param str database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
151
|
+
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
152
|
+
:param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
157
153
|
"""
|
|
158
154
|
...
|