pulumi-aiven 6.13.0a1711361534__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/_inputs.py +200 -262
- pulumi_aiven/account.py +2 -6
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team.py +6 -6
- pulumi_aiven/account_team_member.py +6 -10
- pulumi_aiven/account_team_project.py +12 -12
- pulumi_aiven/aws_privatelink.py +18 -22
- pulumi_aiven/aws_vpc_peering_connection.py +8 -12
- pulumi_aiven/azure_privatelink.py +18 -22
- pulumi_aiven/azure_privatelink_connection_approval.py +112 -14
- pulumi_aiven/azure_vpc_peering_connection.py +6 -10
- pulumi_aiven/billing_group.py +18 -18
- pulumi_aiven/cassandra.py +25 -57
- pulumi_aiven/cassandra_user.py +18 -22
- pulumi_aiven/clickhouse.py +25 -57
- pulumi_aiven/clickhouse_database.py +24 -26
- pulumi_aiven/clickhouse_grant.py +35 -37
- pulumi_aiven/clickhouse_role.py +16 -20
- pulumi_aiven/clickhouse_user.py +18 -22
- pulumi_aiven/connection_pool.py +24 -28
- pulumi_aiven/dragonfly.py +124 -263
- pulumi_aiven/flink.py +32 -36
- pulumi_aiven/flink_application.py +22 -24
- pulumi_aiven/flink_application_deployment.py +21 -21
- pulumi_aiven/flink_application_version.py +96 -14
- pulumi_aiven/gcp_privatelink.py +21 -21
- pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
- pulumi_aiven/gcp_vpc_peering_connection.py +4 -8
- pulumi_aiven/get_account.py +0 -4
- pulumi_aiven/get_aws_privatelink.py +10 -14
- pulumi_aiven/get_aws_vpc_peering_connection.py +6 -10
- pulumi_aiven/get_azure_privatelink.py +10 -14
- pulumi_aiven/get_azure_vpc_peering_connection.py +2 -6
- 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 +10 -14
- pulumi_aiven/get_clickhouse.py +7 -24
- pulumi_aiven/get_clickhouse_database.py +10 -14
- pulumi_aiven/get_clickhouse_user.py +10 -14
- pulumi_aiven/get_connection_pool.py +10 -14
- pulumi_aiven/get_dragonfly.py +27 -20
- 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 +2 -6
- pulumi_aiven/get_grafana.py +7 -24
- pulumi_aiven/get_kafka.py +13 -17
- pulumi_aiven/get_kafka_acl.py +10 -14
- pulumi_aiven/get_kafka_connect.py +7 -24
- pulumi_aiven/get_kafka_connector.py +10 -14
- pulumi_aiven/get_kafka_mirror_maker.py +7 -24
- pulumi_aiven/get_kafka_schema.py +10 -14
- pulumi_aiven/get_kafka_schema_configuration.py +10 -14
- pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
- pulumi_aiven/get_kafka_topic.py +16 -20
- pulumi_aiven/get_kafka_user.py +10 -14
- pulumi_aiven/get_m3_aggregator.py +7 -24
- pulumi_aiven/get_m3_db.py +7 -24
- pulumi_aiven/get_m3db_user.py +10 -14
- pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
- pulumi_aiven/get_my_sql.py +7 -24
- pulumi_aiven/get_mysql_database.py +10 -14
- pulumi_aiven/get_mysql_user.py +10 -14
- 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 +10 -14
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
- pulumi_aiven/get_opensearch_user.py +10 -14
- pulumi_aiven/get_organization.py +0 -4
- pulumi_aiven/get_organization_user_group.py +2 -6
- pulumi_aiven/get_pg.py +6 -10
- pulumi_aiven/get_pg_database.py +10 -14
- pulumi_aiven/get_pg_user.py +10 -14
- pulumi_aiven/get_project.py +17 -21
- pulumi_aiven/get_project_user.py +9 -13
- pulumi_aiven/get_project_vpc.py +2 -6
- pulumi_aiven/get_redis.py +7 -24
- pulumi_aiven/get_redis_user.py +10 -14
- pulumi_aiven/get_service_component.py +4 -8
- pulumi_aiven/get_service_integration.py +19 -33
- pulumi_aiven/get_service_integration_endpoint.py +2 -6
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +2 -6
- pulumi_aiven/grafana.py +82 -267
- pulumi_aiven/influx_db.py +21 -21
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +21 -21
- pulumi_aiven/kafka.py +50 -54
- pulumi_aiven/kafka_acl.py +20 -24
- pulumi_aiven/kafka_connect.py +80 -267
- pulumi_aiven/kafka_connector.py +26 -30
- pulumi_aiven/kafka_mirror_maker.py +80 -267
- pulumi_aiven/kafka_schema.py +18 -22
- pulumi_aiven/kafka_schema_configuration.py +20 -24
- pulumi_aiven/kafka_schema_registry_acl.py +54 -14
- pulumi_aiven/kafka_topic.py +84 -46
- pulumi_aiven/kafka_user.py +18 -22
- pulumi_aiven/m3_aggregator.py +80 -267
- pulumi_aiven/m3_db.py +80 -267
- pulumi_aiven/m3db_user.py +16 -20
- pulumi_aiven/mirror_maker_replication_flow.py +22 -26
- pulumi_aiven/my_sql.py +80 -267
- pulumi_aiven/mysql_database.py +20 -24
- pulumi_aiven/mysql_user.py +18 -22
- pulumi_aiven/open_search.py +27 -31
- pulumi_aiven/open_search_acl_config.py +28 -36
- pulumi_aiven/open_search_acl_rule.py +36 -40
- pulumi_aiven/opensearch_security_plugin_config.py +28 -32
- pulumi_aiven/opensearch_user.py +18 -22
- pulumi_aiven/organization.py +2 -6
- pulumi_aiven/organization_group_project.py +46 -0
- pulumi_aiven/organization_user.py +2 -20
- pulumi_aiven/organization_user_group.py +4 -6
- pulumi_aiven/organization_user_group_member.py +8 -10
- pulumi_aiven/organizational_unit.py +6 -6
- pulumi_aiven/outputs.py +271 -390
- pulumi_aiven/pg.py +30 -30
- pulumi_aiven/pg_database.py +20 -24
- pulumi_aiven/pg_user.py +18 -22
- pulumi_aiven/project.py +75 -79
- pulumi_aiven/project_user.py +24 -28
- pulumi_aiven/project_vpc.py +31 -7
- pulumi_aiven/redis.py +80 -267
- pulumi_aiven/redis_user.py +18 -22
- pulumi_aiven/service_integration.py +54 -58
- pulumi_aiven/static_ip.py +7 -7
- pulumi_aiven/transit_gateway_vpc_attachment.py +4 -8
- {pulumi_aiven-6.13.0a1711361534.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.0a1711361534.dist-info/RECORD +0 -150
- {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/top_level.txt +0 -0
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
|
...
|
|
@@ -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
111
|
:param str database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
114
|
-
:param str project:
|
|
115
|
-
:param str service_name:
|
|
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
150
|
:param str database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
155
|
-
:param str project:
|
|
156
|
-
:param str service_name:
|
|
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
|
...
|
pulumi_aiven/get_mysql_user.py
CHANGED
|
@@ -94,7 +94,7 @@ class GetMysqlUserResult:
|
|
|
94
94
|
@pulumi.getter
|
|
95
95
|
def project(self) -> str:
|
|
96
96
|
"""
|
|
97
|
-
|
|
97
|
+
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.
|
|
98
98
|
"""
|
|
99
99
|
return pulumi.get(self, "project")
|
|
100
100
|
|
|
@@ -102,7 +102,7 @@ class GetMysqlUserResult:
|
|
|
102
102
|
@pulumi.getter(name="serviceName")
|
|
103
103
|
def service_name(self) -> str:
|
|
104
104
|
"""
|
|
105
|
-
|
|
105
|
+
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.
|
|
106
106
|
"""
|
|
107
107
|
return pulumi.get(self, "service_name")
|
|
108
108
|
|
|
@@ -149,20 +149,18 @@ def get_mysql_user(project: Optional[str] = None,
|
|
|
149
149
|
|
|
150
150
|
## Example Usage
|
|
151
151
|
|
|
152
|
-
<!--Start PulumiCodeChooser -->
|
|
153
152
|
```python
|
|
154
153
|
import pulumi
|
|
155
154
|
import pulumi_aiven as aiven
|
|
156
155
|
|
|
157
|
-
user = aiven.get_mysql_user(
|
|
158
|
-
|
|
156
|
+
user = aiven.get_mysql_user(service_name="my-service",
|
|
157
|
+
project="my-project",
|
|
159
158
|
username="user1")
|
|
160
159
|
```
|
|
161
|
-
<!--End PulumiCodeChooser -->
|
|
162
160
|
|
|
163
161
|
|
|
164
|
-
:param str project:
|
|
165
|
-
:param str service_name:
|
|
162
|
+
: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.
|
|
163
|
+
: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.
|
|
166
164
|
:param str username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
167
165
|
"""
|
|
168
166
|
__args__ = dict()
|
|
@@ -194,20 +192,18 @@ def get_mysql_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
194
192
|
|
|
195
193
|
## Example Usage
|
|
196
194
|
|
|
197
|
-
<!--Start PulumiCodeChooser -->
|
|
198
195
|
```python
|
|
199
196
|
import pulumi
|
|
200
197
|
import pulumi_aiven as aiven
|
|
201
198
|
|
|
202
|
-
user = aiven.get_mysql_user(
|
|
203
|
-
|
|
199
|
+
user = aiven.get_mysql_user(service_name="my-service",
|
|
200
|
+
project="my-project",
|
|
204
201
|
username="user1")
|
|
205
202
|
```
|
|
206
|
-
<!--End PulumiCodeChooser -->
|
|
207
203
|
|
|
208
204
|
|
|
209
|
-
:param str project:
|
|
210
|
-
:param str service_name:
|
|
205
|
+
: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.
|
|
206
|
+
: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.
|
|
211
207
|
:param str username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
212
208
|
"""
|
|
213
209
|
...
|
pulumi_aiven/get_open_search.py
CHANGED
|
@@ -227,7 +227,7 @@ class GetOpenSearchResult:
|
|
|
227
227
|
@pulumi.getter
|
|
228
228
|
def project(self) -> str:
|
|
229
229
|
"""
|
|
230
|
-
|
|
230
|
+
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
231
|
"""
|
|
232
232
|
return pulumi.get(self, "project")
|
|
233
233
|
|
|
@@ -331,7 +331,7 @@ class GetOpenSearchResult:
|
|
|
331
331
|
@pulumi.getter(name="techEmails")
|
|
332
332
|
def tech_emails(self) -> Sequence['outputs.GetOpenSearchTechEmailResult']:
|
|
333
333
|
"""
|
|
334
|
-
|
|
334
|
+
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
335
|
"""
|
|
336
336
|
return pulumi.get(self, "tech_emails")
|
|
337
337
|
|
|
@@ -389,18 +389,16 @@ def get_open_search(project: Optional[str] = None,
|
|
|
389
389
|
|
|
390
390
|
## Example Usage
|
|
391
391
|
|
|
392
|
-
<!--Start PulumiCodeChooser -->
|
|
393
392
|
```python
|
|
394
393
|
import pulumi
|
|
395
394
|
import pulumi_aiven as aiven
|
|
396
395
|
|
|
397
|
-
os1 = aiven.get_open_search(project=
|
|
396
|
+
os1 = aiven.get_open_search(project=pr1["project"],
|
|
398
397
|
service_name="my-os1")
|
|
399
398
|
```
|
|
400
|
-
<!--End PulumiCodeChooser -->
|
|
401
399
|
|
|
402
400
|
|
|
403
|
-
:param str project:
|
|
401
|
+
: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
402
|
: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
403
|
"""
|
|
406
404
|
__args__ = dict()
|
|
@@ -450,18 +448,16 @@ def get_open_search_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
450
448
|
|
|
451
449
|
## Example Usage
|
|
452
450
|
|
|
453
|
-
<!--Start PulumiCodeChooser -->
|
|
454
451
|
```python
|
|
455
452
|
import pulumi
|
|
456
453
|
import pulumi_aiven as aiven
|
|
457
454
|
|
|
458
|
-
os1 = aiven.get_open_search(project=
|
|
455
|
+
os1 = aiven.get_open_search(project=pr1["project"],
|
|
459
456
|
service_name="my-os1")
|
|
460
457
|
```
|
|
461
|
-
<!--End PulumiCodeChooser -->
|
|
462
458
|
|
|
463
459
|
|
|
464
|
-
:param str project:
|
|
460
|
+
: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
461
|
: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
462
|
"""
|
|
467
463
|
...
|
|
@@ -66,7 +66,7 @@ class GetOpenSearchAclConfigResult:
|
|
|
66
66
|
@pulumi.getter
|
|
67
67
|
def project(self) -> str:
|
|
68
68
|
"""
|
|
69
|
-
|
|
69
|
+
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.
|
|
70
70
|
"""
|
|
71
71
|
return pulumi.get(self, "project")
|
|
72
72
|
|
|
@@ -74,7 +74,7 @@ class GetOpenSearchAclConfigResult:
|
|
|
74
74
|
@pulumi.getter(name="serviceName")
|
|
75
75
|
def service_name(self) -> str:
|
|
76
76
|
"""
|
|
77
|
-
|
|
77
|
+
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.
|
|
78
78
|
"""
|
|
79
79
|
return pulumi.get(self, "service_name")
|
|
80
80
|
|
|
@@ -100,19 +100,17 @@ def get_open_search_acl_config(project: Optional[str] = None,
|
|
|
100
100
|
|
|
101
101
|
## Example Usage
|
|
102
102
|
|
|
103
|
-
<!--Start PulumiCodeChooser -->
|
|
104
103
|
```python
|
|
105
104
|
import pulumi
|
|
106
105
|
import pulumi_aiven as aiven
|
|
107
106
|
|
|
108
|
-
os_acl_config = aiven.get_open_search_acl_config(project=
|
|
109
|
-
service_name=
|
|
107
|
+
os_acl_config = aiven.get_open_search_acl_config(project=os_project["project"],
|
|
108
|
+
service_name=os["serviceName"])
|
|
110
109
|
```
|
|
111
|
-
<!--End PulumiCodeChooser -->
|
|
112
110
|
|
|
113
111
|
|
|
114
|
-
:param str project:
|
|
115
|
-
:param str service_name:
|
|
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__['project'] = project
|
|
@@ -137,18 +135,16 @@ def get_open_search_acl_config_output(project: Optional[pulumi.Input[str]] = Non
|
|
|
137
135
|
|
|
138
136
|
## Example Usage
|
|
139
137
|
|
|
140
|
-
<!--Start PulumiCodeChooser -->
|
|
141
138
|
```python
|
|
142
139
|
import pulumi
|
|
143
140
|
import pulumi_aiven as aiven
|
|
144
141
|
|
|
145
|
-
os_acl_config = aiven.get_open_search_acl_config(project=
|
|
146
|
-
service_name=
|
|
142
|
+
os_acl_config = aiven.get_open_search_acl_config(project=os_project["project"],
|
|
143
|
+
service_name=os["serviceName"])
|
|
147
144
|
```
|
|
148
|
-
<!--End PulumiCodeChooser -->
|
|
149
145
|
|
|
150
146
|
|
|
151
|
-
:param str project:
|
|
152
|
-
:param str service_name:
|
|
147
|
+
: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.
|
|
148
|
+
: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.
|
|
153
149
|
"""
|
|
154
150
|
...
|
|
@@ -69,7 +69,7 @@ class GetOpenSearchAclRuleResult:
|
|
|
69
69
|
@pulumi.getter
|
|
70
70
|
def project(self) -> str:
|
|
71
71
|
"""
|
|
72
|
-
|
|
72
|
+
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.
|
|
73
73
|
"""
|
|
74
74
|
return pulumi.get(self, "project")
|
|
75
75
|
|
|
@@ -77,7 +77,7 @@ class GetOpenSearchAclRuleResult:
|
|
|
77
77
|
@pulumi.getter(name="serviceName")
|
|
78
78
|
def service_name(self) -> str:
|
|
79
79
|
"""
|
|
80
|
-
|
|
80
|
+
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.
|
|
81
81
|
"""
|
|
82
82
|
return pulumi.get(self, "service_name")
|
|
83
83
|
|
|
@@ -115,23 +115,21 @@ def get_open_search_acl_rule(index: Optional[str] = None,
|
|
|
115
115
|
|
|
116
116
|
## Example Usage
|
|
117
117
|
|
|
118
|
-
<!--Start PulumiCodeChooser -->
|
|
119
118
|
```python
|
|
120
119
|
import pulumi
|
|
121
120
|
import pulumi_aiven as aiven
|
|
122
121
|
|
|
123
|
-
os_acl_rule = aiven.get_open_search_acl_rule(project=
|
|
124
|
-
service_name=
|
|
122
|
+
os_acl_rule = aiven.get_open_search_acl_rule(project=os_acls_config["project"],
|
|
123
|
+
service_name=os_acls_config["serviceName"],
|
|
125
124
|
username="<USERNAME>",
|
|
126
125
|
index="<INDEX>")
|
|
127
126
|
```
|
|
128
|
-
<!--End PulumiCodeChooser -->
|
|
129
127
|
|
|
130
128
|
|
|
131
129
|
:param str index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
|
|
132
130
|
:param str permission: The permissions for this ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
|
|
133
|
-
:param str project:
|
|
134
|
-
:param str service_name:
|
|
131
|
+
: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.
|
|
132
|
+
: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.
|
|
135
133
|
:param str username: The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
136
134
|
"""
|
|
137
135
|
__args__ = dict()
|
|
@@ -164,23 +162,21 @@ def get_open_search_acl_rule_output(index: Optional[pulumi.Input[str]] = None,
|
|
|
164
162
|
|
|
165
163
|
## Example Usage
|
|
166
164
|
|
|
167
|
-
<!--Start PulumiCodeChooser -->
|
|
168
165
|
```python
|
|
169
166
|
import pulumi
|
|
170
167
|
import pulumi_aiven as aiven
|
|
171
168
|
|
|
172
|
-
os_acl_rule = aiven.get_open_search_acl_rule(project=
|
|
173
|
-
service_name=
|
|
169
|
+
os_acl_rule = aiven.get_open_search_acl_rule(project=os_acls_config["project"],
|
|
170
|
+
service_name=os_acls_config["serviceName"],
|
|
174
171
|
username="<USERNAME>",
|
|
175
172
|
index="<INDEX>")
|
|
176
173
|
```
|
|
177
|
-
<!--End PulumiCodeChooser -->
|
|
178
174
|
|
|
179
175
|
|
|
180
176
|
:param str index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
|
|
181
177
|
:param str permission: The permissions for this ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
|
|
182
|
-
:param str project:
|
|
183
|
-
:param str service_name:
|
|
178
|
+
: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.
|
|
179
|
+
: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.
|
|
184
180
|
:param str username: The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
185
181
|
"""
|
|
186
182
|
...
|
|
@@ -88,7 +88,7 @@ class GetOpensearchSecurityPluginConfigResult:
|
|
|
88
88
|
@pulumi.getter
|
|
89
89
|
def project(self) -> str:
|
|
90
90
|
"""
|
|
91
|
-
|
|
91
|
+
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.
|
|
92
92
|
"""
|
|
93
93
|
return pulumi.get(self, "project")
|
|
94
94
|
|
|
@@ -96,7 +96,7 @@ class GetOpensearchSecurityPluginConfigResult:
|
|
|
96
96
|
@pulumi.getter(name="serviceName")
|
|
97
97
|
def service_name(self) -> str:
|
|
98
98
|
"""
|
|
99
|
-
|
|
99
|
+
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.
|
|
100
100
|
"""
|
|
101
101
|
return pulumi.get(self, "service_name")
|
|
102
102
|
|
|
@@ -124,19 +124,17 @@ def get_opensearch_security_plugin_config(project: Optional[str] = None,
|
|
|
124
124
|
|
|
125
125
|
## Example Usage
|
|
126
126
|
|
|
127
|
-
<!--Start PulumiCodeChooser -->
|
|
128
127
|
```python
|
|
129
128
|
import pulumi
|
|
130
129
|
import pulumi_aiven as aiven
|
|
131
130
|
|
|
132
|
-
os_sec_config = aiven.get_opensearch_security_plugin_config(project=
|
|
133
|
-
service_name=
|
|
131
|
+
os_sec_config = aiven.get_opensearch_security_plugin_config(project=os_project["project"],
|
|
132
|
+
service_name=os["serviceName"])
|
|
134
133
|
```
|
|
135
|
-
<!--End PulumiCodeChooser -->
|
|
136
134
|
|
|
137
135
|
|
|
138
|
-
:param str project:
|
|
139
|
-
:param str service_name:
|
|
136
|
+
: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.
|
|
137
|
+
: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.
|
|
140
138
|
"""
|
|
141
139
|
__args__ = dict()
|
|
142
140
|
__args__['project'] = project
|
|
@@ -163,18 +161,16 @@ def get_opensearch_security_plugin_config_output(project: Optional[pulumi.Input[
|
|
|
163
161
|
|
|
164
162
|
## Example Usage
|
|
165
163
|
|
|
166
|
-
<!--Start PulumiCodeChooser -->
|
|
167
164
|
```python
|
|
168
165
|
import pulumi
|
|
169
166
|
import pulumi_aiven as aiven
|
|
170
167
|
|
|
171
|
-
os_sec_config = aiven.get_opensearch_security_plugin_config(project=
|
|
172
|
-
service_name=
|
|
168
|
+
os_sec_config = aiven.get_opensearch_security_plugin_config(project=os_project["project"],
|
|
169
|
+
service_name=os["serviceName"])
|
|
173
170
|
```
|
|
174
|
-
<!--End PulumiCodeChooser -->
|
|
175
171
|
|
|
176
172
|
|
|
177
|
-
:param str project:
|
|
178
|
-
:param str service_name:
|
|
173
|
+
: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.
|
|
174
|
+
: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.
|
|
179
175
|
"""
|
|
180
176
|
...
|
|
@@ -61,7 +61,7 @@ class GetOpensearchUserResult:
|
|
|
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 GetOpensearchUserResult:
|
|
|
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
|
|
|
@@ -113,20 +113,18 @@ def get_opensearch_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_opensearch_user(
|
|
122
|
-
|
|
120
|
+
user = aiven.get_opensearch_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:
|
|
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.
|
|
130
128
|
:param str username: The actual name of the OpenSearch 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()
|
|
@@ -155,20 +153,18 @@ def get_opensearch_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_opensearch_user(
|
|
164
|
-
|
|
160
|
+
user = aiven.get_opensearch_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:
|
|
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.
|
|
172
168
|
:param str username: The actual name of the OpenSearch 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
|
...
|
pulumi_aiven/get_organization.py
CHANGED
|
@@ -100,14 +100,12 @@ def get_organization(id: Optional[str] = None,
|
|
|
100
100
|
|
|
101
101
|
## Example Usage
|
|
102
102
|
|
|
103
|
-
<!--Start PulumiCodeChooser -->
|
|
104
103
|
```python
|
|
105
104
|
import pulumi
|
|
106
105
|
import pulumi_aiven as aiven
|
|
107
106
|
|
|
108
107
|
main = aiven.get_organization(name="Example organization")
|
|
109
108
|
```
|
|
110
|
-
<!--End PulumiCodeChooser -->
|
|
111
109
|
|
|
112
110
|
|
|
113
111
|
:param str id: ID of the organization.
|
|
@@ -136,14 +134,12 @@ def get_organization_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
136
134
|
|
|
137
135
|
## Example Usage
|
|
138
136
|
|
|
139
|
-
<!--Start PulumiCodeChooser -->
|
|
140
137
|
```python
|
|
141
138
|
import pulumi
|
|
142
139
|
import pulumi_aiven as aiven
|
|
143
140
|
|
|
144
141
|
main = aiven.get_organization(name="Example organization")
|
|
145
142
|
```
|
|
146
|
-
<!--End PulumiCodeChooser -->
|
|
147
143
|
|
|
148
144
|
|
|
149
145
|
:param str id: ID of the organization.
|